Forum: Version Releases
04-10-2005, 12:42 AM
|
|
Replies: 3
Views: 3,870
|
Forum: Pixelpost Help
03-28-2005, 08:22 PM
|
|
Replies: 7
Views: 1,054
|
Forum: Pixelpost Help
03-28-2005, 12:38 AM
|
|
Replies: 7
Views: 1,054
Try this:
$textfile = "quotes.txt"; ...
Try this:
$textfile = "quotes.txt";
$quotes = file("$textfile");
$quote = rand(0, sizeof($quotes)-1);
$tpl = ereg_replace("<QUOTE>",$quotes[$quote],$tpl);
|
Forum: Hacks and Modifications
03-27-2005, 04:55 PM
|
|
Replies: 5
Views: 2,405
|
Forum: Hacks and Modifications
03-26-2005, 12:36 PM
|
|
Replies: 5
Views: 2,405
A javascript zoom will only "blow up" what is...
A javascript zoom will only "blow up" what is already there. What I have done will not result in loss of quality of the photo.
Here is the steps that I have done:
Upload your 600 pixel (or...
|
Forum: Hacks and Modifications
03-25-2005, 10:07 PM
|
|
Replies: 5
Views: 2,405
Zoomable Hi-res images
Problem: When I view photoblogs, there always seems to be something in the photo that I would like to see in more detail. Most bloggers post their photos around 600 pixels or smaller. This is fine...
|
Forum: Addons
03-22-2005, 12:30 PM
|
|
Replies: 31
Views: 4,202
XHMTL compliant changes
cryfreeman,
The most common cause of this error is unencoded ampersands in URLs and attributes in XML and XHTML have to be lower case. These are the changes I made to the addon to make it XHTML...
|