1990 90s > Present Jun 18, 2012 118 33 Jun 24, 2012 #1 I was wondering how would I make the client a popup instead of it overriding the me.php page. Thanks,
I was wondering how would I make the client a popup instead of it overriding the me.php page. Thanks,
ProLegitZ Jacob is here bitch ! May 11, 2012 606 56 Jun 24, 2012 #2 it shouldnt you should click on the button and it opens in new window Upvote 0 Downvote
1990 90s > Present Jun 18, 2012 118 33 Jun 24, 2012 Thread starter #3 EthanTBH said: it shouldnt you should click on the button and it opens in new window Click to expand... Revcms you click enter and all it does is over the me.php, and go to client.php (The me.php page goes away, its not a popup) Upvote 0 Downvote
EthanTBH said: it shouldnt you should click on the button and it opens in new window Click to expand... Revcms you click enter and all it does is over the me.php, and go to client.php (The me.php page goes away, its not a popup)
iBrad New Member Oct 23, 2011 12 1 Jun 24, 2012 #4 Go into your tpl files, choose the skin you're using and look for button they click to open the client. Might look somthing like this: PHP: <a href="api.php">Enter {hotelName}</a> Replace it with: PHP: <a href="api.php" target="_blank">Enter {hotelName}</a> Upvote 0 Downvote
Go into your tpl files, choose the skin you're using and look for button they click to open the client. Might look somthing like this: PHP: <a href="api.php">Enter {hotelName}</a> Replace it with: PHP: <a href="api.php" target="_blank">Enter {hotelName}</a>