iEntry 10th Anniversary Forum Rules Search
WebProWorld
Register FAQ Calendar Mark Forums Read
Web Programming Discussion Forum Working with an API? Developing a plugin? Writing a Mod or script for your favorite blog, Web 2.0 site or Forum? Welcome.

Share Thread: & Tags

Share Thread:

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-12-2008, 09:03 AM
WebProWorld Member
 
Join Date: Jul 2008
Posts: 38
jfrizelle RepRank 2
Default Changing design of a CMS site

Hi,

A friend is asking me about updating her website - changing some of the design layout, inserting a new logo, etc - but it's a CMS site. I've never worked with a CMS website before, so I'm just wondering what's involved in modifying the design side of things? Is it just a case of her getting the login details for me and then I'm free to make any necessary changes?

Thanks,
J.
Reply With Quote
  #2 (permalink)  
Old 12-12-2008, 07:58 PM
WebProWorld Member
 
Join Date: Oct 2008
Location: Cayman Islands
Posts: 40
nickyoung RepRank 1
Default Re: Changing design of a CMS site

CMS themes are usually stored in a Themes folder, rather than the root. If it's Wordpress, all you need is a WP user account with admin and you can edit the CSS styles right inside the built in Theme Editor. But you might as well have FTP access also to make backup of existing theme or to add new images. As for working on an existing CMS theme, I would recommend using firefox + the firebug plugin for test editing on the live site. They help you visualize the way the existing theme was built.
__________________
http://nickyoung.ky
Reply With Quote
  #3 (permalink)  
Old 12-13-2008, 12:02 PM
WebProWorld New Member
 
Join Date: Apr 2008
Posts: 16
Vaijero_Maya RepRank 0
Default Re: Changing design of a CMS site

What CMS are you using? some use templates stored in the server that can be modified. Some might be tweaked using CSS only, so you can edit and change the CSS sheet to do changes (maybe).

Also, some such as wordpress (whos modus operandis I happen to dislike) use templates distributed in "modules" sort of... which means there is no single template file, instead, several files with php and html mixed (header, footer, content, sidebar, sidenotes). Its kinda complicated the first time.

It could help knowing the cms you are using. Also, check on google "modifying templates for XXCMS" (your cms). There are tutorials on this for every major CMS out there. Good luck
__________________
La Ruta Maya, My journey across Mesoamérica.
Guatemala Guides My trips around Guatemala.
Reply With Quote
  #4 (permalink)  
Old 12-14-2008, 07:13 PM
WebProWorld Member
 
Join Date: Jul 2008
Posts: 38
jfrizelle RepRank 2
Default Re: Changing design of a CMS site

Hi guys,

Thanks for the replies. It's called Caboodle Voyager, a cms designed for the Irish travel industry - see http://www.nexus451.com/caboodlecms.php?id=2. I contacted them and they said that because they have lots of clients' sites stored in the same place, they don't allow FTP access... also they said that as it's their own system they can't really allow external people to make changes to something that they have to stand over. So it seems we'll have to send on the changes and they'll make them - unless you've any suggestions to get around that??

But the reason she wants me to do it instead was because they charge so much for really small changes - I guess I'll just have to talk to them again, or ask her to make contact and see what we can work out.

Rgds,
J.
Reply With Quote
  #5 (permalink)  
Old 12-15-2008, 12:49 AM
WebProWorld Member
 
Join Date: Oct 2008
Location: Cayman Islands
Posts: 40
nickyoung RepRank 1
Default Re: Changing design of a CMS site

There is no way to get around paying if they have absolute control over hosting. Maybe you could complain to them that the CMS doesn't have an inline CSS editor for modifying the theme, and an upload image control to add theme images - but I doubt they would make that, because it leaves room for things going wrong if you mess with those things. Having control over everything is a way of making sure nothing goes wrong, but it comes at a price.
__________________
http://nickyoung.ky
Reply With Quote
  #6 (permalink)  
Old 12-15-2008, 06:02 AM
WebProWorld Pro
 
Join Date: Jul 2003
Posts: 117
Peter RepRank 2Peter RepRank 2
Default Re: Changing design of a CMS site

The site doesnt give away many people using it, so its not possible to take a look and see how templated it is, if they are offering a single template, skinned to suit the customer, that is very different from a tailored website.

The bespoke CMS that I use we have full control over content and most of the navigation, but we have to go to our hosting company to add brand new page layouts and top layer navigation changes and style. However his rates are very good.
Reply With Quote
  #7 (permalink)  
Old 12-15-2008, 12:17 PM
WebProWorld New Member
 
Join Date: Apr 2008
Posts: 16
Vaijero_Maya RepRank 0
Default Re: Changing design of a CMS site

Consider this idea:

Once I had a similar task and similar limitations. I ended up copying the content of the page (thats right, CTRL+C) and pasting it on a new page of other CMS (rich text box). Everything pasted just right except for the CSS divs and styles. Just had to write the title of the page and voila!

I tried this with two CMS, one of them built by me, the other was wordpress (both of them have rich text boxes). Take the following in count:

1. The width of the page must be similar (depending on your design you might be ok with any template)
2. Write the exact page titles you had to keep your SE positioning and rankings.
3. If the final page gives you trouble, link to the old CSS stylesheet (now on your new server)
4. Menus and sidebars are out of the question, fix this using your new CMS (using theme editor on wordpress is a good approach)
5. Check the permalink structure on wordpress (or any other CMS) to get away with the same urls you had.
6. Don't forget to copy the images folder you had. Check for your final pages on WHERE are the images being called and create the exact folder. Remember that copying your content will bring you the same content with the same locations, except it will not copy the images, you have to do this for yourself.

Hope to explain myself clearly, is not so hard once you try it.

Good luck on your migration.
__________________
La Ruta Maya, My journey across Mesoamérica.
Guatemala Guides My trips around Guatemala.
Reply With Quote
Reply

  WebProWorld > Webmaster, IT and Security Discussion > Web Programming Discussion Forum

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
New website design for Changing Constants sub_kovert Submit Your Site For Review 15 03-07-2007 02:59 AM
changing from html to database site Steven1976a Web Programming Discussion Forum 2 02-09-2006 04:12 AM
Problems with Design Changing cricketsodamediaweb Graphics & Design Discussion Forum 2 09-05-2005 01:33 PM
Changing the site from .cfm to .net? Scared :) dskaushik Google Discussion Forum 2 05-19-2005 02:52 PM
Result of changing site to tabless CSS MattE Graphics & Design Discussion Forum 5 04-22-2005 09:22 PM


All times are GMT -4. The time now is 03:50 AM.



Search Engine Optimization by vBSEO 3.3.0