Log in

View Full Version : Show Thread Enhancements - Extra Modoptions into users posts (Ban Link, Edit Avatar, Edit sign,..)


Kolbi
12-06-2009, 10:00 PM
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:
{vb:rawphrase send_email}
</a>
</li>
</vb:if>
and add after:

<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>

3. You are done.

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.

https://vborg.vbsupport.ru/attachment.php?attachmentid=114507

Please click INSTALL (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=229728)

Regards
Matthias
www.2-wheel-planet.de (http://www.2-wheel-planet.de/)

Changelog:

version 1.30:
corrected 2 phrases - Thanks to zeroality

version 1.20:
fully phrased
product included
TMS support included

version 1.16:
added Edit renommee

version 1.15:
added Edit this user

version 1.14:
phrased (expect unban link :()

version 1.13:
added icons

version 1.12:
ban link only for unbanned users visible
unban link only for banned users visible

version 1.11:

added condition on which usergroups this modification is shown

Planned for future releases:
Usergroups will be selected in AdminCP
TMS version

wragge11
12-07-2009, 07:48 PM
Perfect; thanks

Charlie98902
12-07-2009, 09:21 PM
Tagged for when vb4 goes gold. Thanks!

Alecsmith
12-08-2009, 02:41 AM
Very Very Thanks for great Mod :)

mbc100
12-08-2009, 11:36 AM
great mo i will installed later

Kolbi
12-09-2009, 06:00 AM
Thank you.
In further versions it will be compatible with TMS and perhaps other options will be included.

MrD
12-13-2009, 08:59 AM
H,
i hope you have Sofia asked, to port her Addon to vb4.
https://vborg.vbsupport.ru/showthread.php?t=214402

If yes, a Credit to Sofia are the min. in the addon description.

bilgicc
12-13-2009, 01:10 PM
Don't work on vb4 release candidate 2 :(

Charlie98902
12-13-2009, 01:11 PM
Don't work on vb4 release candidate 2 :(

I expected that from looking at the screenshot and what RC2 shows. Waiting for this patiently as well.

Kolbi
12-14-2009, 08:56 PM
H,
i hope you have Sofia asked, to port her Addon to vb4.
https://vborg.vbsupport.ru/showthread.php?t=214402

If yes, a Credit to Sofia are the min. in the addon description.

In her thread: Re-usable Code
But I add here to credit :) I only forgot to do it.

Will get it work with RC2 as soon as possible.

Charlie98902
12-14-2009, 08:59 PM
Thanks I hope that there isn't much changed between now and gold.

Kolbi
12-16-2009, 04:14 PM
This function:
First Condition: in_array($post[usergroupid], array(1,2,3,4,8))
Show link in menu of usergroupid specified.
won?t be avaible since RC2...

So the Modoptions are shown up to everone included to administrator or moderators.
But still only Admins, SMods, Mods can see them.

Update will be avaible on Friday.

Kolbi
12-17-2009, 10:25 AM
*updated to RC4*

barcena
12-17-2009, 06:28 PM
This mod is amazing, is makes the admin work so much easy, sometimes i have to click five times to get into a member profile etc, so thank you very much, i will installed as soon as i upgrade to 4.0.

Cableguy69
12-18-2009, 01:51 AM
Great mod and works perfect here on RC2, thanks.

http://www.hostmypics.org/pictures/2944a7fe57cb9aa7aef8b03ccdaca274.png (http://www.hostmypics.org)

Kolbi
12-18-2009, 11:42 AM
Thank you for your replies :)

Please rate this modification if you want.


*little update*

bilgicc
12-18-2009, 02:59 PM
Thank you Kolbi. Great work ;)

Installed.

Kolbi
12-19-2009, 10:33 AM
Next version is planned :)

Release in a couple of days :) Perhaps on Monday...

SİMAR
12-21-2009, 05:00 PM
thanks

Kolbi
12-21-2009, 08:12 PM
Still works with vB 4.0.0 Gold.

Kolbi
12-27-2009, 09:55 PM
version 1.12:

* ban link only for unbanned users visible
* unban link only for banned users visible

Charlie98902
12-27-2009, 10:00 PM
Can you please add some icons next to each new link?

Kolbi
12-27-2009, 10:23 PM
Can you please add some icons next to each new link?

Included in version 1.13 :)


version 1.13:

* added icons

Kolbi
12-27-2009, 10:39 PM
version 1.14:

* phrased (expect unban link )

Charlie98902
12-28-2009, 12:10 AM
Sweet Thanks Kolbi.

Charlie98902
12-30-2009, 06:54 PM
On the drop down for ban the user it says ban these users can we get an update for that typo?

Kolbi
01-01-2010, 10:07 AM
On the drop down for ban the user it says ban these users can we get an update for that typo?
Today and tomorrow if will not have the time to fix it. But on Sunday I fix it :)

Kolbi
01-03-2010, 03:44 PM
Sorry I have currently no running vB4 system (crashed the old one :D)
but please try:
<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 ban_user}</a></li>

instead of:
<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 ban_users}</a></li>

Dr.osamA
01-16-2010, 01:08 AM
installed

thanxx
________
IPAD ACCESSORIES (http://accesoriesipad.com/)

Charlie98902
01-16-2010, 01:22 AM
Sorry I have currently no running vB4 system (crashed the old one :D)
but please try:
<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 ban_user}</a></li>

instead of:
<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 ban_users}</a></li>


Sorry for the delayed reply. Get going then you can fix this. Also tried the new code and all I see is the image and not text. No rush get back up first.

Kolbi
01-16-2010, 10:10 AM
Okay, will be fixed soon :)

I haven?t much time at the moment to get vb4 to run.

Kolbi
01-17-2010, 05:02 PM
Can you tell me what is written in the phrase {vb:rawphrase ban_users}?
The German translation is correct...

Charlie98902
01-17-2010, 07:26 PM
Yes I will in a few got to run into town real quick. Then I'll post that.

vexvegaz
01-21-2010, 11:02 PM
great mod..but it was missing something "just edit this user"
so i modded this mod a bit
<li class="right"><a href="admincp/user.php?do=edit&u={vb:raw memberinfo.userid}"><img src="{vb:stylevar imgdir_siteicons}/settings.png" alt="" /> Edit This user</a></li>

now if you just want to edit everything about the user its just 1 click away.
thanks for sharing this mod..installed

Kolbi
01-22-2010, 02:55 PM
great mod..but it was missing something "just edit this user"
so i modded this mod a bit
<li class="right"><a href="admincp/user.php?do=edit&u={vb:raw memberinfo.userid}"><img src="{vb:stylevar imgdir_siteicons}/settings.png" alt="" /> Edit This user</a></li>

now if you just want to edit everything about the user its just 1 click away.
thanks for sharing this mod..installed
I?m adding this to first post!
Thank you!

zeroality
01-28-2010, 10:32 PM
Hey, can you post the code modification or update first post to add these options to PMs as well as posts? We got a PM spammer and I just tried to ban him using this but it doesn't work on PMs. Thanks.

Kolbi
01-29-2010, 11:55 AM
I don´t know if there is a function to only disallow PMs?
Perhaps create a new usergroup without PM function and move him into this?

Kolbi
01-29-2010, 12:00 PM
Changelog:

version 1.16:

* added Edit renommee

steve1966
01-29-2010, 02:25 PM
Changelog:

version 1.16:

* added Edit renommee

thank you

zeroality
01-29-2010, 08:55 PM
I don?t know if there is a function to only disallow PMs?
Perhaps create a new usergroup without PM function and move him into this?
No, you are misunderstanding. I want to be able to ban people from their name link in PMs, not just from their posts. If I am still not being clear, I will take screenshots to show you what I mean.

Kolbi
01-30-2010, 11:04 AM
Now I can understand you :)

I?ll work on a solution :)

Sometimes it is hard to understand something because of the reason that I?m from Germany :)

Kolbi
02-01-2010, 03:29 PM
I?m currently working on version 1.2 with new functions :)

Fully phrase for example and enable or disable in AdminCP and so on :)


@zeroality
I tested it some minutes ago and it works for me in PM?s, too?

Please make a screenshot. I guess I don?t understand you clearly :)

Charlie98902
02-01-2010, 03:54 PM
Kolbi he may need to add usergroup #'s too? I know I did.

Kolbi
02-01-2010, 04:05 PM
Then perhaps he should read this :)
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

edward hamilton
02-09-2010, 10:32 PM
Thanks for taking the time to make this and to post it and support it on this forum for other members.

Kolbi
02-10-2010, 01:25 PM
Thanks :)

Currently I?m working on the next version :)

zeroality
02-13-2010, 04:27 AM
It doesn't work for me. Screenshots attached. Oh wait, it is there after all but the text is invisible? @_@

Clicking it does bring up the ban options though, so that works. Sorry for the trouble.

Kolbi
02-16-2010, 08:04 AM
The next version will be fully phrased and this should fix your issues.

Why you don´t have the standard phrases "ban_user" I can´t say.

Kolbi
02-24-2010, 06:47 PM
Fully phrased and TMS supported version 1.20 is released :)

Bouncer222
02-24-2010, 09:00 PM
Doesn't seem to work for me... I did everything www.brotherhoodofgamers.com 4.0.2

Kolbi
02-25-2010, 05:33 AM
You have edited the template memberaction_dropdown and imported the plugin?

trilOByte
02-26-2010, 02:19 AM
Looking good.

Quick question, if I wanted to add an IP search to this, what syntax would I use in the template?

I've tried this but it doesnt work...
<li class="right"><a href="modcp/user.php?do=doips&u={vb:raw memberinfo.username}"><img src="{vb:stylevar imgdir_siteicons}/settings.png" alt="" /> Search IP</a></li>

Kolbi
02-26-2010, 11:24 AM
Normally this should work :)

I?m figure your issue out on Sunday!

zeroality
03-11-2010, 03:24 AM
What is TMS? Anyway updating now.

Edit: Two problems, the phrase is "Edit Renommee" when it should be "Edit Reputation". Secondly, this option should not display if you have reputation globally disabled - like I do. Removing from template, simple enough but should be fixed. :)

"Edit Profilpic" should be "Edit Profile Pic" or "Edit Profile Picture" but Pic works for keeping it short.

Kolbi
03-11-2010, 10:17 AM
What is TMS? Anyway updating now.

Edit: Two problems, the phrase is "Edit Renommee" when it should be "Edit Reputation". Secondly, this option should not display if you have reputation globally disabled - like I do. Removing from template, simple enough but should be fixed. :)

"Edit Profilpic" should be "Edit Profile Pic" or "Edit Profile Picture" but Pic works for keeping it short.

TMS: https://vborg.vbsupport.ru/showthread.php?t=152931 (works with vB 4 too)

I corrected these two phrases! Thank you.

Updated in version 1.30

The disable option can be included easily but I think because this hack should be a very small and light one you easily remove this code from the template.

Regards

britishbulldog
03-15-2010, 01:51 AM
Thanks works the way I needed it to

ViktorDA
03-21-2010, 10:05 AM
Thank you!
Please update your screenshot - it's beautiful!
:up:

Kolbi
03-21-2010, 06:06 PM
Thank you :)

Updated the screenshoot. The only problem is that I have translated it to German.

jkcerda
04-30-2010, 02:45 PM
looks cool

jkcerda
04-30-2010, 03:48 PM
TMS: https://vborg.vbsupport.ru/showthread.php?t=152931 (works with vB 4 too)

I corrected these two phrases! Thank you.

Updated in version 1.30

The disable option can be included easily but I think because this hack should be a very small and light one you easily remove this code from the template.

Regards

seems TMS is not flying with 4.0.3 yet.

Kolbi
04-30-2010, 03:49 PM
Yes it works with 4.0.3 :)

Just use the 3.8.x version...

YankForum
05-01-2010, 11:00 PM
tnxxxxxxxxxxx

sadiq6210
05-08-2010, 01:51 PM
Thanks =)

Da-Vinci
05-10-2010, 10:43 PM
Just got a small issue.

the text for the new options isn't being displayed, I suspect it's just a stylevar, but which one, if that's what it is.

http://www.hostmypics.org/pictures/317474fabab8ea0c2171c743e0caf126.png

Da-Vinci
05-10-2010, 10:48 PM
Forget that, just realised there was an .xml to upload, good work thanks installed an rated :)

Kolbi
05-11-2010, 05:21 AM
Nice to hear that it works for you now.

Kolbi
05-13-2010, 07:18 AM
I guess this modification is now out of beta phase.

Twikitero
08-19-2010, 01:21 PM
Thanks installed on VB 4.0.6 and working 100%

thanks and great jobs

Kolbi
08-19-2010, 01:41 PM
Thank you :)

HighJinx
09-24-2010, 01:32 PM
Installed on VB 4.0.7 and working 100%

cheers, a nice mod to reduce the admin worklow

gagan007
09-26-2010, 05:26 PM
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

Kolbi
09-26-2010, 05:48 PM
This mod doesn?t have any settings :)

This product only imports language phrases.

Skyrider
09-28-2010, 08:49 PM
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.

Martini-man
10-05-2010, 10:03 AM
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.

Mybe your usergroup ID is different from the who in the mod. Try changing it.

--------

Well, the mod is working properly, but I'm having a little insignificant issue:

https://vborg.vbsupport.ru/external/2010/10/38.png

This "$bbuserinfo" is still present.

Here is the code, maybe someone could help me hide it.

<div class="popupmenu memberaction<vb:if condition="$page_class"> {vb:raw page_class}</vb:if>">
<a class="username {vb:raw memberinfo.online} popupctrl" href="{vb:link member, {vb:raw memberinfo}}" title="{vb:rawphrase {vb:raw memberinfo['onlinestatusphrase']}, {vb:raw memberinfo.username}}"><strong><vb:if condition="$memberinfo['musername']">{vb:raw memberinfo.musername}<vb:else />{vb:raw memberinfo.username}</vb:if></strong></a>
<ul class="popupbody popuphover memberaction_body">
<li class="left">$bbuserinfo
<img src="{vb:stylevar imgdir_siteicons}/profile.png" alt="" />
<a href="{vb:link member, {vb:raw memberinfo}}">
{vb:rawphrase view_profile}
</a>
</li>

<li class="right">
<img src="{vb:stylevar imgdir_siteicons}/forum.png" alt="" />
<a href="search.php?{vb:raw session.sessionurl}do=finduser&amp;userid={vb:raw memberinfo.userid}&amp;contenttype=vBForum_Post&amp;showpo sts=1" rel='nofollow'>
{vb:rawphrase view_forum_posts}
</a>
</li>

<vb:if condition="$show['pmlink']">
<li class="left">
<img src="{vb:stylevar imgdir_siteicons}/message.png" alt="" />
<a href="private.php?{vb:raw session.sessionurl}do=newpm&amp;u={vb:raw memberinfo.userid}" rel='nofollow'>
{vb:rawphrase private_message}
</a>
</li>
</vb:if>

<vb:if condition="$show['viewblog']">
<li class="right">
<img src="{vb:stylevar imgdir_siteicons}/blog.png" alt="" />
<a href="blog.php?{vb:raw session.sessionurl}u={vb:raw memberinfo.userid}" rel='nofollow'>
{vb:rawphrase view_blog_entries}
</a>
</li>
</vb:if>

<vb:if condition="$show['homepage']">
<li class="left">
<img src="{vb:stylevar imgdir_siteicons}/homepage.png" alt="" />
<a href="{vb:raw memberinfo.homepage}" rel="nofollow">
{vb:rawphrase visit_homepage}
</a>
</li>
</vb:if>

<vb:if condition="$show['viewarticles']">
<li class="right">
<img src="{vb:stylevar imgdir_siteicons}/article.png" alt="" />
<a href="list.php/author/{vb:raw memberinfo.userid}-{vb:raw memberinfo.username}" rel='nofollow'>
{vb:rawphrase view_articles}
</a>
</li>
</vb:if>

<vb:if condition="$show['addfriend']">
<li class="left">
<img src="{vb:stylevar imgdir_siteicons}/add.png" alt="" />
<a href="profile.php?{vb:raw session.sessionurl}do=addlist&amp;userlist=buddy&amp;u={vb :raw memberinfo.userid}">
{vb:rawphrase add_as_contact}
</a>
</li>
</vb:if>

<vb:if condition="$show['emaillink']">
<li class="right">
<img src="{vb:stylevar imgdir_siteicons}/email.png" alt="" />
<a href="sendmessage.php?{vb:raw session.sessionurl}do=mailmember&amp;u={vb:raw memberinfo.userid}" rel='nofollow'>
{vb:rawphrase send_email}
</a>
</li>
</vb:if>
<vb:if condition="is_member_of($memberinfo, 9, 10, 11) AND is_member_of($vbulletin->userinfo, 6, 15)">
<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>
{vb:raw template_hook.memberaction_dropdown_items}
</ul>
</div>

Kolbi
11-04-2010, 10:49 AM
Revert your template and then insert my code again.

I guess there is some original code missing

HolyKiller
04-10-2011, 04:14 PM
Works fine at 4.1.3 !

VBUsers
10-19-2011, 04:49 AM
4.1.7? anyone ?

Kolbi
10-19-2011, 05:31 AM
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.

DemOnstar
07-14-2013, 08:12 AM
Good for me too... 4.2.1

Great stuff...

DemOnstar
07-19-2013, 06:20 AM
Disappeared a few times so uninstalled.

Maybe some conflict with other mods... Oh well.

Thanks anyway..

stevieb
07-31-2013, 10:20 PM
doesn't work in 4.2.0 either :(

* uninstalled

Kolbi
08-01-2013, 05:05 AM
Interesting works for me in vB 4.2.0

Do you have a custom style?

ozzy47
09-28-2013, 11:26 PM
If this is not working for some of you members, try this mod, it requires no template edits, [ozzy47] Extra Mod Options In Member Action Dropdown (https://vborg.vbsupport.ru/showthread.php?t=302780)

Nothing against this mod, but it is another option to use. :)