which cms

Soldato
Joined
2 Oct 2004
Posts
4,362
Location
N.W London
Hi there,

Although I am familiar with HTML and CSS I now need to create my first site from scratch using a CMS....

Which CMS is best and easiest to use.....

Please advise

Time is of the essence as I need to create it A.S.A.P

Please let me know

Cheers
 
easiest to use is Wordpress imho, i've just moved to Joomla and it has a lot more to offer but not really to someone who isn't used to it.
 
do you have an easy to use guide? Joomla that is

I have seen the video guide they advertise but is there another one to create a site from scratch? its a very simple site...

With CMS its a case of checking the right box so I just wanted to cover all angles...

cheers

P.S. which one is easier to setup for a newb to CMS's? I do understand code btw...its just for someone that doesnt
 
Joomla or wordpress really. If you need any help with either just ask on here, people know both of them inside out.

I am at the moment downloading expression engine to have a play, quite interested to see how it compares to joomla.
 
Joomla for the win....

Not for a complete noob who wants something easy to setup and customise in a short period of time. Joomla is the superior as a CMS over wordpress however in this case i think it is overkill and will cause the OP to have some serious issues.
 
can i create the same site i.e. menu navigation, good colour scheme and insert pictures as well as add links and a contact email using WORD PRESS?

please clarify
 
and how does one update WORDPRESS, is it as simple as log in and update easily especially for my newbie friend?
 
why are we putting WORDPRESS in capitals?

Yeh, you can even give him a restricted account so all he can do is add/edit/delete articles and not mess anything up.
 
do i need to have the domain and host details to set it up first in Wordpress or can I do a rough copy first then at the end do all the domain and hosting stuff?

in other words will wordpress host locally from my c: ???
 
Yes.

I use wamp to install it locally and do most of the editing then come time to put it live i just copy the database and the files and edit the config file.
 
am testing joomla and despite knowing html and css its not straight forward as I would have liked...

Do you have to have the annoying joomla sign on your website?

How do you add your own images? I have tried uploading them to my folder in htdocs but no luck keep getting an error "this image is not supported"

Also will a joomla site always say when it was last updated etc???

How do you add links?

How do you add background colour to your webpages or articles?

On a seperate note how easy is WordPress to install?
 
are you using the default joomla template? Because you'be be better off creating own if you are competent with HTML css.

1. No, assuming you're using the default template, it's in templates/la_purity/images/logo.png

2. No, do you mean the dates on the articles on the front page? Either Article manager and select the article and select parameters on the right and turn off show create/modified date OR go to front page manager and do the same.

3. Where abouts do you want to add links? In the main menu? Go to Menus -> Main Menu -> Add New -> then tell it what you want to. If it is just an individual article you will have to create it first.

4. Again probably best to make your own template if you want to do any serious customiseation. But again templates -> LA_purity -> CSS is where the default css is located.

5. Just to install? About the same as Joomla.
 
Edward that is really helpful....if you could help me finish this off I would be greatful....

I have made the majority of changes all I need to do now is:-

- change the header image on home page

- still struggling with the menu, i.e. adding links to it, I assigned an article to lets say "contact us" and still nothing...currently when I preview it says "Warning: Parameter 1 to modMainMenuHelper::buildXML() expected to be a reference, value given in C:\xampp\htdocs\joomla15\libraries\joomla\cache\handler\callback.php on line 99
" ????

- how do I add external links, I highlighted the text and entered the link and a name for it but it still only shows the link

- how do I change the background colour for each page?

this took 10 mins after your above response so I am hoping to having it nailed in the next 5mins after you respond,

cheers mate I owe you a beer :)
 
Last edited:
Ok well assuming you're just modifying the JA_Purity template, (which origianlly looks like the image below), here we go.



- The header image as in the the faded image at the top? is in templates/JA_Purity/images/header/ there is three off them because they are set to rotate. SO if you want 1 static image either replace all three with the new image you want OR go to templates/JA_Purity/index.php and repleace
Code:
<div id="ja-header" class="clearfix" style="background: url(<?php echo $tmpTools->templateurl(); ?>/images/header/<?php echo $tmpTools->getRandomImage(dirname(__FILE__).DS.'images/header'); ?>) no-repeat top <?php if($this->direction == 'rtl') echo 'left'; else echo 'right';?>;">

with a standard<img> wrapped in a <a>

- Adding links to the Main Menu on the left is simple. Assuming you want to create a new page, log into your back end -> Content -> Article Manager -> New and create the page you want. Give it a title and some content and give it a section and catagory, (prob best if you just put it in About Joomla/CMS at the mo), make sure it is set to punlish and save it. THEN go to Menus -> Main Menu* -> New -> Article -> Article Layout. Give it a title and alias and in the left hand menu point it at the article you just created and hit save. All going well you should now have a new link on your main menu below 'New Feeds'

- External Links where? In an Article or on a menu? On a menu simple create a new menu item but instead of pointing it at an article you click external link instead. Inside an article highlight the text you want and click the link button in the middle of the second row, enter your hyperlink details and hit ok. Or switch to HTML and enter it manually.

- Which background do you wish to change? It will probably need tweaking but as a setting off point go to templates/JA_Purity/CSS/template.css and find #ja-contentwrap there a few of them around the 875th line. Add a background colour to some of them and experiment
 
do I need create sections and categories in order for the nav menu to work...

the site I am working on is so easy, its like 5 pages basic content and thats it....

also why when I insert my own image to an article do I get an error msg "image type not supported" when its a JPG???

the background colour I want to change is for each of my 5 webpages...I dont want it white...
 
Back
Top Bottom