Adjusting default simple profile table - media buttons Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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

    Adjusting default simple profile table - media buttons

    Kami-sama
    Kami-sama
    Forumember


    Female Posts : 407
    Reputation : 12
    Language : EN, RU, DE, LT
    Location : Lithuania

    Adjusting default simple profile table - media buttons Empty Adjusting default simple profile table - media buttons

    Post by Kami-sama August 6th 2017, 10:50 pm

    Technical Details


    Forum version : #phpBB2
    Position : Founder
    Concerned browser(s) : Google Chrome
    Who the problem concerns : Yourself
    Forum link : ( link is hidden, you must reply to see )

    Description of problem

    Hello! I am having issues with this part of the template:

    Code:
    <table width="100%" border="0" cellspacing="1" cellpadding="0">
                <!-- BEGIN contact_field -->
                <tr id="field_id{contact_field.ID}">
                   <td width="40%" align="right" valign="middle" nowrap="nowrap"><span class="gen">{contact_field.LABEL}&nbsp;&nbsp;</span></td>
                   <td width="60%" valign="middle"><div class="gen" style="font-weight:bold;">{contact_field.CONTENT}</div></td>
                </tr>
                <!-- END contact_field -->
                <!-- BEGIN switch_admin_user_comment_active -->
                <tr>
                   <td align="right" valign="middle" nowrap="nowrap" width="50%">
                      <span class="gen">{L_COMMENTS} :</span><br /><span class="gensmall">{L_MODS_AND_ADMINS}</span>
                   </td>
                   <td class="row1" valign="middle">
                      <table align="center">
                         <tr>
                            <td>
                               {ADMIN_USER_COMMENT}
                            </td>
                         </tr>
                      </table>
                   </td>
                </tr>
                <!-- END switch_admin_user_comment_active -->
             </table>

    Is there a way to have only buttons listed next to each other?
    It seams, that this works only in the table and in the table it creates a separate row for each social media button :/
    SLGray
    SLGray
    Administrator
    Administrator


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

    Adjusting default simple profile table - media buttons Empty Re: Adjusting default simple profile table - media buttons

    Post by SLGray August 6th 2017, 10:53 pm




    Adjusting default simple profile table - media buttons Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Kami-sama
    Kami-sama
    Forumember


    Female Posts : 407
    Reputation : 12
    Language : EN, RU, DE, LT
    Location : Lithuania

    Adjusting default simple profile table - media buttons Empty Re: Adjusting default simple profile table - media buttons

    Post by Kami-sama August 6th 2017, 11:30 pm

    Yes.

    What tags would be the correct ones in this case?
    Code:
    .profCont#field_id td { display:inline-block }
    SLGray
    SLGray
    Administrator
    Administrator


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

    Adjusting default simple profile table - media buttons Empty Re: Adjusting default simple profile table - media buttons

    Post by SLGray August 6th 2017, 11:33 pm

    Are you using the advanced profile?



    Adjusting default simple profile table - media buttons Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Kami-sama
    Kami-sama
    Forumember


    Female Posts : 407
    Reputation : 12
    Language : EN, RU, DE, LT
    Location : Lithuania

    Adjusting default simple profile table - media buttons Empty Re: Adjusting default simple profile table - media buttons

    Post by Kami-sama August 6th 2017, 11:35 pm

    "Adjusting default simple profile table - media buttons"
    As I know there are no templates for advanced profiles Smile
    SLGray
    SLGray
    Administrator
    Administrator


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

    Adjusting default simple profile table - media buttons Empty Re: Adjusting default simple profile table - media buttons

    Post by SLGray August 6th 2017, 11:37 pm

    Have you already modified the template?



    Adjusting default simple profile table - media buttons Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Kami-sama
    Kami-sama
    Forumember


    Female Posts : 407
    Reputation : 12
    Language : EN, RU, DE, LT
    Location : Lithuania

    Adjusting default simple profile table - media buttons Empty Re: Adjusting default simple profile table - media buttons

    Post by Kami-sama August 6th 2017, 11:38 pm

    Yes. I have a custom profile layout done.
    Only would like to also have media buttons in a row without labels if possible.
    Ape
    Ape
    Administrator
    Administrator


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

    Adjusting default simple profile table - media buttons Empty Re: Adjusting default simple profile table - media buttons

    Post by Ape August 23rd 2017, 12:45 am

    Removed from trash fro me on request for the member.

    note to member .

    Please make sure your bump the topic atleast once every 48hrs so this don't get added to the trash again.

    Thank you.

    APE



    Adjusting default simple profile table - media buttons Left1212Adjusting default simple profile table - media buttons Center11Adjusting default simple profile table - media buttons Right112
    Adjusting default simple profile table - media buttons Ape_b110
    Adjusting default simple profile table - media buttons Ape1010
    Kami-sama
    Kami-sama
    Forumember


    Female Posts : 407
    Reputation : 12
    Language : EN, RU, DE, LT
    Location : Lithuania

    Adjusting default simple profile table - media buttons Empty Re: Adjusting default simple profile table - media buttons

    Post by Kami-sama August 25th 2017, 6:02 pm

    Up.