I know how to do that in customize.js.php - I had an idea about getting it via an extra parameter:
- Code: Select all
var isBday = this.getUserMeta(nickid, 'isBday');
However this will not work, since adding such parameter will prevent chat from initializing - it doesn't digest other custom parameters. Is there a way around this or a better way to pass parameters across?