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.

Best view with firefox

5 posters

Go down

In progress Best view with firefox

Post by etisalat March 11th 2012, 12:39 pm

I want to add this image i made to the down center of my forum (Under the footer at the middle, or even above the footer ). Is there any code to do that?

Best view with firefox Firefo11
etisalat
etisalat
Forumember

Male Posts : 85
Reputation : 2
Language : English , Arabic
Location : Dubai

http://www.GzClub.umbb.net

Back to top Go down

In progress Re: Best view with firefox

Post by ankillien March 11th 2012, 1:31 pm

Hi,

For phpBB2 you can do it with templates editing.
Go to Admin CP > Display > Templates > General > overall_footer_end

Add this code right before the closing </body> tag...

Code:
<div style="text-align:center;marign:10pxauto;"><a href="http://www.getfirefox.com/"><img src="http://i45.servimg.com/u/f45/16/75/34/19/firefo11.png" /></a></div>

Save the template and publish it.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

In progress Re: Best view with firefox

Post by etisalat March 11th 2012, 1:34 pm

I don't have template Sad
any other way ?
etisalat
etisalat
Forumember

Male Posts : 85
Reputation : 2
Language : English , Arabic
Location : Dubai

http://www.GzClub.umbb.net

Back to top Go down

In progress Re: Best view with firefox

Post by ankillien March 11th 2012, 1:45 pm

Your profile shows that you are using phpBB2 which has template editing. If you are using another version, please let me know and update your profile as well Smile
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

In progress Re: Best view with firefox

Post by etisalat March 11th 2012, 1:48 pm

ankillien wrote:Your profile shows that you are using phpBB2 which has template editing. If you are using another version, please let me know and update your profile as well Smile

yes it's phpBB2, but it costs credits.

any other way ?
etisalat
etisalat
Forumember

Male Posts : 85
Reputation : 2
Language : English , Arabic
Location : Dubai

http://www.GzClub.umbb.net

Back to top Go down

In progress Re: Best view with firefox

Post by ankillien March 11th 2012, 1:57 pm

Only the founder admin can see/edit templates. If you are not the founder, you can use javascript to achieve this. Add this javascript for all pages from Admin CP > Modules > javascript management...

Code:
$(function(){$('.bodylinewidth').after('<div style="text-align:center;margin:10px auto;"><a href="http://www.getfirefox.com/"><img src="http://i45.servimg.com/u/f45/16/75/34/19/firefo11.png" /></a></div>');});
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

In progress Re: Best view with firefox

Post by etisalat March 11th 2012, 2:00 pm

ankillien wrote:Only the founder admin can see/edit templates. If you are not the founder, you can use javascript to achieve this. Add this javascript for all pages from Admin CP > Modules > javascript management...

Code:
$(function(){$('.bodylinewidth').after('<div style="text-align:center;margin:10px auto;"><a href="http://www.getfirefox.com/"><img src="http://i45.servimg.com/u/f45/16/75/34/19/firefo11.png" /></a></div>');});

It works, but i want it above the footer links.

Ps; I'm the founder ,but i didn't buy the right to edit them.
etisalat
etisalat
Forumember

Male Posts : 85
Reputation : 2
Language : English , Arabic
Location : Dubai

http://www.GzClub.umbb.net

Back to top Go down

In progress Re: Best view with firefox

Post by ankillien March 11th 2012, 2:06 pm

You don't need to buy rights to edit templates, they are available by default! Make sure you are in 'Advanced' mode of admin panel. Click 'Advanced' in the menu (left hand side) in admin panel. It is found under all options in menu.

This code would do...

Code:
$(function(){$('#page-body').after('<div style="text-align:center;margin:10px auto;"><a href="http://www.getfirefox.com/"><img src="http://i45.servimg.com/u/f45/16/75/34/19/firefo11.png" /></a></div>');});
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

In progress Re: Best view with firefox

Post by etisalat March 11th 2012, 2:16 pm

ankillien wrote:You don't need to buy rights to edit templates, they are available by default! Make sure you are in 'Advanced' mode of admin panel. Click 'Advanced' in the menu (left hand side) in admin panel. It is found under all options in menu.

This code would do...

Code:
$(function(){$('#page-body').after('<div style="text-align:center;margin:10px auto;"><a href="http://www.getfirefox.com/"><img src="http://i45.servimg.com/u/f45/16/75/34/19/firefo11.png" /></a></div>');});

The code worked thanks, But here is a screenshot of what it says to me in the templates
Best view with firefox 117

Ps; it's always in the advanced mode !
etisalat
etisalat
Forumember

Male Posts : 85
Reputation : 2
Language : English , Arabic
Location : Dubai

http://www.GzClub.umbb.net

Back to top Go down

In progress Re: Best view with firefox

Post by advantage March 11th 2012, 2:38 pm

its nice
advantage
advantage
Forumember

Male Posts : 125
Reputation : 1
Language : english
Location : westbengal,india

http://gsmforum.online-talk.net

Back to top Go down

In progress Re: Best view with firefox

Post by MrMario March 11th 2012, 8:23 pm

Hello,

You'll need to buy credits for template editing, since your forum is part of another Forumotion system (community)
MrMario
MrMario
Helper
Helper

Male Posts : 22186
Reputation : 1839
Language : test

Back to top Go down

In progress Re: Best view with firefox

Post by etisalat March 11th 2012, 9:01 pm

How can i change it to the part which allows me to edit templates for free just like everybody does !
etisalat
etisalat
Forumember

Male Posts : 85
Reputation : 2
Language : English , Arabic
Location : Dubai

http://www.GzClub.umbb.net

Back to top Go down

In progress Re: Best view with firefox

Post by MrMario March 11th 2012, 10:37 pm

You can't.
MrMario
MrMario
Helper
Helper

Male Posts : 22186
Reputation : 1839
Language : test

Back to top Go down

In progress Re: Best view with firefox

Post by etisalat March 12th 2012, 4:23 pm

This kinda unfair, even we all pay or none pay !

thanks anyway !
etisalat
etisalat
Forumember

Male Posts : 85
Reputation : 2
Language : English , Arabic
Location : Dubai

http://www.GzClub.umbb.net

Back to top Go down

In progress Re: Best view with firefox

Post by etisalat March 13th 2012, 1:44 pm

I guess no one cares, because they got the option for free !
etisalat
etisalat
Forumember

Male Posts : 85
Reputation : 2
Language : English , Arabic
Location : Dubai

http://www.GzClub.umbb.net

Back to top Go down

In progress Re: Best view with firefox

Post by kirk March 15th 2012, 12:38 am

as long as i have had forumotion forums and even been doing support i have never heard of having to pay for template editing.This is the first time i have have ever seen such a message as this as well?

Where did you create the forum, what other forumotion community?
It must have something to do with what country you reside from or something.

I really do not know? It looks by that message that it might have been paid for before and has now expired, I guess the godfather or leeloo with have to reply and let us know how this has come to be.. Once again i have never heard of this or ever seen anything like this before today, and i have been using forumotion for a long time, almost since the beginning..
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

In progress Re: Best view with firefox

Post by etisalat March 15th 2012, 10:42 pm

never paid before for them, i wanted them so bad , because i see all the codes for templates i thought that everybody is paying for them and got shocked when i figured out that most of you or actually all of you are not paying ! I think that all Arabs are paying. This is so unfair !
etisalat
etisalat
Forumember

Male Posts : 85
Reputation : 2
Language : English , Arabic
Location : Dubai

http://www.GzClub.umbb.net

Back to top Go down

Back to top

- Similar topics

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