View Full Version : Changing a COMMA
ZiRu$
07-17-2002, 02:14 AM
On the Who's Online on the forumhome
How Do I change the "," to a "|"
Thanks
Steve Machol
07-17-2002, 02:21 AM
Modify index.php. Change this line:
eval("\$activeusers .= \", ".gettemplate('forumhome_loggedinuser')."\";");To this:
eval("\$activeusers .= \"| ".gettemplate('forumhome_loggedinuser')."\";");
ZiRu$
07-17-2002, 02:25 AM
thanks dogg that was very quick!
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.