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.
The forum of the forums
+2
Ange Tuteur
Smile Anonymous
6 posters

    Is it possible to have a wedget on top of the forum instead the side?

    Smile Anonymous
    Smile Anonymous
    Forumember


    Female Posts : 34
    Reputation : 2
    Language : English

    In progress Is it possible to have a wedget on top of the forum instead the side?

    Post by Smile Anonymous October 21st 2015, 11:56 am

    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?
    Smile Anonymous
    Smile Anonymous
    Forumember


    Female Posts : 34
    Reputation : 2
    Language : English

    In progress Re: Is it possible to have a wedget on top of the forum instead the side?

    Post by Smile Anonymous October 25th 2015, 1:38 am

    bump
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    In progress Re: Is it possible to have a wedget on top of the forum instead the side?

    Post by Ange Tuteur October 25th 2015, 9:17 am

    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 ?
    Smile Anonymous
    Smile Anonymous
    Forumember


    Female Posts : 34
    Reputation : 2
    Language : English

    In progress Re: Is it possible to have a wedget on top of the forum instead the side?

    Post by Smile Anonymous October 26th 2015, 4:17 am

    @Ange Tuteur

    I have the forum version phpBB
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    In progress Re: Is it possible to have a wedget on top of the forum instead the side?

    Post by SLGray October 26th 2015, 4:42 am

    Smile Anonymous wrote:@Ange Tuteur

    I have the forum version phpBB
    2 or 3



    Is it possible to have a wedget on top of the forum instead the side? Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Smile Anonymous
    Smile Anonymous
    Forumember


    Female Posts : 34
    Reputation : 2
    Language : English

    In progress Re: Is it possible to have a wedget on top of the forum instead the side?

    Post by Smile Anonymous October 26th 2015, 8:18 pm

    phpBB2

    Sorry about that
    SpyroDragon
    SpyroDragon
    Forumember


    Posts : 462
    Reputation : 2
    Language : English

    In progress Re: Is it possible to have a wedget on top of the forum instead the side?

    Post by SpyroDragon November 2nd 2015, 12:28 am

    I would use this as well if there is a possibility.
    Michael_vx
    Michael_vx
    Forumember


    Male Posts : 659
    Reputation : 29
    Language : Arabic and some English
    Location : Egypt

    In progress Re: Is it possible to have a wedget on top of the forum instead the side?

    Post by Michael_vx November 2nd 2015, 7:35 am

    its not that hard my friends
    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 Very Happy
    Cannibal
    Cannibal
    New Member


    Posts : 4
    Reputation : 1
    Language : Turkish

    In progress Re: Is it possible to have a wedget on top of the forum instead the side?

    Post by Cannibal November 4th 2015, 12:25 am

    Mine is phpBB3.
    I want Latest Topics on top of the forum. What should I do?
    Michael_vx
    Michael_vx
    Forumember


    Male Posts : 659
    Reputation : 29
    Language : Arabic and some English
    Location : Egypt

    In progress Re: Is it possible to have a wedget on top of the forum instead the side?

    Post by Michael_vx November 4th 2015, 10:47 pm

    Cannibal wrote:Mine is phpBB3.
    I want Latest Topics on top of the forum. What should I do?
    PHPBB3
    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

      Current date/time is September 23rd 2024, 3:29 am