PDA

View Full Version : Active links & categories


Bill
12-07-2005, 08:04 PM
I've been looking around the forums for the thread which contained how to display the # of active links and categories on index.php. Does anyone have the link to it?

ing
12-08-2005, 12:44 AM
Here you go....

http://www.phplinkdirectory.com/forum/viewtopic.php?t=470

:)

fsmedia
05-11-2006, 06:54 AM
Is there a working version for phpld 3.0? I can't seem to get it working :(

David
05-11-2006, 02:35 PM
I would like to know too.
I haven't applied this to any of my directories, but would like to know if someone has this.

fsmedia
05-13-2006, 12:18 AM
LOL David. Why don't you just write something short and sweet for it? :D

David
05-13-2006, 12:55 AM
Content visible to registered users only.

There is not much time for me to do programming these days, and there are better programmers than me. ;)

fsmedia
05-17-2006, 07:03 AM
Here's my contribution to the project:

You want active links?

Content visible to registered users only.

Add that to init.php and then call {$activelinks} in your template. ( at the bottom of the file, it worked for me )

The same can be done for categories as well,

Content visible to registered users only.

Just change things as needed (if you know how to hack a little bit)