Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
Simple Question
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Vector" data-source="post: 463853" data-attributes="member: 95721"><p>The "hotel page" is the CMS (Content Management System), which is the entire website excluding the Client. You can add a skin (or theme) to your CMS, meaning a different design, so say for example you wanted to add this skin to your hotel: <a href="https://devbest.com/threads/release-revcms-cammex-skin.78257/" target="_blank">https://devbest.com/threads/release-revcms-cammex-skin.78257/</a></p><p>I would download it and place the template file into <em> /app/tpl/skins/</em>. Then I would open the config file in the <em>/app/managment/</em> folder, scroll to near the bottom of the page and edit:</p><p>[CODE=php]$_CONFIG['template']['style'] = "Folder name";</p><p>[/CODE]</p><p>The "folder name" should match the name of the template file of the CMS skin. (So for example, if the template file is called 'Habbo' , I would make it say: </p><p>[CODE=php]$_CONFIG['template']['style'] = "Habbo";</p><p>[/CODE]</p></blockquote><p></p>
[QUOTE="Vector, post: 463853, member: 95721"] The "hotel page" is the CMS (Content Management System), which is the entire website excluding the Client. You can add a skin (or theme) to your CMS, meaning a different design, so say for example you wanted to add this skin to your hotel: [URL]https://devbest.com/threads/release-revcms-cammex-skin.78257/[/URL] I would download it and place the template file into [I] /app/tpl/skins/[/I]. Then I would open the config file in the [I]/app/managment/[/I] folder, scroll to near the bottom of the page and edit: [CODE=php]$_CONFIG['template']['style'] = "Folder name"; [/CODE] The "folder name" should match the name of the template file of the CMS skin. (So for example, if the template file is called 'Habbo' , I would make it say: [CODE=php]$_CONFIG['template']['style'] = "Habbo"; [/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Simple Question
Top