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.

index_box (user last post)

3 posters

Go down

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

Post by Pandaland Fri 22 Mar 2019 - 17:14

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
Pandaland
Pandaland
New Member

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

http://secondchance.hungarianforum.com/

Back to top Go down

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

Post by skouliki Fri 22 Mar 2019 - 18:27

hi

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

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

http://iconskouliki.forumgreek.com

Back to top Go down

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

Post by Pandaland Fri 22 Mar 2019 - 18:34

Ofc, sorry.

Now look like this: Picture

I'd like this: Picture



Last edited by Pandaland on Fri 22 Mar 2019 - 20:08; edited 1 time in total
Pandaland
Pandaland
New Member

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

http://secondchance.hungarianforum.com/

Back to top Go down

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

Post by SLGray Fri 22 Mar 2019 - 19:41

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.
SLGray
SLGray
Administrator
Administrator

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

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

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

Post by Pandaland Fri 22 Mar 2019 - 19:46

SLGray wrote:Is your forum's version phpBB 2?
Yes.
Pandaland
Pandaland
New Member

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

http://secondchance.hungarianforum.com/

Back to top Go down

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

Post by SLGray Fri 22 Mar 2019 - 19:52

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.
SLGray
SLGray
Administrator
Administrator

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

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

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

Post by Pandaland Fri 22 Mar 2019 - 19:55

Yes, this is the forum and modifying both of them.
Pandaland
Pandaland
New Member

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

http://secondchance.hungarianforum.com/

Back to top Go down

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

Post by SLGray Fri 22 Mar 2019 - 20:16

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.
SLGray
SLGray
Administrator
Administrator

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

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

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

Post by Pandaland Fri 22 Mar 2019 - 20:26

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;}
Pandaland
Pandaland
New Member

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

http://secondchance.hungarianforum.com/

Back to top Go down

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

Post by SLGray Fri 22 Mar 2019 - 20:33

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.
SLGray
SLGray
Administrator
Administrator

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

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

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

Post by Pandaland Fri 22 Mar 2019 - 20:43

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;}
Pandaland
Pandaland
New Member

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

http://secondchance.hungarianforum.com/

Back to top Go down

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

Post by SLGray Fri 22 Mar 2019 - 20:53

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.
SLGray
SLGray
Administrator
Administrator

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

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum