Category displayed as link

These are all posted with strict instructions as to which file(s) to edit. When new php file(s) and any SQL are required, they should be be attached as well as posted inline as code blocks.

Rating

Excellent
0
No votes
Very Good
1
100%
Good
0
No votes
Fair
0
No votes
Poor
0
No votes
 
Total votes : 1

Category displayed as link

Postby admin on Mon Jan 22, 2007 5:07 am

Please feel free to comment on this MOD in this forum.

Code: Select all
##############################################################
## MOD Title:           Category Displayed as Link
## MOD Author:          BetterWindowsSoftware http://betterwindowssoftware.com
## MOD Description:     This is a simple MOD that will change each listing's category value to a link that will display items in that category.
## MOD Version:         1.0.0
## PADKit version:      PADKit 2.09.
##
## Installation Level:  Very Easy
## Installation Time:   <5 Minutes
## Files To Edit:       (1)
##                      showpads.php
## Included Files:      N/A
## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2
##
## Before applying this MOD to your site, you should back up all files related to this MOD as well as your database if applicable.

#
#-----[ OPEN ]------------------------------------------
#
showpads.php

#
#-----[ FIND ]------------------------------------------
#
  $category = $query["category"];

#
#-----[ AFTER, INSERT ]------------------------------------------
#
  // Category as Link MOD begin
  $catlinktext = "<a href='showpads.php?cat=".urlencode($category)."'>$category</a>";
  // end of Category as Link MOD

#
#-----[ FIND ]------------------------------------------
#
                <b>Category:</b> $category

#
#-----[ REPLACE WITH ]------------------------------------------
#
                <b>Category:</b> $catlinktext "; /* for Category as Link MOD - changed "$category" to "$catlinktext: */ echo "

#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
Attachments
CategoryLinkMOD.zip
(759 Bytes) Downloaded 132 times
User avatar
admin
Site Admin
Site Admin
 
Posts: 28
Joined: Wed Aug 09, 2006 8:14 pm
Location: Somewhere in USA

Postby admin on Sat Mar 03, 2007 7:27 pm

If you have implemented this MOD with your PADkit website, why not post a link to your site either here in this topic, or in our "Other Download Sites" directory.
User avatar
admin
Site Admin
Site Admin
 
Posts: 28
Joined: Wed Aug 09, 2006 8:14 pm
Location: Somewhere in USA


Return to PADKit 2.09 MOD

Who is online

Users browsing this forum: No registered users and 1 guest