cms

OpenCms : How to access xml element content from multiple schema files.

Hi, I have a doubt regarding xml structured content in OpenCms. I have two XML schemas, one for editing the top menus (menus are same across all the pages) and another schema for editing the page content. In the template jsp file i need to access xml element contents from both the schema files. How to go for that? do i have to specify s...

Custom CMS - best solution for navigation mechanism through newly created pages.

I'm writing custom CMS using ASP MVC. I'd like to let users define their own pages (views). That pages structure should be then displayed in navigation menu. So basically I'm thinking about some kind of site-navigation mechanism, which I should choose for solving that problem. I was looking at ASP.NET Site Navigation. Because I'd lik...

Magento - Module VS Dataflow

Magento - Module VS Dataflow I am consider the possibility of ---- using Magento DataFlow to extract information from db to tie in with a video CMS. It could save development time - or it might not. It could be more stable - or it might not. The question becomes is it better to tightly integrate the video system to magneto as module...

Does anybody know which file to add CSS <link> and JS <style> tags to in Jetbox v2.1?

I am updating a client site that uses Jetbox CMS v2.1. I need to add <script> and <link> tags in the <head> section, but cannot for the life of me find which file to edit. There are numerous tpl files and the CMS seems rather confusing. I tried editing index.php with the following: //I am pretty sure that this replaces {var_name} in ...

Clean URLs using jsp/ servlets?

I am planning to make a CMS using jsp and servlets. Could anyone tell me how to implement clean urls using this technologies? ...

Consuming CMS content via webservice on iPhone

Hi, Am trying to find a Content Management System that I can use to produce and store content - text, images, pdfs, etc and then access this content from an iPhone using a native application via a web service. Can anyone recommand a good CMS for this? Thanks in advance, Will ...

How to make editable menus with OpenCms.

How to make editable menus with OpenCms. I want when user clicks on edit button then he can change anything with menu - menu label, Link URL, he can add/del an item from sub-menu list etc. ...

PHP app in liferay - HTTP Status 404

Hi, I'm a liferay newbie. I'm trying to write a simple php app that echos some text and add it as a plug in to liferay. I've created the file helloworld.php, zipped it up and installed it. Finally I add it to the page but am getting the following error: HTTP Status 404 - /helloworldapp/ type Status report message /helloworldapp/ descri...

How can I grant a specific role In Ubercart?

I'm trying to grant a specific role to users that order an amount equal or greater than 100.00 €: Conditional Actions is going really near the achievement, but I'm failing on the action (PHP required). How can I grant a role using a PHP action in Ubercart Conditional Actions? ...

How to assign role with PHP in Drupal?

I need to assign a kind of "premium status" to members that purchase an amount equal or greater than 100 € via PHP. Conditional Actions are already set up (user = anonymous/authenticated AND total amount = equal/greater than 100 AND user =! premium) but I'm missing the PHP part to actually say "then grant him the premium membership". ...

Good Product Management Software

Currently, we have information about our products in a variety of places. ERP, Various Databases, etc. Generally we're using SQL Server to store most of the database. We want to create a centralized place where we can store all the information related to our products and start replacing these disjoint databases (with the exception of t...

Search Feature for WordPress CMS

Hi, I need to incorporate a "Search" feature within my WordPress CMS site that I am currently developing and was hoping to attach this feature/plugin to the following piece of code and unsure how to do this in WordPress, i.e.: <div id="search_box"> <form method="get" action="/search" id="form"> ...

Concurrent moderating on a CMS

Hi, I'm building a custom CMS which allow user to post message to it. Messages are short and like tweets. The problem is that these message are moderated by real moderators. And there are multiple moderators working on the messages stream at the same time. And my concern is that what if these moderator are processing a same message. T...

Views is stripping tags from the output

Hi, I have a Drupal view which should output a video player using flash. I am trying to output a script that will call the flash film. The problem is that Views applies some sort of filter that strips my <script> tags, the opening and the closing one. I am searching a solution (some setting in views that will disable that filter), but ca...

PHP Fatal error: Call to undefined method mosMenu::mosDBTable()

I have a Mambo CMS web site hosted with 000webhost. The site is powered by Mambo 4.6.2. and PHP Version 5.2.13 is installed on the 000webhost web server. The web site runs fine. I've upgraded the OS of my development machine to Ubuntu 10.04 since I last worked on the site, and the site no longer works. This machine has PHP Version 5.3.2...

PHP CMS file sharing with rating

I need to set up a community web site to allow people to share binary files in some specific binary format. Files will be visible to everyone. I want users to be able to vote and leave comments about files I also want to count downloads. I'm googling for CMS that does just that, or plug-in for Joomla or Wordpress or Drupal, but I cannot...

Django and FeinCMS: A way to use the Media Library in other normal models?

I'm using Django and FeinCMS on a project. I'm currently using FeinCMS for all the pages on the site. But I also have another separate model that handles very simple stock for the site too. This stock model has the usual fields (name, description, etc) but I also want it to have photos. Because FeinCMS has a media library already, I wou...

The cost/benefit of learning multiple content management systems

I'm a PHP developer who uses drupal whenever the job looks like it could benefit from a CMS. I was having a discussion with a colleague who said that it helps him a lot with clients that he knows multiple content management systems. To me, this sounds like dividing one's efforts, and I'm not sure if it's worth it to invest the time learn...

Do most clients know what a CMS is?

I currently work in an agency and have been considering trying to branch out on my own. In my current setup, whenever I interact with a client, it's at the later stage after they've hired us and after someone from sales did all the front work with them. I suspect it's very different for developers who deal with clients directly. My que...

Django CMS functionality

Hi there, for some days now, I'm considering whether I should use a CMS-like Django-App for a new web-portal I'm ordered to build. Most parts of the portal will be purely model-driven (like News, small ads, directories etc), but there are several static pages that shall be maintained by editors. I tested out different systems, like Dja...