Is it possible to have a wedget on top of the forum instead the side?
+2
Ange Tuteur
Smile Anonymous
6 posters
Page 1 of 1
Is it possible to have a wedget on top of the forum instead the side?
I'm a bit curious if there is a code for having the widget's above the boards but below the banner and not on the side?
Re: Is it possible to have a wedget on top of the forum instead the side?
Hi @Smile Anonymous,
Depending on your forum version, you can use JavaScript to change the position of a widget. What's the version of your forum ?
Depending on your forum version, you can use JavaScript to change the position of a widget. What's the version of your forum ?
Re: Is it possible to have a wedget on top of the forum instead the side?
2 or 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: Is it possible to have a wedget on top of the forum instead the side?
I would use this as well if there is a possibility.
Re: Is it possible to have a wedget on top of the forum instead the side?
its not that hard my friends
first you have to create a widget with this Script inside for phpbb2 only
then add this widget to the left id it did not work use the right side add any widget above it
please note this will allow you only to add widgets at the top of forum and you cannot use the same side to add widgets to any where else from the side that has been changed to be for the top of forum
if there any problem let me know
first you have to create a widget with this Script inside for phpbb2 only
- Code:
</td></tr></table>
</div></td></tr></table>
<style>
.bodylinewidth, #content-container #left {
margin-bottom: auto;
margin-left: auto;
margin-right: auto;
margin-top: auto;
width: 95%;
}
</style>
<table class="bodylinewidth" width="90%" cellspacing="0"
cellpadding="0" border="0" align="center"><tr><td>
<table cellpadding="0" cellspacing="0" width="95%" class="three-col"><tr><td >
<div>
then add this widget to the left id it did not work use the right side add any widget above it
please note this will allow you only to add widgets at the top of forum and you cannot use the same side to add widgets to any where else from the side that has been changed to be for the top of forum
if there any problem let me know
Michael_vx- Forumember
- Posts : 659
Reputation : 29
Language : Arabic and some English
Location : Egypt
Re: Is it possible to have a wedget on top of the forum instead the side?
Mine is phpBB3.
I want Latest Topics on top of the forum. What should I do?
I want Latest Topics on top of the forum. What should I do?
Re: Is it possible to have a wedget on top of the forum instead the side?
PHPBB3Cannibal wrote:Mine is phpBB3.
I want Latest Topics on top of the forum. What should I do?
Invision
PUNBB
can use that CSS
- Code:
/* Michael_vx */
#content-container div#container {
width: auto;
float: none;
margin-left: auto;
}
#content-container div#main {
margin-right: auto;
margin-bottom: auto;
}
#content-container div#left {
width: auto;
float: none;
margin-left: auto;
}
#content-container div#right {
width: auto;
float: none;
margin-left: auto;
}
#main {
width: 990px;
}
#gfooter {
width: 990px;
}
#logostrip {
width: 990px;
}
#submenu {
width: 990px;
}
#userlinks {
width: 935px;
}
/* Michael_vx */
note:
this CSS Script will allow you to add widgets in top and bottom instead of left and right i do not remember wich side is will be the top and wich side will be the bottom since i have quit forumotion for like 1 and almost half year
Michael_vx- Forumember
- Posts : 659
Reputation : 29
Language : Arabic and some English
Location : Egypt
Similar topics
» change images on left side or right side of forum homepage
» Widgets on Forum Side
» How to add side columns onto forum.
» What happened to everything that was in widgets on the right hand side of this forum
» Zodiac, gender and online/offline icon side by side on Topics
» Widgets on Forum Side
» How to add side columns onto forum.
» What happened to everything that was in widgets on the right hand side of this forum
» Zodiac, gender and online/offline icon side by side on Topics
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum