<? DEW-CODE.COM  





Lost Password?
No account yet? Register

Downloads

Assorted scripts  (1)
DewNewPHPLinks  (9)

Dew-Code Newsfeed

Resources



Dew-Code
Welcome, Guest
Please Login or Register.    Lost Password?
Re:Related Categories (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Re:Related Categories
#1869
gwilleboordse (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Related Categories 1 Year, 5 Months ago Karma: 0  
I find that related category links shown below a category
for instance under:
Top >> Household & Family >> Consumer Goods

There are the related categories of:

>> Business & Money >> Retail
>> Culture & Lifestyle

These links do not take me to "Retail" or "Culture & Lifestyle", but instead to the Top Category Home page. Is this how it is designed, or is there a code snippet I have to add somewhere due to server and software code issues?
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#1870
Dewed (Admin)
Admin
Posts: 610
graph
User Offline Click here to see the profile of this user
Dew-Code.com
Re:Related Categories 1 Year, 5 Months ago Karma: 10  
Nope, that is an oversite. This script evolved from old school methods
of index.php?BLAH=BLAH While I converted it to use standard URLS for category navigation, I overlooked the related category links.

You can edit the include/related.php file with any plain text editor
around line #59, locate ...

Code:

$htmlsrc .= "<a class=\"regularText\" href=\"index.php?"; $htmlsrc .= session_name() . "=" . session_id() . "&amp;PID="; $htmlsrc .= $id_array[0] . "\">";
Replace those 3 lines with this one
Code:

$htmlsrc .= "<a class=\"regularText\" href=\"/links/directory/". $id_array[0] . ".html\">";
Note I've hard coded in your installation directory "links"
 
Report to moderator   Logged Logged  
 
Last Edit: 2011/12/12 12:58 By Dewed.
 
Nothing to it but to Dew it !
Dew-Code.com
  The administrator has disabled public write access.
#1871
gwilleboordse (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Re:Related Categories 1 Year, 5 Months ago Karma: 0  
Thank you. That works really good now.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
get the latest posts directly to your desktop
Freelance Jobs
Newsflash
Interested in
advertising?

This space for rent!

Sign up for PayPal and start accepting credit card payments instantly.
Copyright Dew-Code 2013