Closed (fixed)
Project:
DrupalChat
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Sep 2013 at 13:59 UTC
Updated:
30 Sep 2013 at 05:41 UTC
Hello,
i would like to know if there is a other way to change the Guest numbers as they are really
What can i replace this with ?
$user_name = check_plain(variable_get('drupalchat_anon_prefix', 'Guest') . time());
Anyone can help me with this ?
Comments
Comment #1
darklrd commentedHi zapa,
Yes, you can replace time() function with anything dynamic and random.
Thank you