cms

Pligg: does anyone know of a way to sort post on a pligg site by least commented on post?

I want to be able to show all post that have no comments. ...

WordPress Search Box + CMS Queries

Hi, Hoping someone can assist - I'm currently developing a website in HTML/CSS that will eventually be converted into a WordPress CMS - this is the first time I am attempting this and have a few queries regarding this: 1) Within the current site I am developing, I want to have a "Search" box feature by where the user can search on any ...

Best practices for automating creation of XML files for front-end access?

I am working on a custom PHP/MySQL CMS. The data managed in the CMS is exported to XML files via a PHP script that must be ran manually. A Flash/AS3-based front-end loads the XML files and displays the specified data. Is it advisable to setup some sort of automated process for creating the XML files? What are some "best-practices" or r...

Java web CMS & HTML presentation, templating

Hey, I'm looking for a content management system in java with good support for html content presentation in sense of web presentations, not document management and corporate content presentation in a desktop-like gui. I'm interested in templating html pages in categories/filesystem within the cms. Most CMS I know are corporate systems ...

Creating a Contact Form with Amazon Astore

Currently I have an amazon store that I am maintaining. I haven't really used this type of CMS before and I browse to the Contact page where there is a contact widget. Standard contact form: name, email, subject, message with standard validation checks. However, the form action="#" and onsubmit="validate()" I'm wondering if anyone has h...

Using CMS in web development.

What are advantages and drawbacks in CM systems. What cases are suitable for CMS adaptation? Performance issues... et cetera... ...

Running a different CMS system under drupal folder.

Hi friends, I'm a drupal newbie... I completed my first drupal site. then client wanted to run their old CRM under new drupal site, they uploaded CRM folder into drupal folder, and when I try to address the CRM admin, as below, it redirects drupal 404 page (which is search page). www.blablabla.com/crm/admin Error message from dru...

CMS Settings, .INI file or MySQL?

I'm looking for the best solution to store the ettings for a website, like the limit of posts for users, limit of users online, ranks, min. number of posts to be able to do something. Like here, if you're new you can't thumbs up/down a post, or whatever, so how would you store all of these? I thought of creating a table with constants in...

Custom TextArea - Colors enabled (for an html editor)

I am looking for a tool/textarea that would provide a dreamweaver-like code area, or even notepad++, with code highlighting and intellisens, intelisens can be added afterward, but if its there its even better. The point is to add visual help to whoever is doing web editing with the component. Is there any kind of tool that could do this...

free conference CMS

i need to cms for manage a conference. what is best CMS for this? please tell me free CMSes. thanks a lot ...

cushycms - jqGrid - columns name::How can be jqGrid and cushycms work together?

Hi, If website have h1 tags to include to cushycms its simple <h1 class="cushycms"></h1> But in case of JqGrid table how can its can work with cushycms? I need to insert class="cushycms" to columns names of jqGrid. Example:How cushycms works with simple table(But with jqGrid I dont know): <table> <tr> <th class="cushycms">name</t...

Can I use Wordpress just for the CMS UI, and pull using an API/raw SQL? (How?)

Hi. I have a small project for which I need to offer a CMS UI/storage system. I am guessing that I can have my computer-fearing client use the Wordpress UI to store a set of images for her gallery page, and a set of text for her testimonials page. And then, through a Wordpress function, or raw SQL query into the database, I can get the...

Rails Namespace Controller Issue

I've split my rails app into a admin directory and a public directory. The admin directory is within an Admin:: namespace (/admin). When I created a controller called Forums in both the Admin:: namespace and the normal root map area, the routing seems to find the Admin::Forums controller for /forums and /admin/forums. So /admin/forums...

eCommerce module for Cuyahoga

Where can we find other Cuyahoga modules which are not available with the CMS and Cuyahoga Site? specially eCommerce module? ...

php cms and custom template

I want to create a site using a cms, but I want to use my own look and feel. I want to be able to upload downloadable content such as mp3 files with a flash player. I also want users to sign up and login. I want to be able to track and log downloads and uploads done by users. Any suggestions? ...

Platform to manage multiple websites on multiple domains with multiple layouts

Is there an existing PHP/MySQL CMS that would be appropriate to manage multiple websites with one backend? The sites will most likely exist on multiple servers and will have different domains. I took a look at wordpress MU, however it doesn't appear to have features for sites on different domains or servers. A CMS that also has an API fo...

Looking for recommended reading material on developing modular CMS's

I am trying to find suitable reading material in the form of published books, online articles and guides which cover topics on good design principals for CMS's. I am looking to add support to an open source PHP framework I am involved with to aid others in the development of modular systems including CMS and additionally the development...

Help me choose: CMS vs Portal vs MVC+Components?

I need some help figuring out whether it'd be a good idea to use a CMS or portal solution for my latest project, which is (currently) an ASP.NET MVC application that must serve multiple customers (being a company or some other entity with a list of users) from a single installation (i.e. a SaaS solution). In addition to the core functio...

Setting the value of a checkbox based on what is selected in a list

I am working in the confines of a CMS system, which defines certain fields which can be used to make forms for use within the application in PHP. The list function has the signature: function inputBasicList ($id,$value = "",$list = array(), $displayName = NULL, $displayLabel = true) I use it thusly: $theinput = new inputBasicList("t...

Create Web Forms N2 CMS App Based on N2 Templates

I have gone through the N2 CMS documentation at length and can see no obvious set of steps to accomplish this. The task is to create a new Web Forms CMS app based on N2. Basically to take the Stripes theme and customize it. I originally downloaded the full source code and got it working on my development machine with SQL Server. After ...