![]() |
Add pages to BB Code Listing in Admin CP
I have so many BB Codes, many of them videos, that listing all my BB Codes in Admin CP is a huge strain on my browser- it has started freezing and bugging out- I've had to get rid of many of the "examples" so they don't load.
It would be great if someone could make a mod to make the BB Code list in Admin CP separate into pages, maybe 10 BB Codes per page. Any takers? |
Unfortunately you have to edit admincp/bbcode.php (unless someone can figure out how to do it another way...). You probably want to copy the original first if you don't have it handy.
Anyway, look for this: Code:
$bbcodes = $db->query_read("SELECT * FROM " . TABLE_PREFIX . "bbcode"); Code:
// Start of paging code then scroll down to this: Code:
print_submit_row($vbphrase['add_new_bb_code'], false, 6); Code:
|
Wow thanks. :up: It's working great... "Showing 1 to 10 of 82" ;)
Really appreciate it. |
Holy cow, 82? You weren't kidding.
BTW, I meant to say that it's hard-coded to 10 per page but you can change it easily by changing $pagelen. |
Thanks, I did change it to 20... when I get a chance I may try to add a "quick" page jump drop down or something... I will post the code here if I do it for anyone else who may care.
|
All times are GMT. The time now is 02:29 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|