PDA

View Full Version : How to modify the admin panel?


pmarkov
02-03-2006, 09:36 PM
Hello

I want to add/modify properties of my phpld admin panel under Admin --> System --> Edit Settings --> Directory.

More specifficaly I want to add DATE to the Default link sorting: PageRank + Hits + Alphabetical + Date

I have modified my script to support sorting by date. Then I went to my phpMyAdmin and alert the DEFAULT_SORT of the PLD_CONFIG table to D (for Date sorting).

How can I do this from phpLD Admin panel?

Petar

Boby
02-03-2006, 10:25 PM
Hello!

If you changed the sorting script and just want to make a new entry "Date" to "Default link sorting", open the file "admin/init.php" and change the code to what I have written here. It's somewhere about line 280.
Content visible to registered users only.

Hope this helps!
Boby