lifeisfoo
✭✭✭lifeisfoo ✭✭✭
Reactions
-
Re: How to use Firebug
Personally I prefer Chrome inspector. Currently I'm using Safari inspector and seems to be also real powerful. (View Post)1 -
Re: [Solved] Recently installed Vanilla gives Page Not Found
Resolved. Seems that during setup only these configuration values are stored: <?php if (!defined('APPLICATION')) exit();// Database$Configuration['Database']['Name'] = 'vanilla20188';$Configuratio… (View Post)2 -
Re: MailChimp plugin feedback
@x00 I'm going to use js to add the checkbox in 2.0. Do you have a better alternative? (View Post)1 -
Re: Articles / Blog App: Make It Happen!
I could help you with the code (backend), if you accept this as a pledge. (View Post)1 -
Re: how do i make it show guests online?
I think that this change doesn't require too much work. You should track guests in a dedicated table using a unique IP column and a lastVisit timestamp column, counting as guests online all records t… (View Post)2