View Full Version : CA Morpheus problem
oldhippie
22 Apr 07, 17:07
I have 3 styles installed, VBulletin default, CA Morpheus and CA EVo (fluid). I hacked the forumhome template in all three "what's going on box" by removing everthing between what's going on box and end what's going on and adding the following:
<!-- what's going on box -->
<if condition="$bbuserinfo[usergroupid] != 1">
</if>
<!-- end what's going on box -->
Now CA Morpheus does not show the Forum Contains New Posts, Forum Contains No New Posts and Forum is Closed for Posting icons.
Any clue?
CyberAlien
22 Apr 07, 19:15
Probably you added </if> too far. Move it up a little bit.
oldhippie
22 Apr 07, 19:38
Probably you added </if> too far. Move it up a little bit.
How do I get it any farther up? It's right under the <if condition= line.
CyberAlien
22 Apr 07, 20:01
Put your <if> after this code:<!-- end logged-in users -->
</if>
<tbody>
<tr>
<td class="thead" colspan="2">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_stats')"><img id="collapseimg_forumhome_stats" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_stats].gif" alt="" border="0" /></a>
<phrase 1="$vboptions[bbtitle]">$vbphrase[x_statistics]</phrase>
</td>
</tr>
</tbody>
and </if> before this code:</table>
<ca-ftr>
<br />
<!-- end what's going on box -->
edit: nevermind. I forgot that I completely removed those icons from Morpheus style, so its normal that it doesn't show those icons.
oldhippie
23 Apr 07, 13:03
edit: nevermind. I forgot that I completely removed those icons from Morpheus style, so its normal that it doesn't show those icons.
Poor dead mule. I’ve been kicking him for several days now trying to get him to give up those icons and he didn’t have any icons to give up!
vBulletin® v3.6.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.