The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
![]() |
|||||||||||||||||||||||||||||||
Extra Modoptions into users posts (Ban Link, Edit Avatar, Edit sign,..)
![]() Developer Last Online: Jan 2022 ![]() ![]()
Extra Modoptions into users posts (Ban Link, Edit Avatar, Edit sign,..) - Version 1.30
Install: If you use TMS you only have to install the product! 1. Upload product-kolbi_modtools.xml via Add-On & Pluginmanager 2. Edit memberaction_dropdown (see below) Search in the template memberaction_dropdown for: HTML Code:
{vb:rawphrase send_email} </a> </li> </vb:if> HTML Code:
<vb:if condition="is_member_of($memberinfo, 1, 2, 3, 4, 8) AND is_member_of($vbulletin->userinfo, 5, 6, 7)"> <vb:if condition="$memberinfo['permissions']['genericoptions'] & $vbulletin->bf_ugp_genericoptions['isnotbannedgroup']"> <li class="left"><a href="modcp/banning.php?do=banuser&userid={vb:raw memberinfo.userid}"><img src="{vb:stylevar imgdir_siteicons}/moderation.png" alt="" /> {vb:rawphrase kolbi_banuser}</a></li> </vb:if> <vb:if condition="!($memberinfo['permissions']['genericoptions'] & $vbulletin->bf_ugp_genericoptions['isnotbannedgroup'])"> <li class="left"><a href="modcp/banning.php?do=liftban&userid={vb:raw memberinfo.userid}"><img src="{vb:stylevar imgdir_siteicons}/subscribe.png" alt="" /> {vb:rawphrase kolbi_unbanuser}</a></li> </vb:if> <li class="right"><a href="modcp/user.php?do=editsig&userid={vb:raw memberinfo.userid}"><img src="{vb:stylevar imgdir_siteicons}/settings.png" alt="" /> {vb:rawphrase kolbi_editsignature}</a></li> <li class="left"><a href="modcp/user.php?do=avatar&userid={vb:raw memberinfo.userid}"><img src="{vb:stylevar imgdir_siteicons}/settings.png" alt="" /> {vb:rawphrase kolbi_editavatar}</a></li> <li class="right"><a href="modcp/user.php?do=profilepic&userid={vb:raw memberinfo.userid}"><img src="{vb:stylevar imgdir_siteicons}/settings.png" alt="" /> {vb:rawphrase kolbi_editprofilpic}</a></li> <li class="left"><a href="admincp/user.php?do=edit&u={vb:raw memberinfo.userid}"><img src="{vb:stylevar imgdir_siteicons}/settings.png" alt="" /> {vb:rawphrase kolbi_edituser}</a></li> <li class="right"><a href="modcp/user.php?do=reputation&u={vb:raw memberinfo.userid}"><img src="{vb:stylevar imgdir_siteicons}/settings.png" alt="" /> {vb:rawphrase kolbi_editrenommee}</a></li> </vb:if> Notice: Modcp Name: If you've rename your modcp folder in your server, please change a href="modcp/ in this code. Admincp Name: If you've rename your admincp folder in your server, please change a href="admincp/ in this code. First Condition: is_member_of($memberinfo, 1, 2, 3, 4, 8) Here you define the usergrous there the extra modoptions should be shown. Here default are usergroups: 1, 2, 3, 4, 8 Second Condition: in_array($bbuserinfo['usergroupid'], array(5,6,7)) In this example, only admins, supermoderators and moderators are able to view this modification. Please click INSTALL Regards Matthias www.2-wheel-planet.de Changelog: version 1.30:
version 1.20:
version 1.16:
version 1.15:
version 1.14:
version 1.13:
version 1.12:
version 1.11:
Planned for future releases:
Download Now
Screenshots
Supporters / CoAuthors Show Your Support
|
Comments |
#72
|
||||
|
||||
![]()
in AdminCP I can see this product under "Plugins and Products" by name "Extra Modoptions into users posts" but why am I unable to see this under "Settings" > "Options"??
Although I am able to use this mod in the forum ![]() thanks a bunch...MAI |
#73
|
|||
|
|||
![]()
This mod doesn?t have any settings
![]() This product only imports language phrases. |
#74
|
|||
|
|||
![]()
This plugin officially confuses me. I've added the template changes, and imported the plugin. But I see nothing new at all when I hover over the usernames. I'm an admin, and 8 seems to be added already as "being able to see" the plugins changes by default.
|
#75
|
||||
|
||||
![]() Quote:
-------- Well, the mod is working properly, but I'm having a little insignificant issue: ![]() This "$bbuserinfo" is still present. Here is the code, maybe someone could help me hide it. PHP Code:
|
#76
|
|||
|
|||
![]()
Revert your template and then insert my code again.
I guess there is some original code missing |
#77
|
|||
|
|||
![]()
Works fine at 4.1.3 !
|
#78
|
||||
|
||||
![]()
4.1.7? anyone ?
|
#79
|
|||
|
|||
![]()
It should work on vB 4.1.7 as well.
Currently I'm only using vB 4.1.5 but I guess it's still working. |
#80
|
||||
|
||||
![]()
Good for me too... 4.2.1
Great stuff... |
#81
|
||||
|
||||
![]()
Disappeared a few times so uninstalled.
Maybe some conflict with other mods... Oh well. Thanks anyway.. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|