Quote:
Originally Posted by MikaK
Hi Nail,
Sorry but I think it?s not the case. I have not altered the GAS_article_pb in any way but installed it to your instructions. The username color was working ok in postbit before installing this hack. Also note the change took place also in the standard postbit which I haven?t definately touched today.
The test5 is not a member of the stanard installed membergroups but one by id: 11 set up as a custom usergroup and the colour should be blue (in some cases red like here, if a link is included).
See this search: http://www.soundchilds.net/loud_loun...p?searchid=129 . As you can see test5 appears ok and all posts get registered.
Thats why I think the only option is something got changed in the code affecting the usernicks in the postbits.
Hope there is a solution! This would be a useful one to have around.
Best regs,
-Mika
|
Hi Mika.
If you view your GAS_article_pb file, search for this:
Code:
<div class="normal">
$vbphrase[geek_articles_by] <if condition="$show['profile']">
<a href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
<else />
$post[musername]
</if>
This is the condtional for the username display. Mika is coming up linked because $show['profile']==1. Test5 is taking the other route for whatever reason.
I dont know why, but your $post[musername] has additional formatting in it that isnt put in by this hack (check out your source). Maybe another hack installed?
Anyway... you want to find WHY $show['profile']==0 when it comes time to do that comment.
Double check your showthread modifications. Maybe you missed something out.
If you are still stuck, PM me a username and password with style admin as well as permissions to post and I will look into it when I get a minute.