index_box (user last post) 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

    index_box (user last post)

    Pandaland
    Pandaland
    New Member


    Female Posts : 11
    Reputation : 1
    Language : Hungarian, English, German
    Location : Hungary

    index_box (user last post) Empty index_box (user last post)

    Post by Pandaland March 22nd 2019, 7:14 pm

    Hello!

    First of all, I would like to thank you for your previous help. But I'd like to ask for help again.

    Does it possible that in the "index box" the poster name and the date not to be under one another, but next to each other?

    Now look like this:

    LATEST TOPIC NAME
    The date
    the latest poster username

    I'd like this:

    LATEST TOPIC NAME
    The Date & the latest poster username

    So I would like to change this code: {catrow.forumrow.USER_LAST_POST}

    Thank you! beu
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15346
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    index_box (user last post) Empty Re: index_box (user last post)

    Post by skouliki March 22nd 2019, 8:27 pm

    hi

    can you post your forum url or a screenshot of the result you want

    Pandaland
    Pandaland
    New Member


    Female Posts : 11
    Reputation : 1
    Language : Hungarian, English, German
    Location : Hungary

    index_box (user last post) Empty Re: index_box (user last post)

    Post by Pandaland March 22nd 2019, 8:34 pm

    Ofc, sorry.

    Now look like this: Picture

    I'd like this: Picture



    Last edited by Pandaland on March 22nd 2019, 10:08 pm; edited 1 time in total
    SLGray
    SLGray
    Administrator
    Administrator


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

    index_box (user last post) Empty Re: index_box (user last post)

    Post by SLGray March 22nd 2019, 9:41 pm

    Is your forum's version phpBB 2?



    index_box (user last post) Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Pandaland
    Pandaland
    New Member


    Female Posts : 11
    Reputation : 1
    Language : Hungarian, English, German
    Location : Hungary

    index_box (user last post) Empty Re: index_box (user last post)

    Post by Pandaland March 22nd 2019, 9:46 pm

    SLGray wrote:Is your forum's version phpBB 2?
    Yes.
    SLGray
    SLGray
    Administrator
    Administrator


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

    index_box (user last post) Empty Re: index_box (user last post)

    Post by SLGray March 22nd 2019, 9:52 pm

    Is this the forum in question:   http://secondchance.hungarianforum.com/ ?  If yes, was the design done by CSS or modifying the templates?



    index_box (user last post) Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Pandaland
    Pandaland
    New Member


    Female Posts : 11
    Reputation : 1
    Language : Hungarian, English, German
    Location : Hungary

    index_box (user last post) Empty Re: index_box (user last post)

    Post by Pandaland March 22nd 2019, 9:55 pm

    Yes, this is the forum and modifying both of them.
    SLGray
    SLGray
    Administrator
    Administrator


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

    index_box (user last post) Empty Re: index_box (user last post)

    Post by SLGray March 22nd 2019, 10:16 pm

    Exactly would there be enough space to have both on the same line?



    index_box (user last post) Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Pandaland
    Pandaland
    New Member


    Female Posts : 11
    Reputation : 1
    Language : Hungarian, English, German
    Location : Hungary

    index_box (user last post) Empty Re: index_box (user last post)

    Post by Pandaland March 22nd 2019, 10:26 pm

    I think no but I can't change the width. I tried give bigger space to them but doesn't work.
    How can I give enough space?

    This is my code:

    Code:
     <div class="la1">      {catrow.forumrow.USER_LAST_POST}
                                          </div>

    Code:
    .la1{width:350px !important;padding:5px;height:35px;margin-top:-15px;}
    SLGray
    SLGray
    Administrator
    Administrator


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

    index_box (user last post) Empty Re: index_box (user last post)

    Post by SLGray March 22nd 2019, 10:33 pm

    Please post your index_box template using the code tags.



    index_box (user last post) Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Pandaland
    Pandaland
    New Member


    Female Posts : 11
    Reputation : 1
    Language : Hungarian, English, German
    Location : Hungary

    index_box (user last post) Empty Re: index_box (user last post)

    Post by Pandaland March 22nd 2019, 10:43 pm

    Now look like this: picture

    index_box template

    Code:
    <div class="uln">
                                        <div class="lastpostuser" style="text-align:center;font-family: 'Mate SC',Verdana;font-size: 11px;margin-top:+8px !important;">
                                         
                                      <div class="la1">      {catrow.forumrow.USER_LAST_POST}
                                          </div>
                </div>
                                      </div></div>

    css

    Code:
    .la1{width:350px !important;padding:5px;height:35px;margin-top:-15px;}
    .lastpostuser{text-decoration: none; font-family: 'Mate SC',Verdana;font-size: 10px;position: center;text-transform: uppercase;text-shadow: 0px 0px 2px;border-top:5px double #362E2C;height:15px;padding:10px;color:#b09a77;margin-top:15px;}
    SLGray
    SLGray
    Administrator
    Administrator


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

    index_box (user last post) Empty Re: index_box (user last post)

    Post by SLGray March 22nd 2019, 10:53 pm

    Is that the whole template?



    index_box (user last post) Slgray10

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