Page 1 of 1

Add an image into the Redirect page in IPB.

Posted: Wed Jun 13, 2007 11:35 am
by blue-sky
Add an image into the Redirect page in IPB.

Open up your ACP.

Go to:

1. Look & Feel
2. **** 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: Select all

 <p>$Text

{$this->ipsclass->lang['transfer_you']}</p> 
 
Replace that with: 
 
<p>$Text

<img src="URL TO YOUR IMAGE" />

{$this->ipsclass->lang['transfer_you']}</p>

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: Select all

<p align='center'>$Text

<img src="URL TO YOUR IMAGE" />

{$this->ipsclass->lang['transfer_you']}</p>

Done..Enjoy!! It works...

Posted: Wed Jun 13, 2007 1:55 pm
by anish
Ya its working its nice man.

Posted: Wed Sep 12, 2007 6:46 pm
by Gyanu
It is fentastic.

Posted: Tue Aug 19, 2008 12:26 pm
by Alwahsh
Thanks for sharing that man , its very nice