YouTube/Twitter Sidebar on Forum? (phpBB2)
5 posters
Page 1 of 1
YouTube/Twitter Sidebar on Forum? (phpBB2)

How would I go about doing the above on my phpBB2 forum? Is it possible? I pretty much want it the same as above, but without the Facebook link. Any tips/help on this would be great, I've been meaning to ask about this for a while now.

Hardcore Gamer- Forumember
-
Posts : 524
Reputation : 4
Language : English
Re: YouTube/Twitter Sidebar on Forum? (phpBB2)
1) Put this to Display -> Homepage -> Generalities -> Message content and save.
Now we need to add the css by doing that you need to go in your css and add the css in and save.
- Code:
<ul class="sidebar">
<li><a href="#"><img src="http://cdn3.iconfinder.com/data/icons/socialnetworking/32/facebook.png"></a></li>
<li><a href="#"><img src="http://cdn3.iconfinder.com/data/icons/socialnetworking/32/facebook.png"></a></li>
<li><a href="#"><img src="http://cdn3.iconfinder.com/data/icons/socialnetworking/32/facebook.png"></a></li>
<li><a href="#"><img src="http://cdn3.iconfinder.com/data/icons/socialnetworking/32/facebook.png"></a></li>
<li><a href="#"><img src="http://cdn3.iconfinder.com/data/icons/socialnetworking/32/facebook.png"></a></li>
</ul>
Now we need to add the css by doing that you need to go in your css and add the css in and save.
- Code:
ul.sidebar{
list-style: none;
margin:0px;
padding:0px;
position:fixed;
left:0px;
top:250px;
}
ul.sidebar li{
padding-bottom:4px;
padding-left:15px;
}
ul.sidebar li img{
opacity:0.5;
}
ul.sidebar li img:hover{
opacity:1.9;
}
Re: YouTube/Twitter Sidebar on Forum? (phpBB2)
Very nice, man. Thanks. is there a way to remove/hide the border that has been made under my navbar from the message content?
Hardcore Gamer- Forumember
-
Posts : 524
Reputation : 4
Language : English
Re: YouTube/Twitter Sidebar on Forum? (phpBB2)
Hardcore Gamer wrote:Very nice, man. Thanks. is there a way to remove/hide the border that has been made under my navbar from the message content?
Hi,
Post a link to your forum please.
Nera.- Energetic
-
Posts : 7078
Reputation : 2017
Language : English
Location : -
Hardcore Gamer- Forumember
-
Posts : 524
Reputation : 4
Language : English
Re: YouTube/Twitter Sidebar on Forum? (phpBB2)
where i can add the css content?
wolfsschanze- New Member
- Posts : 8
Reputation : 2
Language : Ro
Re: YouTube/Twitter Sidebar on Forum? (phpBB2)
Any update on this?
Edit: And also, is there anyway I can put a round tab-like picture behind the two buttons, so it looks like it's connected to the forum page like the picture I posted?

Edit: And also, is there anyway I can put a round tab-like picture behind the two buttons, so it looks like it's connected to the forum page like the picture I posted?
Hardcore Gamer- Forumember
-
Posts : 524
Reputation : 4
Language : English
Hardcore Gamer- Forumember
-
Posts : 524
Reputation : 4
Language : English
Re: YouTube/Twitter Sidebar on Forum? (phpBB2)

- Code:
<div id="slide">
- Code:
</div>
<input type="button" value="Collapse" id="hide" onclick="jQuery('#slide').slideUp(); jQuery('#hide').hide(); jQuery('#show').show();" /><input type="button" value="Expand"
onclick="jQuery('#slide').slideDown(); jQuery('#show').hide(); jQuery('#hide').show();" id="show" style="display: none;" />
then your finished

uJhisper- Forumember
- Posts : 135
Reputation : 2
Language : english
Re: YouTube/Twitter Sidebar on Forum? (phpBB2)
That all works, but the "Collapse" button goes in the homepage message and doesn't look too great. Thanks for the code though very much as I might just use it.
Right now I'm just wanting to remove the homepage message border that is there under the navbar.

Right now I'm just wanting to remove the homepage message border that is there under the navbar.
Hardcore Gamer- Forumember
-
Posts : 524
Reputation : 4
Language : English
Re: YouTube/Twitter Sidebar on Forum? (phpBB2)
imput that code on this web site http://www.crackdownforums.com/forumHardcore Gamer wrote:That all works, but the "Collapse" button goes in the homepage message and doesn't look too great. Thanks for the code though very much as I might just use it.![]()
Right now I'm just wanting to remove the homepage message border that is there under the navbar.
so i can see what you mean please
uJhisper- Forumember
- Posts : 135
Reputation : 2
Language : english
Re: YouTube/Twitter Sidebar on Forum? (phpBB2)
Done. Check it now...
I like it, but is it possible to move the button somewhere on the side (like something in the picture I posted)... and possibly replace the button with one of my own buttons I made in Photoshop?
I like it, but is it possible to move the button somewhere on the side (like something in the picture I posted)... and possibly replace the button with one of my own buttons I made in Photoshop?
Hardcore Gamer- Forumember
-
Posts : 524
Reputation : 4
Language : English
Re: YouTube/Twitter Sidebar on Forum? (phpBB2)
put the last code in Before </ul> MAKE SUREHardcore Gamer wrote:Done. Check it now...
I like it, but is it possible to move the button somewhere on the side (like something in the picture I posted)... and possibly replace the button with one of my own buttons I made in Photoshop?
also im am not sure if you can input images
uJhisper- Forumember
- Posts : 135
Reputation : 2
Language : english
Re: YouTube/Twitter Sidebar on Forum? (phpBB2)
Yeah, it works. Thanks for that.
Do you by any chance know how to remove the border from the hompage message under the navbar?
Do you by any chance know how to remove the border from the hompage message under the navbar?
Hardcore Gamer- Forumember
-
Posts : 524
Reputation : 4
Language : English
Re: YouTube/Twitter Sidebar on Forum? (phpBB2)
your best bet is making a new topic with that problem for now is this problem solved?Hardcore Gamer wrote:Yeah, it works. Thanks for that.
Do you by any chance know how to remove the border from the hompage message under the navbar?
uJhisper- Forumember
- Posts : 135
Reputation : 2
Language : english

» sidebar and forum skin
» Facebook,Twitter,youtube
» How to add youtube, twitter, facebook accounts?
» Adding twitter,Facebook and youtube logo
» Forum SideBar >
» Facebook,Twitter,youtube
» How to add youtube, twitter, facebook accounts?
» Adding twitter,Facebook and youtube logo
» Forum SideBar >
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum