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

Reply
 
Thread Tools
AustraliaBound.org ModalBox Nag Screen Details »»
AustraliaBound.org ModalBox Nag Screen
Version: 1.01, by TimberFloorAu TimberFloorAu is offline
Developer Last Online: Jan 2013 Show Printable Version Email this Page

Category: Mini Mods - Version: 4.0.2 Rating:
Released: 03-22-2010 Last Update: 03-22-2010 Installs: 12
Template Edits
Translations  
No support by the author.

Turn guests into registered users. or more .... ?

PLEASE READ THIS POST BEFORE WHINGING https://vborg.vbsupport.ru/showpost....2&postcount=10

Please SEE VIDEO Modal: https://vborg.vbsupport.ru/showpost....0&postcount=13

This does what it says on the tin, it isnt for everyone. So dont go whining and whinging. But if you feel a need for this, then enjoy.

Utilising: Jquery Ajax Css and a bit of JiggeryPokery we bring you:

NAG the BUGGERS NagScreen. This mod will NAG your guests to register !!!

Simple as really.
Easy to install.

2 folders to upload
3 templates to add some code to - copy the code between the [code] this code here [/code] tags.

Please do not upload the actual code tags themselves ok

Included are the PSD's I used in production of this for our forum. Please feel free to use / change and bastardize. Do not ask me to do it for you, I am far too busy.

This is a free hack, and I for one think VB should instigate a system of you download ---- you click install system. If you dont click install you should PAY !

Not a lot to ask is it ! Sheesh cmon, ONE FINGER CLICK !

Anyhoo....

To install the mod.

Open the read me.
There are 3 templates to change.--
-- forumhome
-- -- forumdisplay
-- -- -- footer

2 folders to upload to your forum root.
-- content
-- -- colorbox

Thats it.

Instructions on editing conditionals is in the readme.
PSD included for our button image and register ajax image

DEMO: http://australiabound.org/forum/forum.php

Enjoy and ffs click installed and rate it.

... pps dont remove copyright comments !

Download Now

File Type: zip AustraliaBound_Modal_nag_screen2.zip (620.2 KB, 65 views)

Screenshots

File Type: png register_4_free.png (46.8 KB, 0 views)

Show Your Support

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

Comments
  #2  
Old 03-23-2010, 10:16 AM
TimberFloorAu's Avatar
TimberFloorAu TimberFloorAu is offline
 
Join Date: May 2008
Location: Brisbane
Posts: 2,264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

*reserved*

5:13am 24th March 2010.
Changelog:
-- removed product version 1.00
-- uploaded product version 1.01
-- -- changes ( missing footer call )

Download Zip: unpack
Open Readme file, make changes as per footer code.

Click save. Done. Nothing to reupload.
Reply With Quote
  #3  
Old 03-23-2010, 10:59 AM
basilrath's Avatar
basilrath basilrath is offline
 
Join Date: Apr 2006
Posts: 741
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

lol nice but damn annoying .................... i think maybe that sometimes guests who are already registered but do not want to login for some reason, wether this be time or some other constraints it may well deter them from returning. sorry this is not ajibe as it is quite a fun element to have.
Reply With Quote
  #4  
Old 03-23-2010, 11:48 AM
Hammertime Hammertime is offline
 
Join Date: Dec 2009
Posts: 75
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yeah nice mod this and i'm sure it will have it's uses. Would be interested to hear how this affects a site's bounce rate.

Tagged.
Reply With Quote
  #5  
Old 03-23-2010, 05:02 PM
tafreeh tafreeh is offline
 
Join Date: May 2008
Location: Canada
Posts: 536
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this can be useful.. i got two questions for you...

Can we change the time before it pops up.. I do not want this to show at first 3 second when u arrive at the page...

Is it possible, if you close it once, it doesn't show up again?
Reply With Quote
  #6  
Old 03-23-2010, 05:03 PM
princeedward's Avatar
princeedward princeedward is offline
 
Join Date: Jan 2007
Location: Deutschland
Posts: 901
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nice mate.....will try this later...this might be useful...

thanks and best regards...

Reply With Quote
  #7  
Old 03-23-2010, 06:06 PM
TimberFloorAu's Avatar
TimberFloorAu TimberFloorAu is offline
 
Join Date: May 2008
Location: Brisbane
Posts: 2,264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by basilrath View Post
lol nice but damn annoying .................... i think maybe that sometimes guests who are already registered but do not want to login for some reason, wether this be time or some other constraints it may well deter them from returning. sorry this is not ajibe as it is quite a fun element to have.
Unfortunately there isnt a I am a member, not logged in, but hiding usergroup lol

Quote:
Originally Posted by Hammertime View Post
Yeah nice mod this and i'm sure it will have it's uses. Would be interested to hear how this affects a site's bounce rate.

Tagged.
Not sure it would, be interesting to note what effect it does have.
You can limit it to forumhome or forumdisplay or whatever.

Quote:
Originally Posted by tafreeh View Post
this can be useful.. i got two questions for you...

Can we change the time before it pops up.. I do not want this to show at first 3 second when u arrive at the page...

Is it possible, if you close it once, it doesn't show up again?
In the footer code: find

Code:
$('.registerModal').colorbox({open:true});
change to:
Code:
$('.registerModal').colorbox();
This will now only display OnClick

Now look in the footer of your homepage, you will see Register right at the bottom. Clicking this link, will launch the ModalBox
Meaning you could attribute this ModalBox to any function on the site you would like.
From auto playing a video, swf, instruction file. Tutorial etc.
As for 3 seconds lol... hmm not sure on a delay function

I would be more interested in a Cookie function, to display this mod ONCE per browser session on page load.

Quote:
Originally Posted by princeedward View Post
nice mate.....will try this later...this might be useful...

thanks and best regards...

It has lots of uses, this is one of them.

For more details, check out the code at:
http://colorpowered.com/colorbox/cor...le1/index.html

Download from:
http://colorpowered.com/colorbox/
Reply With Quote
  #8  
Old 03-23-2010, 06:10 PM
TimberFloorAu's Avatar
TimberFloorAu TimberFloorAu is offline
 
Join Date: May 2008
Location: Brisbane
Posts: 2,264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

:::: UPDATE Missed Footer code from Original :::::

Have just updated Package, please re-download and make changes to footer code only.
Reply With Quote
  #9  
Old 03-23-2010, 06:40 PM
archet1337's Avatar
archet1337 archet1337 is offline
 
Join Date: Sep 2009
Location: Norway
Posts: 251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No offence, but if I had encountered this on any site, I would leave without giving it a second thought.

Also, non-posting members are good for nothing. People that wish to be an active part of your site will register anyway.
Reply With Quote
  #10  
Old 03-23-2010, 06:56 PM
TimberFloorAu's Avatar
TimberFloorAu TimberFloorAu is offline
 
Join Date: May 2008
Location: Brisbane
Posts: 2,264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Arch.

The objective of this is to show people how to adopt a Modal , jquery powered nag screen.
With upto 600 guests on our site on most days, we are always looking to further our membership.

Had you read the first line of the mod:

Quote:
This does what it says on the tin, it isnt for everyone. So dont go whining and whinging. But if you feel a need for this, then enjoy.
Plus you havent downloaded it ?? Bizarre mate, perhaps you could have looked at the code, which we have provided everything.. and customised it to suit a particular need.

This mod, can be triggered onclick or onload

Meaning you could add a html navbar link, which is usergroup conditional or not.
You could then optimise the code, to display anything AJAXified, including Login forms, feedback forms, comment systems... tutorial videos..

We dont use this code on our site, but the concept is to give people the tools and inspiration to "have a go" and see that this is a modification which you could use for many other purposes.

In its Onclick State, a user doesnt get nagged ( I have posted that code above )
So a guest would not see this, until they clicked a button.

The code within ajax.html can easily be swapped out for any other code, specifically see the examples I posted within the link on post 7

I am sure you could find a use for this, just need to think outside the box.
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 02:38 AM.


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.08993 seconds
  • Memory Usage 2,333KB
  • Queries Executed 26 (?)
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
  • (5)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
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (2)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)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_postinfo_query
  • fetch_postinfo
  • 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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete