Post
Topic
Board Mining (Altcoins)
Re: [Minera] Your next mining dashboard is here.
by
soulreafer
on 31/05/2014, 09:27:47 UTC
i have added the guest view by my own:
pretty hardcoded... just removed the login check and all settings page stuff
works so far but hopefully you will add this to the core script Smiley





Can you share the code needed to do this?  I might like to tinker   Grin Roll Eyes

Pretty Easy:

Go to application/controllers/app.php

and add these lines to the end of the index() function
Code:

$this->session->set_userdata("loggedin", 1);
redirect('app/dashboard');
the login page is gone now.
then remove everything which should not visible for guests from
application/views/dashboard.php and sidebar.php

best regards,