how to add Login page image

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

how to add Login page image

Post by whitehatworld »

How to add image on Login page on this Place.
2.png
please help :(
You do not have the required permissions to view the files attached to this post.
Last edited by whitehatworld on 11 Aug 2014, 07:11, edited 1 time in total.

how to add Login page image

Post by Sniper_E »

Open template/login_body.html

Find

Code: Select all

	<div class="content">
		<h2><!-- IF LOGIN_EXPLAIN -->{LOGIN_EXPLAIN}<!-- ELSE -->{L_LOGIN}<!-- ENDIF --></h2>
After Add

Code: Select all

		<div style="float: right"><img src="http://www.mricons.com/store/png/2146_3239_128_lock_icon.png" alt="lock" /></div>
Refresh templates

And I think you posted this in the wrong forum.

how to add Login page image

Post by martin123456 »

Or you could do it as stoker has by replacing

Code: Select all

<div class="content">
with

Code: Select all

<div class="content" style="background: url('{ROOT_PATH}images/login.png') no-repeat 75% 60%;">
(so you can set the location of the image)
login.png
And stoker why arnt you using an alt tag on the image ? just wondering.
You do not have the required permissions to view the files attached to this post.

how to add Login page image

Post by whitehatworld »

Thanks it's work.
Last edited by whitehatworld on 11 Aug 2014, 07:09, edited 1 time in total.

how to add Login page image

Post by martin123456 »

As my good friend Sniper_E pointed out your posting in the wrong forum this is User Contributions not a requesting support forum.