vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Make popup always open the forum (https://vborg.vbsupport.ru/showthread.php?t=180281)

geevest.com 05-23-2008 04:42 PM

Make popup always open the forum
 
anyone know how? in my forum, mostly user guest doesnt want to register. How to makes them to "want" to register?i want to make a popup that quiet big so every guest whos opened my forum there will be show up that popup and there is no choise for them to not register. is there any module like that? or anyone that have amy idea or suggestion how to makes guest to register?

GameWizard 05-24-2008 02:21 AM

Any standard popup code will work, simply search google for "Javascript Popup" or something along those lines. And if you want it to appear only for unresgistered, you will need use a conditional as follows:

<if condition="$show['guest']">
popup code
</if>

And if you want it to open up automatically you will need to add the javascript function to the body "onload". You can google this as well to know how to do it.

veenuisthebest 05-24-2008 04:21 AM

Quote:

i want to make a popup that quiet big so every guest whos opened my forum there will be show up that popup
i think that won't be a nice thing to do so just to register on the website.. !! POPUP's are always irritating for anybody ..

Quote:

and there is no choise for them to not register.
but they still have a choice to leave !!

hey geevest , why not spend some time in creating a beautiful welcome header instead of thinking ways to forcefully get them registered. This would instead reduce your registration rates. People register only if they want to, and if they find it worth registering.. for this all you need is REAL CONTENT. ;)

geevest.com 05-24-2008 08:33 AM

Quote:

Originally Posted by veenuisthebest (Post 1529678)
i think that won't be a nice thing to do so just to register on the website.. !! POPUP's are always irritating for anybody ..



but they still have a choice to leave !!

hey geevest , why not spend some time in creating a beautiful welcome header instead of thinking ways to forcefully get them registered. This would instead reduce your registration rates. People register only if they want to, and if they find it worth registering.. for this all you need is REAL CONTENT. ;)

im already made a beautiful words.to make them to register.but if u know.indonesian people mostly they just want to see the content,they where so lazy to type to do a register.i already do manythings to make them want to register but until now the result is still same.
maybe i have to use another facility like livepal (human speaking) but it was an animation.
but it was very expensive price for people like me who is started from the begining.
thank you very much.

--------------- Added [DATE]1211630047[/DATE] at [TIME]1211630047[/TIME] ---------------

im using popup automatic software.

the guide :
paste this code in to ur page before the </head> tag

<script src=http://www.namedomain.com/forum/popup/awesomepopup.js"></script>


paste this code in to ur body tag <body>
onLoad="checkCount(3)"

in forum home i put this code :
Code:

1="$vboptions[bbtitle]">$vbphrase[x_powered_by_vbulletin]</phrase></title>
<script src=http://www.namedomain.com/forum/popup/awesomepopup.js"></script>
</head>

in forumhome body :
Code:

<body onLoad="checkCount(3)">
but popup not show.anyone know?

usertr 06-02-2008 05:22 AM

What template(s) are you modifying to add the onload attribute to the body tag?

geevest.com 06-02-2008 02:56 PM

Forumhome / header page.

usertr 06-02-2008 05:57 PM

The FORUM HOME would certainly be the right place to find the body tag for the main forum page. Deeper into the site, of course, you'd modify the body tag from a different template, like FORUMDISPLAY or SHOWTHREAD, for example.

You've got a reference to a .js file in your header template. I might have put it in my headinclude template, but it should work in the header template, just so long as it's in place before the body tag. However:

in this code:
Quote:

<script src=http://www.namedomain.com/forum/popup/awesomepopup.js"></script>
you are calling an external javascript file, namely awesomepopup.js in your forum/popup folder. This file has to be uploaded to that folder. (maybe you're way ahead of me on this) It should contain the javascript function specification for the "checkCount" function, which you call with a parameter of 3 in your body tag onload attribute (this is an event). Of course "namedomain.com" is your web site address.

Have you uploaded that file? Should be on the site where you got the code.


All times are GMT. The time now is 02:42 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.01086 seconds
  • Memory Usage 1,732KB
  • 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
  • (2)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete