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. ...
I want to be able to show all post that have no comments. ...
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 ...
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...
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 ...
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...
What are advantages and drawbacks in CM systems. What cases are suitable for CMS adaptation? Performance issues... et cetera... ...
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...
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...
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...
i need to cms for manage a conference. what is best CMS for this? please tell me free CMSes. thanks a lot ...
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...
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...
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...
Where can we find other Cuyahoga modules which are not available with the CMS and Cuyahoga Site? specially eCommerce module? ...
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? ...
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...
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...
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...
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...
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 ...