[Fixed] Couple Oddites
To fix the recents problem, you should update the skin. I updated it the day I released it after seeing those bugs on your forums. I'm not 100% whats going on with the avatars, I'll have to look into that.
K, updated the skin to fix the ucp and the search results... that should be it ![]()
Tim, you are the man. These changes also need to be made on the view new content link. I just copied the <ul class='tabs'> from searchResults to newPostView, and it worked beautifully.
I added back the nav to my forum and changed the home link to be new content. Tim, if you do end up development blog support, it would be awesome to have that as a tab and have the tab switch color. I wasn't smart enough to figure out how to switch the tab color for my "view new content" tab
.
This should work
<div id="nav">
<ul>
<if test="memberbox:|:$this->memberData['member_id']">
{parse variable="newActive" default="" oncondition="IPS_APP_COMPONENT == 'core' AND $this->request['module'] == 'search' AND $this->request['do'] == 'new_posts'" value="active"}
<li class="{parse variable="newActive"}"><a href='{parse url="app=core&module=search&do=new_posts&search_filter_app[forums]=1" base="public"}' accesskey='2'>{$this->lang->words['view_new_posts']}</a></li>
<else />
{parse variable="newActive" default="" oncondition="IPS_APP_COMPONENT == 'core' AND $this->request['module'] == 'search' AND $this->request['do'] == 'active'" value="active"}
<li class="{parse variable="newActive"}"><a href="../../unavailable.html"app=core&module=search&do=active" base="public"}" title="{$this->lang->words['today_active_cont']}">{$this->lang->words['new_active_cont']}</a></li>
</if>
<li class="active"><a href="../../unavailable.html">Forums</a></li>
</ul>
<div class="clear"></div>
</div>
Ah that code in the previous post isn't perfect. I'll get the proper tab bit in the next release.
Hmmmm... It didn't work.
Oops missed reply #7 (my eyes were dialated). Sorry bout that.
Yea, the new update is awesome. Love the switching tabs.
Aqua-Soft Forums



