This is what I am using to render a menu:
echo fuel_nav(array('render_type' => 'my-button'))
But it renders a list, e.g. ul > li etc..
But I need something like.. a img /a
Have you got an example you could paste in, it's probably something…
On another note, just tried to upload what I have to GAE, getting the following errors:
2014-08-30 16:29:48,924 ERROR appcfg.py:1896 Invalid character in filename: fuel/modules/fuel/views/_generate/model/{model}_model.php
2014-08-30 16:29:48,938 E…
Okay, next problem - images are not uploading.
1. I click upload and select image to upload
2. Response > Data has been saved.
3. I check assets/images folder, nothing uploaded.
Is this simply a folder permission problem OR possibly something e…
Howdy, I've downloaded the Master from the FuelCMS website, I think I might be having the same problem. What exactly is the fix? I can sign in first time, but then after creating a new password I can no longer sign in. And I can also see my password…
admin/admin works initially and if I sign off and sign in again with admin/admin, works great. But if I change my password to something else, e.g. password123, sign off and try to sign in, I get Invalid login. Any ideas? Otherwise CMS is working gre…
Okay, next problem.
- FuelCMS running on WAMP
- FuelCMS running on GAE
I set new password, e.g. password123, but now when I try to login its saying invalid login. I can see my credentials are correct in SQL but it won't sign me in. Has this issue …
I've tried several times but hasn't worked, your preferring to browser cookies?
I have set up Htaccess and removed index.php, also the framework is residing in a folder, e.g. Domain.suffix/folder/framework. I also removed the rebase from the Htacce…
Hi, I am experiencing similar issues, when I try to login it keeps returning me to this URL: fuel/login/5a6e566c6243396b59584e6f596d3968636d513d
BTW: I am hosting on a Godaddy Shared Account.
Hi, I also came across this error while following the Creating Simple Modules Tutorial:
http://www.getfuelcms.com/forums/discussion/749/table-mydatabase.categories_to_articles_model-doesn-t-exist
Please ignore. Fixed.
Getting closer...
If you edit an Author and role over the View button, the URL is...
http://localhost:8888/localfolder/blog/authors/1
But if you view all Authors and then click view on a specific Author, the URL is...
http://localhost:8888/localfo…
This helped as well - http://www.getfuelcms.com/forums/discussion/249/empty-page-is-rendered-when-creating-a-controller./p1.
Home page created in CMS with Controller works!
This link has been really helpful - http://www.getfuelcms.com/forums/discussion/729/routing-and-home-page-controller/p1. Got the home working using the CMS but when I add a Controller it then takes it to a blank page even though I have specified the…
Hello, I am having similar issues. I created a home inside the CMS, also note that I have left the default home.php still in the view folder. I changed the default_controller to home. The CMS notifies me that a Controller exist for this page. And wh…