CodeIgniter Forums
Community sites in CI - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: Community sites in CI (/showthread.php?tid=4852)



Community sites in CI - El Forum - 12-19-2007

[eluser]marlar[/eluser]
Hi,

As I am developing a kind of community site, I am looking for inspiration in existing CI community sites (ie. built with CI).

I know the Projects page, but there are very many examples and I would prefer not browsing through all these sites to find a community site!

One site has the name "university of buea students community" but this one puzzles me. For example, I find the URL http://www.ubstudents.com/index.php/hotvibes.aspx. What has asp.net to do with CI?

I would very much like to see some examples of community sites built with CI!

Thanks,
Martin


Community sites in CI - El Forum - 12-19-2007

[eluser]loopymonkey[/eluser]
you can set whatever you want as a suffix to your urls:

http://ellislab.com/codeigniter/user-guide/general/urls.html


Community sites in CI - El Forum - 12-19-2007

[eluser]marlar[/eluser]
Hmmm, yes, but why would they use .aspx? They use .php in the same url!


Community sites in CI - El Forum - 12-19-2007

[eluser]tonanbarbarian[/eluser]
maybe they were trying to fool people into thinking they are using asp (for whatever reason, misdirecting hackers, fooling management into thinking they are running microsoft, whatever) and they simply did not remove the index.php from the url?


Community sites in CI - El Forum - 12-19-2007

[eluser]Michael Wales[/eluser]
More than likely - when they rebuilt their site in CI they didn't want to break any incoming links to the old system (which was ASP).


Community sites in CI - El Forum - 12-21-2007

[eluser]marlar[/eluser]
I am afraid my original request somehow got lost!

So: Do any of you know about community sites built with CI? You know, I am looking for inspiration Smile