Jump to content


quick nav and view new content sections


  • You cannot start a new topic
  • You cannot reply to this topic
7 replies to this topic

#1 dmacleo

    Member

  • 82 posts
  • Joined: March 14, 2011
  • 12 topics
  • Skin: Delicate Blue
  • Local time: 12:02 AM
  • Zodiac:Taurus
  • OS:Windows 7
  • Country:
Offline
  • Time Online: 17h 27m 47s

Posted 24 September 2011 - 08:48 PM

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?
Dave Macleod
www.davemacleod.net
Conservative Postings.

#2 Broni Re: quick nav and view new content sections

    Malware Annihilator

  • 24,883 posts
  • Joined: October 04, 2004
  • 1,860 topics
  • Age: 57
  • Skin: IPBoard wide
  • Local time: 09:02 PM
  • Zodiac:Virgo
  • Gender:Male
  • Location:Daly City, CA
  • OS:Windows Vista
  • Country:
Online
  • Time Online: 57d 10h 30m 28s

Posted 24 September 2011 - 10:52 PM

ACP>Look & Feel>your_skin>Templates tab>globalTemplate

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&amp;module=global&amp;section=navigation&amp;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&amp;module=search&amp;do=viewNewContent&amp;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'>

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&amp;module=global&amp;section=navigation&amp;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&amp;module=search&amp;do=viewNewContent&amp;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 dmacleo Re: quick nav and view new content sections

    Member

  • 82 posts
  • Joined: March 14, 2011
  • 12 topics
  • Skin: Delicate Blue
  • Local time: 12:02 AM
  • Zodiac:Taurus
  • OS:Windows 7
  • Country:
Offline
  • Time Online: 17h 27m 47s

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
Dave Macleod
www.davemacleod.net
Conservative Postings.

#4 Broni Re: quick nav and view new content sections

    Malware Annihilator

  • 24,883 posts
  • Joined: October 04, 2004
  • 1,860 topics
  • Age: 57
  • Skin: IPBoard wide
  • Local time: 09:02 PM
  • Zodiac:Virgo
  • Gender:Male
  • Location:Daly City, CA
  • OS:Windows Vista
  • Country:
Online
  • Time Online: 57d 10h 30m 28s

Posted 24 September 2011 - 11:01 PM

Oh I didn't know they have it out already...

#5 dmacleo Re: quick nav and view new content sections

    Member

  • 82 posts
  • Joined: March 14, 2011
  • 12 topics
  • Skin: Delicate Blue
  • Local time: 12:02 AM
  • Zodiac:Taurus
  • OS:Windows 7
  • Country:
Offline
  • Time Online: 17h 27m 47s

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
Dave Macleod
www.davemacleod.net
Conservative Postings.

#6 Broni Re: quick nav and view new content sections

    Malware Annihilator

  • 24,883 posts
  • Joined: October 04, 2004
  • 1,860 topics
  • Age: 57
  • Skin: IPBoard wide
  • Local time: 09:02 PM
  • Zodiac:Virgo
  • Gender:Male
  • Location:Daly City, CA
  • OS:Windows Vista
  • Country:
Online
  • Time Online: 57d 10h 30m 28s

Posted 26 September 2011 - 03:46 PM

Probably the easiest way would be to replace existing image with an image like this:

Posted Image

#7 dmacleo Re: quick nav and view new content sections

    Member

  • 82 posts
  • Joined: March 14, 2011
  • 12 topics
  • Skin: Delicate Blue
  • Local time: 12:02 AM
  • Zodiac:Taurus
  • OS:Windows 7
  • Country:
Offline
  • Time Online: 17h 27m 47s

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
Dave Macleod
www.davemacleod.net
Conservative Postings.

#8 Broni Re: quick nav and view new content sections

    Malware Annihilator

  • 24,883 posts
  • Joined: October 04, 2004
  • 1,860 topics
  • Age: 57
  • Skin: IPBoard wide
  • Local time: 09:02 PM
  • Zodiac:Virgo
  • Gender:Male
  • Location:Daly City, CA
  • OS:Windows Vista
  • Country:
Online
  • Time Online: 57d 10h 30m 28s

Posted 26 September 2011 - 03:56 PM

Sure thing :)





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users


This topic has been visited by 6 user(s)