Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Cyb - Attention Zero-Posters Details »»
Cyb - Attention Zero-Posters
Version: 1.4, by Valter Valter is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 3.6.8 Rating:
Released: 08-03-2006 Last Update: 07-27-2007 Installs: 420
Uses Plugins Template Edits
 
No support by the author.

vB 3.7 VERSION HERE:
https://vborg.vbsupport.ru/showthread.php?t=177928



=====


Info:
This will by default remind zero-posters (x days after registration) to start posting soon, but hack is flexible and you can use it for some other important alerting of inactive members. Required post count is also changeable.

See screenshots to understand this all better.


Installation:
1. Import XML file (as product): AdminCP > Plugin System > Manage Products > [Add/Import Product]
2. OPTIONAL (for very customized styles): If message don't appear then add "$cyb_att_zeroposters" to the very end in "navbar" template.


To set options:
Go to: AdminCP > vBulletin Options > Cyb - Attention Zero-Posters


Versions:
v1.0 - May 26. 2006.
-First Release
v1.1 - Aug 04. 2006.
-Release of this hack for vB v3.6
v1.2 - Nov 04. 2006.
-Added option to delay with showing message to user (show it x days after registration if user post count is still "0")
-Added option to affect more members, regarding post count
-Added ability to disable message bar linking (if you just want to show message to user and not to ask for making new thread)
-Improved look (used CSS colors for hover effect on message bar, added info icon, message bar moved below navbar)
-Improved codes for better compatibility with different browsers (fully valid XHTML 1.0 Transitional)
-Added Product Version Checking
v1.3 - Nov 11. 2006.
-Added option to disable automatic placement of message in navigation bar
v1.4 - Jul 28. 2007.
-Fixed bug where text color is not affected by style settings
-Cursor now changes to hand style on mouseover if message bar is linked and to default style if not


Click Install

Show Your Support

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

Comments
  #12  
Old 08-16-2006, 09:11 AM
jw00dy's Avatar
jw00dy jw00dy is offline
 
Join Date: Dec 2004
Location: Utah
Posts: 250
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very cool hack. Does anyone know if their is something like this for unregistered users?
Reply With Quote
  #13  
Old 08-16-2006, 01:58 PM
Gsmmind Gsmmind is offline
 
Join Date: May 2006
Location: In My Mind
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nice one but i want to change bacground colosr of it or it's text color......... how pls help me......
Reply With Quote
  #14  
Old 08-16-2006, 02:32 PM
alserb's Avatar
alserb alserb is offline
 
Join Date: Oct 2005
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed ... Thanks
Reply With Quote
  #15  
Old 08-16-2006, 04:33 PM
DPSR DPSR is offline
 
Join Date: Aug 2006
Posts: 154
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very good

Thanks for the hack Cybernetec

*installed!
Reply With Quote
  #16  
Old 08-16-2006, 07:58 PM
RZ500 RZ500 is offline
 
Join Date: Jan 2003
Posts: 68
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How can I change the place for the new post, I have a forum for introcuctions?
Reply With Quote
  #17  
Old 08-17-2006, 01:50 PM
Gsmmind Gsmmind is offline
 
Join Date: May 2006
Location: In My Mind
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RZ500
How can I change the place for the new post, I have a forum for introcuctions?
Make New Forum For Introduce ... memebers....... that's all ... and put link in this hack...........
Reply With Quote
  #18  
Old 08-17-2006, 03:02 PM
RZ500 RZ500 is offline
 
Join Date: Jan 2003
Posts: 68
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Gsmmind
Make New Forum For Introduce ... memebers....... that's all ... and put link in this hack...........

I faund the way, 1000 Gracias.
Reply With Quote
  #19  
Old 09-07-2006, 01:44 PM
andreamarucci's Avatar
andreamarucci andreamarucci is offline
 
Join Date: Nov 2005
Posts: 254
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just a little suggestion. This code add ad advice on the forum top alerting the zero posting users that in xx days they'll be deleted. .There's a way to integrate this code in your hack?

Quote:
<div align="center">
<font size="2" face="Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif">
<script language="JavaScript1.2">
var today = new Date;
var Future0 = new Date;
ThisYear = 2006;

var FutureMonth = 8;
var FutureDate = 30;

Future0.setMonth(FutureMonth, FutureDate);
Future0.setFullYear(ThisYear);

today1 = Date.parse(today);
future1 = Date.parse(Future0);
secleft = future1 - today1;
miliday = 24 * 60 * 60 * 1000;
daysleft = secleft/miliday;
daysleftint = Math.round(daysleft);

if (daysleftint > 1)
document.write("In <b>", daysleftint, "</b> days, all the zero posting users will be deleted! ");

</script>
</font><br><br></div>
Reply With Quote
  #20  
Old 09-07-2006, 02:06 PM
TLove TLove is offline
 
Join Date: Aug 2006
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by jw00dy
Very cool hack. Does anyone know if their is something like this for unregistered users?
Yeah, try the welcome headers hack
Reply With Quote
  #21  
Old 09-20-2006, 10:58 AM
Masiello's Avatar
Masiello Masiello is offline
 
Join Date: Jul 2005
Location: Italy
Posts: 426
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

INSTALLED, works great on my vB 3.6.1 Thank you!
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 07:51 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05764 seconds
  • Memory Usage 2,306KB
  • 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
  • (4)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
  • (3)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