|
|
| CMS & Content Management CMS and general content management discussion |

05-25-2007, 05:40 AM
|
|
Member
|
|
Join Date: May 2007
Posts: 61
|
|
Content management systems
What you think of Content Management systems? Are you using it for your website? Do you use as a base and customize it or used it as it is available?
I am using phpfusion as CMS and customize it for my needs. It's opensource so no need to worry for modification.
|

05-25-2007, 09:18 AM
|
|
Senior Member
|
|
Join Date: May 2007
Posts: 99
|
|
|
I had tried to use a few but never found any of them good, that’s why I stick to static html sites. They might be a bit problematic to update, but you can do SEO and development more easily and they don’t take up that much resources.
|

05-25-2007, 09:39 AM
|
 |
Senior Member
|
|
Join Date: May 2007
Posts: 137
|
|
|
Ive tried just about every cms ever made and the only one I could stand has been mambo/joomla but I stil choose wordpress over it though Im not sure WP can qualify as a normal cms it does have all the same features and expandability of a cms.
|

05-25-2007, 03:32 PM
|
|
Senior Member
|
|
Join Date: May 2007
Posts: 99
|
|
|
Yes wordpress is the best solution, sadly I don’t really know how I can use to make a conventional website, else I would have used it from the word go.
|

05-25-2007, 06:32 PM
|
|
Member
|
|
Join Date: May 2007
Posts: 72
|
|
|
It really depends on your site. If it is for blogging, Wordpress is a good CMS. If your site is a portal, Joomla or PHPNuke can be used.
|

05-25-2007, 07:26 PM
|
|
Junior Member
|
|
Join Date: May 2007
Posts: 19
|
|
|
I have used Ektron before and couldn't stand it.
if I had to choose a cms to use it would probably have to be phpNuke though I havent tried joomla before but I hear a lot of good things
|

05-26-2007, 03:50 AM
|
|
Junior Member
|
|
Join Date: May 2007
Posts: 22
|
|
|
I've using wordpress as my CMS. But I don't think I had a choice, as the site is a blogging site. I'm not sure what better options there were.
|

05-26-2007, 06:56 AM
|
|
Junior Member
|
|
Join Date: May 2007
Posts: 20
|
|
|
I've currently hired a team to design a fully functioning CMS for one of my larger sites. I couldn't find a CMS that was suited to my needs, so I figured a custom one would be best. Definitely isn't cheap though!
|

05-26-2007, 03:03 PM
|
|
Senior Member
|
|
Join Date: May 2007
Posts: 204
|
|
|
I find that a CMS is perfect for many types of sites. The problem I have is nothing out there seems to be what I want. Specifically, they offer too many features bogging down the process and making the learning curve higher.
I would prefer a real bare bones script or CMS where I could just have an admin and enter, edit and delete data. A footer and header for graphics. A sidebar for the menu and another sidebar for ads.
That would be perfect for me but since I cannot write php or cgi or asp, I do not think I will get this any time soon - lol
|

05-26-2007, 03:30 PM
|
|
Member
|
|
Join Date: May 2007
Posts: 72
|
|
|
The simple CMS you're referring to can actually be offered by common CMS like Joomla or Mambo. You just have to activate the modules you need. This can be done in the admin facility of the CMS.
|

05-26-2007, 03:49 PM
|
|
Senior Member
|
|
Join Date: May 2007
Posts: 99
|
|
|
How SEO friendly are these CMS’s, because from what I have seen, there is a lot of useless code in them and their url structure isn’t that good either.
|

05-26-2007, 05:45 PM
|
|
Senior Member
|
|
Join Date: May 2007
Posts: 204
|
|
Quote:
|
their url structure isn’t that good either.
|
That's the complaint I have. I am using word press for one of my sites. I opted for the plain URL tags instead of the default and all you get is
http://domain-name.com/?p=8
Why can't it at least pick up the main keyword or the title or something useful. Plus all my pages are in the supplemental results because WP cannot pick up relevant descriptions. It is picking up garbage and shows the same garbage for every page in my site.
I asked some WP people and they say this is common but I find it hard to believe everyone accepts this.
|

05-26-2007, 07:21 PM
|
|
Senior Member
|
|
Join Date: May 2007
Posts: 99
|
|
Wesley you can implement cleaner URL’s in wordpress as long as you have Apache web server and it has mod rewrite enabled. You can choose to display post’s title as the url, for instance in my blog this is the url structure. www.contentpays.info/why-quality-content-is-bad
|

05-26-2007, 08:29 PM
|
|
Senior Member
|
|
Join Date: May 2007
Posts: 100
|
|
|
I am using Wordpress on two of my sites and have tried Joomla before. I planning to start a portal type of site pretty soon and I am considering Joomla for that purpose.
|

05-26-2007, 11:58 PM
|
|
Senior Member
|
|
Join Date: May 2007
Posts: 204
|
|
Quote:
|
you can implement cleaner URL’s in wordpress as long as you have Apache web server and it has mod rewrite enabled.
|
Thank you so much for the useful tip yogesh. I know I have apache and I know I can do mod rewrite so I guess I should get to it and fix this problem.
Your file structure is a perfect example of what I need - thx again
|

05-27-2007, 01:51 AM
|
|
Member
|
|
Join Date: May 2007
Posts: 72
|
|
Quote:
Originally Posted by yogesh
Wesley you can implement cleaner URL’s in wordpress as long as you have Apache web server and it has mod rewrite enabled. You can choose to display post’s title as the url, for instance in my blog this is the url structure. www.contentpays.info/why-quality-content-is-bad
|
How did you exactly work that out for Wordpress? I know you have to edit your .htaccess file and include some codes. However I don't how what specific codes should be placed to have that SEO friendly URL.
__________________
Money Online Guide
|

05-27-2007, 03:46 AM
|
|
Senior Member
|
|
Join Date: May 2007
Posts: 99
|
|
First you need to ensure .htaccess is writable, and then log in to the admin panel of wordpress and go to options. In options click Permalink and scroll down to custom and specify option. Here enter the structure you want i.e. for the url structure I have, simply enter /%postname%/, for a detailed list of these structures check out this link http://codex.wordpress.org/Using_Permalinks
|

05-28-2007, 02:33 AM
|
|
| |