The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#21
|
|||
|
|||
Great hack it should save a lot of space.
|
#22
|
|||
|
|||
Blue2000 thanks for this great hack,
i am wondering if someone canm add these 2 options to this hack: (1) instead of deleting users, you may have the option to transfer them to another group (say inactive users) (2) Delete users that have a number of IPs/day, for example if someone has 30 ips/day, the account is more liklely to be a bused, therfore it can delete the account. Thanks again |
#23
|
|||
|
|||
I tried the hack and now I see the following when I try to enter my admin control panel:
Parse error: parse error in /web/sites/174/database007/www.myboard.com/private/phpboard/admin/index.php on line 323 I need this to get fixed cuz I don't wanna have to restart. PLEASE help me!!!! Is there a way to fix it??? I tried to reupload admin/index.php and admin/usercp.php HHHEEEELLLLLUUUUPPPPP!!!!!! |
#24
|
|||
|
|||
thanks... just what i was looking for
|
#25
|
|||
|
|||
Quote:
open up your index file and where you have put in an where you have put this | | <a href="user.php?s=<?php echo $session[sessionhash]; ?>&action=add"> Add </a> | | <a href="user.php?s=<?php echo $session[sessionhash]; ?>&action=modify"> Find </a> | | <a href="user.php?s=<?php echo $session[sessionhash]; ?>&action=massdelete"> Mass Delete </a><br> REMOVE all the | from the start of the 3 lines they where not meant to be there |
#26
|
|||
|
|||
Thnx for helping out Blue2000.
It wasn't really that... But my index.php was missing some text on the bottom of the file. But thnx! |
#27
|
||||
|
||||
Here is an update for vB 2.2.8
In admin/index.php find: Code:
makenavoption("Add","user.php?action=add","|"); makenavoption("Find","user.php?action=modify","|"); Code:
makenavoption("Mass Delete","user.php?action=massdelete","|"); Code:
| Now open /admin/index.php, find ... | | <a href="user.php?s=<?php echo $session[sessionhash]; ?>&action=add"> Add </a> | | <a href="user.php?s=<?php echo $session[sessionhash]; ?>&action=modify"> Find </a><br> | | Replace that with ... | | <a href="user.php?s=<?php echo $session[sessionhash]; ?>&action=add"> Add </a> | | <a href="user.php?s=<?php echo $session[sessionhash]; ?>&action=modify"> Find </a> | | <a href="user.php?s=<?php echo $session[sessionhash]; ?>&action=massdelete"> Mass Delete </a><br> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|