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 - Floating Guest Notify (https://vborg.vbsupport.ru/showthread.php?t=159418)

Omranic 10-03-2007 10:00 PM

Floating Guest Notify
 
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 :cool: .


Control:
  • vbulletin options -> Floating Guest Notify

ang2el 10-04-2007 02:22 AM

Thanks. I just installed it. Its wonderful.

militaryspace 10-04-2007 02:35 AM

Installed, works like a charm =) Very simple, but effective.

reebok008 10-04-2007 03:06 AM

Nise hack! Installed with pleasure!

meraia 10-04-2007 03:30 AM

تسلم حبيبي قلبي
وتقبل الله صيامك وقيامك
Thanks

yoyoyoyo 10-04-2007 03:53 AM

thanks, but I noticed an error:

Quote:

Closing behavior
Set to 0 or 1. 1 means once the bar is manually closed, it will remain closed for browser session
however instead of a text entry box there are YES and NO radio buttons.

Is YES equal to 1 or 0? :confused:

nickypoooo 10-04-2007 04:38 AM

Great mod but I can not get it to work.
I don't see anything on the forum home

my setting : Attachment 70597

any idea??:confused:

Invalid ID 10-04-2007 04:53 AM

Great Mod. Instantly Installed.

Thanks

Omranic 10-04-2007 05:18 AM

Quote:

Originally Posted by yoyoyoyo (Post 1352569)
thanks, but I noticed an error:

however instead of a text entry box there are YES and NO radio buttons.

Is YES equal to 1 or 0? :confused:

Yes equal 1.
No equal 0.
:)


Quote:

Originally Posted by nickypoooo (Post 1352583)
Great mod but I can not get it to work.
I don't see anything on the forum home

my setting : Attachment 70597

any idea??:confused:

Then you have custom styles that has some missing HTML comment tags, just add the following code at the top of your 'header' template (If NOT exists):
HTML Code:

<!-- logo -->

momo2 10-04-2007 01:15 PM

nice work..

silvermerc 10-04-2007 01:16 PM

looks good may instal later

yahoooh 10-04-2007 02:07 PM

how to make it not shown to spiders :google,msn and others

AtaPulja 10-04-2007 03:14 PM

Nice! Thanks!

Barakat 10-05-2007 12:26 AM

thank you ,, installed

Mrdby 10-05-2007 02:58 AM

GREAT!!! Maybe you can add an area to TYPE or own text!

Mrdby 10-05-2007 03:00 AM

yeah..the register is not on my sites root...its under my forum.

Terminatoronly 10-05-2007 01:14 PM

not working for me mate

ما شاء الله :)

Omranic 10-05-2007 01:37 PM

Quote:

Originally Posted by yahoooh (Post 1352826)
how to make it not shown to spiders :google,msn and others

just search for the template 'phpkd_floating_guest_notify', open it ADD @ the very top of it the followong code:
HTML Code:

<if condition="!$show['search_engine']">
then ADD @ the very bottom of it the following code:
HTML Code:

</if>
----------------------------------------------------------------


Quote:

Originally Posted by Mrdby (Post 1353250)
GREAT!!! Maybe you can add an area to TYPE or own text!

You can edit the phrase as you like, search for the phrase var 'you_are_unregistered' & edit it.


----------------------------------------------------------------


Quote:

Originally Posted by Terminatoronly (Post 1353471)
not working for me mate

ما شاء الله :)

Then you have custom styles that has some missing HTML comment tags, just add the following code at the top of your 'header' template (If NOT exists):
HTML Code:

<!-- logo -->

apiasto 10-05-2007 04:28 PM

great work thnx,but in one of my skins it is showing an empty box no fonts at all while in the rest its ok.can u help
i manage to change font color but how would i change the color of phrase (register) right now its brown thnx.if you dont mind you cantake a look on cruzin style

My site

Omranic 10-05-2007 06:29 PM

Quote:

Originally Posted by apiasto (Post 1353552)
great work thnx,but in one of my skins it is showing an empty box no fonts at all while in the rest its ok.can u help
i manage to change font color but how would i change the color of phrase (register) right now its brown thnx.if you dont mind you cantake a look on cruzin style

My site

You can change link's color by editing the phrase 'you_are_unregistered'.
add the following code after the link tage '<a':
Code:

style="color: #000000"
Replace the black color (#000000) with the needed color code.
You can post any CSS formating codes as you like with as normal.

Bundy 10-05-2007 08:48 PM

very nice thank you

Blackie:)

MetalORock 10-05-2007 09:11 PM

very great hack :) but how put the floating guest notify in threads too?

Omranic 10-06-2007 12:02 AM

Quote:

Originally Posted by MetalORock (Post 1353707)
very great hack :) but how put the floating guest notify in threads too?

It always appear in the header, so it displayed in all pages (showthread included) [exept registering page].

Terminatoronly 10-06-2007 07:39 AM

Doesn't work in firefox will you please make it work with firefox??

Thanks

Arrogant-One 10-06-2007 09:37 AM

I don't know where my images directory is. I use CPanel, can someone please tell me where my images directory would be?

AO

Omranic 10-06-2007 01:26 PM

Quote:

Originally Posted by Terminatoronly (Post 1353958)
Doesn't work in firefox will you please make it work with firefox??

Thanks

Tested & Works fine with popular browsers (FireFox 2+, IE6, IE7, Opera 9+).


Quote:

Originally Posted by Arrogant-One (Post 1353994)
I don't know where my images directory is. I use CPanel, can someone please tell me where my images directory would be?

AO

the defaul images directory for the default style is /forum_dir/imaged, it may be different for custom styles, you can determine the misc dir path by clicking the 'properties' of the who is onlline image, or you can go to style vars from admincp & see the absolute path.

apiasto 10-06-2007 04:30 PM

ok thnx a bunch

Omranic 10-11-2007 05:04 PM

Quote:

Originally Posted by apiasto (Post 1354207)
ok thnx a bunch

You are welcome :).

Hengest 10-11-2007 08:50 PM

Thanks for this, works fine for me in FIREFOX.

Arrogant-One 10-12-2007 07:32 AM

Quote:

Originally Posted by SolidSnake@GTI (Post 1354097)
the defaul images directory for the default style is /forum_dir/imaged, it may be different for custom styles,

Okay,

So Admin CP> Styles & Templates > Style Manager > Default Style

and then what?

Terminatoronly 10-13-2007 08:37 PM

Hello,
sorry my mistake its working on firefox.

i have a question i want to remove that button from showing to close this floating notify please tell me how to remove that image and the option to close it

thanks

Omranic 10-14-2007 01:17 PM

Quote:

Originally Posted by Arrogant-One (Post 1358096)
Okay,

So Admin CP> Styles & Templates > Style Manager > Default Style

and then what?

Dear, I mean the images dir found in when browsing your files through FTP not through vb admincp, it's a normal image file upload :)


Quote:

Originally Posted by Terminatoronly (Post 1359228)
i have a question i want to remove that button from showing to close this floating notify please tell me how to remove that image and the option to close it

thanks

you can do this by editing that template "phpkd_floating_guest_notify", any way i'll provide an option for enabling/disabling this automatically through admincp in the next version.

Terminatoronly 10-14-2007 01:21 PM

ok thanks mate

Total666 11-04-2007 11:03 PM

Sorry but where is the image close.gif ??? thanks

I found it the X .. I was expecting it in the main file ...

gforce75 11-05-2007 02:35 AM

It's a good concept and i've seen it before, but please work on this hack before posting this. Like actually post the close.gif in the zip because several people got confused and including myself (which I found after going nuts for 5 min). On top of that, the text is there, but there is no color to it. This isn't something we shouldn't have to digg down and modify. Please fix this and add some flexability to it. Sorry, 1 star in my book. Uninstalled.

Alibass 11-05-2007 02:54 AM

Quote:

Originally Posted by gforce75 (Post 1375988)
It's a good concept and i've seen it before, but please work on this hack before posting this. Like actually post the close.gif in the zip because several people got confused and including myself (which I found after going nuts for 5 min). On top of that, the text is there, but there is no color to it. This isn't something we shouldn't have to digg down and modify. Please fix this and add some flexability to it. Sorry, 1 star in my book. Uninstalled.

Whoa..... man are you out of line especially when these authors give their hacks and time for FREE and you come off like this? That's no way to be and no way to act! This hack is very simple to install and modify.

Carlos2 11-05-2007 04:23 AM

Quote:

Originally Posted by Total666 (Post 1375883)
Sorry but where is the image close.gif ??? thanks


I found it the X .. I was expecting it in the main file ...

Not find too. But great product ;)

Alibass 11-05-2007 02:09 PM

The "X" is in the screen shots, just right click and save or do the same here. https://vborg.vbsupport.ru/external/2009/08/85.jpg

gforce75 11-05-2007 03:29 PM

You know, i've downloaded tons of bad hacks, but when someone tells me one minute install, i don't want to go through fixing it. I mean at least the picture could be in the folder. I know it's free, but I myself wrote codes for TI calclators back in the day and ensured some sort of testing before mass release to other schools. But the colors didn't work you had to look for the x and it depends on your common sense. I had to keep logging out, modify the product upload... logout and repeat it a few times. I'm sorry, but some a kick in the butt is sometimes needed. Five stars for a product that doesn't work? Well, it looks like it went down some more. Anyways, I feel the author has potential and is able to fix it... but it's been up and out for awhile.

energetic 11-05-2007 04:22 PM

great work I am looking for.


All times are GMT. The time now is 05:22 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.01666 seconds
  • Memory Usage 1,831KB
  • 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
  • (1)bbcode_code_printable
  • (4)bbcode_html_printable
  • (16)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