vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Mini Mods - "MemberIndex": New Memberlist, Top Posters, Featured Members, Member Rating etc (https://vborg.vbsupport.ru/showthread.php?t=168985)

Bilderback 02-05-2008 04:20 PM

I sincerely apologize.
My FTP must have failed during upload because the noavatar.gif did not exist in the images/misc/
99.9% sure I put it there but old age could be deceiving me.
Thank you for your support.
It works great now.

CBTS Pennywise1 02-06-2008 11:31 AM

I was wondering if you could program it somewhere for it to grab one of profile fields and post it under there name and turn it into a link from another profile field.

My Site is community based so on registration we ask people what community they are from and then we ask them for the link to that community. I was wondering if you could make it so under there name in the Member Index?

reddyink 02-06-2008 11:59 AM

Quote:

Originally Posted by vbFreelancers (Post 1432437)
After publishing the final release today, I can modify your copy to do it. It's simple.


Did you get a chance to do it? Where can I download it.

If you have this mod, please email me to
reddyinc at gmail dot com

I will do branding free version.

Many thanks - Mod looks great

Sofia 02-07-2008 09:47 PM

Hi vbF

Thanks for this hack. Great work

Everything works perfectly ;)

eNforce 02-08-2008 02:44 AM

This is a really nice add-on!

I added admins and super mod usergroups to the overall posters myself though as I thought they should be included as members also, lol.

Just changed:

WHERE usergroupid=2 OR 6

to

WHERE usergroupid=2 OR 6 OR 5

Maybe you can make that an AdminCP option?

Bilderback 02-08-2008 03:03 AM

I hope you dont mind but I added a couple plugins to the online functions
so it doesnt show up as Unknown Location in the user profile and WOL.
Plugins & Products --> Add New Plugin
Plugin Number 1
Product: vbFMemberIndex
Hook Location: vBulletin; Who's Online? --> online_location_process
Title: WOL 1
Plugin PHP Code:
PHP Code:

if ($filename == 'memberindex.php')
{
        
$userinfo['activity'] = 'memberindex';


Plugin is Active: Yes

Plugin Number 2
Product: vbFMemberIndex
Hook Location: vBulletin; Who's Online? --> online_location_unknown
Title: WOL 2
Plugin PHP Code:
PHP Code:

if ($userinfo['activity'] == 'memberindex')
{
        
$userinfo['action'] = 'Viewing Member Index'
        
$userinfo['where'] = '<a href="./memberindex.php?' $vbulletin->session->vars['sessionurl'] . '">vbFMemberIndex</a>'
        
$handled true;


Plugin is Active: Yes

Attachment 75715

Attachment 75716

eNforce 02-08-2008 03:43 AM

Quote:

Originally Posted by KidCharlemane (Post 1434105)
How does the Featured Member function work? I dont see any way to make someone a Featured Member.

Quote:

Originally Posted by CBTS Pennywise1 (Post 1434108)
Bottom left corner of the box. But you need to have permission (Usergroups) to do it.

lol, I can't find it even with that said... where is it?

vbFreelancers 02-08-2008 06:22 AM

Quote:

Originally Posted by eNforce (Post 1438648)
lol, I can't find it even with that said... where is it?

Follow these steps:
  1. ACP MemberIndex->Options: Featured Members must be YES
  2. ACP Usergroups Permissions: MemberIndex: Can Set/Unset Featured Members? Must be YES
  3. Member listing: At the footer of every record on the left side, there is an icon. Click it and the Member will become "Featured". From that point the icon changes to another one. Clicking it again, unmark the Member from Featured.

Sofia 02-08-2008 07:09 AM

I can't use full image view popup.

Edit : It's ok. No problem :p

Sofia 02-08-2008 07:16 AM

I've a little question :

There are two blocks : Last month'sTop Posters and Last week's Top Posters.

I think there is a little error with phrases. For example, when a member post today, the post count is update (+1 post) in the block Top Poster Last Week. Thus, it'sn't the last month but the last 7 days.

I think it's Last 30 days and Last 7 days. No ?

-------------------------------------------------------------


Other question about permissions :
I want that a usergroup can't use member index. How can I do ? Because when I use permission "Can see Members?", there is nothing.


-------------------------------------------------------------

djlotus 02-08-2008 10:50 PM

I noticed a small typo tonight. While viewing the "registered members" index page, I noticed that the "skype on" image wasn't showing. I found the problem and have a simple fix. Below is a screen shot of the problem.

https://vborg.vbsupport.ru/attachmen...1&d=1202517784
member_index_misspell.jpg

And here is a screen shot of the problem fixed.


https://vborg.vbsupport.ru/attachmen...1&d=1202518069
member_index_fixed.jpg

To fix this problem open the "memberindex_userbit" template and find

Code:

<if condition="$userinfo[skype]<>''">
                  <a href="#" onclick="imwindow('skype', '$userinfo[userid]', 400, 285); return false;">
                  <img border="0" src="memberindex/images/skype_on.gif" width="18" height="18" alt="<phrase 1="$userinfo[username]">$vbphrase[send_message_via_skype_to_x]</phrase>"></a></td>             
                <else />
                  <img border="0" src="memberindex/images/shype_off.gif" width="18" height="18"></td>             
                </if>

replace with

Code:

<if condition="$userinfo[skype]<>''">
                  <a href="#" onclick="imwindow('skype', '$userinfo[userid]', 400, 285); return false;">
                  <img border="0" src="memberindex/images/skype_on.gif" width="18" height="18" alt="<phrase 1="$userinfo[username]">$vbphrase[send_message_via_skype_to_x]</phrase>"></a></td>             
                <else />
                  <img border="0" src="memberindex/images/skype_off.gif" width="18" height="18"></td>             
                </if>


poprulz 02-09-2008 02:29 AM

*installed*

Works fine, but there is no rate option in the member search result page. Please do add rate member feature in search result pages like feature member button.

The memberindex page takes some time to load and the system load goes high when the page is accessed, I've got around 23,000 members and ~400,000 posts. Is there anyway the result is cached and maybe updated once in an hr using cron rather than pull the data each time the page is requested.

hubix 02-10-2008 09:14 AM

It would be fine, if extra profilefields are searchable. :)

haytham 02-12-2008 07:40 PM

Installed on 3.6.8 English and an Arabic forum. Thank you. This kind of helps me to choose best members and moderators for each month.

Sofia 02-12-2008 08:01 PM

Permission "can_use" is missing in the XML code. Any idea ?

rolandogomez 02-13-2008 07:26 AM

Now if we can just add, under the user's name in the results, "Member's Albums" with a link to their albums like in this hack for post pit, https://vborg.vbsupport.ru/showthread.php?t=168428
Any help is appreciated for us non-programmer types...Thanks, rg.

haytham 02-13-2008 07:06 PM

Quote:

Originally Posted by seangworld (Post 1434756)
hey! cannot rate the members now! (so therefore top members column is empty)


Ok I did the rating option but from where can I rate a member? Nothing is showing now in top members. Any help appreciated.

Alfa1 02-15-2008 07:35 PM

I just installed this in 3.7 Beta5 and have the following problems:
- top posters last week/last month: posters with just 0 or 1 post are listed, instead of top posters
- Top posters overall: random members seem to be displayed.
- Top members: there does not seem to be a rating function, so there are no top rated members.
- How do you set featured members?
- Member list: rows are not aligned, as height depends upon height of avatars.

slmoney 02-16-2008 02:43 AM

Ditto what Alfa1 said...

Alfa1 02-16-2008 05:23 PM

Aside from the bugs above, I have a feature request:

- latest changed profiles

I know this might be a tedious thing to code, but it is a feature I see on many large Social Networking websites. Plus it makes members want to change their profile.

indie2industry 02-18-2008 11:02 AM

I love this so far :D

1 quick question for anybody who knows how.

I also have the itrader plug in from this thread

https://vborg.vbsupport.ru/showthrea...hlight=itrader

Is there ANY WAY I can get the itrader ratings to show up in the member index location??
(in the bottom row like the skype, AIM, etc.)

this is what I have so far
http://www.indie2industry.com/forum/memberindex.php
(shows the top poster bugs Alfa1 spoke about)

indie2industry 02-18-2008 06:07 PM

Quote:

Originally Posted by haytham (Post 1442444)
Ok I did the rating option but from where can I rate a member? Nothing is showing now in top members. Any help appreciated.

you have to have your user reputations on in vbulletin. I had the same problem.

chatzworld 02-18-2008 06:25 PM

Quote:

Originally Posted by haytham (Post 1442444)
Ok I did the rating option but from where can I rate a member? Nothing is showing now in top members. Any help appreciated.

you need to setup user group permissions to rate ;)

Dialtone98 02-21-2008 11:39 AM

So far it appears to be a great mod, however the instructions of where to exactly put the file is at least confusing. Can I get a better clarification of upload structure? If not i'll move on to others.

ThorstenA 02-22-2008 07:29 AM

Would be great to have a "no db changes version" of this product as I only install products that do not change db structure.

Guest210212002 02-24-2008 10:01 AM

Quote:

Originally Posted by poprulz (Post 1439216)
The memberindex page takes some time to load and the system load goes high when the page is accessed, I've got around 23,000 members and ~400,000 posts. Is there anyway the result is cached and maybe updated once in an hr using cron rather than pull the data each time the page is requested.

+1 to that. It takes over a two minutes to load on my site. Definitely not something I want accessed a lot. Very nicely done though. :)

Alexvanleeuwen 02-29-2008 12:58 PM

Oke works fine but can someone tell me how to change the memberlist to memberindex??
Or better :) how to make a new menu??

CBTS Pennywise1 02-29-2008 01:48 PM

Send me a msn request at jacques.larabie@gmail.com and I can help you do it.

Evolution06 02-29-2008 04:10 PM

Quote:

Originally Posted by vbFreelancers (Post 1436773)
  1. Are you sure that the noavatar image that you've is .gif and not .jpg?
  2. Where are you storing photos? At databse (the defailt) or in filesystem?

Nevermind.. I figured it out the url was to put the image in image/misc for the mod...

Url: http://www.websourcenetwork.com/forums/memberindex.php

7lanet 02-29-2008 05:31 PM

When I change the group names to arbice
and add No. Group to


Quote:

Meet our Administrators
Meet our .....
Featured Members
Just joined us
Show me mis -
Database error

vitrag24 03-07-2008 05:52 PM

nice hack but several queries:

--i do not have memberlist button in navbar that's y i'm not getting memberindex button also in navbar? can i add it in quicklink or usercp menu?

--memberindex folder should be uploaded directly or seperately in images and includes?
i'm confused..as images in memberindex/images folder arent coming in www.myforum.memberindex.php

-top members and features members arent shown on that page..???

--user groups arent shown.. only usergroups is written..but usergroups like admin,mod,supermod ...arent shown.

Xanlamin 03-08-2008 05:48 PM

Ability to add more than 1 usergroup id in field.

Special Block: Do you want another similar to Meet our Admins, block? yes is checked.

Usergoup: Enter usergroupid for this block, here. I want the ability to add more than just 1 id so I can show all of my staff members here.

Phooey 03-12-2008 05:14 PM

Wow, awesome hack! Fits in perfectly with the new "social network" trend that vBulletin is leaning towards.

/installed!

.Tim 03-14-2008 11:48 PM

Quote:

Originally Posted by Alfa1 (Post 1443950)
- top posters last week/last month: posters with just 0 or 1 post are listed, instead of top posters

Same problem.:down::(

thenutthouse 03-30-2008 03:11 PM

Quote:

1.- What I've in mind to improve next days

* To change the info given in blocks for most active with number of posts and other statistics
* To change the profile in listing by adding more info (eg biography etc). All of them can be turn On/Off by admin. Also to place in profile a popup with related options (eg Email, PM, Add to Buddy etc).
* To add Advanced search, but much more powerfull than vB's. This is the reason that I left empty the left side bar.
* To add in profiles other useful information pulling them from popular mods (eg vbCredits).
Sounds great and I am waiting for the update before I install.

Thnx,
~thenutthouse

Alfa1 04-01-2008 12:11 AM

Quote:

Originally Posted by Alfa1 (Post 1443950)
I just installed this in 3.7 Beta5 and have the following problems:
- top posters last week/last month: posters with just 0 or 1 post are listed, instead of top posters
- Top posters overall: random members seem to be displayed.
- Top members: there does not seem to be a rating function, so there are no top rated members.
- How do you set featured members?
- Member list: rows are not aligned, as height depends upon height of avatars.

Any help or updates?

traxxadd 04-02-2008 09:45 AM

Wow i love it! Just what ive been looking for im going to get that branding free this friday Thanks for your hard work!!!!

Sgt Pepper 04-14-2008 07:19 AM

make this again i wud really like to have a go at it plz?


All times are GMT. The time now is 11:33 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.02156 seconds
  • Memory Usage 1,840KB
  • 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
  • (2)bbcode_php_printable
  • (13)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
  • (38)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