I have a problem the system simply dont lists Bulk Edit Categories in modcp.php but in modlog.php it lists them all what is wrong?
Here is the screenshot:
Can this
<!-- BEGIN MODFORUM ROW --> <br> - <a href="https://www.webmastersite.net/forums/bulkedit.php?catid={CATID}">{CATNAME}</a> <!-- END MODFORUM ROW -->
be as <select name="parent">{CATSELECTOR}</select>
so we can select category this way if we have a large number of categories the page is huge can you make it like that i believe that other members would agree.
Comments on Bulk Edit Categories in modcp
Forum Regular
Usergroup: Customer
Joined: Jan 25, 2005
Location: Croatia
Total Topics: 46
Total Comments: 136
I have a problem the system simply dont lists Bulk Edit Categories in modcp.php but in modlog.php it lists them all what is wrong?
Here is the screenshot:
Can this
<!-- BEGIN MODFORUM ROW -->
<br>
- <a href="https://www.webmastersite.net/forums/bulkedit.php?catid={CATID}">{CATNAME}</a>
<!-- END MODFORUM ROW -->
be as <select name="parent">{CATSELECTOR}</select>
so we can select category this way if we have a large number of categories the page is huge can you make it like that i believe that other members would agree.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
I'd have to see the subwrapper and modcp main templates.
A selector version would be
Forum Regular
Usergroup: Customer
Joined: Jan 25, 2005
Location: Croatia
Total Topics: 46
Total Comments: 136
Paul how can i format a selector version so it would have
Category
- subcategory
- subcategory
Now its like this and i cant tell the difference
Category
subcategory
subcategory
Thanks
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
You can use your category selector's {CATOPTIONS} but that limits you to the depth you've set for that.