rdub Posted October 2, 2011 Posted October 2, 2011 What would you use to add a separate photo gallery?
FIMBLE Posted October 2, 2011 Posted October 2, 2011 Bill, an addon, there are a few to choose from. Have you searched ? There are a few here to start you off http://addons.oscommerce.com/category?search=image+gallery Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
rdub Posted October 2, 2011 Author Posted October 2, 2011 I am using version 2.3. Can't seem to find a gallery that works with this version. I also googled photo gallery and image gallery for use with oscommerce. What would you suggest?
FIMBLE Posted October 3, 2011 Posted October 3, 2011 Any add on for 2.2 can be updated for 2.3.1, its not too difficult to do either, Do you have experience of this? You might surprise your self :-) Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
rdub Posted October 3, 2011 Author Posted October 3, 2011 Haven't done it before. Started to install the photo gallery in the add-ons section but when I got to a change of code that didn't seem to appear in 2.3 I got stumped.
FIMBLE Posted October 3, 2011 Posted October 3, 2011 Ah yes this is a problem for add ons that have not yet been altered for 2.3.1. which bit were you stuck on. Also that smiley thing is supposed to be ! ) not whatever that is there! Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
rdub Posted October 3, 2011 Author Posted October 3, 2011 I stopped at install instructions step 5 as the code to find does not exist in the account.php file. Stopped there.
FIMBLE Posted October 3, 2011 Posted October 3, 2011 can you list it here please? Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
FIMBLE Posted October 3, 2011 Posted October 3, 2011 I would say it was supposed to be like this Find <li><span class="ui-icon ui-icon-key accountLinkListEntry"></span><?php echo '<a href="' . tep_href_link(FILENAME_ACCOUNT_PASSWORD, '', 'SSL') . '">' . MY_ACCOUNT_PASSWORD . '</a>'; ?></li> add <li><span class="ui-icon ui-icon-key accountLinkListEntry"></span><?php echo' <a href="' . tep_href_link('gallery_user.php') . '">' . MY_GALLERY . '</a>'; ?></li> So it looks like <li><span class="ui-icon ui-icon-key accountLinkListEntry"></span><?php echo '<a href="' . tep_href_link(FILENAME_ACCOUNT_PASSWORD, '', 'SSL') . '">' . MY_ACCOUNT_PASSWORD . '</a>'; ?></li> <li><span class="ui-icon ui-icon-key accountLinkListEntry"></span><?php echo' <a href="' . tep_href_link('gallery_user.php') . '">' . MY_GALLERY . '</a>'; ?></li> Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
rdub Posted October 3, 2011 Author Posted October 3, 2011 Step #6  6. In catalog/account.php   ***FIND:  <tr> <td class="main"><?php echo tep_image(DIR_WS_IMAGES . 'arrow_green.gif') . ' <a href="' . tep_href_link(FILENAME_ACCOUNT_PASSWORD, '', 'SSL') . '">' . MY_ACCOUNT_PASSWORD . '</a>'; ?></td> </tr>    ***ADD AFTER:  <!-- SIMPLE GALLERY start -->  <tr>  <td class="main"><?php echo tep_image(DIR_WS_IMAGES . 'arrow_green.gif') . ' <a href="' . tep_href_link('gallery_user.php') . '">' . MY_GALLERY . '</a>'; ?></td>  </tr>  <!-- SIMPLE GALLERY end -->
FIMBLE Posted October 3, 2011 Posted October 3, 2011 I downloaded the add on you are using and updated the code (above) for you to fit into your site the rest seems to be ok after a quick glance Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
rdub Posted October 3, 2011 Author Posted October 3, 2011 Thanks, Where will I find the updated code?
FIMBLE Posted October 3, 2011 Posted October 3, 2011 5 posts above this one Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
rdub Posted October 3, 2011 Author Posted October 3, 2011 When I log into admin I get this (Haven't installed OTF autothumbnail yet) Â Warning: include(includes/boxes/gallery_plain.php) [function.include]: failed to open stream: No such file or directory in /home/content/06/8241606/html/admin/includes/column_left.php on line 26 Â Warning: include() [function.include]: Failed opening 'includes/boxes/gallery_plain.php' for inclusion (include_path='.:/usr/local/php5/lib/php') in /home/content/06/8241606/html/admin/includes/column_left.php on line 26
FIMBLE Posted October 3, 2011 Posted October 3, 2011 i will need to get back to you on this as it requires more code change to it. and the admin pages too Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
FIMBLE Posted October 3, 2011 Posted October 3, 2011 No worries but looking at it, its a far bigger job than I initially thought so you will need to bear with me and wait a few days Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
rdub Posted October 5, 2011 Author Posted October 5, 2011 Don't want to forget to say thank you. I'll be watching.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.