vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Miscellaneous Hacks - MemberList UserName DropDown Menu (https://vborg.vbsupport.ru/showthread.php?t=228250)

SorentoUltimate 11-17-2009 10:00 PM

MemberList UserName DropDown Menu
 
1 Attachment(s)
Title : MemberList UserName DropDown Menu

Description : Dropdown Menu on UserNames @ MemberList


Please remember to click Mark as Installed if you use this modification.
NO SUPPORT FOR USERS NOT MARKED AS INSTALLED.


Files : 0
Plugins : 3
Settings : 1 Group / 1 Settings
Templates : 1
Phrases : 5

Instalation
1. Import Installation File.

2. Go to Admin Control Panel => vBulletin Options => MemberList UserName DropDown Menu Options and
Modify your settings.

Sorento-UltimateClub
http://www.sorento-ultimateclub.com

SorentoUltimate 11-17-2009 11:15 PM

RESERVED for Later USE

Vackrick 11-17-2009 11:52 PM

installed no drop down..

SorentoUltimate 11-17-2009 11:57 PM

Quote:

Originally Posted by Vackrick (Post 1916308)
installed no drop down..

You use Default Style or a Custom Style?

digicom 11-18-2009 12:12 AM

Same problem for me no drop down tryed on Default skin also

SorentoUltimate 11-18-2009 12:16 AM

Quote:

Originally Posted by digicom (Post 1916318)
Same problem for me no drop down tryed on Default skin also

strange think

try to find

Code:

<tr align="center">
    <td class="alt1Active" nowrap="nowrap" align="$stylevar[left]" id="u$userinfo[userid]">
        <a href="member.php?$session[sessionurl]u=$userinfo[userid]">$userinfo[musername]</a>

at your memberlist_resultsbit template

and tell me please if you find it.

Vackrick 11-18-2009 12:29 AM

i using custom style

digicom 11-18-2009 12:29 AM

Mine it slightly diffrent on a custom + default style
Code:

<tr align="center">
    <td class="alt1Active" align="$stylevar[left]" id="u$userinfo[userid]">
        <a href="member.php?$session[sessionurl]u=$userinfo[userid]">$userinfo[musername]</a>


SorentoUltimate 11-18-2009 12:49 AM

Quote:

Originally Posted by digicom (Post 1916329)
Mine it slightly diffrent on a custom + default style
Code:

<tr align="center">
    <td class="alt1Active" align="$stylevar[left]" id="u$userinfo[userid]">
        <a href="member.php?$session[sessionurl]u=$userinfo[userid]">$userinfo[musername]</a>


can u please write here the template to tell u what to change?

kalisekj 11-18-2009 11:02 PM

Also No Dropdown in Custom Template
My memberlist_resultsbit template:
<tr align="center">
<td class="alt1Active" align="$stylevar[left]" id="u$userinfo[userid]">
<a href="member.php?$session[sessionurl]u=$userinfo[userid]">$userinfo[musername]</a>
<if condition="$show['usertitlecol']"><div

kalisekj 11-18-2009 11:37 PM

FYI Only People With test Machines Have the Default Template in Use. If you are a Web Site then it is obvious you are using Custom Templates for what self respecting web site would be promoting VBulletin and not Have some uniqueness to their Site?

Kosmic1 11-19-2009 07:30 AM

Doesn't works! :confused:

SorentoUltimate 11-20-2009 08:40 AM

Quote:

Originally Posted by kalisekj (Post 1916897)
Also No Dropdown in Custom Template
My memberlist_resultsbit template:
<tr align="center">
<td class="alt1Active" align="$stylevar[left]" id="u$userinfo[userid]">
<a href="member.php?$session[sessionurl]u=$userinfo[userid]">$userinfo[musername]</a>
<if condition="$show['usertitlecol']"><div

you have to go to
MemberList UserName DropDown Menu product
edit the Parse Templates plugin and change
Code:

<tr align="center">
    <td class="alt1Active" nowrap="nowrap" align="$stylevar[left]" id="u$userinfo[userid]">
        <a href="member.php?$session[sessionurl]u=$userinfo[userid]">$userinfo[musername]</a>

with
Code:

<tr align="center">
    <td class="alt1Active" align="$stylevar[left]" id="u$userinfo[userid]">
        <a href="member.php?$session[sessionurl]u=$userinfo[userid]">$userinfo[musername]</a>

you find the code 2 time
change the code 2 times

mbc100 11-20-2009 12:26 PM

nice thanks

kalisekj 11-23-2009 04:28 AM

Bummer Installed New Product Overwrote and made changes you suggested and still no drop down in memberlist :(

Kosmic1 11-23-2009 07:29 AM

Doesn't works in 3.8.4 :(

MonkYZ 05-17-2010 10:53 PM

Doesn't work for me either... Using vBulletin 3.8.5 :(
Maybe SorentoUltimate can give as a helping hand !

SorentoUltimate 05-17-2010 10:56 PM

Quote:

Originally Posted by MonkYZ (Post 2038845)
Doesn't work for me either... Using vBulletin 3.8.5 :(
Maybe SorentoUltimate can give as a helping hand !

do you have a custom style ?

MonkYZ 05-17-2010 11:04 PM

Quote:

Originally Posted by SorentoUltimate (Post 2038849)
do you have a custom style ?

Yes !

EddyMaxx 05-20-2010 04:21 PM

Love this mod. Installed!

SorentoUltimate 05-20-2010 07:50 PM

Quote:

Originally Posted by MonkYZ (Post 2038853)
Yes !

If you use a custom style and mod not work you have to modify the mod.
Sorry but i don't have the time to work with your style.

MonkYZ 05-20-2010 11:02 PM

Quote:

Originally Posted by EddyMaxx (Post 2040625)
Love this mod. Installed!

Hate this mod. Uninstalled !

SorentoUltimate 05-21-2010 04:34 PM

Quote:

Originally Posted by funmasti (Post 2041236)
thanks a lot

you are welcome,

please mark as installed if you use the mod...

Antidepresiv 01-03-2011 04:29 PM

Any chance this will be available for 4.0.1 ? or 0.8 ? Would rly like it.. Cheers! :)

SorentoUltimate 01-03-2011 05:29 PM

Quote:

Originally Posted by Antidepresiv (Post 2143411)
Any chance this will be available for 4.0.1 ? or 0.8 ? Would rly like it.. Cheers! :)

Not plan to update any of my mods to vBulletin 4.x.x .


All times are GMT. The time now is 09:42 AM.

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.03093 seconds
  • Memory Usage 1,767KB
  • 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
  • (5)bbcode_code_printable
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (25)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete