PDA

View Full Version : Minimal template! (avaliable)


keoshi
10-23-2004, 03:07 AM
Hey!

Every piece of skinnable software should have a 'minimal' template... This is my attempt on Pixelpost! Hope you enjoy it!
IT IS VERY MINIMAL! (you've been warned :P)
Maybe too minimal to the general public...

CLICK HERE! (http://www.pixelpunk.se/software/index.php?x=downloads&details=9)
http://www.pixelpunk.se/software/devfiles/2_minimal.jpg

Peace out! :)

~keoshi

Anonymous
12-22-2004, 12:23 AM
The link just brings me to the first page, ie http://www.pixelpost.org/

pixelpunk
12-22-2004, 07:20 AM
I've moved pixelpost site to this new domain.
Go to the downloads page and click "themes" and there you have the minimal template.

A variety of links in the forum is probably non-functional this way.

old:
http://www.pixelpunk.se/software/index.php?x=downloads&details=9

new:
http://www.pixelpost.org/index.php?x=downloads&details=9

// punk

astroflux
01-17-2005, 03:43 PM
i use the same comment_template as this one. is there a way to make the page scroll? if i get too many comments the page does not have a scroll bar.

any thoughts?

Rasmus
01-17-2005, 09:09 PM
Indeed there is! Coincidentally I use the same template (thx keoshi!) and had to do a little fix to get the comments to show up:

1) Open the index.php file
2) Look for the line that says:
$tpl = ereg_replace("<COMMENT_POPUP>","<a href='#' onclick=\"window.open('index.php?popup=comment&showimage =$image_id','Comments','width=480,height=540.. it's the 515th line down.
3) As it is a javascript function, just add ,scrollbars=yes' after the height=540 attribute.
4) Save, exit and upload!

I added a couple of more attributes just for the hell of it, so my entire line reads:
$tpl = ereg_replace("<COMMENT_POPUP>","<a href='#' onclick=\"window.open('index.php?popup=comment&showimage =$image_id','Comments','width=480,height=540,resiz able=no,scrollbars=yes,status=no,menubar=no,direct ories=no');\">$lang_comment_popup</a>",$tpl);

Hope this fixes your problem
/Rasmus

Anonymous
01-18-2005, 12:08 AM
thank's, that's a small think i'd need to fix in the freenik template as well, very usefull!!

gabriele
--------------------------
www.aboutpictures.com
--------------------------