The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
(memberlist template) Why can I there delete a usergroup and how can I do this?
This code on memberlist template makes me curious. Is it even needed by vbulletin? And if when? I just deleted this code from my template for one product and now ask myself if it could harm me anyway.
Code:
<form action="profile.php?do=deleteusergroups&usergroupid=$usergroupid" method="post"> <input type="hidden" name="do" value="deleteusergroups" /> <input type="hidden" name="s" value="$session[sessionhash]" /> <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" /> <input type="hidden" name="usergroupid" value="$usergroupid" /> |
#2
|
|||
|
|||
This is default vB, not sure why you want to remove this.
|
#3
|
|||
|
|||
Its to do with Public joinable usergroups or something I'm guessing. Open profile.php search for:
PHP Code:
|
#4
|
||||
|
||||
<a href="http://www.forum.com/profile.php?do=deleteusergroups" target="_blank">http://www.forum.com/profile.php?do=deleteusergroups</a> is giving me a blank page. I am curious if this style option is used by vbulletin or not. For example the sound in quick links > open contacts list is somewhat unused.
|
#5
|
|||
|
|||
Its $_POST['do'] so you can't access via. the URL you gave.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|