The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How to add banner at the bottom of the forum

5 posters

Go down

In progress How to add banner at the bottom of the forum

Post by indofishclub November 11th 2014, 18:10

Hello , i want know How to add banner at the bottom of the forum ? thanks
indofishclub
indofishclub
Forumember

Male Posts : 241
Reputation : 1
Language : english,indonesian
Location : Jakarta,Indonesian

http://indofishclub.forumid.net/

Back to top Go down

In progress Re: How to add banner at the bottom of the forum

Post by Mati November 11th 2014, 18:28

Hello,

What type of banner you want, and where exactly you want the banner to show.
Mati
Mati
Hyperactive

Posts : 2020
Reputation : 330
Language : HTML, CSS & JavaScript
Location : Forum Services

https://forumservice.forumotion.com/

Back to top Go down

In progress Re: How to add banner at the bottom of the forum

Post by indofishclub November 11th 2014, 18:31

Mati™ wrote:Hello,

What type of banner you want, and where exactly you want the banner to show.
Text banner or flash banner , mati
indofishclub
indofishclub
Forumember

Male Posts : 241
Reputation : 1
Language : english,indonesian
Location : Jakarta,Indonesian

http://indofishclub.forumid.net/

Back to top Go down

In progress Re: How to add banner at the bottom of the forum

Post by indofishclub November 12th 2014, 10:15

bump
indofishclub
indofishclub
Forumember

Male Posts : 241
Reputation : 1
Language : english,indonesian
Location : Jakarta,Indonesian

http://indofishclub.forumid.net/

Back to top Go down

In progress Re: How to add banner at the bottom of the forum

Post by Ange Tuteur November 12th 2014, 10:51

Hello indofishclub,

Your forum version is phpbb3, correct ?
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

In progress Re: How to add banner at the bottom of the forum

Post by indofishclub November 12th 2014, 18:26

Ange Tuteur wrote:Hello indofishclub,

Your forum version is phpbb3, correct ?

Correct, ange..can u help m? thanks
indofishclub
indofishclub
Forumember

Male Posts : 241
Reputation : 1
Language : english,indonesian
Location : Jakarta,Indonesian

http://indofishclub.forumid.net/

Back to top Go down

In progress Re: How to add banner at the bottom of the forum

Post by Beyonder November 12th 2014, 18:48

Ange has the best codes!
Beyonder
Beyonder
Forumember

Male Posts : 721
Reputation : 29
Language : English
Location : Beyond Realm

http://fictionalomniverse.forumotion.com/

Back to top Go down

In progress Re: How to add banner at the bottom of the forum

Post by Mati November 12th 2014, 18:54

You wanna it below or above page footer?
Mati
Mati
Hyperactive

Posts : 2020
Reputation : 330
Language : HTML, CSS & JavaScript
Location : Forum Services

https://forumservice.forumotion.com/

Back to top Go down

In progress Re: How to add banner at the bottom of the forum

Post by Base November 12th 2014, 19:48

Hagoromo Otsutsuki wrote:Ange has the best codes!

This post contributes nothing to the question at hand. No one is 'better' and we all try to help each other to the best that we can. Please avoid posting if your post will not be helpful as it may be considered as spam, thank you.
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

In progress Re: How to add banner at the bottom of the forum

Post by Ange Tuteur November 13th 2014, 00:40

If you want the banner to display throught the forum go to Administration Panel > Display > Templates > General > overall_footer_begin Edit

Find :
Code:
<div id="page-footer">

and add this above it :
Code:
<div style="text-align:center"><img src="//example.gif" /></div><br/>

Replace http://example.gif by the URL of your image.

Save and publish. Add

This will display a banner directly above the footer of your forum.
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

In progress Re: How to add banner at the bottom of the forum

Post by indofishclub November 13th 2014, 05:01

Not working, btw thank ange, too dangerous to replace the existing locker
indofishclub
indofishclub
Forumember

Male Posts : 241
Reputation : 1
Language : english,indonesian
Location : Jakarta,Indonesian

http://indofishclub.forumid.net/

Back to top Go down

In progress Re: How to add banner at the bottom of the forum

Post by Ange Tuteur November 13th 2014, 06:17

Could you provide your overall_footer_begin template, then ?
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

In progress Re: How to add banner at the bottom of the forum

Post by Mati November 13th 2014, 09:17

Try to add this code above <div id="page-footer"> in overall_footer_begin template.

Code:
<div id="my_logo">
Text For Your Banner Here!!!
</div><br>

Then CSS:

Code:
#my_logo {
   background: #f7f7f7;
   border: 1px solid #d6d6d6;
   padding: 10px;
   font-size: 45px;
   border-radius: 3px;
   box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) inset;
   color: #939ca7;
}
Mati
Mati
Hyperactive

Posts : 2020
Reputation : 330
Language : HTML, CSS & JavaScript
Location : Forum Services

https://forumservice.forumotion.com/

Back to top Go down

In progress Re: How to add banner at the bottom of the forum

Post by indofishclub November 13th 2014, 14:22

Not workng,mati...btw thanks all
indofishclub
indofishclub
Forumember

Male Posts : 241
Reputation : 1
Language : english,indonesian
Location : Jakarta,Indonesian

http://indofishclub.forumid.net/

Back to top Go down

In progress Re: How to add banner at the bottom of the forum

Post by Mati November 13th 2014, 15:16

Please post your overall_footer_begin template here so we can have a look...
Mati
Mati
Hyperactive

Posts : 2020
Reputation : 330
Language : HTML, CSS & JavaScript
Location : Forum Services

https://forumservice.forumotion.com/

Back to top Go down

Back to top


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