Closed

The blogrums are now closed. If you wish to visit them on there new home then you can find it here ( InnerVisions Blogrums ).

AuthorMore Guest Users

New hacks.php

PHP:

<?php
global $Plugins,$current_User;
// allow blogrum to login guests
$Plugins->trigger_event'GuestLogin'array'user' => & $current_User ) );
?>

Triggers :

PHP:

// allow guest users to be evo user
$Plugins->trigger_event'GetBlogrumUser'array'user' => & $current_User ) );
 
// restore guests to non-evo user
$Plugins->trigger_event'GetRealUser'array'user' => & $current_User ) );

Note : Plugin automatically reverts guests to non-evo users in SkinBeginHtmlHead() .... otherwise visitors get a "logout" link and the login/register links aren't shown

¥

I may have opened the door, but you entered of your own free will
image