Add reviews, similar to app store app reviews, where users can review hotels, changing the daily average vote to the rating,
can either switch to a rating system or keep both and just have reviews on hotels. could be cool rather than a voting system.
What makes retros "good" in 2019? before it was all about the custom furni, lately ive been seeing custom clients.. and custom CMS's (VERY FEW), What would attract you to a hotel?
current housekeeping todo list:
(bold being tabs, [x] being done)
dashboard
(overview)
[x]- version
[x]- reg users count
[x]- furniture count
[x]- room count
[x]- group count
(settings)
[x]- game port
[x]- rcon port
[x]- camera enabled
[x]- internal badge enabled
[x]- home room
server
-...
Hiya, I noticed this when i released it,
In the theme, go to Static > Client.php
this line <?php if($hotel['customPurse'] == true) {?>
change to
<?php if(empty(Game::sso('client'))){ Game::sso('client'); } if($hotel['customPurse'] == true) {?>
Then on these, lines...
2.0.0 RC-2 Has been released for testing.
Download from https://git.krews.org/morningstar/Arcturus-Community/releases
Here's the full changelog:
NEW FEATURES:
- Horses
- Group Forums - Entire rewrite from Beny!
- Game Wired
- Made :update_config now update the currency amount in the auto...
Here is my first attempt at a Laravel CMS
Current Progress:
Login [90%] (Function is complete, just need a layout)
Register [90%] (Again, just need a layout.)
Account Settings [25%] (Started account settings.)
Client [100%]
Layout [80%] (Some styles being modified, for the most part its...