PDA

View Full Version : Miscellaneous Hacks - Cyb - Attention Zero-Posters


Valter
08-03-2006, 10:00 PM
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 (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=122987)

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

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

fusiongoddess
12-10-2006, 01:04 PM
This is a great hack, thanks very much!

sduckie2k5
12-12-2006, 10:56 PM
Great hack, I have one small problem though, it shows up twice under the navbar, no I didn't use the code at the end of the navbar as it said in the read me. I thought maybe I had it installed two times in the product manager but I can only seem to find it once there. Any ideas? Thanks

bonzer
12-15-2006, 10:11 AM
Thanks Installed

MrPHD
12-15-2006, 02:22 PM
Installed and working. thanks

cbiweb
12-23-2006, 03:51 PM
The message appears only after the user has logged out?? That makes little sense if the user never actually logs out. He'll never see it.

ociosos
12-25-2006, 03:19 AM
thank you

Danny Diamond
12-27-2006, 12:39 PM
installed. thank you

tankaya61
12-29-2006, 09:09 AM
thanks

wIrEs
12-30-2006, 05:44 AM
thanks for this, installed :)

maranello
12-30-2006, 06:14 AM
the mouseover effect doesn't work properly. When you go over the bar with your mouse (with the redirection option enabled), the mouse cursor doesn't change even though you are on a hyper link text. Can you fix that? Thanks:D

David Gillaspey
12-30-2006, 06:18 PM
I'm getting an error message when trying to unzip this on Mac OSX. Anyone else experience this problem?

Sincerely,

David Gillaspey

maranello
01-01-2007, 02:18 AM
No support?

maranello
01-02-2007, 12:08 PM
bump

peterska2
01-02-2007, 12:30 PM
the mouseover effect doesn't work properly. When you go over the bar with your mouse (with the redirection option enabled), the mouse cursor doesn't change even though you are on a hyper link text. Can you fix that? Thanks:D
edit the template cyb_att_zposters_sr_hd

FIND style="background-color: $stylevar[alt1_bgcolor]; width: 100%; text-decoration: none; "

REPLACE WITH

style="background-color: $stylevar[alt1_bgcolor]; width: 100%; text-decoration: none; cursor: hand; "

maranello
01-02-2007, 07:33 PM
Still doesn't work:(

rjmjr69
02-13-2007, 06:52 AM
Yet once again another very useful hack thank you Keep them coming

Chirag patel
02-16-2007, 07:18 PM
How can I make ads visible to all users.... guest/mods/reg. users... etc????

davis31b
02-16-2007, 07:44 PM
nice install.. however.. I have seen one similar that would redirect them to a blank separate page that displayed a VB message saying.. "you haven't made a post or whatever" and would redirect users there after x number of says instead of having a nag message, I already have the welcome headers installed so half of my page to a member would be nag messages.

Can anyone point me to that mod or possibly reconfigure this one? Thanks.

Mrdby
04-04-2007, 12:52 PM
great hack

princeedward
05-04-2007, 07:55 AM
thanks Cyb for this also...nice job mark installed already...keep it up bro... ;)

inciarco
05-12-2007, 01:10 PM
Magnific Add-On!! :up:

Works Ok With vBulletin 3.6.6!! :up:

:)

dtv100
07-16-2007, 01:29 PM
thank you for this addon .

kollam003
07-19-2007, 08:41 AM
clicked Install :)

tipoboy
07-27-2007, 11:10 PM
need to change the font color as it doesnt show on my dark forum, could someone tell me how please??

Valter
07-28-2007, 06:15 AM
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

Upgrade info: Import product XML, allow overwrite.
You may need to remove $cyb_att_zeroposters from the navbar template if added previously.

duditas
07-28-2007, 10:22 PM
Thanks, really useful.

** Install **

flindersredclaw
08-07-2007, 07:44 PM
Hi Cyb I am a fan of your modifications as installation is a breeze and I have no issues with them at all. However in this case this one is installed on 3.6.8 and I set it to show posters:Required Post Count (Leave "1" to alert zero-posters only)
Optionaly increase this number to alert other inactive members - I set this to 50 and members that have been active state:On the top of most pages on this site I get a message that I haven't posted for 707 days. But I have posted at least 5 message in the past 10 days and they have appeared in the forums just fine. I have changed that setting back to 1 to see if this keeps happening.

Any ideas? Cookie setting?

Valter
08-07-2007, 10:50 PM
Hi flindersredclaw,

No, this has nothing with the cookies.

If you increase "Required Post Count" you may also wish to customize message which is shown to users. You can write something like "X, you are registered member for a Y days now but your post count is still very low...".

Example:
Set "Required Post Count" to 50
Set Delay to 30 days

If member is registered for a month and has less than 50 posts then message will appear.

flindersredclaw
08-08-2007, 03:09 AM
Ahh understand, I did not know about that part, as always thank you.

0tolerance
08-14-2007, 07:54 AM
this is a really awesome mod :)
im going to use it and hopefully get success

Wheezy
09-01-2007, 02:56 AM
This is a great mod! I only have one problem... the small blue icon (pictured in your preview) isnt showing up. In fact, there is no image at all. Please advise!

EDIT: Also is there a way to change the font color?

Valter
09-01-2007, 05:48 AM
Blue image (skype_info.gif) comes with vBulletin and is stored in /images/misc/ folder.

To change font color go to Phrase manager and find phrase cyb_att_zposters_message.

Edit phrase, add <font color="red"> to the very start.
Add </font> to the very end.
Change "red" to desired color.

Wheezy
09-02-2007, 12:25 AM
Thanks so much! Im a huge fan of all your mods, cyb :)

mrahul
09-03-2007, 05:35 AM
is it compatible for 3.6.4 ?

welovehiphop
09-03-2007, 12:26 PM
nice mod

Wheezy
09-12-2007, 12:39 AM
Im sorry to be a bother, but the image still isnt showing up on my forum. Im using a custom skin with which the images folder is named "images_black" instead of simply "images". Would this have an effect on whether or not the skype image shows up, and if so how can I fix this?

Valter
09-13-2007, 09:18 AM
Go to your style settings (StyleVars) and update Image Paths.

Be sure "Miscellaneous Images Folder" is correctly set, and skype_info.gif exists in misc folder.

periphrastic
09-22-2007, 04:17 AM
installed & thank you once again for another modification

0tolerance
09-27-2007, 09:53 AM
excellent modification you have created here!!

drbox360
10-08-2007, 02:49 PM
thankz ....install:)

DieselMinded
10-09-2007, 03:40 AM
/me clicks installed and says thanks it works great

Do wish there wasnt a space between my header and the message box tho

DieselMinded
10-09-2007, 06:08 AM
This is mine

<b>Hello Member, You have been a member of DIESEL BOMBERS for atleast 5 days now but haven't posted anything yet.We are all diesel enthusiasts and we are glad your a member and would love to hear from you please start posting soon. Click on this message bar if you wish to make an introduction thread now... This Message Will Go Away Once you have 1 Post Thanks</b>

Any Way To Change this
You have been a member of DIESEL BOMBERS for atleast 5 days now but haven't posted anything yet

To This

You have been a member of DIESEL BOMBERS for $activestatus days now but haven't posted anything yet

where

$activestatus = How many Days they have been registered ?

And this

Hello Member

To this

$username

To display the actual user name of the user

Thanks

DieselMinded
10-09-2007, 06:10 AM
* DiesellMinded clicks installed and says thanks it works great

Do wish there wasnt a space between my header and the message box tho

I fixed it ...

in cyb_att_zposters_sr_hd template

I removed the <br/>

DM

Mixibiza
12-26-2007, 11:04 AM
Excellent! Installed :)

iulianh
12-26-2007, 04:06 PM
Another great mod ! Thanks !

bijju
01-03-2008, 01:26 AM
cool one

insidedesign
02-29-2008, 04:43 PM
Has anyone had issues with this MOD when upgrading to vB 3.7?

militarytuners
03-07-2008, 04:01 AM
I'll try this out.

snoopy5
05-18-2008, 08:42 PM
I'll try this out.

Hi

did you succeed with 3.7?

Deadly Assassin
05-19-2008, 08:17 AM
Brilliant as always.

Thanks Cyb

:up: