PDA

View Full Version : Movable Type


Hippo
08-02-2005, 11:16 PM
I cant seem to figure out the movable type template system, even though im told its the eziest to use. :oops: But my main goal is to design it so that is looks like- www.micropersuasion.com

In this design, id like to have like a thumbnail of a random image from pixel post? Would that be possible. Im a noob with php, more of photoshop coder and layout maker.

Would probably require alot of work so id through in 10 bucks for the finally product, i wish i could paypal more but im a student so i have to watch my finances closely. Again thanks.

raminia
08-03-2005, 07:56 AM
thumb random for movable types?
I 've done similar thing for wordpress
you can see it here weblog.raminia.com/wp-hacks
and there is also a addon for pixelpost that produces the latest thumb as HTML code. you can change it just by changing the query part where reads

order by datetime
to
order by rand()

(or something alike.)


EDIT:
I typed the address wrongly. weblog.raminia.com/wp-hacks was correct.

Hippo
08-04-2005, 02:00 AM
I LIKE IT! THANKS! WORDPRESS IT IS!