![]() |
Codeigniter port of ROR Beast Forum - 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: Codeigniter port of ROR Beast Forum (/showthread.php?tid=18427) |
Codeigniter port of ROR Beast Forum - El Forum - 05-06-2009 [eluser]lowstring[/eluser] For those of you installing this, the default admin user account info is: login: admin password: password Codeigniter port of ROR Beast Forum - El Forum - 05-06-2009 [eluser]garymardell[/eluser] It may be because of the permission error above and you havent updated the demo but: http://www.lowstring.com/forum/index.php/forums/1/topics/73 It does not display my name only a link to my profile. Codeigniter port of ROR Beast Forum - El Forum - 05-07-2009 [eluser]lowstring[/eluser] Gary, looks like you didn't use a "display name" when you signed up, which is fine because it is supposed to be optional. I however forgot to put in the logic to display the login name if a user doesn't have a "display name". I will fix it. I think I finally figured out the auth too. You shouldn't be able to login now until your account has been activated. (I activated you guys for the hell of it though). Codeigniter port of ROR Beast Forum - El Forum - 05-07-2009 [eluser]garymardell[/eluser] Cool. Cheers. I'm a happy beta tester. Codeigniter port of ROR Beast Forum - El Forum - 05-07-2009 [eluser]Xeoncross[/eluser] Thanks for posting this, I actually thought about looking into RoR just because of the beast. I will checkout my current forum implementation off this one. Codeigniter port of ROR Beast Forum - El Forum - 05-08-2009 [eluser]lowstring[/eluser] Cool no problem. Glad people have a use for this. Thanks Codeigniter port of ROR Beast Forum - El Forum - 05-13-2009 [eluser]TheFuzzy0ne[/eluser] I spotted a typo in ./system/application/helpers/application_helper.php Code: if ( ! function_exists('prety')) # only one "t". Should be: Code: if ( ! function_exists('pretty')) All the best! Codeigniter port of ROR Beast Forum - El Forum - 05-13-2009 [eluser]garymardell[/eluser] I might try and convert this to a knowledge base script if that is alright with you. Something like tender (that or just try and add more features) Codeigniter port of ROR Beast Forum - El Forum - 05-13-2009 [eluser]lowstring[/eluser] Yeah do what you want with it. I actually built a knowledge base script for my company intranet with CI but it is pretty bad lol. I would be interested to see what you can come up with. Codeigniter port of ROR Beast Forum - El Forum - 05-13-2009 [eluser]Dam1an[/eluser] [quote author="garymardell" date="1242252118"]I might try and convert this to a knowledge base script if that is alright with you. Something like tender (that or just try and add more features)[/quote] There's an exiting CI based knowledge base 68KB Might get a few ideas from that as well as this |