|
#1
|
|||
|
|||
|
Minimal template! (avaliable)
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! Peace out! ![]() ~keoshi
__________________
keoshi.com :: unleash your imagination |
|
#2
|
|||
|
|||
|
The link just brings me to the first page, ie http://www.pixelpost.org/
|
|
#3
|
||||
|
||||
|
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/ind...&details=9 new: http://www.pixelpost.org/index.php?x...&details=9 // punk
__________________
icq: 66760929 |
|
#5
|
|||
|
|||
|
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: Code:
$tpl = ereg_replace("<COMMENT_POPUP>","<a href='#' onclick=\"window.open('index.php?popup=comment&amp;showimage=$image_id','Comments','width=480,height=540..
3) As it is a javascript function, just add Code:
,scrollbars=yes' Code:
height=540 4) Save, exit and upload! I added a couple of more attributes just for the hell of it, so my entire line reads: Code:
$tpl = ereg_replace("<COMMENT_POPUP>","<a href='#' onclick=\"window.open('index.php?popup=comment&amp;showimage=$image_id','Comments','width=480,height=540,resizable=no,scrollbars=yes,status=no,menubar=no,directories=no');\">$lang_comment_popup</a>",$tpl);
/Rasmus |
|
#6
|
|||
|
|||
|
thank's, that's a small think i'd need to fix in the freenik template as well, very usefull!!
gabriele -------------------------- www.aboutpictures.com -------------------------- |
| Post Reply |
| Thread Tools | |
|
|