vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Show Thread Enhancements - Extra Modoptions into users posts (Ban Link, Edit Avatar, Edit sign,..) (https://vborg.vbsupport.ru/showthread.php?t=229728)

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

Quote:

Originally Posted by FF|Skyrider (Post 2104392)
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.

PHP Code:

<div class="popupmenu memberaction<vb:if condition="$page_class"> {vb:raw page_class}</vb:if>">
    <
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;showposts=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..


All times are GMT. The time now is 04:20 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01367 seconds
  • Memory Usage 1,810KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete