KartKorner
06-07-2006, 11:36 AM
Here's my first little mod for you folks out in PhPLD Land.
WARNING - RECURSIVE CODE MEANS BANDWIDTH SACRIFICE
With that being said heres a little function I just built into my little directory that will allow featured members the ability to advertise within subcategories. For Instance you have a directory for sports and within that directory you have a subcategory for baseball and within that category you have another subcat for Amateur, Professional, and Recreational and then you have your links. This little script will allow featured members a title listing within each of those subcats that are pathelogically a part of their listing (if a recreation featured is listing it will display in all cat results with the exception of professional and amateur) Make Sense?!? If not just click the following url and you will see two listings. If you click Business then you will no longer see a listing for DD Karting because it has no place in that subcat. Same goes true if you click Personal then you will no longer see a listing for KartKorner because it too has nothing to do with that subcat. If anyone can improe upon the code then please feel free because I am still very much a NooB with PhP but hope ya'll enjoy the little script.
Open Main.tpl:
Find -
Content visible to registered users only.
Replace With-
Content visible to registered users only.
Open index.php:
Find -
Content visible to registered users only.
Just Above Add -
// ** Option for Adding in Featured Cat Listings Randomly - Begin
Content visible to registered users only.
Open main.css:
Add Styles for the following -
Content visible to registered users only.
And thats it! Although mine was done with all divs I am quite certain it should still work as above for the base table layout but should anyone find any changes for the tds then please post so others may use it for their default layout. Enjoy.
WARNING - RECURSIVE CODE MEANS BANDWIDTH SACRIFICE
With that being said heres a little function I just built into my little directory that will allow featured members the ability to advertise within subcategories. For Instance you have a directory for sports and within that directory you have a subcategory for baseball and within that category you have another subcat for Amateur, Professional, and Recreational and then you have your links. This little script will allow featured members a title listing within each of those subcats that are pathelogically a part of their listing (if a recreation featured is listing it will display in all cat results with the exception of professional and amateur) Make Sense?!? If not just click the following url and you will see two listings. If you click Business then you will no longer see a listing for DD Karting because it has no place in that subcat. Same goes true if you click Personal then you will no longer see a listing for KartKorner because it too has nothing to do with that subcat. If anyone can improe upon the code then please feel free because I am still very much a NooB with PhP but hope ya'll enjoy the little script.
Open Main.tpl:
Find -
Content visible to registered users only.
Replace With-
Content visible to registered users only.
Open index.php:
Find -
Content visible to registered users only.
Just Above Add -
// ** Option for Adding in Featured Cat Listings Randomly - Begin
Content visible to registered users only.
Open main.css:
Add Styles for the following -
Content visible to registered users only.
And thats it! Although mine was done with all divs I am quite certain it should still work as above for the base table layout but should anyone find any changes for the tds then please post so others may use it for their default layout. Enjoy.