Witaj,
przejdź do:
ACP Wygląd Główne szablony globalTemplate
Znajdź:
<if test="gallerylink:|:$this->memberData['has_gallery'] AND IPSLib::appIsInstalled( 'gallery' )">
<li id='user_gallery'><a href='{parse url="app=gallery&module=user§ion=user&user={$this->memberData['member_id']}" base="public"}' title="{$this->lang->words['go_to_my_gallery']}">{$this->lang->words['my_gallery']}</a></li>
</if>
Dodaj poniżej:
<li id='watched_topics'><a href='{parse url="app=core&module=usercp&tab=forums&area=topicsubs" base="public"}' title="{$this->lang->words['go_to_my_gallery']}">Obserwowane tematy</a></li>
<li id='watched_forums'><a href='{parse url="app=core&module=usercp&tab=forums&area=forumsubs" base="public"}' title="{$this->lang->words['go_to_my_gallery']}">Obserwowane fora</a></li>
Zapisz.