Add an advert into your redirect page
This modification is in the archives.
Note: This enhancement was originally posted by me under my old name Move-Along over here. So before any confusion arises it was made by me =]. I no longer support it on that thread and will continue to do so on this thread =]. Enjoy!
Time taken: 2 Minutes Difficulty: Easy as pie What it does: This will basicly just add an advert in the redirect screen. There is a screenshot attatched to show you what i mean. You can also use this for Vb 3.5.x too You shouldn't use AdSense here, because redirection pages wouldn't really count as content pages. Go to: Style manager --> [Style you want to edit] --> Edit templates --> STANDARD_REDIRECT Now find: PHP Code:
<noscript>
PHP Code:
<noscript>
PHP Code:
<p class="smallfont"><a href="$url">$vbphrase[click_if_browser_does_not_redirect]</a>
PHP Code:
<br>
--------------------------------------------------------------------------------------- Extending the load time: PHP Code:
var myvar = "";
PHP Code:
var myvar = "";
Find: PHP Code:
var myvar = "";
PHP Code:
var myvar = "";
PHP Code:
<p class="smallfont"><a href="$url">$vbphrase[click_if_browser_does_not_redirect]</a></p>
PHP Code:
<p class="smallfont"><a href="$url">Click here to continue to the page you requested</a></p>
To come:
Download No files for download. Screenshots |
Similar Mods
Add an advert into your redirect page | vBulletin 3.6 Template Modifications |
Mini Mods Redirect guests to register page from no permission page. Increase Registrations | vBulletin 3.7 Add-ons |