Would you like to react to this message? Create an account in a few clicks or log in to continue.

You are not connected. Please login or register

code for partners

4 posters

Go down  Message [Page 1 of 1]

1code for partners Empty code for partners Sun Jul 28, 2013 1:33 pm

Lovely King

Lovely King
User


I want code to add banners below forum statics not the footer Handshake 

http://topyouth.gamerzfun.com

2code for partners Empty Re: code for partners Sun Jul 28, 2013 2:08 pm

bugara1


User


Just the banner or you want it to link somewhere?
If not this is it:
Code:
<img src="www.site.com/images/banner.jpg">

3code for partners Empty Re: code for partners Sun Jul 28, 2013 3:09 pm

Lovely King

Lovely King
User


I want to know how to add banners like this below forum statics phpbb3

code for partners Untitl14

http://topyouth.gamerzfun.com

4code for partners Empty Re: code for partners Sun Jul 28, 2013 3:17 pm

tommycoo

tommycoo
User


i think impossible to do that on phpbb 3,since we can't editing template in phpbb3 :)

5code for partners Empty Re: code for partners Sun Jul 28, 2013 3:19 pm

Sasori

Sasori
Administrator


Why didn't check the Solved Database ? I helped you with the code for partners

Code:
jQuery(document).ready(function() {
        jQuery('#page-footer').after('<div class="dra"><a <a href="http://fmsoftware.forumotion.com" target="_blank"><img src="http://iceimg.com/i/e9/97/dcd73eee51.png""></a></div>');
        });

tommycoo the forum is phpBB3 , was designed by me Tongueout 

6code for partners Empty Re: code for partners Sun Jul 28, 2013 4:16 pm

Lovely King

Lovely King
User


This code make the banners under forumotion copyrights i want it under the forum statics

http://topyouth.gamerzfun.com

7code for partners Empty Re: code for partners Sun Jul 28, 2013 4:19 pm

Sasori

Sasori
Administrator


I'm not sure that will work :

Code:
jQuery(document).ready(function() {
        jQuery('.page-bottom').last().after('<div class="dra"><a <a href="http://fmsoftware.forumotion.com" target="_blank"><img src="http://iceimg.com/i/e9/97/dcd73eee51.png""></a></div>');
        });

8code for partners Empty Re: code for partners Sun Jul 28, 2013 4:27 pm

Lovely King

Lovely King
User


it works well:heart:  but i want the banners to be in line

http://topyouth.gamerzfun.com

9code for partners Empty Re: code for partners Sun Jul 28, 2013 4:29 pm

Sasori

Sasori
Administrator


Code:
.dra{
display:inline;
}

.dra img{
padding-left:2px;
padding-right:2px;
}

Just add that in your CSS Stylesheet , and with this you will don't need to add space between images.

10code for partners Empty Re: code for partners Sun Jul 28, 2013 4:37 pm

Lovely King

Lovely King
User


thanks solved Heart 

http://topyouth.gamerzfun.com

11code for partners Empty Re: code for partners Sun Jul 28, 2013 4:37 pm

Sasori

Sasori
Administrator


Glad to help you , topic moved to Solved DataBase

Sponsored content



Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum