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.


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


All times are GMT. The time now is 12:53 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.01277 seconds
  • Memory Usage 1,750KB
  • 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_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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