tection99
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: User Photo] 2 Warnings with WP 2.5 Permission error & Header errorI added the full URL of the upload directory, now I seem to get this error.
“Upload error: Missing a temporary folder.”
Do I need to create a temporary folder somewhere?
thanks
Forum: Plugins
In reply to: [Plugin: User Photo] 2 Warnings with WP 2.5 Permission error & Header errorI have this same problem, It says that The /uploads directory is not writable, but I’ve changed the permission to 777..
Anyone got any ideas? Is it a server config issue?
Forum: Fixing WordPress
In reply to: Use tags elsewhere?I got it to work by using 2 loops:
heres my code for the first loop:
(rewind_posts ends the first loop, or something to that effect :))<?php the_post(); ?>
<?php global $authordata; echo userphoto_the_author_photo(); ?>
<?php rewind_posts(); ?>
Forum: Fixing WordPress
In reply to: Use tags elsewhere?“As long as $authordata is globally set, you can call userphoto_the_author_photo() anywhere.”
Hi, are you able to point me to some docs about setting $authordata globally?
Thanks
Forum: Fixing WordPress
In reply to: Front page showing in Admin Dashboard?