Avatar

Howdy, Stranger!

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

Gumster

About

Username
Gumster
Joined
Visits
520
Last Active
Roles
Member

Comments

  • I've found this for a while using Fuel. This morning I had to add some new modules, and their permissions (a v1.3 site). When saving the users in the combo field against module permissions, the users can then subsequently not login. The password mus…
  • Actually I had both defined with the same column. I see now that display_field is the one I should have referred to.
  • OK - thanks. I saw the 'label' bit and thought it must be only to do with labels, not the button itself.
  • I'll try markitup, but then I won't have Oembed... Actually I had a video embedded in the database via CKE / Oembed previously, and it is only recently on re-saving that the issue has come to light. It's been a few weeks since I put the content in …
  • Now I have a similar issue with oembed and regular Fuel CMS pages - if I add an iframe with CKE it shows in the WYSIWYG OK initially, but on save the iframe html is entitised (Fuel v1.3) I'm sure there is a config to fix this, but I admit to forget…
  • Another secret recipe to consider! Thank you.
  • I've come to a halfway solution: create a "section" field, which is not an input ("fieldset" would have done but for the enclosure) and use the js key of that to define the function I need, rather than placing it in the Controller.js. Now I can defi…
  • I've finally got round to debugging this, the issue with method 2 was that the remote IP wasn't what I expected it to be - my guess is it is the firewall IP So with that in place it all works - of course.
  • Hi, There is this http://docs.getfuelcms.com/modules/tutorial It covers a number of typical scenarios when creating modules, which if you are not just interested in creating CMS pages, are the core of Fuel CMS development
  • I'll take a look at url_to(). Admittedly non-http protocols might be considered somewhat academic for menu links, but some other common ones are: mailto: ftp: file: In fact there are dozens more recognised by the IANA, however many wouldn't even…
  • OK I've had a chance to try this out and what I was hoping to do (I'll use the "append" feature of fuel_nav() to illustrate), was this: // in _variables/global.php $vars['clever_appends'] = array( 'tel:' => '0123 4567890' ); // in the menu e…
  • I created a similar function, renders just a sub-menu (not sub-sub-menus) as per Bootstrap navbar https://gist.github.com/Gumster/1464de34eaa739e3c6eb
  • Interesting! Noted.
  • My eyes have been opened - how did I not notice that? Thanks.
  • Regarding the "yes" column, I would take a guess that the Active column is the 2nd column defined in the table. If so you could configure the module's default column with the "default_col" or possibly the "display_field" keys - see "additional confi…
  • This may be off-topic, but I've often had difficulties uploading using Codeigniter's upload class, and it can depend on how the browser identifies the MIME type? Would another browser allow the upload? I wrote up a technique to identify the MIME be…
  • So it does - blast my eyes!
  • Fortunately, for reasons like Google Analytics (and others), the client will now redirect from the unicode to the regular, which makes everything easier. I didn't realise these problems existed, so it's been an interesting journey! Thanks for the …
  • Incidentally, I've merged v1.3 with an existing installation (v1.2), and the backup module broke with an out of memory error - but the backup module seems fine otherwise with a fresh install of v1.3, so it must be the recently added 25K table! [Edit…
  • I noticed it is still shown on getfuelcms in the slider image
  • I haven't made any headway with this issue - fortunately, the application can be accessed using a non-unicode alternative domain, and the Fuel admin works as expected. It seems that unicode - or punycode - is the norm, and that browsers will show t…
  • Sadly although I'm using SVN locally, I'm just connecting live via Netbeans ftp. But I like the idea, but am yet to see how to create a hook for the IDE. need to brush up my skills on that front.
  • I've seen it intermittently on versions 0.93 to 1.2. I anticipate it is related to the output type, as it seems more likely when that is set to TRUE (eg combined + whitespace strip etc) than otherwise, and may be server related.
  • OK, being less lazy and have looked at the scraper code. It looks through all the anchors in h3 tags in a Google results page, trying to match the submitted domain. Authorative enough for me!
  • PHEW - sorted the problem - I deleted the application cache and now fuel/pages works as expected.
  • I think I deleted the Fuel folder and added the develop one afresh. However, I've since reverted to v1.2 and used just the Tag library and model to fix the category issue (which it has). Seems like v1.3 is a bigger step than most? I look forward to…
  • I deleted MY_Parser and that removed the PHP error, and added the extra SQL, but I've noticed a couple of other issues. I realise the development branch might not be ready, AND I'm upgrading an existing v1.2 installation, but here's what I've found…
  • Mmmh - I've deleted all tags & categories from their tables, and now in the admin I just get the ajax loading spinner when viewing the list page for tags or categories.... And now my home page shows PHP error: Cannot redeclare class MY_Security…
  • I had some issues related to tags - in my faqs module the tags combo had categories instead of tags. So I updated to the develop branch too, which fixed the admin issues, but I noticed in passing the following in the tags guide here, the docs exampl…
  • I understand what you're saying, but why only Firefox or IE? Also, in Firefox, the initial load of the pages module is always wrong - I've just emptied the browser cache to prove that. I take it then that the $_SERVER['HTTP_X_REQUESTED_WITH'] ind…