News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

popup chat

Started by Kaitlyn, July 08, 2011, 03:34:38 PM

Previous topic - Next topic

Kaitlyn

I have found this code that I can use to make my chat a popup 

                'chat' => array(

                'title' => 'Chat',

                'href' => 'javascript:window.open(\''.$boardurl.'/chat/index.php\',\'chat\',\'width=880,height=320\');void(0);',

                'show' => true,

                'sub_buttons' => array(

                ),

            ),

but I'm wondering if it possible to only have it placed on the menu bar if your logged in on my forum

Illori

change 'show' => true, for

'show' => !$user_info['is_guest'],

Curren023

Just wondering where did you place that code to have your chat open in a pop-up window?
I was looking for something like that.

Advertisement: