Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons

Reply
 
Thread Tools
vBadvanced Module: New Members Details »»
vBadvanced Module: New Members
Version: 1.1, by Hasann Hasann is offline
Developer Last Online: Jun 2021 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.7.x Rating:
Released: 10-09-2008 Last Update: 10-09-2008 Installs: 67
Translations  
No support by the author.

New Members vBAdvanced CMPS Module by Hasann

This Product brought to you by
www.vbulletin-turkey.com

Description:

This will add a CMPS block to your vBadvanced CMPS portal page.
It will display the "New Members" based on joindate in your vBulletin forums.

Features:
  • Username link to profile.
  • Post count link to show all posts by the member.
  • Member Count
  • Order by joindate
  • Username HTML Markup (fetch_musername)
  • Uses exec_switch_bg (Reads $bgclass and returns the alternate table class)
Tested on:Demo: www.vbulletin-turkey.com

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 10-10-2008, 09:23 PM
mad@Max's Avatar
mad@Max mad@Max is offline
 
Join Date: Jul 2007
Location: Russia
Posts: 536
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Will be better if be display all members, includes who have 0 post
For me, i'm del WHERE posts != 0 in php.
And will be nice, if you give a choose to select displaying user join date or post count.
PHP Code:
$vbanm $new_member['joindate'];
$vbanm vbdate($vbulletin->options['dateformat'], $vbanm); 
HTML Code:
<tr>

<td class="$bgclass">
<div class="smallfont"><font size="3">?</font> <a href="$vboptions[bburl]/member.php?$session[sessionurl]u=$new_member[userid]" rel="nofollow">$new_member[musername]</a></div> 
</td>

<td class="$bgclass">
<div class="smallfont">[<a href="$vboptions[bburl]/search.php?$session[sessionurl]do=finduser&amp;u=$new_member[userid]" title="<phrase 1="$new_member[username]">$vbphrase[find_all_posts_by_x]</phrase>" rel="nofollow">$vbanm</a>]
</div>
</td>

</tr>
Hope this help you and other
Reply With Quote
  #13  
Old 10-10-2008, 10:56 PM
binevi binevi is offline
 
Join Date: Jan 2008
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So one question : Is it better to have different modules separately such top poster,new member or new thread etc. rather than having that cyb statistic at cms page?

turkce olarakda. boyle modulleri ayri ayri koymak mi iyidir yoksa cyb istatistikleri varya onu anasayfaya koymak mi. hem hiz acisindan hemde baska acilardan (;
Reply With Quote
  #14  
Old 10-11-2008, 10:18 AM
AdrianH AdrianH is offline
 
Join Date: Sep 2007
Posts: 222
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

There is no "better", both mods are great, it depends on what you want to see and what lay out you have.

I have the CYB mod on the forumhome and Hassans mods on VBA.
Reply With Quote
  #15  
Old 10-14-2008, 03:26 AM
GateKeper GateKeper is offline
 
Join Date: Apr 2007
Posts: 93
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mad@Max View Post
Will be better if be display all members, includes who have 0 post
For me, i'm del WHERE posts != 0 in php.
And will be nice, if you give a choose to select displaying user join date or post count.
PHP Code:
$vbanm $new_member['joindate'];
$vbanm vbdate($vbulletin->options['dateformat'], $vbanm); 
HTML Code:
<tr>

<td class="$bgclass">
<div class="smallfont"><font size="3">?</font> <a href="$vboptions[bburl]/member.php?$session[sessionurl]u=$new_member[userid]" rel="nofollow">$new_member[musername]</a></div> 
</td>

<td class="$bgclass">
<div class="smallfont">[<a href="$vboptions[bburl]/search.php?$session[sessionurl]do=finduser&amp;u=$new_member[userid]" title="<phrase 1="$new_member[username]">$vbphrase[find_all_posts_by_x]</phrase>" rel="nofollow">$vbanm</a>]
</div>
</td>

</tr>
Hope this help you and other
I figured out the HTML changes you show, I edited the xml file, and replaced your code with what was there

however I don't understand what to do with the php code you show, where is that put, or added ?

still learning this stuff, and getting some of it...

Thanks
Reply With Quote
  #16  
Old 10-14-2008, 06:20 AM
By_TR By_TR is offline
 
Join Date: Jul 2007
Location: istanbul - t?rkiye
Posts: 23
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks Hasann, Installed.
Reply With Quote
  #17  
Old 10-19-2008, 10:31 PM
yakuza35 yakuza35 is offline
 
Join Date: Apr 2007
Posts: 46
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

if member has 0 message how can I show him on new members module because if members havenot message I can't see them on new members module
Reply With Quote
  #18  
Old 10-19-2008, 10:36 PM
mad@Max's Avatar
mad@Max mad@Max is offline
 
Join Date: Jul 2007
Location: Russia
Posts: 536
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

In module or in product delete this "WHERE posts != 0".
Reply With Quote
  #19  
Old 10-20-2008, 07:26 AM
yakuza35 yakuza35 is offline
 
Join Date: Apr 2007
Posts: 46
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mad@Max View Post
In module or in product delete this "WHERE posts != 0".
thanx bro
Reply With Quote
  #20  
Old 12-27-2008, 05:13 PM
AWMGolfer AWMGolfer is offline
 
Join Date: Dec 2007
Posts: 120
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I know it was mentioned earlier but what exactly do I need to add in to have it show the avatar? I tried to play around with it but it would only show my avatar for each person so not sure what I did wrong..lol, could be that I'm trying to do this with a headache..lol. Anyway, thank you in advance!!
Reply With Quote
  #21  
Old 12-30-2008, 07:14 PM
bybart bybart is offline
 
Join Date: Jul 2007
Location: turkey/istanbul
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks hasann, installed module...
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:07 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.08322 seconds
  • Memory Usage 2,313KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_html
  • (2)bbcode_php
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete