I would also like to place these in the top header bar, but am unsure as to what section controls these 2.
the words new and content are used so much throughout a search of styles and global did not clue me in.
should I split this to 2 separate questions?
quick nav and view new content sections
Started By dmacleo, Sep 24 2011 08:48 PM
7 replies to this topic
#1
Posted 24 September 2011 - 08:48 PM
Dave Macleod
www.davemacleod.net
Conservative Postings.
www.davemacleod.net
Conservative Postings.
#2 Re: quick nav and view new content sections
Posted 24 September 2011 - 10:52 PM
ACP>Look & Feel>your_skin>Templates tab>globalTemplate
Find and cut this section:
Paste it right ABOVE following section:
IMPORTANT! Make sure you paste it above </div> (just before "Branding strip" line)
In addition you'll have to add an extra coding (in red), so the above section will look like this:
Find and cut this section:
Quote
<if test="showQuickNav:|:! ( ! $this->memberData['member_id'] && $this->settings['force_login'] ) && !($this->settings['board_offline'] && !$this->memberData['g_access_offline'])">
<li class='right'>
<a href="{parse url="app=core&module=global&section=navigation&inapp={parse expression="IPS_APP_COMPONENT"}" base="public"}" rel="quickNavigation" accesskey='9' id='quickNavLaunch' title='{$this->lang->words['launch_quicknav']}'><span> </span></a>
</li>
</if>
<li id='nav_explore' class='right'>
<a href='{parse url="app=core&module=search&do=viewNewContent&search_app=<if test="viewnewcontentapp:|:$this->registry->getCurrentApplication() != 'core' AND IPSLib::appIsSearchable( $this->registry->getCurrentApplication() )">{$this->registry->getCurrentApplication()}<else />forums</if>" base="public"}' accesskey='2'>{$this->lang->words['view_new_posts']}</a>
</li>
<li class='right'>
<a href="{parse url="app=core&module=global&section=navigation&inapp={parse expression="IPS_APP_COMPONENT"}" base="public"}" rel="quickNavigation" accesskey='9' id='quickNavLaunch' title='{$this->lang->words['launch_quicknav']}'><span> </span></a>
</li>
</if>
<li id='nav_explore' class='right'>
<a href='{parse url="app=core&module=search&do=viewNewContent&search_app=<if test="viewnewcontentapp:|:$this->registry->getCurrentApplication() != 'core' AND IPSLib::appIsSearchable( $this->registry->getCurrentApplication() )">{$this->registry->getCurrentApplication()}<else />forums</if>" base="public"}' accesskey='2'>{$this->lang->words['view_new_posts']}</a>
</li>
Paste it right ABOVE following section:
Quote
</div>
<!-- ::: BRANDING STRIP: Logo and search box ::: -->
<div id='branding'>
<div class='main_width'>
<!-- ::: BRANDING STRIP: Logo and search box ::: -->
<div id='branding'>
<div class='main_width'>
IMPORTANT! Make sure you paste it above </div> (just before "Branding strip" line)
In addition you'll have to add an extra coding (in red), so the above section will look like this:
Quote
<div id="primary_nav"><if test="showQuickNav:|:! ( ! $this->memberData['member_id'] && $this->settings['force_login'] ) && !($this->settings['board_offline'] && !$this->memberData['g_access_offline'])">
<li class='right'>
<a href="{parse url="app=core&module=global&section=navigation&inapp={parse expression="IPS_APP_COMPONENT"}" base="public"}" rel="quickNavigation" accesskey='9' id='quickNavLaunch' title='{$this->lang->words['launch_quicknav']}'><span> </span></a>
</li>
</if>
<li id='nav_explore' class='right'>
<a href='{parse url="app=core&module=search&do=viewNewContent&search_app=<if test="viewnewcontentapp:|:$this->registry->getCurrentApplication() != 'core' AND IPSLib::appIsSearchable( $this->registry->getCurrentApplication() )">{$this->registry->getCurrentApplication()}<else />forums</if>" base="public"}' accesskey='2'>{$this->lang->words['view_new_posts']}</a>
</li></div>
<li class='right'>
<a href="{parse url="app=core&module=global&section=navigation&inapp={parse expression="IPS_APP_COMPONENT"}" base="public"}" rel="quickNavigation" accesskey='9' id='quickNavLaunch' title='{$this->lang->words['launch_quicknav']}'><span> </span></a>
</li>
</if>
<li id='nav_explore' class='right'>
<a href='{parse url="app=core&module=search&do=viewNewContent&search_app=<if test="viewnewcontentapp:|:$this->registry->getCurrentApplication() != 'core' AND IPSLib::appIsSearchable( $this->registry->getCurrentApplication() )">{$this->registry->getCurrentApplication()}<else />forums</if>" base="public"}' accesskey='2'>{$this->lang->words['view_new_posts']}</a>
</li></div>
#3 Re: quick nav and view new content sections
Posted 24 September 2011 - 10:57 PM
ok thanks I will try that in a bit. had looked and wondered about that first section and thought it would not be it.
good thing I checked LOL
doing the 3.2.3 update right now
good thing I checked LOL
doing the 3.2.3 update right now
Dave Macleod
www.davemacleod.net
Conservative Postings.
www.davemacleod.net
Conservative Postings.
#4 Re: quick nav and view new content sections
#5 Re: quick nav and view new content sections
Posted 26 September 2011 - 01:48 PM
finally did this on test board, quick nav moved but new content did not. however that really may not be issue.
would like to change that teardrop icon to the words Quick Nav like Adriano had in his quick nav mod but that should be simple, and this would probably use enough room that leaving new content where it is would be good.
will play around a bit and tune it and break it :)
well thought would be easy to replace icon with words but I am having severe brain issues today LOL
would like to change that teardrop icon to the words Quick Nav like Adriano had in his quick nav mod but that should be simple, and this would probably use enough room that leaving new content where it is would be good.
will play around a bit and tune it and break it :)
well thought would be easy to replace icon with words but I am having severe brain issues today LOL
Dave Macleod
www.davemacleod.net
Conservative Postings.
www.davemacleod.net
Conservative Postings.
#6 Re: quick nav and view new content sections
#7 Re: quick nav and view new content sections
Posted 26 September 2011 - 03:53 PM
thats what I was wondering, and if I am right also still allows the popup when hovering.
thanks for doing that, I am WICKED bad at those things
thanks for doing that, I am WICKED bad at those things
Dave Macleod
www.davemacleod.net
Conservative Postings.
www.davemacleod.net
Conservative Postings.
















