So far I have downloaded and installed the latest Joomla - 2.5.4 on the home machine and put it in the folder - /WallSpaceVisualArts/
I've ran the setup wizard:
- The admin user is me with my usual password.
- The sites database is - wallspacevisualarts (all lowercase). Admin for this is root. My own password.
- I didn't install the sample data set.
I want to eventually make the pictures an article also, but this would require much more work.
Here's the plan in chronological order (or maybe not so chronological):
get the documentation to know how to make a templatetake out the css and put in a file- I called the file "main.css" in the css folder
make the template files and folders- made the root /Joomla Website/Templates
- made one inside called /WallSpaceVersion1/
- Made /css/ and /images folders
- made templateDetails.xml
- copied all info from link above and made it relevent
- made index.php
move ALL images into "images" directory- moved images from "assets" directory to "images" directory
- change any mention of "assets" with "images"
Change the way the tabs work so that they are called "tab1" and the information attached to each tab is called "tab1_info" to make more universal.re-write the templateDetails.xml to encompass all the files used- if you declare a folder, do you need to declare the files in that folder?
- looking at atomic's templateDetails.xml, they just put the files in the root folder
- I think you just declare the files that you want to be editable
put the right bits of code in the right placesdelete textreplace text with relevent code which brings up articles- Just found this article about Jdoc statements. It will hopefully work nicely
- So, having looked into it, I found that what I actually wanted was to make each article a "Custom HTML" module. Each of these modules is then assigned a position in the page
- Here's an example of what I put in the html code:
- <jdoc:include type="modules" name="menu1" />
- and for the module I assigned it to position "menu1.
- don't forget to declare the menu1 in the templateDetails.xml document
make into templateput in joomla- had a little trouble with this. It turns out the "discover" button doesn't work well. The template turned up in "templates" tab but not in "styles" tab! Had to zip it and install it!
- test
- with initial testing, the images didn't appear
- here's the code that I eventually used to link pictures placed in the template:
- basically, where-ever you have
- ="location.jpg" you replace with:
- ="baseurl; ?>/templates/location.jpg
- make johns login
- make a space for it in index.php and declare it in templateDetails.xml
upgrade daily.co.uk account to Home Promake database on Daily (limited to 20 databases)- described it as "wallspacevisualarts"
- db name is wallsp_1
- To get on the database, you can go to mysql.daily.co.uk
- it runs on phpmyadmin
- normal password
- backup joomla on home machine
- backup old website on daily server
- restore on daily server
- give him a tutorial
No comments:
Post a Comment