room url not working?

Baloe20xd

Member
Feb 26, 2016
55
7
Hey,

I have a problem .. Namely: If I click in the client to 'link for the room' then I see the url for example: '' '' and if you do that in the url bar that you go directly to that room.
Only if I do that with my link + valid room room then nothing will happen and you will be on the hotel view ..

What is this about?

Thanks for the help :)
 

lincoln67

New Member
Nov 2, 2017
27
7
You will have to code that in your CMS. Parse the url and retrieve the roomid then add this to your flashvars:
JavaScript:
if(RoomId > 0) {
    flashvars["forward.type"] = "2";
    flashvars["forward.id"] = RoomId;
}
 

Users who are viewing this thread

Top