• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

Thread watch in sidebar

Perspektif

Active member
hi:)

open
Appearance --> Templates : [sidebar_online_users]

find:

Code:
<div class="footnote">
            {xen:phrase online_now_x_members_y_guests_z, 'total={xen:number $onlineUsers.total}', 'members={xen:number $onlineUsers.members}', 'guests={xen:number $onlineUsers.guests}'}

Add Below

Code:
<div class="discussionList sectionMain">

     <div class="sectionFooter">
            <center><a href="{xen:link 'watched/threads/all'}">{xen:phrase show_all_watched_threads}</a>
     </center>
    </div></div>

demo: http://www.xen-tr.com/

watch.webp
 
I suggestion to not use <center> .. but set a width in css and use margin: 0 auto; on the block. Or at least use text-align: center; in your css
 
I suggestion to not use <center> .. but set a width in css and use margin: 0 auto; on the block. Or at least use text-align: center; in your css
Thanks but that beer in your avatar is making me thirsty. Have another around there that you can miss? ;)
 
Top Bottom