![]() |
Announcing Bonfire - A jumpstart for your web apps - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: Announcing Bonfire - A jumpstart for your web apps (/showthread.php?tid=40089) |
Announcing Bonfire - A jumpstart for your web apps - El Forum - 04-09-2011 [eluser]bhumes[/eluser] Great work!! Love it! Thank you!!! One quick note. Correct me if I'm wrong, but I think line 168 of /libraries/assets.php should be: Code: $styles = array_merge($style, self::$styles); instead of: Code: $styles = array_merge($styles, self::$styles); Announcing Bonfire - A jumpstart for your web apps - El Forum - 04-10-2011 [eluser]Vheissu[/eluser] Bonfire is an awesome idea. Announcing Bonfire - A jumpstart for your web apps - El Forum - 04-11-2011 [eluser]Ruud Jonk[/eluser] Hello Lonnie, I'm I correct that the email forgotten password doesn't work yet? I've changed the mailing settings but I have not received the email yet. Maybe you can include a email template editor to bonfire? This way we can create email templates from within bonfire and select what template is used. I will take a look at it, maybe I can build this one myself ![]() Announcing Bonfire - A jumpstart for your web apps - El Forum - 04-11-2011 [eluser]Basketcasesoftware[/eluser] Just copied the current build to my online test site. The initial page and install page comes up just fine, but when I try to test the database connection I get: Code: A PHP Error was encountered The site address is http://basketcasesoftware.com/adatti I've verified the existence of the db on the host. I have PyroCMS running on the site at my root without any problems so I don't think that's it. Announcing Bonfire - A jumpstart for your web apps - El Forum - 04-12-2011 [eluser]Ruud Jonk[/eluser] Hello Lonnie, We can now give the database prefix on install, but the old bf_ prefix is still used in a file: Code: A Database Error Occurred Announcing Bonfire - A jumpstart for your web apps - El Forum - 04-13-2011 [eluser]ac1drain[/eluser] help. I get this, when i go to the login page Code: A PHP Error was encountered Announcing Bonfire - A jumpstart for your web apps - El Forum - 04-15-2011 [eluser]kilishan[/eluser] [quote author="bhumes" date="1302402692"]Great work!! Love it! Thank you!!! One quick note. Correct me if I'm wrong, but I think line 168 of /libraries/assets.php should be: Code: $styles = array_merge($style, self::$styles); instead of: Code: $styles = array_merge($styles, self::$styles); Wow! Looks like I missed a few posts in here. Sorry guys! I'll have to check. What problems are you running into? Announcing Bonfire - A jumpstart for your web apps - El Forum - 04-15-2011 [eluser]kilishan[/eluser] [quote author="Vheissu" date="1302440250"]Bonfire is an awesome idea.[/quote] Thanks! I'm looking forward to it growing into a really powerful package we can all use. Announcing Bonfire - A jumpstart for your web apps - El Forum - 04-15-2011 [eluser]kilishan[/eluser] [quote author="Ruud Jonk" date="1302555256"]Hello Lonnie, I'm I correct that the email forgotten password doesn't work yet? I've changed the mailing settings but I have not received the email yet. Maybe you can include a email template editor to bonfire? This way we can create email templates from within bonfire and select what template is used. I will take a look at it, maybe I can build this one myself ![]() I ripped that from a project that it was working in, but haven't confirmed that it works. My local machine doesn't email. I should probably fix that. ![]() The template editor is definitely on the list, but not on the short list, unfortunately. There is a basic one that lets you edit the header and footer, but only for a single template. The emailer is definitely one area that I would love to see improved.... multiple templates, editor, other tools like bounce checking/reports, etc. If you want to work on any part of it, that would be awesome! Announcing Bonfire - A jumpstart for your web apps - El Forum - 04-15-2011 [eluser]kilishan[/eluser] @basketcase - Sorry I missed your post, but it looks like you got it working. That's great. Did you need to alter anything in Bonfire to make it work? |