View Single Post
  #56  
Old 07-17-2008, 11:38 AM
 
scraps scraps is offline
 

Advanced Member
  
Join Date: Mar 2004
Posts: 60
 

Default Re: Photo Gallery Mod

Because I'd only ever installed version 1 of this mod, I need some help with the install on version 3.

I wrote you via your sites contact us page today and still haven't heard anything. I realize I should wait longer to hear from you, but I'm kind of in a hurry to finish this site since I'll personally be in moving mode next week.

My questions via the install were.. Which var directory do I delete? Surely this isn't the one x-cart stores cache stuff in?

And the other is to the home.tpl part of the install on the

block of code at:

<title>{strip}
{if $config.SEO.page_title_format eq "A"}
{section name=position loop=$location}
{$location[position].0|strip_tags|escape}
{if not %position.last%} :: {/if}
{/section}
{else}
{section name=position loop=$location step=-1}
{$location[position].0|strip_tags|escape}
{if not %position.last%} :: {/if}
{/section}
{/if}
{/strip}</title>

You say to change it, but you don't say what to change it to. Mine also doesn't quite look exactly like the code here, but reads well enough for me to think it's the right code your talking about.

This code apparently seems to affect the part of admin that allows for the gallery line to show up, because everything else is properly installed with the cart and the only thing I'm not seeing is the line in the admin for the menu that should say Gallery. (I have it in the menu part for the admin, but it isn't showing up there and when I go directly to images.php, I get the your not allowed to access this resource page)

Please advise.
__________________
Marian
Host: Successful Hosting
X-Cart version 4.1.9
PHP 4.3.10
MySql 4.0.22-standard
Web server Apache 1.3.33 (Unix)
Operating system Linux
Perl 5.8.3
http://www.seamstobesew.com
Reply With Quote