vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Miscellaneous Hacks - Cyb - Attention Zero-Posters (https://vborg.vbsupport.ru/showthread.php?t=122987)

Valter 08-03-2006 10:00 PM

Cyb - Attention Zero-Posters
 
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

futureye 08-04-2006 07:07 AM

i will install it after i finish upgrading my forum to 3.6.0 gold

cooldude714 08-04-2006 10:59 AM

Me 2 :D

utw-Mephisto 08-04-2006 01:59 PM

Me 3 :D

adonfun 08-04-2006 10:38 PM

Me 4 - Great Add-on BTW!!

When will the zero-poster get notified? Any way for me to edit the time when a zero-poster gets notified?

OmaniMan 08-05-2006 12:16 AM

Great Dear ... Installed :)

aLReeMi 08-05-2006 09:31 AM

Great... thanks!

Beller 08-05-2006 11:42 AM

Installed ,Thank You!

upsetter 08-15-2006 08:48 AM

installed, and working fine... thank you.. :)

Aislinn 08-15-2006 07:36 PM

Installed and it works, but we have a small problem.

In two of our skins you cant see the text as its the wrong color, it blends right in.

How do we change the color of the font?

Edit//

Never mind I changed the background in the file.

jw00dy 08-16-2006 09:11 AM

Very cool hack. Does anyone know if their is something like this for unregistered users?

Gsmmind 08-16-2006 01:58 PM

nice one but i want to change bacground colosr of it or it's text color......... how pls help me......

alserb 08-16-2006 02:32 PM

Installed ... Thanks

DPSR 08-16-2006 04:33 PM

Very good :)

Thanks for the hack Cybernetec

*installed!

RZ500 08-16-2006 07:58 PM

How can I change the place for the new post, I have a forum for introcuctions?

Gsmmind 08-17-2006 01:50 PM

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

RZ500 08-17-2006 03:02 PM

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.

andreamarucci 09-07-2006 01:44 PM

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>

TLove 09-07-2006 02:06 PM

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

Masiello 09-20-2006 10:58 AM

INSTALLED, works great on my vB 3.6.1 :) Thank you!

iran.gs 09-20-2006 03:03 PM

nice i change the anonecment to why not make ur post , instead of saying we may delete you.

Emanet-Kaos 09-23-2006 05:12 AM

Thanks !

ZeryabPhone 09-23-2006 04:28 PM

work good thank you.

principino1984 09-25-2006 05:16 PM

how do I change the color of the text?

Marco

jerrygad 10-29-2006 02:48 PM

installed and it working well. Thanks for sharing it with us :)

tank14 10-31-2006 11:30 PM

Can I change the color scheme of it, because my forums are very dark and it is so hard to read.

SloppyGoat 11-03-2006 01:01 AM

Yes, font color/type needs to be configurable.

Valter 11-03-2006 11:22 PM

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

To upgrade: Import XML, allow overwrite.
Check options, hack notes, and screenshots.

SloppyGoat 11-04-2006 12:14 AM

Excellent improvements! I installed it again! Maybe you could also add an email feature that sends them an email every so often that tells them I'm going to prune them unless they post ;) It would be nice if that warning was automated. Actually, it would be nice if pruning the no posters could be automated too. ;)

HansMuenchen 11-11-2006 01:01 PM

Would be nice if this hack also would include the possibility to put 0-Poster into a special group and also delete them after x days.

That's what I miss for a long time.

I saw it on a WBB hack and it works good.
Can you expand this hack for that feature?

Means that a user becomes after x days after registration a automatic warning and after x days more inactivity he will be deleted ob put into a ban group?

Thnx for the answer and sorry for my maybe badly english!

Greetings out of Munich
Hans

Luggruff 11-11-2006 06:06 PM

Could you please stop placing where tour hacks will show up, and let us decide that with template edits, ourselves?
or AT LEAST tell us how we remove the original location that you selected yourself if we don't want things where you have placed them.

..as you say yourself, some of us has really customized templates (and they can show even though we've got them extremely customized)

Valter 11-11-2006 06:20 PM

It's to make installation easier.

Several of my hacks has option to turn off default placement but here navbar is I think logical place for putting info box, to have it shown on any page. You are first one who is asking how to disable it.

But np, I'll add an option to disable auto-placement in navbar in the next version.

Valter 11-11-2006 06:34 PM

v1.3 - Nov 11. 2006.
-Added option to disable automatic placement of message in navigation bar

To upgrade: Import XML, allow overwrite.

HansMuenchen 11-11-2006 06:39 PM

Quote:

Originally Posted by Cybernetec
v1.3 - Nov 11. 2006.
-Added option to disable automatic placement of message in navigation bar

To upgrade: Import XML, allow overwrite.

Thny :) And what's with my question? ;)

Greetings out of Munich
Hans

Luggruff 11-11-2006 06:42 PM

Thanks! ;D
Thank god for template edits and free will (:

Will install at the next forum upgrade!

Valter 11-11-2006 06:43 PM

Quote:

Originally Posted by HansMuenchen
Thny :) And what's with my question? ;)

Greetings out of Munich
Hans

It is possible to make. I will see what I can do when I have some more time...

HansMuenchen 11-11-2006 08:04 PM

Quote:

Originally Posted by Cybernetec
It is possible to make. I will see what I can do when I have some more time...

Then I say many Thnx :)
Because found here a hack for that but was only for the 3.5.4 and so it don't work anymore for the 3.6.3 version.

Would be very nice if that features will be possible into your hack, because that makes then many admins live more easy ;)

Greetings
Hans

Malibu 11-17-2006 06:00 AM

nice mod...thank you

malibu

Butcher 11-23-2006 05:21 PM

nice hack
gonna install this it think

question though?.......129 installs and only 69 downloads - doing well :) as usually on this board i find it's the other way round lol

hsv z clubbie 11-25-2006 03:39 AM

Installed and works well, thanks !!


All times are GMT. The time now is 07:14 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.01305 seconds
  • Memory Usage 1,809KB
  • 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
  • (7)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
  • (40)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