Version: 1.00, by PukkaBen
Developer Last Online: Apr 2011
Category: Miscellaneous Hacks -
Version: 4.0.x
Rating:
Released: 01-25-2010
Last Update: Never
Installs: 20
Template Edits
No support by the author.
What does it do?
This Mod simply smartens up the Redirect page users get when they login to the site. The change that has been made moves the button "Click here if your browser does not automatically redirect you." into the bordered box which (in my eyes) makes the page look a lot more professional and also looks smarter.
Why did I do it?
IT has bugged me since I installed vB4 as a BETA, and I have had this template change on my site since I found the template to edit. It may not be for everyone, and some may even find it pretty stupid that I have even put this edit up on vB.orb but I feel that it makes everything look a lot neater than default!
How to make this change
Enter the Admin CP. Navigate to Styles and Templates -> Style Manager. Chose the style you want to edit, and from the drop-down menu select Edit Templates (at the top of the list). Now open up and edit the "STANDARD_REDIRECT" template. Remove all of the code that is in there, and replace with what is in the box below.
var myvar = "";
var timeout = 20;
exec_refresh();
//-->
</script>
</vb:if>
{vb:raw footer}
</body>
</html>
I have attached screenshots to show the before and after of this mod, so you can see exactly what it does.
If you use this mod, please mark as installed, support is aimed at all those who have marked as installed.
i would like to se this work in conditions for example
i have a great mod i want to inplement this into if you can help
i have users that get blocked sometimes and if they belong to the block list in the condition they would be redirected within 1-2 seconds
can you help with that
Hey Simon. If you could give me some more information on this I would happily take a look and see what can be done for you!! Would be great to have it sorted.
basically i have this script load up if their ip address belongs to project honeypot
Code:
</script>
<h1>Forbidden</h1>
<p>Sorry. You are using a suspicious IP.</p>
<p>Your IP address has been listed at <a href="http://www.projecthoneypot.org">http://www.projecthoneypot.org</a></p>
<p>If you <strong>ARE NOT</strong> a bot of any kind, please <a href="javascript:letmein()">click here</a> to access the page. Sorry for this !</p>
HTML;
i wanna change this so that i have the same information shown but redirects after a number of seconds
You need to add a small bit of HTML to the <head> of the document that the page is on, so that the redirect loads up after 2/5/however many seconds you want. Is this a mod that has been added from vB.org or is it something that you have added yourself?
You need to add a small bit of HTML to the <head> of the document that the page is on, so that the redirect loads up after 2/5/however many seconds you want. Is this a mod that has been added from vB.org or is it something that you have added yourself?