MyBB Community Forums

Full Version: Topic Arthur name
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i want to change somthing in project theme 
i want to add the poster name under the topic ,
[Image: 23uvlgk.png]
it was before , and the theme owner helped me to modify the theme , but he seems busy now . 
so how can i add back the arthur name under the topic 
regards
The variable you are looking for is

{$thread['profilelink']}

<div class="author smalltext">{$thread['profilelink']}</div>

You have to add the second code below the span where {$thread['subject']} and {$thread['threadprefix']} are in for example.


Quote:ACP  >  Templates & Styles  >  Templates  >  XYZ Templates  >  Forum Display Templates  >  forumdisplay_thread
Thankss,
another question

how can i seperate between the posts with white space or somthing like that
[Image: b5h8u8.jpg]
thanks
You could do a few things add a br after the tr tags or use css its really your choice.
(2016-07-03, 09:17 AM)Burned Designs Wrote: [ -> ]You could do a few things add a br after the tr tags or use css its really your choice.

but where i do add br ,
please more details , i am not expert with mybb 
thanks
up , thanks
Hello
how can i change this forum icons with another icons ( ON , OFF, offlock)
[Image: 11vtrwh.png]
thanks