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 ...
Search found 4 matches
- Sun May 28, 2006 7:29 pm
- Forum: Generelles in Deutsch
- Topic: imagerotate()
- Replies: 11
- Views: 7018
- Sun May 28, 2006 7:13 pm
- Forum: Generelles in Deutsch
- Topic: imagerotate()
- Replies: 11
- Views: 7018
- 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
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
- 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
how do I limit the entries shown?
maybee its to easy , but I can't find it..
thanks Kai