vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Add-On Releases - vBadvanced Module: New Members (https://vborg.vbsupport.ru/showthread.php?t=193225)

Hasann 10-09-2008 10:00 PM

vBadvanced Module: New Members
 
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

FReeSTER 10-10-2008 01:38 AM

Thank once again mate. Installed

Hasann 10-10-2008 01:39 AM

Quote:

Originally Posted by El Intocable (Post 1641548)
Thank once again mate. Installed

coming more vBAdvanced Modules (;

FReeSTER 10-10-2008 01:42 AM

Quote:

Originally Posted by Hasann (Post 1641550)
coming more vBAdvanced Modules (;

TY mate I was waiting for something like this and this seen to do the job I was waiting for. lol :up:

lazyseller 10-10-2008 05:15 AM

is there a way to check for avatar and display if they have one?

Hasann 10-10-2008 05:23 AM

Quote:

Originally Posted by lazyseller (Post 1641668)
is there a way to check for avatar and display if they have one?

yes buddy :)

jambo_1969 10-10-2008 07:19 AM

Installed but refuses to show in vba page....

I can see it in the "edit page" but can not get it to show at all on the live site.

Hasann 10-10-2008 07:23 AM

Quote:

Originally Posted by jambo_1969 (Post 1641740)
Installed but refuses to show in vba page....

I can see it in the "edit page" but can not get it to show at all on the live site.

sorry my mistake its fixed please download it again and re-import new module

Captain Tycoon 10-10-2008 06:44 PM

Quote:

Originally Posted by Hasann (Post 1641676)
yes buddy :)

How can we do this? I am also interested in knowing how to add the avatar...

duckdodger 10-10-2008 07:33 PM

I used the latest version but am having the same problem as above. The module shows up in the edit module page but not on the pages I added it to.

mad@Max 10-10-2008 09:23 PM

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;)

binevi 10-10-2008 10:56 PM

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 (;

AdrianH 10-11-2008 10:18 AM

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.

GateKeper 10-14-2008 03:26 AM

Quote:

Originally Posted by mad@Max (Post 1642269)
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

By_TR 10-14-2008 06:20 AM

thanks Hasann, Installed.
:)

yakuza35 10-19-2008 10:31 PM

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

mad@Max 10-19-2008 10:36 PM

In module or in product delete this "WHERE posts != 0".

yakuza35 10-20-2008 07:26 AM

Quote:

Originally Posted by mad@Max (Post 1648599)
In module or in product delete this "WHERE posts != 0".

thanx bro ;)

AWMGolfer 12-27-2008 05:13 PM

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!!

bybart 12-30-2008 07:14 PM

thanks hasann, installed module...

soundbarrierpro 12-31-2008 08:36 PM

I've had 6 new member since I installed this on my CMPS yesterday and it hasn't updated. Do I need to make a code adjustment in a template or anything?

SHalliday 01-01-2009 12:48 AM

Excellent work! Looking forward to installing. Thanks

Alfa1 01-02-2009 03:09 PM

I have over 70 new registrations per day. This only shows the last 10 that posted.

What if a members only starts posting after a week? When will that member show up?
How can I set this to show all members that have joined in the last 24 hours?

Hasann 01-02-2009 05:26 PM

Quote:

Originally Posted by Alfa1 (Post 1699352)
I have over 70 new registrations per day. This only shows the last 10 that posted.

What if a members only starts posting after a week? When will that member show up?
How can I set this to show all members that have joined in the last 24 hours?

try this

delete this code in the /modules folder new_members.php file
PHP Code:

WHERE posts != 

new update coming soon

Alfa1 01-02-2009 08:18 PM

How can i set a limit of 24 hours? So that it doesn't show members who joined before that.

diouxsie 01-02-2009 10:53 PM

Not working on 3.7.4

Alfa1 01-30-2009 06:09 PM

It is working on vb 3.7.4 and up for me.
Hassan; would you consider to add the following functions:
  • display avatars
  • make it scroll so it could display more members in the same space.
  • show all new members of the last 24 hours?

yotsume 08-03-2009 04:46 AM

Going to test this out. For sure needs to scroll and show avatars and no avatar default image as well.

I need it to show joined date not post date. New members usually dont post they explore so thats useless.

felixthekat85 01-24-2012 02:19 AM

as can be done to show the avatar?

felixthekat85 01-25-2012 11:33 AM

any???


All times are GMT. The time now is 04:41 AM.

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.01365 seconds
  • Memory Usage 1,788KB
  • 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_html_printable
  • (3)bbcode_php_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (30)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete