PDA

View Full Version : simpel pictureproblems and some moore


janoy
08-15-2006, 09:32 PM
I am trying to change some small things on my site. Using "Simple".template so far.

• I´d like to put a few extra pictures on the "about"-page. I belive it is almost a ordinary html-coded page but I cant get the pictures to show.
Do I have to code in some special "php"-friendly way?

• Is there a addon or something else that will show how many, if any, comment each picture recives?

• Is there an easy way to just show the "dark" style? Not giving visitors the possiblity of using any other style?

• I´d like to move the top-row-text into a centerposition of the page, instead of having it on each side.
Where do I make the change?

Moore questions will follow but thankyou for now.

janoy
www.janolby.se/mixedemotions/

jdleung
08-16-2006, 01:56 AM
1. just edit about_template.html, give an image link something like <img src='your image link'>. need no any chang in php.

2.the tag <IMAGE_COMMENTS_NUMBER> will show what you want.

3.image_template.html,
replace
<link rel="stylesheet" type="text/css" href="templates/simple/styles/light.css" title="light" />
with
<link rel="stylesheet" type="text/css" href="templates/simple/styles/dark.css" title="dark" />

and also remove the dark style link at the bottom of the file. <a href="#" onclick="setActiveStyleSheet('light'); return false;">Light</a>

4.you need to edit the style file light.css, find id "#navigation" and class "menu", insert "text-align:center;"

btw, if you have more question, please first read the files in doc folder. or visit wiki http://wiki.pixelpost.org. :)