(2018-09-20, 04:19 PM)Wildcard Wrote: Each module has templates associated with them. For example, Latest Threads uses all of the template in the Advanced Sidebox template group that begin with the prefix asb_latest_threads_
You may alter those templates to implement almost any style you like.
I am at work for a while longer, but when I get home if you still need help, I'll try.
ths for the tip i have changed
asb_latest_threads_thread to
<tr>
<td class="{$altbg}">
{$last_poster}<a href="{$mybb->settings['bburl']}/{$thread['threadlink']}" title="{$fullSubject}"><strong>{$thread['subject']}</strong></a>
</td>
</tr>
and
asb_latest_threads_last_poster_avatar to
{$lastposterlink}
but i do not know how to make the avatar like circle
i figured out how to make the avatar round now
heres is my solution (don't laugh i'm not an expert on this kinda things)
change asb_latest_threads_thread template to
<tr>
<td class="{$altbg} portal-latest-thread-avatar">
{$last_poster}<a href="{$mybb->settings['bburl']}/{$thread['threadlink']}" title="{$fullSubject}"><strong>{$thread['subject']}</strong></a>
</td>
</tr>
and then add your own css with the following content
.portal-latest-thread-avatar img {
border-radius: 50%;
}
so now just need to know how to translate the table header of sidebox
don't think you can translate those..
did a match whole word only and match case search in asb_addon.lang.php for WELCOME returned nothing