Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Information unlimited


Guest

Recommended Posts

hi there

anyone know where the contrib information unlimited is?

its the one that was basicly capable of letting you add hundreds of pages

 

not the OSwrapper one or the infobox unlimited one.

i spent all day searching the contribs area and the forum but to no avail

 

thanx heaps

Link to comment
Share on other sites

Thanx heaps stuart

Couldnt find it before but now i knw where it is i find it straight away.

The contribs area needs a search feature me thinks :)

Link to comment
Share on other sites

Fatal error: Cannot redeclare tep_information_image_button() (previously declared in D:Overdogadminincludesmodulesinformationfunctionsinformation_html_output.php:15) in D:Overdogadminincludesmodulesinformationfunctionsinformation_html_output.php on line 15

 

 

anyhelp welcome

Link to comment
Share on other sites

Fatal error: Cannot redeclare tep_information_image_button() (previously declared in x:xxxxadminincludesmodulesinformationfunctionsinformation_html_output.php:15) in x:xxxxxadminincludesmodulesinformationfunctionsinformation_html_output.php on line 15

 

 

anyhelp welcome

Link to comment
Share on other sites

Fatal error: Cannot redeclare tep_information_image_button() (previously declared in x:xxxxadminincludesmodulesinformationfunctionsinformation_html_output.php:15) in x:xxxxxadminincludesmodulesinformationfunctionsinformation_html_output.php on line 15

anyhelp welcome

 

1. Open ...modulesinformationfunctionsinformation_html_output.php

and look at function tep_information_image_button()

 

2. Open ... x:xxxxadminincludesmodulesinformationfunctionsinformation_html_output.php

Search for tep_information_image_button()

 

If they look the same.

/* comment out */ tep_information_image_button() IN

modules ..information_html_output.php

and try.

3. If it does not work... add...

at the top include( path_to function . functionsinformation_html_output.php) ---

 

I have not installed this contribution so I am unable to provide

the exact solution. I am assuming that the same funtion has

been decleared twice in two places.

-ibandyop

ibandyop

Link to comment
Share on other sites

  • 2 weeks later...

This may or may not be of interest...

 

I've just installed the info unlimited contrib, and very nice it is. Some of my pages are quite long and scroll of the bottom, I found it useful to have the 'continue' at the bottom in these cases..

 

To add this to this contrib. edit the file 'information.php' file in your catalog dir.

 

Around line 80 add:

 

<tr>

                    <td align="right" class="main"><br><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT, '', 'NONSSL') . '">' . tep_image_button('button_continue.gif', IMAGE_BUTTON_CONTINUE) . '</a>'; ?>

                    </td>

</tr>

 

This should make that section look like this:

 

        <td><table border="0" width="100%" cellspacing="0" cellpadding="2">

         <tr>

           <td class="category_desc"><BR>

                          <?php echo $INFO_DESCRIPTION; ?>

                       </td>

               </tr>

               <tr>

                       <td align="right" class="main"><br><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT, '', 'NONSSL') . '">' . tep_image_button('button_continue.gif', IMAGE_BUTTON_CONTINUE) . '</a>'; ?>

                       </td>

               </tr>

       </table>

 

You should now see a 'continue' button appear at the bottom of any info pages you add :)

 

Cheers

 

John

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...