Publishing System Settings Logout Login Register
IPB Skinning - Add an image into the Redirect page
TutorialCommentsThe AuthorReport Tutorial
Tutorial Avatar
Rating
Add to Favorites
Posted on January 13th, 2007
6593 views
General Website Development
IPB Skinning - Add an image into the Redirect page


Ever wondered how you could insert an image into the redirect page?

Something like:



Well thats simple, I'll show you how!

Open up your ACP.

Go to:

    1. Look & Feel
    2. Click the drop down menu next to the skin you wish to edit
    3. Select "Edit Template HTML"
   
Then go:
   
    1. All Global HTML
    2. Press Redirect

Then look for:

[code=TEXT]<p>$Text<br /><br />{$this->ipsclass->lang['transfer_you']}</p>[/code]

Replace that with:

[code=TEXT]<p>$Text<br /><br /><img src="URL TO YOUR IMAGE" /><br /><br />{$this->ipsclass->lang['transfer_you']}</p>[/code]

Change URL TO YOUR IMAGE to the location of the image you want to add.


If you want to center the image, just do:

[code=TEXT]<p align='center'>$Text<br /><br /><img src="URL TO YOUR IMAGE" /><br /><br />{$this->ipsclass->lang['transfer_you']}</p>[/code]

That will center everything.. and make it look good!

Hope this helps!

Thanks for reading
Dig this tutorial?
Thank the author by sending him a few P2L credits!

Send
Adam

This author is too busy writing tutorials instead of writing a personal profile!
View Full Profile Add as Friend Send PM
Pixel2Life Home Advanced Search Search Tutorial Index Publish Tutorials Community Forums Web Hosting P2L On Facebook P2L On Twitter P2L Feeds Tutorial Index Publish Tutorials Community Forums Web Hosting P2L On Facebook P2L On Twitter P2L Feeds Pixel2life Homepage Submit a Tutorial Publish a Tutorial Join our Forums P2L Marketplace Advertise on P2L P2L Website Hosting Help and FAQ Topsites Link Exchange P2L RSS Feeds P2L Sitemap Contact Us Privacy Statement Legal P2L Facebook Fanpage Follow us on Twitter P2L Studios Portal P2L Website Hosting Back to Top