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 posters

    tables in profile code for phpBB3

    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19325
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    Solved tables in profile code for phpBB3

    Post by Ape Mon 7 Apr 2014 - 2:45

    can some one help me with the code to put tables in my profile with rounded corners  like this post please
    https://help.forumotion.com/t129744-tables-in-post
    and i would also like to center it all as well please

    Much thanks

    Ape


    SOLVED WITH THANKS TO Ange Tuteur


    Last edited by APE on Mon 7 Apr 2014 - 3:36; edited 1 time in total
    Ange Tuteur
    Ange Tuteur
    Forumaster


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

    Solved Re: tables in profile code for phpBB3

    Post by Ange Tuteur Mon 7 Apr 2014 - 3:10

    Hello APE,

    Try this :
    Administration panel > modules > javascript codes management > create a new script

    Title : what you wish
    Placement : in the topics
    Paste the code below and save :
    Code:
    $(function() {
        var p = $('.postprofile');
        for (i = 0; i < p.length; i++) {
           p[i].innerHTML = p[i].innerHTML.replace(/<span class="label">(.*?)<\/span>(.*?)(<br>|<hr>)/ig,'<span class="profile_field"><span class="label">$1<\/span>$2</span>');
        }
    });

    Then add the following to your style sheet :
    Display > colors > CSS
    Code:
    .profile_field {
        text-align:center;
        border:1px solid #CCC;
        border-radius:3px;
        display:block;
        margin:4px 0;
        padding:3px;
    }
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19325
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    Solved Re: tables in profile code for phpBB3

    Post by Ape Mon 7 Apr 2014 - 3:26

    it did as i wanted but it did not move the rank over aswell Wink



    tables in profile code for phpBB3 Left1212tables in profile code for phpBB3 Center11tables in profile code for phpBB3 Right112
    tables in profile code for phpBB3 Ape_b110
    tables in profile code for phpBB3 Ape1010
    Ange Tuteur
    Ange Tuteur
    Forumaster


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

    Solved Re: tables in profile code for phpBB3

    Post by Ange Tuteur Mon 7 Apr 2014 - 3:29

    You want the entire postprofile contents centered ?

    Add this to your CSS if so :
    Code:
    .postprofile { text-align:center; }
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19325
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    Solved Re: tables in profile code for phpBB3

    Post by Ape Mon 7 Apr 2014 - 3:34

    :wouhou:  you really are the best
    Thank you



    tables in profile code for phpBB3 Left1212tables in profile code for phpBB3 Center11tables in profile code for phpBB3 Right112
    tables in profile code for phpBB3 Ape_b110
    tables in profile code for phpBB3 Ape1010
    Ange Tuteur
    Ange Tuteur
    Forumaster


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

    Solved Re: tables in profile code for phpBB3

    Post by Ange Tuteur Mon 7 Apr 2014 - 3:37

    You're welcome I love you

    Topic solved and archived

      Current date/time is Mon 23 Sep 2024 - 10:21