Avatar

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

dblurred

About

Username
dblurred
Joined
Visits
22
Last Active
Roles
Member

Comments

  • Just a note this worked in the controller: $this->load->module_library(FUEL_FOLDER, 'fuel_page', array('location' => 'clients')); // $this->fuel_page->add_variables($vars); $this->fuel_page->render(); But this did not. $this-&g…
  • HI, thanks. I am trying to create a controller now. I can't find any examples of how to use one with this CMS. I know, I am so lame. I actually have a lot of experience but this MVC and CMS is still getting to me. I really don't know why but it…
  • Thanks. Ya I have done a lot of programming but this is just not coming easy to me. I understand the MVC, but having a tough time with this CMS even though I know it should be easy. I believe you are right. I need to read up more. I see a lot o…
  • Thank you for the info on the login. OK, so as for the application. I need menu buttons at the top of the page, that will load in a different menu bar and content below that. The content may be different lists from a database along with its own pa…
  • Thanks. i want it to instantly pop up with a log in if they are not logged in. So does your answer still apply the same? So they would come to the homepage and it would show the login if not logged in , and then send to the home of the applicatio…
  • What I am trying to do is have people log in from the homepage and then have code to determine what modules they have access to. Then only showing those links to those modules. Maybe that makes more sense. This is very new to me and I am more than…
  • If you can share that code for ajax class or the php file and what you did that would be great. I am starting a new application and I will need to work with ajax a lot.