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)

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.


All times are GMT. The time now is 05:49 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.01068 seconds
  • Memory Usage 1,740KB
  • 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
  • (1)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