I really need some help, I know this is probably not posted in the right section but it is about my original post.
I did install the fake users product (mod) and it is really what I need but I have one small problem with it and I cant get help from the coder of this mod, It is a simple fix but I just dont know what it is
What happens is that this mod will add extra members to who is online, and where it is displayed at the bottom of the page there should be a comma (,) between each member. When I installed this mod it showed a double comma (,,)between usernames but when I was not logged in it would show it correctly as single comma (,).
With the mod it later added a code fix to solve this problem, this is the code:
find this
Code:
eval(' .= ", ' . fetch_template('forumhome_loggedinuser') . '";');
replace with this
Code:
eval(' .= "' . fetch_template('forumhome_loggedinuser') . '";');
When I did do this replacement it would now show
no comma (,) when I was offline but it would show the correct single comma(,) when I was online.
I cant figure out why this is doing it, it must have something to do with on/off line viewing but I cant figure it out.
I am hoping some coding guru can help me out as this is driving me crazy.
Thanks
Ryan