Why would I chose something like Interwoven Teamsite as opposed to Joomla, Django, Wordpress etc. I guess the question is how can one justify the cost associated with a teamsite license. Also by going the teamsite route, do I have any limitations on what can or cannot be modified.
Thank you
...
I am looking for a way to create a blog (with some other informative pages) using offline CMS.
What I mean by "offline CMS" is:
I should be able to write using a markup which is abstract (not HTML, or XML). Something like the MarkDown or Textile systems.
The entries will be edited offline on my PC
When I am done, I will need to (re)ge...
Hi,
Is there any CMS written in asp.Net and open to be used as a template?
Thanks,
...
I am trying to create a separate subdomain for an administrator to edit their webpage, like admin.example.com
in cPanel, I created a subdirectory called admin and it automatically created a root directory under /public_html/admin. I password protected the directory and it works great. It also brings up the password prompt when I go to...
I'm attempting to write my first CMS in Django. So far I have managed to get a system up and running similar to flatpages but a little more flexible. I have two questions about how I'm approaching the structure of the CMS:
Firstly, I am storing HTML tags with the text content in a Postgres database. I've seen a lot of post'ers saying th...
Hi. I am writing a CMS using PHP and PostgreSQL. The CMS is capable of running multiple sites from a single codebase, using a unique set of tables per site / domain, differeing depending on which features are enabled.
I understand that PostgreSQL supports multiple schemas within a single database, and that access permissions are then se...
I'm trying to install berta (v 0.6.3b) a cms.
and I get this error. The error seems to happen on line 75 of class.bertasecurity.php (view source code)
What is wrong and how can I fix it?
Thank you so much!
Answer
I added this to the class.bertasecurity.php file
session_save_path($_SERVER['DOCUMENT_ROOT'] . '/randomfolder/sessions');
...
I'm looking to create something exactly like this site:
www.wowhead.com
Is this a proprietary system? Or is this possibly open source and/or purchasable?
If it is proprietary, then how would I go about creating something like this?
...
For a basic CMS that does not require dynamic functionality like comments, why not write static .html files to disk? Then a high-performance, static file, web server like nginx could be used to serve the files. This would theoretically deliver the highest performance web site possible.
EDIT: "Basic CMS", in my mind, is something a compa...
We are looking for a CMS with following features in mind.
LDAP Auth
Wysiwyg editor inside browser
Can declare schema like faculty, students, courses, rooms, meetings, minutes, projects, papers, reports etc. along with presentation hooks
Tags and date attributes
Good search with tag and date restrictions.
Be able to chop meeting minutes...
I'm planning to move a site from mediawiki to django-cms. It has around 150 pages and a similar number of embedded images.
The question is how to do it with minimal effort. There are several issues:
django-cms does not support mw wiki sintax, should I export html?
how can I dump all the the wiki pages as plain html
how to automate the...
I've built a view using the views module in Drupal to display a grid of thumbnail images (field_image) that are linked to a full size image for use with Lightbox.
I've got that part working but I also display caption text beneath the thumbnail image. I want to append this caption text to the A tag like: <a href="image/photo.jpg" title="...
How to create custom login and register page in wordpress? I want to show the login and register page in the current template itself. Is there anyway to show these pages in the content area of the site?
...
can anyone tell me which CMS should i use as a beginner and some beginner's tutorials.
I have searched over internet and there are two famous CMSes Drupal and Joomla. I have no idea which one is better between two. Can anyone guide me?
...
Hi.. Is there any way to create forms for a particular content type and submit it form the site itself. I have 2 content types created in my Wordpress and I want to create a form to post to a particular content type. Also is it possible to create the form as a page in wordpress?
regards - dj
...
The situation today
I currently have x standalone news sites each with their own domain (news.sitename.co.uk, news.sitename.com, news.sitename.com.au etc). The journalist uses one custom built CMS to publish articles to specific domains. A reader on one domain can only view on that domain what has been published to that domain. Finally,...
HI I'm building a php based website and wanted to know if there any way to allow my client to upload their content from a word document (or any word file)?
The upload should replace (or add) content to a page, allowing her to update her content. I know this is some sort of cms, but I don't know where to begin.
I currently have an artic...
Hi, all
We as a team want to re-implement our CMS, and migrate it to c# (from vb). We have two options (do we have other?): either implement from the scratch or take some open source project and modify and complete it as needed (license is not a problem, we can make our CMS open source too).
I want to note that our team is more experie...
I have a number of Sitefinity sites, running on 3.7.
I am looking to hear pro's / cons for updating to version 4. Why would, or wouldn't you?
Edit: forget the cons. Can anyone list convincing pro's that will make a difference for them? I'm not just looking for a re-hash of the feature list, thanks.
Edit2: I still welcome comments once...
Currently whenever a client wants a website I provide my own CMS however I have been wondering whether a 3rd party CMS may be easier.
At the moment I have built it in ASP.Net & ASP.Net MVC (I'm thinking of moving to Ruby on Rails). A master page has 5 pagecontent areas, top, left, middle, right & footer.
I then create usercontrols such...