nguy3ndai Member Apr 20, 2013 #1 Hi guys, I'm trying to find a way to have the "watched threads" list expanded by default. Is there a setting somewhere?
Hi guys, I'm trying to find a way to have the "watched threads" list expanded by default. Is there a setting somewhere?
nguy3ndai Member Apr 21, 2013 #3 The "watched threads" page. In the menu. Next to "what's new" Upvote 0 Downvote
J James Well-known member Apr 21, 2013 #4 By expand you mean show the full listing? You can edit the navigation template and change this: Code: <xen:if is="{$visitor.user_id}"><li><a href="{xen:link 'watched/threads'}">{xen:phrase watched_threads}</a></li></xen:if> to this: Code: <xen:if is="{$visitor.user_id}"><li><a href="{xen:link 'watched/threads/all'}">{xen:phrase watched_threads}</a></li></xen:if> Upvote 0 Downvote
By expand you mean show the full listing? You can edit the navigation template and change this: Code: <xen:if is="{$visitor.user_id}"><li><a href="{xen:link 'watched/threads'}">{xen:phrase watched_threads}</a></li></xen:if> to this: Code: <xen:if is="{$visitor.user_id}"><li><a href="{xen:link 'watched/threads/all'}">{xen:phrase watched_threads}</a></li></xen:if>
nguy3ndai Member Apr 21, 2013 #5 Yes that's what i meant. I will try that thank you ! Upvote 0 Downvote
J James Well-known member Apr 21, 2013 #7 nguy3ndai said: Do you happen to know the name of the template? Click to expand... Template name is navigation. Upvote 0 Downvote
nguy3ndai said: Do you happen to know the name of the template? Click to expand... Template name is navigation.