I am stuck on this one...
I have modified the default theme to a design my client came up with. All my modifications seem to be working okay, except the pages selected from the archive dropdown menu. Here's a link to an example page where the problem exists: http://mtrainierphotos.com/blog/?cat=15
Everywhere else the sidebar looks as i...
Im building a CMS (ASP.NET C#) and I am currently looking at how to implement a module system. How is it done with most modularized systems on the web? The most important thing is that I dont want the modules messing with any of the core files.
Example of a case:
I have an ajax search method that is using a webservice method named Sear...
hey mates
i want to start a PHP CMS project and we are 5 -6 ones , im looking for a solution to start this project as professional as can be , tasks can be saved - file storage and duration
do u suggest any online project management ?!
...
Hi - does anyone know of a good tutorial for how to build a permissions and roles system for a CMS?
Thanks you in advance.
...
I have 50 CMS pages I want to create in Magento. These are essentially mail merges off of a database with different content (but same structure) in each, so I'd love to be able to import them if possible. I want individual pages so they can be indexed by the search engines. Is there a handy/dandy way to do this?
I could alternatively...
We're after a replacement for a DotNetNuke installation with a DynamicForms module by DataSprings.
Currently the problems are mainly performance related, but the fact that DynamicForms uses Postbacks on ASP.Net all the time renders it also highly susceptible to slow server response time.
We're after a Drupal module which would allow u...
Hi all, I am building a custom Content Management System for my client, using C#2008, ASP.Net technology. I am looking for advice regarding the architecture (application layout, database layout etc) of such a system.
Anyone here have any experience design / developing such a system? Any websites that I can get more information from?
An...
hi all
I have a rails app that is a sort of CMS and i alow users to create their own version of the applicaton on a sub domain.
I also want to let them style their app version the way they want but changing a few fields or small config file.
I was hoping to be able to use sass and compass and be able to let users change varialbes for ...
Check this out, sorry for external link but it looks ugly here (maby iam to stupid to format it correct) ^^
http://codepad.org/GiOgLhNE
Join my irc channel if you like to talk to me
tinyurl.com/ylsf7ef (webchat)
...
I need to make pages in Joomla, and my template has my header and footer. I intend to use components as pages where I enter my Html code. How can I make these simple components?
...
Hello,
We are in the process of building corporate website where they need basic web content search and document upload and search on the same.
I would like to know if any open source CMS tool out there which will allow us to do that.
Mojo protal - is soemthing i am looking at it. Please let us know feedback on the tool. We are looki...
Hello folks,
I'm currently starting to write my own CMS in php from ground up using CakePHP (or should i use something else?) for my bachelors degree. And i'm thinking about various stuff that will be needed to do.
One of the things i can not figure out is if i should use a single file (for example, index.php will handle everything, an...
Hi guys,
I'm working on a site which requires a very simple CMS - basically there's a block of text on the homepage that needs to be editable by the client. Their current hosting plan doesn't allow for a database, and including one will cost an extra $X a month which I think is unnecessary for such a basic system.
The site is currently...
here are the requirement from marketing people:
1. they want to be able to setup google adwords and being able to create a landing page, select a template layout, and able to fill in matching title and description. Unique, readable URL is important as well.
2. they want to be able to modify static pages on the site, e.g. about us, FAQs, ...
Here's what I have:
Custom-made C# CMS where the content is stored in a database in XML, and XSLT is applied to format the page content.
Here's my task:
Design new front-end site and upgrade to ASP.NET 4.0 (via ASP.NET 2.0 first) in the process. Accessibility and standards compliance are factors.
Here's my problem:
Comprehensi...
Greetings, i was ordered to build a portal where a user gets rewarded with points by buying to our company, and then those points can be redeemed by ordering some products according to those points.
I need to know if there is any e-Commerce CMS that may work that way.
the whole points assignation will be managed on another site, and tr...
Hello I got a website with around 5-6 pages (plain html). There are areas in these pages where I need to update occassionally. Is there any free / opensource CMS to maintain these editable areas of HTML page.
Thanks
...
I'm working on a CMS basically because I want to learn how to build one from scratch, and am at the point where I have to stop and think about how I want to manage the relationship between files and let's say, for the sake of simplicity, blog entries.
If each file is going to be associated with one and only one "blog entry" (or item), t...
Hi All,
I have just started to work on a Java Based CMS and I am trying to figure out how would my application architecture look like.
To elaborate a bit, I have developed JEE applications using Hibernate ans Spring and I am now used to thinking in terms of a
Presentation Layer --> Business Layer --> Database Access Layer --> Data...
I'm building a CMS and I want to be able to insert "stuff" in arbitrary locations in a document (CMS page).
The "stuff" objects will have generic foreign keys and can be a table generated from a db entry, or it can be an uploaded image or something else.
I've seen that Nathan Borror's django-basic-apps contains a basic-inlines app whi...