PDA

View Full Version : editing the array in pixelpost


noodle
05-19-2005, 05:00 PM
Hi you lot!

I'm completely new to pixelpost and pretty new to php too. I installed my photoblog, but i'd like to edit the design. The colors & co in the css-file are no problem. But I'm wondering, how I can change the array of the elements.
For example, I'd like to clear the "thumbs"-section from the main page and add some links beneath "Permalink" & Co.
So, where do I find those things? I searched through "index.php" but did not really find, what I was looking for. I'm sure, it has to be there, somewhere :wink:

Thanks a lot!
Marcel

Joe[y]
05-19-2005, 05:28 PM
you have your array of template.html files in your template folder...

image_template.html is your main index page... it's simple html in there that you can change yourself.

any other _template.html files correspond to the 'index.php?x=whatever' urls so, for example...

about_template.html can be found at index.php?x=about


And welcome to the community!! :D

noodle
05-19-2005, 09:24 PM
Thank you for the hint! It's very funny: I was watching for this file for days and just after i postet the thread here I took another look and found the template.html-files :D
So it should no longer be a problem of mine!

Thx!