PDA

View Full Version : Suggestion for adding categories !!!


slavikp
07-27-2005, 10:50 AM
I like this script and it will be great if to add categories will be easy, cause i have a lot and when i'm trying to add another category it's difficult to find the respective category in wich a have to add a new one.

Suggestion 1

it will be better if for example:
we have a top category called Entertainement, so to add a category we click on Entertainement and opens a new page now on this page we add new subcategories Music, Radio, Movies, and now we want to add new subcategories to Music subcategory, so we click on Music opens a new page and here we add new subcategories and so on....

Suggestion 2

A have a lot of subcategories and i think that the field with all the categories and subcategories it's not useful on the submit page, for example it will be great if someone want to submit to Music, so on the submit page near the category will be Music but not a box with all the categories....

Thanks for listening :)

yktan
07-27-2005, 12:00 PM
Hi slavikp,

Content visible to registered users only.

Currenly, PHPLD already have a similar feature. If you go to a certain category and click on the "Submit Link" button, the dropdown list in the submit page automatically defaults to the category that you were viewing just now.

Regards,
YK

slavikp
07-27-2005, 03:54 PM
I know that there is a feature that show me the category in wich i want to submit a link, but i told you that i have thousands of categories and the load speed of submit page is low cause the category field contains thousands of categories :(

yktan
07-27-2005, 05:12 PM
Hi slavikp,

Sorry for misunderstanding you. Anyway, to achieve your second suggestion, you can do this:

Open submit.php

Find:
Content visible to registered users only.
Replace with:
Content visible to registered users only.

This way, the script only loads 1 category into the dropdownlist. Is this ok for your purpose?

Regards,
YK

slavikp
07-27-2005, 11:00 PM
yktan Thank You very much. It's working. Thanks.

yktan
07-28-2005, 04:18 AM
Hi slavikp, you're very welcome.