Search found 4 matches

by toy
Sun May 28, 2006 7:29 pm
Forum: Generelles in Deutsch
Topic: imagerotate()
Replies: 11
Views: 7018

die lösung

für alle die keinen bock haben php neu zu kompilieren,
einfach schnell imagerotate() gegen imageRotate() + dashier ersetzten

<?php

// $src_img - a GD image resource
// $angle - degrees to rotate clockwise, in degrees
// returns a GD image resource
// USAGE:
// $im = imagecreatefrompng('test.png ...
by toy
Sun May 28, 2006 7:13 pm
Forum: Generelles in Deutsch
Topic: imagerotate()
Replies: 11
Views: 7018

trietze deinen Provider nicht zu doll, ich hab eine
PHP Version 5.1.2-1+b1 unter debian , obwohl
GD Support enabled
GD Version 2.0 or higher
FreeType Support enabled
FreeType Linkage with freetype
FreeType Version 2.1.10
T1Lib Support enabled
GIF Read Support enabled
GIF Create Support enabled
JPG ...
by toy
Thu Aug 12, 2004 11:27 am
Forum: General discussions
Topic: limit topics on startpage
Replies: 1
Views: 3774

more or less hardcoded

so, I found out my self this is not set in the admin-tool.
you can change it in the layout.php file of your style

// Welcome screen or whatever
default:
serendipity_printEntries(serendipity_fetchEntries(null, true, 15));

change the 15 to the number of topics you like to apear on the page
by toy
Wed Aug 11, 2004 11:37 am
Forum: General discussions
Topic: limit topics on startpage
Replies: 1
Views: 3774

limit topics on startpage

hi, I'm using v.0.6.11-CVS now for a while and the index is getting bigger and bigger.
how do I limit the entries shown?
maybee its to easy , but I can't find it..

thanks Kai