vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Miscellaneous Hacks - PMVB - Enhanced Memberlist 2.1 (https://vborg.vbsupport.ru/showthread.php?t=148045)

EnIgMa1234 05-23-2007 10:00 PM

PMVB - Enhanced Memberlist 2.1
 
/*============================================*\
|| PMVB - Enhanced Memberlist
||
||
|| Author : EnIgMa1234
|| Released : May 24, 2007
|| Version : 2.1
||
|| Time required to install: 1 min
|| Difficulty: easy
\*============================================*/

Description: This is a total redesign of your memberlist. It is fully admin controlable.

Install:
  • Import Product via admincp
  • Replace memberlist template with memberlist.txt
  • Replace memberlist_resultbit template with memberlist_resultbit.txt
Stats:
  • 36 new phrases [29 Setting Phrases]
  • 12 new options
  • 2 template edits
  • 2 new plugins
Features:
  • Many Vbulletin Options
  • Ability To Remove Columns
  • Contact Column Can Be Turned Off By Disabling All Contact Options
  • [Ajax] seach member - side column
  • No need for advanced search anymore
  • Admin Controllable
Change Log:
1.0 -> 1.1 - Added Version Check
Now Fully Phrased

1.1 -> 1.2 - Added Option To Add No Avatar Image
Added Postcount
Some Options Do Not Display If Value Hasn't Been Added
Fixed Design Issues

1.2 -> 2.0 - Added Side Column Search

2.0 -> 2.1 - Added More Search Options

Demo: http://www.pimpmyvb.net/board/memberlist.php?styleid=1


This hack is (c) 2007 PimpMyVB.net
Do Not Reproduce Without My Permission Or Post Anywhere Else

Support Will Only Be Given To Those Who Click Install!

MissKalunji 05-24-2007 07:19 PM

Not bad *trying*

EnIgMa1234 05-24-2007 07:23 PM

let me know how it goes. im also open for suggestions

EnIgMa1234 05-24-2007 07:46 PM

*add version check url

FreshFroot 05-24-2007 10:08 PM

another great hack!

bitdefuser 05-24-2007 11:21 PM

This is great for people with fixed widths and I love the new search feature!

Bug:
Reputation does not show up.

Suggestions:
Remove items under details column if user does not have them entered. (Such as Age, etc.)
Rename PM me! to PM. (Makes it more formal.)

Demo: http://www.cursayer.com/members/list/

TheBlackPoet 05-25-2007 12:48 AM

i'm loving the new look.. but not having the avatar show up.... is driving me mad!!! can you help with that??

DS MrSinister 05-25-2007 12:58 AM

Quote:

Originally Posted by TheBlackPoet (Post 1254175)
i'm loving the new look.. but not having the avatar show up.... is driving me mad!!! can you help with that??

I would try looking under your vBulletin Options -- User Listing & Profile Viewing options in the admincp just a guess

Retell 05-25-2007 01:43 AM

The reason some avatars don't show up is because your user didn't choose one:

The Fix:

Find in memberlist_resultsbit:
PHP Code:

<td class="alt1Active" align="$stylevar[left]width="10%">
<
img src="$avatarurl/>
</
td></if> 

Replace With:
PHP Code:

<td class="alt1Active" align="$stylevar[left]width="10%">
<if 
condition="$avatarurl">
<
img src="$avatarurl/>
</if>
</
td></if> 


That's it... How ever if you want an image saying this user has not choosen an avatar:

Download: http://www.nzxt.com/betaforum/grunged/misc/noavatar.gif "Image Taken From Default Avatar Mod"

Find in memberlist_resultsbit:
PHP Code:

<td class="alt1Active" align="$stylevar[left]width="10%">
<
img src="$avatarurl/>
</
td></if> 

Replace With:
PHP Code:

<td class="alt1Active" align="$stylevar[left]width="10%">
<if 
condition="$avatarurl">
<
img src="$avatarurl/>
<else />
<
img src="$stylevar[imgdir_misc]/noavatar.gif" />
</if>
</
td></if> 


dope15gd 05-25-2007 06:44 AM

looks pretty awesome. I'll be checking this out within the next few days


All times are GMT. The time now is 01:34 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.01413 seconds
  • Memory Usage 1,745KB
  • 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
  • (4)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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