![]() |
Adpboss
Thank you for your help. I went and look at my html_catalog.php and here is the line from my php. Code:
$php_scripts = array("search.php","giftcert.php","help.php", "cart.php", "product.php","register.php", "home.php", "pages.php", "pconf.php", "icon.php"); I went I look at the subcategories.tpl and I think the line of code below is the one that is producing the broken links and I do not know how to fix it. Code:
[img]../icon.php?categoryid={$subcategories[cat_num].categoryid}[/img] My Icons are in the File System and in that folder I have the .htaccess file with "Access from all" THank you for the kuddos on the 404 page. Thank you for all your help Kind regards, Ricky |
http://www.ballroomdancingshoe.com/store/icon.php?categoryid=277
on php page http://www.ballroomdancingshoe.com/icon.php?categoryid=277 on html page see the problem? How did you generate this catalog in the site root? |
Quote:
Not sure if this is related but your .htaccess file should read: Allow from All |
Adpboss,
I see the difference now between them. I guess I will have to find a way to put an IF stament in the tpl so It will get executed only for the html_catalog.php to correct that little problem. Quote:
Yes the catalog is generated in the root of my syte. Thank you Adpboos for all your help. Quote:
Sorry my mistake the line in my .htacess is "Allow" not "Access" Kind regards, Ricky |
category pagination
Since we have so many sub categories, is there a method to display only 10 on a page and then have a "next" and "previous" button?
I'm still stuck with this issue using this modification... Any Ideas? |
Quick Question
Great Stuff by the way!!!
My Question is, How can I get it to display without all the images and just like this, http://www.gamehead.com.au/home.php?cat=260 Thanks John |
To eliminate the image, change the following code:
Code:
to Code:
[img]{$ImagesDir}/spacer.gif[/img] This will keep a 100 pixel clear image within the <td> </td>and keep a consistant format. |
I tried using the mod that grimsot posted on page 3 but I'm not having any luck. I have 4.0.6 installed on this site.
Here is my subcategories.tpl code: Code:
{* $Id: subcategories.tpl,v 1.43.2.2 2004/10/07 07:08:51 max Exp $ *} Here is what it's outputting: http://www.puttinggreensturf.com/home.php?cat=248 Does anyone know why it's not listing the description under the category name? |
Is it possible to modify the subcategories.tpl file to include a "blurb" at the top of each category page (mostly for Search Engine Optimization purposes)? And then underneath that is the subcategories displayed as has been discussed in this post.
The trick is to be able to have a different "blurb" at the top of each page... My fingers are crossed that someone knows how to do this! Jennifer P.S. If you're not familiar with what a "blurb" is, all I mean is a paragraph of text. |
You could fill in the category description on the edit categories page, and it will show up as that 'blurb' :)
|
All times are GMT -8. The time now is 03:12 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.