[RevCMS] Habbo Theme errors [FIXES]
If you use RevCMS and you are using the Habbo Theme you will notice a few errors.
{lastSignedIn} error.
Picture:
http://i43.tinypic.com/1zh2y2s.png
The way to fix this is to.
1) Go to your wwwroot(IIS) or htdocs(Xampp).
2) Then proceed to app, then class.template.php and open that in Notepad++.
3) Find this line in class.tempplate.php
PHP Code:
$this->setParams('ip_last', $users->getInfo($_SESSION['user']['id'], 'ip_last'));
3) Under that line add this code:
PHP Code:
$this->setParams('lastSignedIn', date('M j, Y H:i:s A', $users->getInfo($_SESSION['user']['id'], 'last_online')));
----
Another error is {newsPreview} error that looks like this
http://screensnapr.com/e/FNXa8O.jpg
To fix this follow these steps:
1) Open up news.php file.
2) Do CTRL + H I would use NotePad++ for this.
3) In the first box type {newsPreview} and in the second type {newsTitle} and replace.
That should fix those common error in the Habbo Theme for RevCMS.
If there are anymore errors let me know...
Re: [RevCMS] Habbo Theme errors [FIXES]
1st :P
Wow, thanks. I will defo be trying this out later on
Re: [RevCMS] Habbo Theme errors [FIXES]
Quote:
Originally Posted by
windows7025
1st :P
Wow, thanks. I will defo be trying this out later on
You're welcome.
Re: [RevCMS] Habbo Theme errors [FIXES]
Why would you put {newsTitle} instead of {newsPreview} ?? {newsPreview} is short_story like it is on Habbo. All this is is putting the fixes I released on the thread into another thread for what?!
Re: [RevCMS] Habbo Theme errors [FIXES]
What thread was the fix in? If they're already released than MOD please delete this thread...
Re: [RevCMS] Habbo Theme errors [FIXES]
Decent tutorial for, people who find it hard to fix.
Re: [RevCMS] Habbo Theme errors [FIXES]
Nevermind, I remember posting them but forgot where :blink:
Re: [RevCMS] Habbo Theme errors [FIXES]
I think these fixes are in the release thread? Thanks for releasing anyways :D
Re: [RevCMS] Habbo Theme errors [FIXES]
Useful for those people who doesnt know how to fix the errors.
Thanks for this.
Re: [RevCMS] Habbo Theme errors [FIXES]
The news error will help more Hejula mentioned how to fix the Last signed i n error in his thread w/Habbo Style.
Re: [RevCMS] Habbo Theme errors [FIXES]
Mate if you should give us anything, fix the client to use the new loader JS :D
Re: [RevCMS] Habbo Theme errors [FIXES]
Quote:
Originally Posted by
Kristopher
Mate if you should give us anything, fix the client to use the new loader JS :D
I don't believe you can use that on the Habbo theme.
Re: [RevCMS] Habbo Theme errors [FIXES]
Quote:
Originally Posted by
Facebook
I don't believe you can use that on the Habbo theme.
You can ;3 Just have to replace the client with a proper one (like Habbo's)... I will make one in a few minutes :)
Re: [RevCMS] Habbo Theme errors [FIXES]
You can make that new JS loader working on every CMS :P
Re: [RevCMS] Habbo Theme errors [FIXES]
New habbo loader working with revCMS plz