Welcome Guest, Not a member yet? Register   Sign In
FUEL CMS
#11

[eluser]michalsn[/eluser]
@nevsie try user guide: http://www.getfuelcms.com/user_guide/mod.../dashboard
#12

[eluser]Webillusion[/eluser]
Hi,
fuelCMS nice work,
please how to wright INSTALL_ROOT variable for XAMPP - windows
My path virtual : http://ci_fuel.dev, path c:\xampp\htdocs\ci_fuel.dev

define('INSTALL_ROOT', realpath(sprintf('%s/%s',dirname(__FILE__),'/fuel/')).DIRECTORY_SEPARATOR); ...?

Thanks

sorry My Bad english

webillusion
#13

[eluser]rundmc[/eluser]
You can either hard code it or try something like this:
define('INSTALL_ROOT', str_replace('\\', '/', realpath(sprintf('%s/%s',dirname(__FILE__),'/fuel/')).DIRECTORY_SEPARATOR));

The INSTALL_ROOT is the server path to the fuel folder. Hope that helps.
#14

[eluser]Webillusion[/eluser]
[quote author="rundmc" date="1288425550"]You can either hard code it or try something like this:
define('INSTALL_ROOT', str_replace('\\', '/', realpath(sprintf('%s/%s',dirname(__FILE__),'/fuel/')).DIRECTORY_SEPARATOR));

The INSTALL_ROOT is the server path to the fuel folder. Hope that helps.[/quote]


Thanks Smile
#15

[eluser]abmcr[/eluser]
Very interesting ....
I think a brief video tutorial help to understand the CMS.

In the user guide, i have not understand how to use the backend for manage the layout....
Thank you
#16

[eluser]rundmc[/eluser]
We've pushed a series of updates out over the last 24 hours to address several bugs in FUEL CMS. Download the latest here http://www.getfuelcms.com
#17

[eluser]abmcr[/eluser]
Thank you rundmc: may be is possible to insert into the download , an sample "simple" application as case study?
Ciao!
#18

[eluser]codeninja[/eluser]
So can you explain how layouts work?

Also, If I have a web application that needs variables on certain page how does that worK?
#19

[eluser]rundmc[/eluser]
codeninja, there are a couple ways to manipulate the layout of your page. I'll direct you to the areas of the user guide that have more information. But please let me know if you've read those and still have questions.

http://www.getfuelcms.com/user_guide/gen...ontrollers (variables files)
http://www.getfuelcms.com/user_guide/mod...uel/layout
#20

[eluser]rundmc[/eluser]
abmcr, we are planning on doing a series of blog posts that explains how we internally use FUEL to create websites which will include sample code. We need to get the blog up on the getfuelcms.com site first which will hopefully be by next week. When we do, we'll be sure to notify on Twitter @fuelcms




Theme © iAndrew 2016 - Forum software by © MyBB