vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   vBulletin CMS Widgets - Widget: Last x New Members (https://vborg.vbsupport.ru/showthread.php?t=230851)

XBL EXTREME NYC 12-25-2009 03:00 AM

it was one of the widgets that came with vb. Also i attached a pic of the problem i am having. It is still there.

PS i know the title is wrong for the widget but that shouldnt matter

kendo 12-25-2009 04:02 AM

Exactly the same as mine is showing.

Bigstack 12-25-2009 04:13 AM

Works Great. Thanks

MaryTheG(r)eek 12-25-2009 05:29 AM

Quote:

Originally Posted by XBL EXTREME NYC (Post 1937758)
it was one of the widgets that came with vb. Also i attached a pic of the problem i am having. It is still there.

PS i know the title is wrong for the widget but that shouldnt matter

For some reason "div" don't works as it must be. Try a trick by replacing all instances of "div" with "span".

Maria

denman75 12-25-2009 05:50 AM

thank you for widget

Dr.osamA 12-25-2009 08:33 AM

Thanxx

installed

XBL EXTREME NYC 12-25-2009 02:21 PM

Quote:

Originally Posted by MicroHellas (Post 1937812)
For some reason "div" don't works as it must be. Try a trick by replacing all instances of "div" with "span".

Maria

Tried the span thing and same is showing

kf4eok 12-26-2009 02:14 AM

thanks, installed

wolfe 01-07-2010 11:51 AM

to use usergroup colours then Configure Widget and replace the html with

PHP Code:

$dateformat "d/m/Y"//Other formats "m/d/Y", "d/m", "d/m/Y"
  
ob_start();
  require_once(
'./includes/functions_user.php');
  require_once(
'./includes/functions_bigthree.php');
  
// Get New Members
  
$newusers_get vB::$db->query_read("
    SELECT joindate, username, userid, usergroupid, IF(displaygroupid=0, usergroupid, displaygroupid) AS displaygroupid FROM "
.TABLE_PREFIX."user
    WHERE usergroupid=2
   ORDER BY joindate DESC
   LIMIT 5"
);
  
$output_bits '';
  while(
$newuser vB::$db->fetch_array($newusers_get))
  {

$newuser[username] = fetch_musername($newuser);
        
$joindate date($dateformat$newuser[joindate]);
        
$output_bits .= '<a target="_blank" href="member.php?u='.$newuser[userid].'">'.$newuser[username].'</a>
                        <div style="float: right;">'
.$joindate.'</div><br />';
  }
  
$output $output_bits;
  
ob_end_clean(); 


MaryTheG(r)eek 01-11-2010 03:17 PM

Due to lack of free time, I must decrease the time that I'm spending here for support. By having a long thread for each of my 16 mods, most often I'm bypassing questions. That's why for urgent questions please visit my site, where it's easier to support you, by having a thread per question.

Thank you
Maria


All times are GMT. The time now is 04:56 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.01105 seconds
  • Memory Usage 1,739KB
  • 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
  • (1)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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