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
Floating Guest Notify Details »»
Floating Guest Notify
Version: 1.0.0, by Omranic Omranic is offline
Developer Last Online: Sep 2021 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 3.6.x Rating:
Released: 10-03-2007 Last Update: 10-03-2007 Installs: 297
Uses Plugins Template Edits
 
No support by the author.

Please remember to click Mark as Installed if you use this modification.
Support questions from members who have not marked this as installed will be considered low priority.



Many thanks:
To all vBulletin Gurus.

Name: Floating Guest Notify

Descreption: This Small mod. shows a small nice floating box notify the guest to register to gain full access & more features.


How it works:
It's as simple as drinking water, nothing to explain.


Features:
  1. Can enable/disable mod totaly. v1.0.0
  2. Specify closing behavio (browser session...). v1.0.0
  3. Set X, Y offset. v1.0.0
  4. Floating position (from top / from bottom). v1.0.0
  5. Compatible with bot RTL & LTR modes, it changes its position & appearance according to the direction of the page. v1.0.0
  6. displayed only for guests & disappeared in 'register' page. v1.0.0
  7. All template edites done for you automatically. v1.0.0
  8. fully phrased. v1.0.0


Help Us:
  • Suggestions needed to develop this mod .
  • Translators needed to support more users (translation credits will go to their owners).


Known Isues:
None till now.


History:
v1.0.0 4/10/2007 04:00 AM (EEST): First initial public release.


Notes:
I'm using the javascript code embedded in this mod from long time & I don't know his author, any one know him please notify me with his name & link to his home page to post his credits here.
I don't know if some one has published this before or not, so forgive me if there is.
Supported Languages till now: Arabic, English (two products supported in the package, just install one [arabic or english]).


Screen Shots:
Available down there.


Technical Notes:
Plugins: 2
New Phrases: 16
Template changes: 1 (AUTO)
Code Changes: 0
New Templates: 1
New Settings: 7
DB Tables: 0
DB Alterations: 0
Cron Jops: 0


Installation Procedure:
  • Import the product file from your admincp.
  • upload the image close.gif to the 'misc' directory in your images folder.
  • Done .


Control:
  • vbulletin options -> Floating Guest Notify

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
newbie2007

Comments
  #102  
Old 05-11-2009, 09:04 PM
SteveV SteveV is offline
 
Join Date: Jan 2009
Location: The Netherlands
Posts: 62
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Works great so far on 3.8.x
Reply With Quote
  #103  
Old 05-22-2009, 12:59 AM
Eruantien Eruantien is offline
 
Join Date: Jan 2009
Posts: 187
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Indeed, works great on 3.8.x
Reply With Quote
  #104  
Old 05-23-2009, 11:57 AM
Abhik's Avatar
Abhik Abhik is offline
 
Join Date: Jun 2006
Location: Kolkata, India
Posts: 144
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there any way to show it on registration page only?
Actually, I want to show some instructions to the guests while registering. Can this be done with this mod?
Reply With Quote
  #105  
Old 05-29-2009, 01:15 PM
RobbieZ RobbieZ is offline
 
Join Date: Jul 2008
Posts: 1,117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How do you center the product please?
Reply With Quote
  #106  
Old 06-19-2009, 03:17 AM
Javierogo's Avatar
Javierogo Javierogo is offline
 
Join Date: Jun 2008
Location: M?xico
Posts: 76
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Please, how can i do to make the bar like in the vBseo page? i mean, absolutely still in the corner. Thanks!
Reply With Quote
  #107  
Old 07-09-2009, 06:14 PM
Eruantien Eruantien is offline
 
Join Date: Jan 2009
Posts: 187
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nvm
Reply With Quote
  #108  
Old 07-16-2009, 05:30 PM
SamirDarji SamirDarji is offline
 
Join Date: Apr 2004
Posts: 645
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Awesome! I'll have to try this!

Anyone have any statistics on registration improvement?
Reply With Quote
  #109  
Old 08-05-2009, 04:06 PM
SorentoUltimate's Avatar
SorentoUltimate SorentoUltimate is offline
 
Join Date: Jul 2009
Location: Moschato, Athens, Greece
Posts: 338
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello

in that post https://vborg.vbsupport.ru/showpost....8&postcount=18 you say :

If we want to make it not shown to spiders :google,msn and others

Search for the template 'phpkd_floating_guest_notify', open it

ADD @ the very top of it the followong code:
PHP Code:
<if condition="!$show['search_engine']"
Also ADD @ the very bottom of it the following code:
PHP Code:
</if> 
When i open the template the first line are :
PHP Code:
<if condition="$show['guest'] AND THIS_SCRIPT != 'register'"
if i change that line to :
PHP Code:
<if condition="!$show['search_engine'] AND $show['guest'] AND THIS_SCRIPT != 'register'"
is not same as i put the :
PHP Code:
<if condition="!$show['search_engine']"
at the top

and the
PHP Code:
</if> 
at the bottom ?

Thanks again
Giorgos
Reply With Quote
  #110  
Old 08-10-2009, 12:59 AM
webgroup webgroup is offline
 
Join Date: May 2006
Posts: 169
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Alibass View Post
The "X" is in the screen shots, just right click and save or do the same here.

thanks!!
Reply With Quote
  #111  
Old 08-12-2009, 01:47 PM
goxy63 goxy63 is offline
 
Join Date: Oct 2008
Location: its like another planet:D
Posts: 657
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Would be cool that somehow we have login option here as some users before logged in also see this float bar
Great mod tho
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 01:39 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.04876 seconds
  • Memory Usage 2,324KB
  • 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
  • (6)bbcode_php
  • (1)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
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (1)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • 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