PDA

View Full Version : User management in Postbit legacy


UltimateOreo!
02-15-2007, 10:00 PM
There was a bug in the hack where more than admins could see it, but its fixed now.

This hack basically allows you to easily manage a user right from the postbit, and guess what? No need for
searching! The code allows you to click the option you need, and it will pinpoint whichever users postbit you
clicked it on.
NOTE- FOR NOW, THIS IS STRICTLY FOR POSTBIT LEGACY. IF YOU WANT THE VERSION FOR THE POSTBIT, USE THIS-
https://vborg.vbsupport.ru/showthread.php?p=1187770#post1187770

The hack currently supports these four links:

Their user options in the admin CP
The ability to easily ban them (good for spammers)
The ability to view their infractions
Finally an ability to delete the user and if you want, all of their posts.

Feel free to submit links you want added.
Support will be in this thread.
PLEASE DON'T RIP THE CODE AND CLAIM IT AS YOUR OWN!
REMEMBER TO CLICK INSTALL IF YOU LIKE THIS!

Shazz
02-16-2007, 03:51 AM
Very unique and creative nice job with it

HMBeaty
02-20-2007, 04:26 AM
Any time frame available to when you'll be coming out with a POSTBIT edit?

ZomgStuff
02-20-2007, 11:53 PM
Nice, thanks!
Reserved!

Playa82
02-21-2007, 02:00 PM
thank you

LadyHoney
04-19-2007, 05:29 PM
installed on 3.65... when clicking option i got a 404 error on all options. .. regrettably clicked uninstall. would love to see these options in the drop down menu when u click their id in post bit.. ...

HMBeaty
04-19-2007, 08:23 PM
installed on 3.65... when clicking option i got a 404 error on all options. .. regrettably clicked uninstall. would love to see these options in the drop down menu when u click their id in post bit.. ...

Not trying to thread jack, but you could try this....

https://vborg.vbsupport.ru/showthread.php?t=140398

Working on integrating it with vBGallery 2.2 at the moment

UltimateOreo!
04-20-2007, 01:28 AM
WELL YOUR DOING A PRETTY GOOD JOB OF IT. Just messing, Im going to make it 3.6.5 compatible sometime this weekend.

HMBeaty
04-20-2007, 01:52 AM
WELL YOUR DOING A PRETTY GOOD JOB OF IT. Just messing, Im going to make it 3.6.5 compatible sometime this weekend.
Check out my files for a fix on the URL's ;)

Dotara
06-15-2007, 12:54 AM
Hi,

I've installed your mod. It's very nice but registered users are able to watch ban and delete option while I allowed <if condition="$bbuserinfo[usergroupid] == 6">. Screenshot attached. Anyway to fix this please?

HMBeaty
06-15-2007, 01:26 AM
Hi,

I've installed your mod. It's very nice but registered users are able to watch ban and delete option while I allowed <if condition="$bbuserinfo[usergroupid] == 6">. Screenshot attached. Anyway to fix this please?
Are you using vBSEO?

Dotara
06-15-2007, 01:32 AM
No.

UltimateOreo!
06-15-2007, 01:39 AM
Change the condition statement to whichever usergroup you wan't it to see.
<if condition="$bbuserinfo[usergroupid] == 6">.
You want to change the 6.
<if condition="$bbuserinfo[usergroupid] == Usergroup ID here">.