Uutiset:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu
Advertisement:

opening extra added tabs in new window/tab

Aloittaja akya, helmikuu 11, 2009, 09:52:02 IP

« edellinen - seuraava »

akya

I am Using SMF 2.0 RC1
I have added 2-3 extra tabs using info provided in here

http://www.simplemachines.org/community/index.php?topic=261880.0

and only problem is that I want the link to open in new window or tab in firefox...How can I do that?

greyknight17

You will need to add the target parameter with the link. For example:

'MyButton' => array(
'title' => 'Google',
'href' => 'http://www.google.com" target="_blank',
'show' => true,
'sub_buttons' => array(
),
),

akya


Advertisement: