Webmastersite.net
Register Log In

Bulk Edit Categories in modcp

Comments on Bulk Edit Categories in modcp

Damir
Forum Regular

Usergroup: Customer
Joined: Jan 25, 2005
Location: Croatia

Total Topics: 46
Total Comments: 136
Damir
Posted Dec 20, 2006 - 11:15 PM:

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.
Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7868
Paul
Posted Dec 23, 2006 - 8:42 PM:

I'd have to see the subwrapper and modcp main templates.

A selector version would be
<form action="bulkedit.php">
<select name="catid">
<!-- BEGIN MODFORUM ROW -->
<option value="{CATID}">{CATNAME}</option>
<!-- END MODFORUM ROW -->
</select>
<input type="submit" value="Go">
</select>
</form>
Damir
Forum Regular

Usergroup: Customer
Joined: Jan 25, 2005
Location: Croatia

Total Topics: 46
Total Comments: 136
Damir
Posted Jan 24, 2007 - 10:35 PM:

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
Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7868
Paul
Posted Jan 25, 2007 - 1:36 AM:

You can use your category selector's {CATOPTIONS} but that limits you to the depth you've set for that.
Search thread for
Download thread as
  • 0/5
  • 1
  • 2
  • 3
  • 4
  • 5



This thread is closed, so you cannot post a reply.