Quote:
Originally Posted by TheLastSuperman
Yes, find (Or Similar):
Code:
<if condition="$show['profile']">
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
$post[onlinestatus]
<script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
<else />
$post[musername]
</if>
Replace with:
Code:
<if condition="$show['profile']" AND $thread['forumid'] != 2">
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
$post[onlinestatus]
<script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
<else />
$post[musername]
</if>
Now don't forget to follow this mod authors directions regarding the forum ID.
that should do it as when I removed that code the names were gone from my forums. I did not trick it via the forum id I simplt removed, saved, viewed, then corrected it back to original.
S-MAN
|
Thanks for the help- It didn't work quite right for me but I ended up figuring something else out for my problems.
I need help from someone on 2 last issues-
Removing the "last post" user name (or even the column)
Removing the "user name" for the thread starter.
IF someone could help me out in any kind of way it would be greatly appreciated.