Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Users Registered Today v2.0.0 Details »»
Users Registered Today v2.0.0
Version: 1.00, by eXtremeTim eXtremeTim is offline
Developer Last Online: Feb 2008 Show Printable Version Email this Page

Category: Forum Home Enhancements - Version: 3.6.0 Rating:
Released: 09-10-2006 Last Update: Never Installs: 168
Uses Plugins Template Edits
 
No support by the author.

Well the long awaited new version of my users registered today hack has now arrived.

Whats new in version 2.0?

Now both version have been combined into one. The forumhome and new page versions are both in one.

Admincp toggles for the following things:
ability to turn on an off the forumhome box and new page version.
ability to turn off and on showing of the new users posts for the forumhome box and new page version independantly.

DEMO:

New Page Version:
http://humor.extremechatforums.com/f...=usersregtoday


Forum Home Version: (look under the whos online box)
http://humor.extremechatforums.com/forums/

Taking additional feature requests...

If you use this hack please click the install button.

I will update this post more later.


Credits go out to:
Kihon of Makeuptalk.com
- everybody go check out that site.
Paul M - Originally when I made this I used his code for his users who have posted today to save some time.

Priority Support: Here

Show Your Support

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

Comments
  #62  
Old 12-29-2006, 01:52 AM
Makc666's Avatar
Makc666 Makc666 is offline
 
Join Date: Dec 2002
Location: MSK-RU
Posts: 392
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

shanejeffery86
Download version 2.0.0 or my 2.0.1 (fixed some translation strings).
Open that file in Notepad and look for lines (separately):
Code:
$regtoday .= "$today[opentag]$today[username] ($today[posts] $vbphrase[posts])$today[closetag]</a>*, ";
$regtoday .= "$today[opentag]$today[username] ($today[posts] $vbphrase[posts])$today[closetag]</a>, ";
$regtoday .= "$today[opentag]$today[username] $today[closetag]</a>*, ";
$regtoday .= "$today[opentag]$today[username] $today[closetag]</a>, ";
Do you see this one at the end of EACH line:
, ";
There is a space before ".
Remove those 4 (four) spaces, save file and reupload the product with overwrite option.
Reply With Quote
  #63  
Old 01-13-2007, 11:57 AM
encryption's Avatar
encryption encryption is offline
 
Join Date: Sep 2005
Posts: 155
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Dude you fixed the one error that was bugging me (the minimize box option which minimized the wrong box).

I uploaded yours and all is well now.

Anyways as for your the lines above, I dont see them in your version of the mod...
Reply With Quote
  #64  
Old 01-21-2007, 12:08 PM
criscokid criscokid is offline
 
Join Date: Nov 2003
Location: London, UK
Posts: 380
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Suggestions for future version:

1: Make the usernames a hyperlink to their profile page.
2: Create an 'external block' to allow this to be shown on a vbPortal page
3: Show user's avatars
Reply With Quote
  #65  
Old 01-21-2007, 10:26 PM
Makc666's Avatar
Makc666 Makc666 is offline
 
Join Date: Dec 2002
Location: MSK-RU
Posts: 392
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by encryption View Post
Dude you fixed the one error that was bugging me (the minimize box option which minimized the wrong box).

I uploaded yours and all is well now.

Anyways as for your the lines above, I dont see them in your version of the mod...
Quote:
Originally Posted by criscokid View Post
Suggestions for future version:

1: Make the usernames a hyperlink to their profile page.
Usernames are hyperlinks to their profile pages...
Code:
        if ($today[visible]) 
        { 
            $regtoday .= "<a href='member.php?u=$today[userid]'>";
Quote:
Originally Posted by encryption View Post
2: Create an 'external block' to allow this to be shown on a vbPortal page
Quote:
Show Users Registered Today On New page
This option turns on the second page which you can use to show the members who have registered today.
Read the first post, there is an example page:
PHP Code:
http://humor.extremechatforums.com/forums/misc.php?do=usersregtoday 
If this one not what you want, than go here:
Priority Support: Here

Quote:
Originally Posted by encryption View Post
3: Show user's avatars
You can code this your self. This one is a very specific option.
Reply With Quote
  #66  
Old 01-21-2007, 11:02 PM
fishmaster fishmaster is offline
 
Join Date: Nov 2006
Posts: 127
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Does the .xml file listed in post number one contain all the fixes that have been listed in this thread?
Reply With Quote
  #67  
Old 01-21-2007, 11:07 PM
Makc666's Avatar
Makc666 Makc666 is offline
 
Join Date: Dec 2002
Location: MSK-RU
Posts: 392
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by fishmaster View Post
Does the .xml file listed in post number one contain all the fixes that have been listed in this thread?
No, it's not.
You can see it yourself:
Released: 11. Sep 2006
Last Update: Never

Take this one.
https://vborg.vbsupport.ru/showpost....8&postcount=52

If there is no some fix there, tell be and I will look into it.
Reply With Quote
  #68  
Old 01-23-2007, 09:03 AM
criscokid criscokid is offline
 
Join Date: Nov 2003
Location: London, UK
Posts: 380
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Makc666 View Post
No, it's not. You can see it yourself: Released: 11. Sep 2006 Last Update: Never
It's common / best practice on this site to add the latest version to the download section. I wonder how many people like myself downloaded the mod expecting it to be the latest version.
Reply With Quote
  #69  
Old 01-23-2007, 09:16 AM
jw00dy's Avatar
jw00dy jw00dy is offline
 
Join Date: Dec 2004
Location: Utah
Posts: 250
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by criscokid View Post
It's common / best practice on this site to add the latest version to the download section. I wonder how many people like myself downloaded the mod expecting it to be the latest version.
The thing you need to realize is that makc666 is NOT the original creator of this mod.

He's just a nice guy helping us with the broken aspects of it.
Reply With Quote
  #70  
Old 01-23-2007, 10:59 AM
criscokid criscokid is offline
 
Join Date: Nov 2003
Location: London, UK
Posts: 380
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by jw00dy View Post
The think you need to realize is that makc666 is NOT the original creator of this mod. He's just a nice guy helping us with the broken aspects of it.
I didn't realise that - thanks for pointing that out.
Reply With Quote
  #71  
Old 02-05-2007, 04:29 PM
eXtremeTim eXtremeTim is offline
 
Join Date: Jun 2002
Location: eXtremewebtech.com
Posts: 1,201
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I will be releasing 2.1.0 in the next few days. Which will include every fixed mentioned plus additional controls and features.
Reply With Quote
Reply


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 11:28 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.04792 seconds
  • Memory Usage 2,320KB
  • Queries Executed 25 (?)
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_code
  • (1)bbcode_php
  • (9)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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