[CMS][Tutorial] Fix client popup

presto5

Member
Jul 26, 2011
66
1
While searching around I found the popup code in phoenixphp that works for rev for making the client popup.

Simple Replace:
Code:
<center><a href="api.php" onclick="mango.client.popup(); return false;">Enter {hotelName} Hotel</a></center>

With:
Code:
<center><a href="api.php" target="ClientWndw" onclick="window.open('api.php','ClientWndw','width=980,height=597');return false;">Enter {hotelName} Hotel</a></center>

If this tutorial is unneeded in this section moderators feel free to move this.
 

presto5

Member
Jul 26, 2011
66
1
All files such as

me.php
account.php
article.php

And any other addons who also make pages such as staff, experts, vip etc.
Heaplink thanks for getting back to them before I could.

lazyn1 these files would be located app\tpl\skins\yourtheme and from there edit all the files needed.
 

Users who are viewing this thread

Top