cms

Examples and extension in Nuxeo

Hi guys, I'm trying to set up Nuxeo's examples, but I can't get them working. Does someone succeed in compiling and deploying them ? I know it uses JAX-RS, but I'm still trying to set up a project with Eclipse to generate bundles, and I'm quite lost. I would be very happy if someone could give me a compiling project, or a link for a s...

Php script to manage 'contact form' messages

hi. I need a script, that allow to view, delete and reply to email of message, filled in contact form. So we have contact form with file upload. I need tool to manage it. Searching for a free solution. ...

Yii flexica CMS download problem

Hi, Yii cms flexicacms.com website disabled the downloading facility by blocking registration, Anyone have backup of this CMS please share with me with a download link Thanks, Nithish. ...

Very very simple, secure database for static site.

Hi everyone, I have static website with a handful of pages for a bit of self-advertising. I'm wanting to put a small database online to store some clients details, preferably with the same layout as my current pages. I've tried looking at some PHP scripts to provide a static interface to a SQLite database but I'm a bit unsure as to the ...

Whcms domain whois API doesn't work

So here is my code: <?php $url = "http://www.site.com/whcms/includes/api.php"; # This is not the original url, just an exapmle $username = "user"; # Admin username goes here $password = "pass"; # Admin password goes here $postfields["username"] = $username; $postfields["password"] = md5($password); $postfields["action"] = "domainwhois...

[Magento] - CMS pages do not displaying images in admin panel

Hi, I have a weird problem with magento cms module. All the CMS pages on the frontend are displaying images correctly, but images are not displaying on the admin cms editor page. It just displays 'X' image broken icon. I actually don't know where to start to fix this issue. Any one had similar issue? ...

What does it take to make a CMS template work on a normal website

A PHP content management system usually has its own template engine be it smarty or some other custom template engine specific for that CMS. How might I possibly get a CMS theme to work on a normal PHP website without converting the website to a website powered by that CMS? Can I "teach" the website to use the template engine of a cont...

Advice on how to simplify things for user

I'm making a very simple cms for a client. I am working on adding/editing articles and i wanted advice on how to make it as simple as possible for him to add images to an article. I was thinking of using some sort of bbcode [img] [/img] Any suggestions ? *I'm using codeigniter as a framework ...

Wordpress POD CMS Plugin error

Undefined property: stdClass::$tbl_row_id in /public_html/wp-content/plugins/pods/classes/PodAPI.php on line 1073 I keep gettin this error after clicking to add a new record for a POD I created. Nothing makes sense. I deleted the whole database and tried again but keep gettin the same error. Any ideas? ...

Publishing to facebook from different websites using one APP ID

Hi, I'm building a custom CMS for my clients and i've implemented the Facebook API for posting on Page Walls as admin. All works well but I do have one question. Let's say the FB app name is 'CMS FB APP'. The CMS will reside on my clients' servers, is it possible to use 'CMS FB APP' for all of my clients? Or do I have to create an appl...

What's a good CMS to integrate with an existing Java website (needs good API's)

We have a large existing website (written in Java/Spring/Hibernate/JSP) and want to add a Content Management System to allow our employees to manage sections of existing pages and in certain cases the body of entire pages (such as jobs/contact/press-release/etc). The catch is most open-source CMS's we've looked at like Drupal, Radiant, ...

what the best solution for user driven content on my website

i have created a website for a non profit organization. People on the site want to post stuff . i want to figure out the best way to allow them to do this. Can i host a wordpress site and somehow embed it into my website Do i need to install some whole CMS solution? Other solutions for supporting user driven posts. to clarify, the f...

Which language/Framework/CMS to use for content-based, easily updatable web application?

Hi All, I am an experienced Java developer and have developed many enterprise applications. Recently I decided to develop a website that has lots of images and videos. The website should also be easily updatable and all type of contents (e.g. images, videos, songs) should be uploaded. I searched a lot on this forum and other pla...

let user modify css propertise from front end of rails app

hi all i am creating a cms / portal that i want each user to change certain css properise ie colors, widths, backgrounds etc to customise there own version of my site. What is the best way to do this ? i have looked into sass but not sure if this is possible from front end as the css would need to be recompiled each time etc ? Any on...

integrated email in and out system in rails app

hi all i have a cms / portal rails app and i want to allow users to send and receive emails from within the application. I want to do this so that i can record and show all activity / communications from and to users contacts. I have done this in another site but had problems displaying and creating html emails within the site. Style...

WebForms vs MVC vs CMS - What platform to go for an e-commerce application?

I am planning to create an ecommerce application which would host a lot of products (more than 100) and expectedly would have good number of user hits/transactions on a daily basis. My major requirements from both functional and technical point of view are: It should be easily extensible/modifiable/maintainable. Usability would be the ...

Name of the custom web framework or CMS built specifically for "Coming Soon" landing pages

It seems like I remember seeing a web framework specifically for the Coming Soon pages that let you enter your email address to be notified about updates. Anybody know the name of that project? ...

Would developing in different CMS systems be beneficial?

At this point we are developing Sitecore websites and we are gaining experience every day. This means that we know how to adjust our approach to different types of customers and that we are able to build our applications quicker every project we do. Offcourse Sitecore is not the only W-CMS around and we have looked into other W-CMS's. W...

MVC Framework and CMS

I'm wondering just where a CMS - out of box like SiteFinity, Sitecore, SharePoint, DotNetNuke, etc. - fits with the MS MVC Framework (1 or 2). The MVC Framework presents a lot of benefits for developers and for overall SEO and SEM value, while most CMS platforms require a lot of the WebForms "stuff" that comes with ASP.NET. Thoughts? I'm...

Is it possble include Nesta CMS into Rails3 application ?

I'd like "to mount" a Nesta CMS app onto a Rails3 app This should be possible couse of being Nesta a Sinatra app, which should be a Rack mountable layer, ... but how would you do it ? Where will you start from ? Does anybody has experiences on this topic ? Suggested docs ? thanks in advance luca ...