Codeigniter Forum Integration - codeigniter

I'd like to integrate a simple forum with a Codeigniter application and wondered if anyone had any recommendations? Cheers
Laurence

I would take a look at vanilla forums, lots of addons, open source, and pretty easy to integrate things with (ie Codeigniter)
http://vanillaforums.org/
there are a few forum topics on how to do things with ci and vanilla
http://codeigniter.com/forums/viewthread/134946/
https://github.com/EllisLab/CodeIgniter/wiki/FreakAuth-Vanilla-integration--an-auth-lib-and-a-forum-engine-
https://github.com/EllisLab/CodeIgniter/wiki/CL-Auth-Integration-with-Vanilla-Forum-Engine

Related

laravel site suggests for those who has experience of wordpress development

I have more than 3 years of experience in wordpress and php.
Now I want to getting started with laravel.
Can anyone suggest me best links which explains straight forward laravel with latest version.
https://laracasts.com/series/laravel-from-scratch-2017
This Series is totally Free to beginner
The best place to start with Laravel is the documentation, in combination with this laracasts series.
Laracasts calls itself a Netflix for Your Career! and has great tutorials to learn the simple things about Laravel, but also the more in depth parts like unit tests.

Writing a web app using Dropbox API

I would like to write a web app that uses Dropbox for cloud storage.
If I understand correctly, I should use the Restful API to achieve that.
This documentation exists and is quite good but being a newcomer to Restful API I would love to see and play with a simple example that works with this API.
My questions are:
Am I right to assume that Rest API is the way to go?
Is there a quick and easy example (Maybe a live example) to get me going?
Thanks!
as you tagged your question with "ajax", i presume you want to do this entirely client-side (except for some proxy-code to be able to make requests accross domains)? I haven't tried it out myself, but there's dropbox-js on google code which will at least give you some ideas (and if the Dropbox API didn't change too much since June 2010 it might even work out of the box)?
Update: there's no "download", but you can browse the source code of trunk here.
Here's a lengthy article on the matter
Some love for Javascript Applications with code samples, a demo etc.

Codeigniter vs Elgg

I have been writing my site with Codeigniter for a while. My site has functions like a social networking site: login, make friends, comments, follow, post status, etc.
I just found out about Elgg, seems great so far.
I want to know, without knowing too much about Elgg, would you usually use it :
as a replacement of CI
or
a compliment to CI
I can rewrite the CI code into Elgg if really neccessary, of course, not something I would like to do.
Elgg is meant to be the backbone of your site. It could be installed alongside Codeigniter, but there's no clear way to integrate them - it's similar to trying to use CI and WordPress together. You probably want to choose one or the other, they are not comparable.
Elgg = Social Networking Engine
Codeigniter = PHP Framework
Elgg is a full-blown solution, while Codeigniter is a means to write one yourself.

Sample real-word ASP.NET MVC 3 production applications code

Can anyone share links of production code to real-word ASP.NET MVC applications. It's interesting to see on production code and implementation staff!
Many thanks.
I found the best one for me its Kigg starter kit.
..And of course the almighty NerdDinner (which is not really real website, but rather an Implementation of the well known tutorial).
Umbarco CMS is an example of an open source ASP.NET MVC built CMS. While the Music Store is not a real world application it is close enough and a good from learning perspective.
What about http://www.stackoverflow.com? :)
This one: http://getrocketship.com/ It's a CMS service for small businesses.
And... http://www.lizzabethbrown.com/

Codeigniter admin/auth system?

I'm starting a new project with codeigniter, and I'd like to start on a system that's already built so I can reduce the time of development.
Is there a good system that handles user authentication along with an admin interface to manage users that can be easily expanded to a web-app?
If this is too vague, I can expand
This thread here appears to have some answers
But the question was more about libraries. Either way, implementing some of the things on that thread would save you time.
You're looking for is a Content Management System (CMS).
There are a few ones out there that use Codeigniter as a framework for their CMS.
Edit: Even if you can't find a boilerplate CMS that you like, you can google about CMS's to design a simple one of your own as there's LOTS of tutorials and information about requirements and such when you know the term CMS.
I recommend Redux Auth for CodeIgniter. It comes with an example implementation, and can easily be used to manage user authentication for your CodeIgniter site. I just implemented Beta2 with the latest version of CodeIgniter, so while it's not actively updated, it still works with the latest build.
I'm using Bonfire as default admin interface.
I've just started looking into Bonfire:
Bonfire helps you build CodeIgniter-based PHP web applications even faster, by providing powerful tools and a beautiful interface you won't be ashamed to show your client.
Ready to customize Admin Interface.
User Management with Role-Based Access Control.
Fully Modular codebase.
Built around HMVC.
Database backup, migration, and maintenance.
Powerful, parent/child capable theme engine.
Simple Email Queue to keep your ISP happy.
UI-based module builder.
Looks good at first glance!

Resources