vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Add-On Releases - Forum Members (membelist.php) (https://vborg.vbsupport.ru/showthread.php?t=274248)

solohdes 02-11-2012 03:31 PM

Quote:

Originally Posted by ChrisTERiS (Post 2298508)
You must set which usergroups to show. Many sites are using private usergroups which they don't like to show them in public. So visit your admincp and you'll find an option "Usergroups" in Memberlist plugin. You can select multiple usergroups by holding down the Ctrl key and clicking on them.

Chris

Can you do a screen capture of this? I can't find.

CharlieDelta 02-11-2012 04:22 PM

The header image is not showing on my custom styles. It is shwoing fine on the default.

How can I fix this?

CharlieDelta 02-13-2012 03:14 PM

I sorted it out.

I added in the forummembers_index template
Code:

{vb:raw headinclude_bottom}
Right below
Code:

{vb:raw header}
So it should look like this
Code:

<body>
{vb:raw header}
{vb:raw headinclude_bottom}
{vb:raw navbar}


CharlieDelta 02-23-2012 08:30 PM

I just realized you will also need to do the above ^ edit in the forummembers_search_results template as well.

CharlieDelta 02-23-2012 08:40 PM

If you are like me and have custom usergroups and your new members are not displaying in the "just joined us" section you will need to edit the usergroupid in the memberslist.php

Find
Code:

// Just Joined us
  if ($vbulletin->options["forummembers_newest"] == '1') {
        $newusers_get = $db->query_read("
                          SELECT userid, username, usertitle
                          FROM ".TABLE_PREFIX."user
                          WHERE usergroupid=xx OR FIND_IN_SET(xx, membergroupids)
                          ORDER BY joindate DESC
                          LIMIT $limit");

and edit the usergroupid (xx) in red to represent your custom usergroup.

BadgerDog 04-20-2012 08:24 PM

I was trying to look at (and locate) the PRO version, but when I click on the link, I get this? :confused:

Quote:

Not Found

The requested URL /vb4/memberlist.php was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache Server at www.christeris.net Port 80
Regards,
Doug

BadgerDog 04-20-2012 09:10 PM

Installed with thanks ... :)

However, I'm confused ... :confused:

It shows our Top Overall Poster as a member with 1,400 posts ..

Yet, there's at least 8 members with higher post counts (one is at 5,000 posts) and they're not even listed?

PaulM's "Top Posters" mod shows the correct information and post counts.....

Am I missing something?

Thanks for any feedback ... :)

Regards,
Doug

Christos Teriakis 04-21-2012 05:21 AM

Quote:

Originally Posted by BadgerDog (Post 2322017)
Installed with thanks ... :)

However, I'm confused ... :confused:

It shows our Top Overall Poster as a member with 1,400 posts ..

Yet, there's at least 8 members with higher post counts (one is at 5,000 posts) and they're not even listed?

PaulM's "Top Posters" mod shows the correct information and post counts.....

Am I missing something?

Thanks for any feedback ... :)

Regards,
Doug

The only that you're missing is that I found more reable to not include Admins/Moderators in top posters as they (by position) have always the highers posts. So, I'm showing there Top posters from usergroup 2 (registered members).

Chris

Christos Teriakis 04-21-2012 05:22 AM

Quote:

Originally Posted by BadgerDog (Post 2322008)
I was trying to look at (and locate) the PRO version, but when I click on the link, I get this? :confused:



Regards,
Doug

Currently I haven't installed somewhere a demo for this mod.

Chris

BadgerDog 04-21-2012 09:35 AM

Quote:

Originally Posted by ChrisTERiS (Post 2322125)
The only that you're missing is that I found more reable to not include Admins/Moderators in top posters as they (by position) have always the highers posts. So, I'm showing there Top posters from usergroup 2 (registered members).

Chris

Thanks Chris ... I understand ... :)

Is there somewhere in the plugins or code where I could add an "if usergroup = " type statement that would force it to include a specific set of usergroups for its calculations?

Appreciate your work ...

Regards,
Doug


All times are GMT. The time now is 10:59 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.01280 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_code_printable
  • (5)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