Author Topic: [Feature Request] Admin CP should display category number  (Read 6007 times)

0 Members and 1 Guest are viewing this topic.

Offline Chris

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.487
  • Did u ever stop to think and then forget to start?
    • View Profile
[Feature Request] Admin CP should display category number
« on: September 17, 2002, 04:50:13 AM »
Jan / Nicky:

This one's EASY !!!  It would really help if the Admin Control Panel would display the number for each category in the "Edit Categories" table.  This really comes in handy if you add a multiple new categories with the intent of using the "Check New Images" to batch upload many images.  It would tell the administrator which directory to batch upload into via FTP.

As it is now, I have to use phpMyAdmin to peek into the category table to figure it out.  What a pain...

How about it?

Offline Nicky

  • Administrator
  • 4images Guru
  • *****
  • Posts: 3.195
    • View Profile
[Feature Request] Admin CP should display category number
« Reply #1 on: September 17, 2002, 07:32:47 PM »
hmmm..

i hope this is what you want:
open
admin/categories.php (v 1.7)
line 204
change
Code: [Select]

    echo "\n</td>\n<td align=\"center\">";

to
Code: [Select]

    echo "&nbsp;&nbsp;CAT ID: <b>".$cats['cat_id']."</b>\n</td>\n<td align=\"center\">";
cheers
Nicky
Your first three "must do" before you ask a question ! (© by V@no)
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

nicky.net 4 4images
Signature stolen from mawenzi

Offline Chris

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.487
  • Did u ever stop to think and then forget to start?
    • View Profile
That did it
« Reply #2 on: September 18, 2002, 12:55:19 AM »
Thanks.   That will do it for now.  Hopefully you guys might consider adding this in the next release.