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

    how do i move this??

    xiaomah01
    xiaomah01
    Forumember


    Male Posts : 206
    Reputation : 7
    Language : English|Chinese|malay
    Location : malaysia

    Solved how do i move this??

    Post by xiaomah01 Wed 16 Nov - 8:10

    how do i move this?? YBaAr-------->how do i move this?? I3eYT

    the number move to below{here}

    ¡ºdisplayed on google chrome¡»


    Last edited by xiaomah01 on Mon 21 Nov - 11:44; edited 1 time in total
    kirk
    kirk
    Forumaster


    Male Posts : 11037
    Reputation : 653
    Language : English,Vulcan,Klingon, Romulan,& Gorn

    Solved Re: how do i move this??

    Post by kirk Wed 16 Nov - 16:32

    can you post a link to the page on your forum.
    I cant seem to figure out how to navigate on the forum from the link in your profile.
    xiaomah01
    xiaomah01
    Forumember


    Male Posts : 206
    Reputation : 7
    Language : English|Chinese|malay
    Location : malaysia

    Solved Re: how do i move this??

    Post by xiaomah01 Wed 16 Nov - 17:39

    kirk wrote:can you post a link to the page on your forum.
    I cant seem to figure out how to navigate on the forum from the link in your profile.

    http://johor.forumn.org/t1500-topic#.TsPnFMPz20s
    xiaomah01
    xiaomah01
    Forumember


    Male Posts : 206
    Reputation : 7
    Language : English|Chinese|malay
    Location : malaysia

    Solved Re: how do i move this??

    Post by xiaomah01 Mon 21 Nov - 8:59

    bump
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    Solved Re: how do i move this??

    Post by ankillien Mon 21 Nov - 11:21

    Hi,

    It could be done if you reduce the font-size of that part to 10 or 9 pixels. This javascript will do it...

    Code:
    $(function(){
    $('.post td[width="200"] span.gensmall').css('font-size','9px');
    });

    Hope it helps Smile

    EDIT:

    Excuse me, am I getting it wrong?
    Do you want to put the (50/100) text besides the bar or below the bar?

    If you want to put it below, this code would work...

    Code:
    $(function(){
    $('.post td[width="200"] span.gensmall').css('display','block');
    });
    xiaomah01
    xiaomah01
    Forumember


    Male Posts : 206
    Reputation : 7
    Language : English|Chinese|malay
    Location : malaysia

    Solved Re: how do i move this??

    Post by xiaomah01 Mon 21 Nov - 11:43

    ankillien wrote:

    EDIT:

    Excuse me, am I getting it wrong?
    Do you want to put the (50/100) text besides the bar or below the bar?

    If you want to put it below, this code would work...

    Code:
    $(function(){
    $('.post td[width="200"] span.gensmall').css('display','block');
    });

    You are wonderful!!! Very good Very good Very good how do i move this?? 2786780291

    thanks...how do i move this?? 4271622967how do i move this?? 3063782546



    Edit:

    blog type can not show it below bwi
    LGforum
    LGforum
    Hyperactive


    Male Posts : 2265
    Reputation : 264
    Language : English
    Location : UK

    Solved Re: how do i move this??

    Post by LGforum Mon 21 Nov - 14:30

    You'd be better with this, since it avoids changing the width of your post profiles and font sizes etc.

    Code:

    $(function() {
    $('.poster-profile .gensmall').before('<br>');
    });

    Put it only in topics. and if you already have a jQuery function running in topics then just add the middle line to that.
    xiaomah01
    xiaomah01
    Forumember


    Male Posts : 206
    Reputation : 7
    Language : English|Chinese|malay
    Location : malaysia

    Solved Re: how do i move this??

    Post by xiaomah01 Mon 21 Nov - 15:15

    LGforum wrote:You'd be better with this, since it avoids changing the width of your post profiles and font sizes etc.

    Code:

    $(function() {
    $('.poster-profile .gensmall').before('<br>');
    });

    Put it only in topics. and if you already have a jQuery function running in topics then just add the middle line to that.
    thanks...be alright Hello


    and also have 1 problem...
    the problem have be solved but no in blog mode
    https://help.forumotion.com/t100321-how-to-chage-the-profile-body-color
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    Solved Re: how do i move this??

    Post by ankillien Mon 21 Nov - 15:22

    Can you give link to a page on your forum where you have blog mode?
    xiaomah01
    xiaomah01
    Forumember


    Male Posts : 206
    Reputation : 7
    Language : English|Chinese|malay
    Location : malaysia

    Solved Re: how do i move this??

    Post by xiaomah01 Mon 21 Nov - 15:25

    ankillien wrote:Can you give link to a page on your forum where you have blog mode?

    http://johor.forumn.org/t488-topic Hello
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    Solved Re: how do i move this??

    Post by ankillien Mon 21 Nov - 15:30

    I can see it working there as well. The numbers are already below the bar.
    xiaomah01
    xiaomah01
    Forumember


    Male Posts : 206
    Reputation : 7
    Language : English|Chinese|malay
    Location : malaysia

    Solved Re: how do i move this??

    Post by xiaomah01 Mon 21 Nov - 15:36

    ankillien wrote:I can see it working there as well. The numbers are already below the bar.

    nonono...this is another problem,problem link:https://help.forumotion.com/t100321-how-to-chage-the-profile-body-color

    because i cannot reply again in that topic
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    Solved Re: how do i move this??

    Post by ankillien Mon 21 Nov - 15:39

    Oh! Sorry for misunderstanding.

    This code will fix the issue for blog mode...

    Code:
    .post td[width="150"]{
    background: red;
    }

    The same code with width 150.
    xiaomah01
    xiaomah01
    Forumember


    Male Posts : 206
    Reputation : 7
    Language : English|Chinese|malay
    Location : malaysia

    Solved Re: how do i move this??

    Post by xiaomah01 Mon 21 Nov - 15:47

    ankillien wrote:Oh! Sorry for misunderstanding.

    This code will fix the issue for blog mode...

    Code:
    .post td[width="150"]{
    background: red;
    }

    The same code with width 150.

    ya..how do i move this?? 184121345so many thanks for your...u are many times helping me Hello how do i move this?? 2452323834how do i move this?? 2452323834
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    Solved Re: how do i move this??

    Post by ankillien Mon 21 Nov - 15:49

    Glad I could help out Very Happy

    Topic Solved

      Current date/time is Mon 23 Sep - 10:25