vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Forum Home Enhancements - Popular Members (Number of visitor) (https://vborg.vbsupport.ru/showthread.php?t=172928)

kaptanblack 03-12-2008 10:00 PM

Popular Members (Number of visitor)
 
Popular Members

You can put popular members at forumhome with this plugin.

Mark as Installed - Nominate for MOTM

Install

Go to your admin cp, then:
Plugin System -> Manage Products -> [Add/Import Product] -> Select 'product-pmembers.xml' from your computer then press 'Import'...

Find in FORUMHOME Template:

Code:

<if condition="$show['activemembers']">,
                                        <span title="<phrase 1="$vboptions[activememberdays]">$vbphrase[within_the_last_x_days]</phrase>">$vbphrase[active_members]: $activemembers</span>
                                </if>

Add under:

Code:

<if condition="$vboptions['pmembers_enable']">
<br />
$vbphrase[pmembers_p]: $pmembers
</if>


Go to your admin cp, then:
vBulletin Options -> Popular Members ->

Modifications Info

Plugin : 2
Phrases : 7
Template : 1
Setting : 2

Versions:
v1.0 - 4 March 2008
- First release

7lanet 03-13-2008 06:41 PM

thankssss

demo

http://www.7lanet.com/vb/index.php

Forum Lover 03-13-2008 07:09 PM

Nice hack, can i put it at the top of memberlist.php? If so, what will be the code for it?

NeuroLancer 03-13-2008 09:05 PM

How is the popular member created? What is the criteria? Visitor number? Does it mean number of visits?

Zaiaku 03-14-2008 04:50 AM

Quote:

Originally Posted by NeuroLancer (Post 1464133)
How is the popular member created? What is the criteria? Visitor number? Does it mean number of visits?

Same question I was wondering this aswell.

NeuroLancer 03-14-2008 06:38 AM

Quote:

Originally Posted by Zaiaku (Post 1464393)
Same question I was wondering this aswell.

Yeah.

... you know we could install it and find out, but I love a good mystery ;)

MrEyes 03-14-2008 02:32 PM

Quote:

Originally Posted by NeuroLancer (Post 1464419)
but I love a good mystery ;)

It uses the profile visit hit counter.

Good idea....

however I don't think that VB tracks hits on IP or similar which means that the more devious members will open their profile and hammer the F5 key to get their name on the stats.

maidos 03-14-2008 07:00 PM

i wanna change this

(Visitor: 188)

to

(Visitors: 188)

Hasann 03-14-2008 07:09 PM

Quote:

Originally Posted by NeuroLancer (Post 1464133)
How is the popular member created? What is the criteria? Visitor number? Does it mean number of visits?

yes he means number of profile visits :)

populer members created with most profiles visits

NeuroLancer 03-14-2008 08:23 PM

Quote:

Originally Posted by Hasann (Post 1464791)
yes he means number of profile visits :)

populer members created with most profiles visits

Thanks for explaining.

Thank you kaptanblack this is good :D

I had an idea, instead of profile views it could use 'friendcount' from the user table

Edit: For anyone that wants to use my idea (hope kaptanblack does not mind), ive added the xml, its the exact same plugin only difference is it displays popularity by friend count instead of profile visits i.e how many friends (this is not my work, i changed maybe 2 words)

I set it up with a new phrase name so you can install both and alter their names if you wish, just use $vbphrase[pmembers_p_friends] instead of $vbphrase[pmembers_p] in the instructions in the first post

Hasann 03-14-2008 09:03 PM

I have created your idea neurolancer :)
Popular Members based on members friends count :D

Search this code in FORUMHOME template

HTML Code:

<span title="<phrase 1="$vboptions[activememberdays]">$vbphrase[within_the_last_x_days]</phrase>">$vbphrase[active_members]: $activemembers</span>
                                </if>

Add Below this Code

HTML Code:

<if condition="$vboptions['membersfriends_enable']">
<br />
$vbphrase[membersfriends]: $membersfriends
</if>


Cornie 03-15-2008 06:15 PM

........................and here the products into German :D

dj_f16 03-16-2008 07:15 PM

ooooooooooooooooooooo :D :D :D :D
s?persin ?zg?r :p

thanx ozgur :)

Zaiaku 03-17-2008 12:13 AM

I like this idea but trying to see if I should use it. The hit counter definitely not the way to go. Althought I can't see this problem for most forums but not much to stop someone for just making up accounts and addeding themselves as freinds. I can't see it happening on most forums except for those with that 1 person with a giant ego.

iyihost 03-18-2008 04:25 PM

thanks ozgur.
good hack

Brandon Sheley 03-18-2008 05:55 PM

can you add a better screen shot ? Or an english demo?

thanks
-Brandon

seangworld 03-22-2008 04:03 AM

works good, thanks.

bongwater 03-31-2008 02:42 PM

thanks, we installed the "popular by friends" version and made a little changes. live link

EvilJohn 06-20-2008 10:33 PM

Installed! Thanks, works rather nicely. Changed visitor phrase to Lurkers.

www.Evilrtcw2.com

TimberFloorAu 06-20-2008 10:58 PM

Quote:

Originally Posted by Hasann (Post 1464865)
I have created your idea neurolancer :)
Popular Members based on members friends count :D

Search this code in FORUMHOME template

HTML Code:

<span title="<phrase 1="$vboptions[activememberdays]">$vbphrase[within_the_last_x_days]</phrase>">$vbphrase[active_members]: $activemembers</span>
                                </if>

Add Below this Code

HTML Code:

<if condition="$vboptions['membersfriends_enable']">
<br />
$vbphrase[membersfriends]: $membersfriends
</if>


Works a treat Thanks

germinus 06-22-2008 01:10 PM

I also changed to "Views"

chtdatweb 07-02-2008 12:23 AM

Hi,

Mine is only showing in numbers like username (40) username (30) username (49) etc... and not the graph as shown in the screenshot :confused:

Daniel.

htscpl 07-13-2008 08:33 PM

Great mod Thanks ** clicks install **

Just one question, how can I add the members profile picture to the listing? I think I saw an explanation but I can't seem to find it now? Thanks again for a great mod.

Henry

jauhari 10-16-2008 07:02 AM

Just Perfect, thanks

m2006 01-16-2009 01:06 AM

Thank you for mod very good

xyzmary2001 07-17-2009 11:34 AM

Anyone knows if it works with vb 3.8.2?

zombietom 12-26-2009 03:56 AM

I installed it both ways ..by profile views and by most friends.

Nice thanks

Forum Lover 03-08-2010 06:51 PM

Would love to see it in vb4. :)

muratcan25 05-09-2010 10:32 AM

thanks very nice mod kaptanblack


All times are GMT. The time now is 10:29 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.01159 seconds
  • Memory Usage 1,779KB
  • 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
  • (2)bbcode_code_printable
  • (4)bbcode_html_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (29)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