• 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.

Extra Navigation - What's New?

kkm323

Well-known member
[Extra Navigation - What's New?]
WHY?
Easy way to track all activates in your site. I been using this for a while very useful for me and my users I hope it would be useful for you too ...

WHAT?
Demo- Screenshot
Untitled-8.webp

HOW?
INSTALLATION - smooth and easy
In [ navigation ] Look For :
Code:
 <!-- extra tabs: end -->
Above Add:

Code:
<!-- what's new? -->
            <li class="navTab forums {xen:if $tabs.find-new.selected, 'selected', 'Popup PopupControl PopupClosed'}"><a href="{xen:link 'find-new/threads'}" class="navLink">{xen:phrase whats_new}</a>
                <a href="{$tabs.find-new.href}" class="SplitCtrl" rel="Menu"></a>

                <div class="{xen:if {$tabs.find-new.selected}, 'tabLinks', 'Menu JsOnly tabMenu'}">
                    <div class="primaryContent menuHeader">
                        <h3>{$tabs.forums.title}</h3>
                        <div class="muted">{xen:phrase quick_links}</div>
                    </div>
                    <ul class="secondaryContent blockLinksList">
                        <li><a href="{xen:link recent-activity}">{xen:phrase recent_activity}</a></li>
                        <xen:if is="{$user.user_id} != {$visitor.user_id}"><li><a href="{xen:link 'account/news-feed'}" class="navLink">{xen:phrase your_news_feed}</a></li></xen:if>
                        <xen:if is="{$visitor.user_id}"><li><a href="{xen:link 'watched/threads'}">{xen:phrase watched_threads}</a></li></xen:if>
                        <li><a href="{xen:link online}">{xen:phrase current_visitors}</a></li>

                    </ul>
                </div>
            </li>

If you have any suggestion, or comments please post, if not + ;)

Changelog:
09-02-2011 - First Release
 
Nice concept, throw all the social tools into a tab. I like your thinking ;)

inb4 ragtek: you should use a template hook to avoid doing the changes during upgrade! :D
 
Nice concept, throw all the social tools into a tab. I like your thinking ;)

inb4 ragtek: you should use a template hook to avoid doing the changes during upgrade! :D
Great idea , I am planing to write an add-on soon - it would be my first one ;)
 
Top Bottom