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.

Side panel floating on every page

3 posters

Go down

Side panel floating on every page Empty Side panel floating on every page

Post by DarkBlade October 8th 2011, 7:35 pm

How do I add this side bar where its follows you? I don't know how to make it so I came here Smile


Side panel floating on every page Help210
avatar
DarkBlade
Forumember

Posts : 206
Reputation : 14
Language : English

Back to top Go down

Side panel floating on every page Empty Re: Side panel floating on every page

Post by Mati October 8th 2011, 10:44 pm

Hi, DarkBlade

Here is the code you need to add on your forum.

Add the HTML to A-CP => Homepage => Generalities => Homepage message and Save

Code:
<div class="Sidebar">
<a href="#" title="Facebook"><img alt="Facebook" src="http://cdn3.iconfinder.com/data/icons/socialnetworking/32/facebook.png" /></a>
<a href="#" title="Twitter"><img alt="Twitter" src="http://cdn3.iconfinder.com/data/icons/socialnetworking/32/twitter.png" /></a>
<a href="#" title="Youtube"><img alt="Youtube" src="http://cdn3.iconfinder.com/data/icons/socialnetworking/32/youtube.png" /></a>
<a href="#" title="Stumbleupon"><img alt="Stumbleupon" src="http://cdn3.iconfinder.com/data/icons/socialnetworking/32/stumbleupon.png" /></a>
</div>


Add the CSS to your forum
Code:
.Sidebar {
    position:fixed;
    left:0;
    top:25%;
}
.Sidebar img {
    float:right;
    clear:right;
    margin-left:10px;
    margin-top: 4px;
}
Mati
Mati
Hyperactive

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

https://forumservice.forumotion.com/

Back to top Go down

Side panel floating on every page Empty Re: Side panel floating on every page

Post by DarkBlade October 9th 2011, 12:43 am

Cool, but I want it on all pages.

And it didn't work I added it to widgets.
avatar
DarkBlade
Forumember

Posts : 206
Reputation : 14
Language : English

Back to top Go down

Side panel floating on every page Empty Re: Side panel floating on every page

Post by Mati October 9th 2011, 12:49 am

I said Add the HTML to Display => Homepage => Generalities => Homepage message and Save
Mati
Mati
Hyperactive

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

https://forumservice.forumotion.com/

Back to top Go down

Side panel floating on every page Empty Re: Side panel floating on every page

Post by DarkBlade October 9th 2011, 12:54 am

I know but then it wont be on everypage.
avatar
DarkBlade
Forumember

Posts : 206
Reputation : 14
Language : English

Back to top Go down

Side panel floating on every page Empty Re: Side panel floating on every page

Post by Mati October 10th 2011, 2:56 pm

If you use phpBB2 the you can add the code to Templates => General >> overall_header save and click the green plus to Publish.
Mati
Mati
Hyperactive

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

https://forumservice.forumotion.com/

Back to top Go down

Side panel floating on every page Empty Re: Side panel floating on every page

Post by WHITESABBATH October 10th 2011, 3:52 pm

display the widget containing codes in both your forum and portal .
WHITESABBATH
WHITESABBATH
Active Poster

Male Posts : 1198
Reputation : 119
Language : English, F-Bombs
Location : Chicago

Back to top Go down

Side panel floating on every page Empty Re: Side panel floating on every page

Post by DarkBlade October 11th 2011, 11:11 pm

Bender1 wrote:If you use phpBB2 the you can add the code to Templates => General >> overall_header save and click the green plus to Publish.

Where in it?
avatar
DarkBlade
Forumember

Posts : 206
Reputation : 14
Language : English

Back to top Go down

Back to top


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