BrainCms.. How to Edit?

Dec 7, 2016
65
5
I'm honestly super confused on how to edit BrainCms, I've attempted to change a few things but whenever I reload they appear for like 2 seconds and then change back to the original, like for example

Code:
                    <div id="onlinecount"><small><b><?= Game::usersOnline() ?></b> <?= $config['hotelName'] ?>'s online.</small></div>
I wanted to change it to
Code:
                    <div id="onlinecount"><small><b><?= Game::usersOnline() ?>User(s) Online.</small></div>

but it would just change back whenever I reloaded
 

NeedForSpreed

Member
May 18, 2014
326
71
I'm honestly super confused on how to edit BrainCms, I've attempted to change a few things but whenever I reload they appear for like 2 seconds and then change back to the original, like for example

Code:
                    <div id="onlinecount"><small><b><?= Game::usersOnline() ?></b> <?= $config['hotelName'] ?>'s online.</small></div>
I wanted to change it to
Code:
                    <div id="onlinecount"><small><b><?= Game::usersOnline() ?>User(s) Online.</small></div>

but it would just change back whenever I reloaded
Hmm, doesn't seem right... clean cache, make change and clean cache again. Tell me if it works :)

Skickat från min FRD-L09 via Tapatalk
 

Users who are viewing this thread

Top