[Fixed] Couple Oddites

Hey Tim, just wanted to share a couple findings. Not sure if they are really bugs.

post-108555-1257263667_thumb.png

post-108555-1257263687_thumb.png

Some avatars dont show up on the user page, but do display in topics.

post-108555-1257263781_thumb.png

IMG_0201.png
IMG_0201.png
IMG_0198.png
IMG_0198.png
IMG_0197.png
IMG_0197.png

#532162

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.

#532167

OK Thanks. I need to follow your announcement. :D

I updated the skin.

Still showing IP.Content items. I'm not complaining. Just and FYI. :)

post-108555-1257279619_thumb.png

post-108555-1257279624_thumb.png

IMG_0203.png
IMG_0203.png
IMG_0202.png
IMG_0202.png

#532169

K, updated the skin to fix the ucp and the search results... that should be it :P

#532170

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 :).

#532191

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>

#532198

Ah that code in the previous post isn't perfect. I'll get the proper tab bit in the next release.

#532202

Hmmmm... It didn't work.

#532205

Oops missed reply #7 (my eyes were dialated). Sorry bout that.

#532206

Yea, the new update is awesome. Love the switching tabs.

#532848