cms

Grabbing a user_group in MODx

Currently I have a Client login area. In this login area I was going to create a snippet that shows certain information for 'Admin' users. I had a feeling I could use <?php if ($modx->getLoginUserType()) { echo 'hi'; } else {} ?> However, all User Types are web. I was also looking around and found a script that prints out web-use...

TinyMCE in CMS made simple

Sorry for my bad english! when I create new page, there is no tinymce window to type content, like on this picture. http://wiki.cmsmadesimple.org/images/1/19/Admin_content.png modules folder have got 777 privilegies. Try to reinstall this module, does not work. Set up default options configuration for my user - does not work. What i m...

Suitable CMS framework for site projects - advice needed

I will be creating a website soon, and as such I have four projects on the go (or three if you consider the first entry as a full project in itself, not two separate sites): 1 & 2 - Internet radio station 3 - TV episode guide with airdates 4 - News site I will describe each of them, and how I intend to use them: Project 1 & 2 The ...

What would be the best tool for me to use for this project idea?

I'm going to make a website where users (including myself) can create programming tutorials with full pictures to guide anyone who needs help for free. Common tasks, like configuring the Web.Config, creating a database connection in C#/Java/Python etc. I'm planning on using ASP.Net MVC2. Thanks for the help. ...

Please, reccomend a CMS to build a craigslist style site with?

I've been trying to build a site similar in function to craigslist in Drupal. The idea, is to make a geo-aware platform centered around bartering, instead of general classifieds or sales. I love Drupal, but I'm struggling to get location/googlemaps integration to play with the listings and ended up using too many custom snippets I got f...

Custom theming for content type in Drupal

Hi, I can apply a custom theme to a certain content type in Drupal by copying the node.tpl.php file and placing the name of my content type right after the "node" in the file name and appending an hyphen. Ok, the new name is: node-page_two_columns_images.tpl.php. But that won't give me much flexibility if I am not able to edit the way e...

Different options on how to keep a website's preferences?

Hello, I am in the process of renovating our CMS and I've run into a situation that I don't know which solution to adopt. Basically each one of our clients houses their website's content in their own database. This includes content, surveys, search words used by visitors, menu strucutre, etc. A lot of the content on our clients' websit...

Is there some templates for CMS to make web site like MSDN Library ?

like MS Library: http://msdn.microsoft.com/en-us/library/default.aspx or like Android developers portal: --http://developer.android.com/guide/topics/resources/available-resources.html-- ...

How to migrate from MiaCMS to Joomla 1.5?

How do I convert from MiaCMS to Joomla? They both have a common ancestry in Mambo CMS (RIP). Now that MiaCMS is going the same way I need to move to something else and Joomla seems to be the best choice. There should be enough commonality to port over. And MiaCMS has a porting instructions from Mambo that could possibly be used to create...

Storing Umbraco settings on the file system and packaging changes for deployment

Does anybody know of an easy way to store Umbraco settings (Document Types, Media Types etc) on the file system in order to manage that data within source control? Note: changes to settings made on the file system need to be easily integrated back into the CMS database. Also, does anybody know of a way to package up settings from a dev...

Url Rewrite with a CMS - Dynamic Rewrite

Hello, I would like to change URL Rewrite working in the CMS of the company I'm working for I have already done a little one: eng/MyFolder/16/MyCategory.aspx MyFolder/index.aspx?FolderId=19&LanguageId=1&SiteItemsCategory=16 with: {R:2}/index.aspx?FolderId={Folder:{R:2}}&LanguageId={Language:{R:1}}&ItemsCategory={R:3} I use rewrite...

Integrate existing Spring based web application with a CMS

We have stable spring based (spring 2.x) web application. We have a new requirement which is our data entry operators should be able to login to some kind of an admin module and simply change the text in the web pages, change the color etc. I have seen PHP based CMS’s that allows authorized user to change the content in WYSIWYG manner. ...

Divs side by side without floats or position:absolute

I'm trying to find a way to place divs side by side without using floats or position:absolute. The divs will have a set width, and may have floated elements inside of them. This is for a CMS where the user will be able to drag content elements to organize them. They do not have to be divs, I just don't know of any other type of HTML tag ...

Looking for a Good CMS

I am looking for a good CMS system to create a community website. I am looking for something that either has a built in message board, or can plug into something along the lines of phpBB. If it supported some level of wiki functionality that would be awesome, but that is a pretty low priority for me. I am wondering what other people out...

Drupal 6: custom admin login page

Hi friends, I need to create a custom admin login page. What is the candidate tpl file? Appreciate helps! ...

How to create a simple CMS with PHP?

I want to create a simple CMS with PHP and MySql, I use wamp as a server. Currently I just want it on my localhost. What I want is to have a front page, where are normal posts like on wordpress, just simple posts, currently I don't want comments maybe later if it works cool :). And a very simple admin panel where I can manage the posts...

How to deal with internal links on partial localized multilanguage websites?

I'm going to use a wider definition of CMS, one that includes Wordpress and wikis. Over the years I played with a wide range of CMS systems including Drupal, Joomla, Wordpress, MediaWiki to implement multilanguage websites. I did not find a proper CMS product that is able to deal with partial translated websites. The biggest problem ...

Forking Joomla! 1.5

Hello, We have planned to fork Joomla! 1.5 with the name STRELIN. As Joomla is moving to 1.6, we would like to add new features without breaking the compatibility, with the new name Strelin. Of course that will be free and GPL. A simpler, better ACL (we are trying to make it simpler than Joomla 1.6 ACL) is the first one. Can there be a...

Integrate PHP Applications (forms etc) into an CMS

Following scenario: We have to develop a lot of different forms and small or big php applications with Zend Framework. Those should be used in "any" kind of CMS System. Is there a best practice to load remote content (internal network!) One CMS Server - One Application server running apache with php. PHP renders the html and returns...

How do you allow users to input values for your Immediacy Plugin via the Extended Tab?

I am currently building my first Immediacy Plugin, and do not have access to any documentation at the time of writing this. I have created a user control (single inline file, as opposed to code behind) that produces the required output. However I need a way of passing an integer specified the page creator to the control. I've seen this...