iamcrazymoon
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Removing WordPress logo from login page?I did it but still failed
even I deleted the logo-login.gif photo in wp-login.php and login css, it still show up…
Is there any possible the photo still store in cache file??
Forum: Plugins
In reply to: Are all plugin in this website suitable for WordPress MU (mulit user)?the user photo plugin cannot be used wpmu 2.6.5
because wpmu photo saving directory is in blogger own blog dir,
wp-content/blogs.dir/2/
so, cannot be viewed by other (auther own photo is ok, but comment photo is fail)
I found other sucess user, the photo saving directory is in the common dir:
wp-content/uplaods
…any solution?
Forum: Plugins
In reply to: [Plugin: User Photo] User-Photo in the loop…Iam only can show the author photo, but fail to show the comment photo.
I added the code to my theme php like this:
‘For
comments:
1. Go to Admin/Design/Theme Editor
2. Select ‘Comments (comments.php)’
3. Look for <?php echo get_avatar( $comment, 32 ); ?>
4. Place the following after the above:
<?userphoto_comment_author_thumbnail()?>For posts (author):
1. Go to Admin/Design/Theme Editor
2. Select ‘Single Post (single.php)’
3. Look for the <div class=”post” .. and then the <h2> title under that. After this, place the following:
<?userphoto_the_author_thumbnail()?>’Iam only can show the author photo, but fail to show the comment photo.
I discovered, in the other user’s sucessfully case’s, their photo stored path is like that (I right click the author /comment photo to see the path):
http://mydomain/blog/wp-content/uploads/userphoto/pgrueser06.thumbnail.gif
but in my case, the path was default as : user photo was stored inside each own blogger dir file ((iam blogger #6) …not in the common uploads file like the above case..so, I cannot go to other user blog.dir file to get their user photo image..
in my case, userphoto stored in that path:
http://mydoamin/wp-content/blogs.dir/6/files/userphoto/iamcrazymoon.thumbnail.jpgwhen blogger #5 left comment in my post,
the comment photo path still point to my blogger #6’s dir…
that means the system go blogger #6’s file to find blogger #5’s user photo, that why fail to find out..how can I change that path? where to change?
Forum: Plugins
In reply to: Are all plugin in this website suitable for WordPress MU (mulit user)?thank you~
I will install to try!