Avatar

Howdy, Stranger!

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

Arthur

About

Username
Arthur
Joined
Visits
19
Last Active
Roles
Member

Comments

  • yes, I do use remap. As well I'm using the controller from separated folder /fuel/modules/shop( this is custom made). How can you render fuel page and direct it to the separated module folder? In my case I would like to call views,models not the on…
  • No. Via inline editor the save button does nothing. I checked via firebug what get's is returned from the server. The message is something like this|: " you don't have access to the page". I tried in couple of browsers, the same thing.
  • The 1.0 kicks me as well, just tested.
  • I have a feeling that it does not such direct connection with cyrilic alphabet, but more with a markup. Maybe because I use to much html tags it get's stuck or something? The markup is similar to this: text: Bla bla * Bla bla * …
  • no. I'm using the additional folder in fuel modules called "shop" which has controller shop.php
    in Pagination Comment by Arthur August 2012
  • The strange thing that everything is working except the active pagination page is not getting marked
    in Pagination Comment by Arthur August 2012
  • I think it should be segment2... it something like www.example.com/shop/3(this is the offset)
    in Pagination Comment by Arthur August 2012
  • I fixed that by simple disabling in left panel "recent viewed" tab. And the problem vanished. Actually I got this problem even with older versions of the fuelCMS. <?php if (!defined('BASEPATH')) exit('No direct script access allowed'); requir…
  • I have added strip_tags() to content sql column in the model
  • For some reason it place the main_panel div into the fuel_left_panel, but I have honestly no ideas how to fix that The screen shots are included: http://shadestyles.dk/left_panel.png http://shadestyles.dk/main_panel.png
  • Strange, but it did not helped, when I open some modules the fuel dashboard simple crashes. Any suggestions? Maybe I should specify different SQL columnt type for the big content?
  • I have noticed, that for some reason the logic is separated between the controller and module. Why you do that?
  • The inline edit window preloaded via AJax when you click pencil icon, but I can't find the file, which is responsible for constructing it.
  • I think I need the file that adds html depending on the type. Probably I need the file which contains the logic of this line: $fields[$key]['type'] => 'file' I could make everything using JS, but that's very dirty way. What do you think?