Free forum | phpBB [Missing]
5 posters
Page 1 of 1
Free forum | phpBB [Missing]
Just been pointed out that my forum is missing the
Home Free forum | phpBB | Free forum support | Contact | Report an abuse | Free forums
footer [due to skin or what ever].
and i want to put it back since terms and conditions of forumotion.
can i get some help
Home Free forum | phpBB | Free forum support | Contact | Report an abuse | Free forums
footer [due to skin or what ever].
and i want to put it back since terms and conditions of forumotion.
can i get some help
Re: Free forum | phpBB [Missing]
Is yor forum version: phpBB 3?
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Free forum | phpBB [Missing]
yes choh.nouvelle-star.org/SLGray wrote:Is yor forum version: phpBB 3?
Re: Free forum | phpBB [Missing]
Hi Go to your ACP >> Display Tab>>
Pictures and Colors >> Colors >> CSS Stylesheet in the search box add this code
it should have something like
Ape
Pictures and Colors >> Colors >> CSS Stylesheet in the search box add this code
- Code:
#page-footer{
it should have something like
- Code:
#page-footer{
visibility: hidden;
}
Ape
Re: Free forum | phpBB [Missing]
APE wrote:Hi Go to your ACP >> Display Tab>>
Pictures and Colors >> Colors >> CSS Stylesheet in the search box add this code
- Code:
#page-footer{
it should have something likeRemove that code then your forum will be ok
- Code:
#page-footer{
visibility: hidden;
}
Ape
#page-footer div.navbar {
font-family: small fonts;
font-size: 7px;
text-align: center;
text-transform: uppercase;
found that, but it didn't appear to bit it coudln't find anything else related to page footer
Re: Free forum | phpBB [Missing]
Have you modified the homepage template?
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Free forum | phpBB [Missing]
yep , and i am slowly learning whats what in css but its confusing foe meAPE wrote:did you get the skin from hitskin ?
Re: Free forum | phpBB [Missing]
Please post the link to the theme on Hitskin.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Free forum | phpBB [Missing]
I can confirm that the footer is also missing on that skin i have put it on my test forum and was a little lost on to where the code is that has hid the footer.
Re: Free forum | phpBB [Missing]
Visibility have 2 types: hidden and visible, now there is a special tag !important, this one will do not care about any property of element ( about what we are use, in this e.g, it will do not care about visibility of page-footer if is )
Your code will look like:
Here are Visibility properties and here are some docs about !important
Your code will look like:
- Code:
#page-footer{
visibility:visible!important;
}
Here are Visibility properties and here are some docs about !important
Re: Free forum | phpBB [Missing]
levy wrote:Visibility have 2 types: hidden and visible, now there is a special tag !important, this one will do not care about any property of element ( about what we are use, in this e.g, it will do not care about visibility of page-footer if is )
Your code will look like:
- Code:
#page-footer{
visibility:visible!important;
}
Here are Visibility properties and here are some docs about !important
i decided to ditch the skin entirely and use another all my issues are now fixed.
Re: Free forum | phpBB [Missing]
Topic solved and archived
Derri- Helper
- Posts : 8711
Reputation : 638
Language : English & Basic French
Location : Scotland, United Kingdom
Similar topics
» Servimg.com bad gatewaying
» Seems like taking over free forum sites is the thing now....2 sites both been hacked...is this the normal for free forumotion?
» How to move the contents of a phpbb forum to my forumotion forum?
» Is there any way to download the data of my forum and move to another phpbb forum?
» Zeo Activity Points Forum Issues
» Seems like taking over free forum sites is the thing now....2 sites both been hacked...is this the normal for free forumotion?
» How to move the contents of a phpbb forum to my forumotion forum?
» Is there any way to download the data of my forum and move to another phpbb forum?
» Zeo Activity Points Forum Issues
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum