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
3 posters

    Cell Placement on the Index

    FrOsTyXi
    FrOsTyXi
    Forumember


    Male Posts : 460
    Reputation : 12
    Language : english

    Solved Cell Placement on the Index

    Post by FrOsTyXi February 5th 2015, 2:47 am

    Hello, I was wondering can we move my recent topics system to the top of the page above the widgets? here is an image

    Cell Placement on the Index Captur41

    would like it to be 100% width above the right side forum widgets

    punbb

    Forum link: TPSN

    Thank you in advance!
    Ange Tuteur
    Ange Tuteur
    Forumaster


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

    Solved Re: Cell Placement on the Index

    Post by Ange Tuteur February 5th 2015, 3:04 am

    Hi @FrOsTyXi,

    I'm confused, did you already do it ?
    Cell Placement on the Index Captu106
    FrOsTyXi
    FrOsTyXi
    Forumember


    Male Posts : 460
    Reputation : 12
    Language : english

    Solved Re: Cell Placement on the Index

    Post by FrOsTyXi February 5th 2015, 4:07 am

    @Ange We did this with the shoutbox but seeing that the shoutbox is a mess and we are liking the look of it without the shoutbox was wondering if we can move this, I think the recent topics cell was attached to the chatbox if this helps here is the code that did that silly i should have posted it.
    Code:
    $(function() {
        if (location.pathname == "/") {
            var latestTopic = setInterval(function() {
                if (_userdata.session_logged_in !== null) {
                    if (_userdata.session_logged_in) {
                        if (document.getElementById("chatbox_top") !== null) {
                            if (document.getElementById("left") !== null) {
                                clearInterval(latestTopic);
                                $('#left').detach().insertAfter('#chatbox_top')
                            }
                        }
                    } else {
                        if (document.getElementById("left") !== null) {
                            clearInterval(latestTopic);
                            $('#left').detach().prependTo('#wrapper')
                        }
                    }
                }
            }, 80)
        }
    });

    Edit: Oh i see what you mean as a guest it is in the right place, but signed in it's like the first image i posted can we fix that?

    Edit2: Fixed the issue changed the chabox top in the JS to fa_ticker_block and it moved up just fine thank you again!
    _Twisted_Mods_
    _Twisted_Mods_
    Helper
    Helper


    Male Posts : 2083
    Reputation : 336
    Language : English
    Location : Ms

    Solved Re: Cell Placement on the Index

    Post by _Twisted_Mods_ February 15th 2015, 8:29 pm

    Topic solved and archived

      Current date/time is November 11th 2024, 8:18 pm