REVCMS HELP

Spartak

Member
Sep 24, 2011
225
33
lol you need to make it popup

just visit this link and do what it say




and edit all files where the bouton "Enter" is like:

Me.php
news.php
account.php
...
...
...
 

Spartak

Member
Sep 24, 2011
225
33
lol then try my own code:


Open up me.php

search for :

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

and replace it by this one :

HTML:
<a href="#" onclick="window.open('client','imsonoob','toolbar=0, location=0, directories=0, status=0, scrollbars=0, resizable=0, copyhistory=0, menuBar=0, width=980, height=600, left=0, top=0');return false;">
Entrer Bobbashi<i></i></a>
 

Users who are viewing this thread

Top