Welcome Guest, Not a member yet? Register   Sign In
Codeigniter port of ROR Beast Forum
#11

[eluser]lowstring[/eluser]
For those of you installing this, the default admin user account info is:
login: admin
password: password
#12

[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.../topics/73 It does not display my name only a link to my profile.
#13

[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).
#14

[eluser]garymardell[/eluser]
Cool. Cheers. I'm a happy beta tester.
#15

[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.
#16

[eluser]lowstring[/eluser]
Cool no problem. Glad people have a use for this. Thanks
#17

[eluser]TheFuzzy0ne[/eluser]
I spotted a typo in ./system/application/helpers/application_helper.php

Code:
if ( ! function_exists('prety')) # only one "t".
{
  function pretty($created_at) {
  $pretty = date('M j, Y g:ia', strtotime($created_at));
  return $pretty;
  }
}

Should be:
Code:
if ( ! function_exists('pretty'))
{
  function pretty($created_at) {
  $pretty = date('M j, Y g:ia', strtotime($created_at));
  return $pretty;
  }
}

All the best!
#18

[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)
#19

[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.
#20

[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




Theme © iAndrew 2016 - Forum software by © MyBB