juan71287
09-26-2006, 11:46 PM
OK, so what I did is, I made a new phrase. make it looked like I wanted and change the showgroups.php file phrase.. But it didnt work... Now let me show you a pictures....
http://img146.imageshack.us/img146/8971/changephrasenz5.jpg
So, now, what I want to do is on the POSTBIT, leave it alone as it is. Showing the Juan is Online, but on the Showgorups.php, I want it to show as either Online, or Offline. I changed the phrase and like I said it changes both and when I made a new one it didnt work.
Can someone please help me do what I want? Thankx.
OK, I figured something out.... I noticed that in the postbit itself, it called on postbit_onlinestatus. So I am guessing if I just change the phrases to Online and Offline, then edit the postbit and add the username there, in Showgroups.php it will show as Online or Offline, but in the postbit it will have the username.
Now, I dont know how to do it. I am just learning stuff about vb and I have no clue, so matbe someone could help me.
This is what I got:
<div id="postmenu_$post[postid]">
<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>
</div>
Now, what I want to do is add infront of "$post[onlinestatus]" were it will show "Online" or "Offline".. I want to add the Posters Username with his/her user groups color + is. So what I want it to show in the end would be like, "Juan is Online".. and my name in Orange or w.e userggroup color I change it to.
Is this possible? Can anyone help me out?
http://img146.imageshack.us/img146/8971/changephrasenz5.jpg
So, now, what I want to do is on the POSTBIT, leave it alone as it is. Showing the Juan is Online, but on the Showgorups.php, I want it to show as either Online, or Offline. I changed the phrase and like I said it changes both and when I made a new one it didnt work.
Can someone please help me do what I want? Thankx.
OK, I figured something out.... I noticed that in the postbit itself, it called on postbit_onlinestatus. So I am guessing if I just change the phrases to Online and Offline, then edit the postbit and add the username there, in Showgroups.php it will show as Online or Offline, but in the postbit it will have the username.
Now, I dont know how to do it. I am just learning stuff about vb and I have no clue, so matbe someone could help me.
This is what I got:
<div id="postmenu_$post[postid]">
<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>
</div>
Now, what I want to do is add infront of "$post[onlinestatus]" were it will show "Online" or "Offline".. I want to add the Posters Username with his/her user groups color + is. So what I want it to show in the end would be like, "Juan is Online".. and my name in Orange or w.e userggroup color I change it to.
Is this possible? Can anyone help me out?