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

EnIgMa1234 05-25-2007 11:15 AM

Quote:

Originally Posted by bitdefuser (Post 1254126)
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/

could you pm me your resultbit template

blackpoet, could you do this too?

EnIgMa1234 05-25-2007 03:03 PM

Updated*
1.1 Has Been Released.

To Upgrade:
Reinstall Everything

If You Want To Revieve Upgrades In The Future, Remember To Click Mark As Installed

bitdefuser 05-25-2007 06:13 PM

More Bugs

The reputation still does not appear.
I still suggest you hide the items under the Details list if the user does not have them entered to avoid confusion.
Edit: The age does not appear either.

My resultsbit is the same as the latest one in your text file that you have provided in your download.
I also suggest you add "Posts" under the "Details" tab.

Retell 05-25-2007 06:35 PM

Quote:

Originally Posted by EnIgMa1234 (Post 1254515)
Updated*
1.1 Has Been Released.

To Upgrade:
Reinstall Everything

If You Want To Revieve Upgrades In The Future, Remember To Click Mark As Installed

Did you include my fix for avatars?

Hornstar 05-26-2007 05:48 AM

Hopefully this becomes really popular so this hack stays alive, from the look of the screen shots, this looks much better ^^

Thanks.

EnIgMa1234 05-26-2007 03:00 PM

Quote:

Originally Posted by Retell (Post 1254601)
Did you include my fix for avatars?

it was always included. the reason the avatars didnt show is because the users didnt upload one. to fix this i'd suggest installing ziki's default avatar hack

EnIgMa1234 05-26-2007 06:12 PM

V.1.2 Has Been Released

Changes - See Change Log.txt Or View To Of Page

Upgrading -
Reupload Product
Redo resultbit template

Retell 05-27-2007 04:03 AM

No, it wasn't always included, your coding assumed that everyone will have an avatar, that is not ever going to happen. And not everyone wants a default avatar for their forums. My change was an if statement to make sure there was an avatar before it tried to show one.

TheProphet 05-27-2007 05:23 AM

<font color="Lime"> *installed*</font>

Nice hack.... thx for releasing.

bashy 06-09-2007 07:11 AM

Hi, this does not do the ajax when searching for a member such as you screenshot?

EnIgMa1234 06-09-2007 10:20 AM

Do you have ajax turned on?
Have you ever changed any of the default clientscript files?

bashy 06-09-2007 10:27 AM

Hi

ajax is on as far as i am aware ans i have many ajax enabled hacks,
as for the files, not that i can remember

EnIgMa1234 06-09-2007 10:44 AM

have you customised the templates i provided in any way?

bashy 06-09-2007 02:48 PM

No m8 not at all... its as i downloaded it from here :)
Just to make sure, is there a ajax setting to enable this option whether it be your setting or a default vb setting? Ya never know, i may have never had it enabled pmsl.... I just cannot remember

EnIgMa1234 06-09-2007 05:18 PM

Vbulletin options - general settings

its the last option

bashy 06-09-2007 07:55 PM

Yeah thought so, its set to, Enable all AJAX features...

I am gonna download the the vb package again and upload only the clientscript folder and see how that goes....

Back in a bit....

bashy 06-09-2007 08:03 PM

Uploaded and still the same im afraid :(

EnIgMa1234 06-09-2007 08:09 PM

hmm....

could you post the codes of the username suggest found somewhere else on your forum and compare it to mine

bashy 06-09-2007 08:52 PM

Sorry, this is where i start to get stumped lol

What i be looking for in the code with regards to the name suggest?

To be honest, i dont think its ever worked.... well not that i noticed, i dont really
search for users, dont have the need at present...

Where else would i find the name suggest?

EnIgMa1234 06-10-2007 12:19 PM

Code:

<div id="userfield_menu" class="vbmenu_popup" style="display:none"></div>
<script type="text/javascript" src="clientscript/vbulletin_ajax_namesugg.js?v=364"></script>
<script type="text/javascript">
<!--
vbmenu_register('userfield', true);
snc = new vB_AJAX_NameSuggest('snc', 'userfield_txt', 'userfield');
//-->
</script>
</div>

Search for that

EnIgMa1234 06-22-2007 02:27 PM

Updated -
1.2 - 2.0 -> Add Side Column Search

I will also be adding more search options.

Also if you would like to give a demo to be shown on the first post, please pm me.

Thanks

EnIgMa1234 07-01-2007 08:16 PM

Updated To V.2.1

2.0 -> 2.1 - Added More Search Options

EnIgMa1234 07-03-2007 12:15 PM

I am now looking for suggestions for future features

Kmaster 07-06-2007 01:29 PM

possible searching userid?

EnIgMa1234 07-06-2007 01:39 PM

Yes I will add that to the todo :)

Rated 07-27-2007 06:55 PM

Installed.

Great hack man...

Is there a way to resize the whole information box?

Also, is there a way to switch the look from avatar-details-info-contact info to details-avatar-info-contact info?

Thanks

EnIgMa1234 07-27-2007 07:54 PM

Just rearrange the template. PM me if you need help

criscokid 08-26-2007 06:12 PM

It would be fantastic if a site owner had the opption to include specifis profile fields to include in the search and to be output on memberlist.php

sunnycher 09-08-2007 08:13 AM

Love this! THANK YOU!

EnIgMa1234 09-08-2007 02:13 PM

Your welcome :)


All times are GMT. The time now is 06:13 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.01289 seconds
  • Memory Usage 1,826KB
  • 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_code_printable
  • (4)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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