dikkevandale
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Author Avatars List] Show other user fieldsOk, and pagination support?
Forum: Plugins
In reply to: where is the gallery_shortcode generated?No, thats the problem why I can’t find it. If I delete the whole media.php it doesn’t work anymore (doh). But deleting only the shortcode <br clear:both;> and other gallery shortcode things doesn’t seem to affect the output of the gallery :/
Forum: Plugins
In reply to: [Plugin: Members List Plugin] Does not work with Simplepress ForumSame problems with cache enabled or disabled.
Forum: Plugins
In reply to: [Plugin: Members List Plugin] Long page load timeSame problems.. Uninstalled the plugin again ??
Forum: Plugins
In reply to: [Plugin: Cimy User Extra Fields] Thumbnail of Image in admin panelIs it possible to override all avatars on my blog with a picture that I uploaded in a custom CIMY field?
Calls to get_avatar or something should be replaced with the CIMY picture.
Forum: Plugins
In reply to: [Plugin: User Photo] How do I return just the image URL?Lol, I just did this ??
<img src=<?php bloginfo(url);?>/wp-content/uploads/userphoto/<?php echo strtolower($curauth->nickname); ?>.jpg" title="<?php echo $curauth->nickname; ?>" alt="userphoto"/></a>
I don’t know if it works on all users.. And it always should be .jpg ??
Forum: Plugins
In reply to: [Plugin: User Photo] How do I return just the image URL?+1
Forum: Plugins
In reply to: [Plugin: User Community] Inline Image GalleryHow can I add the gallery directly inline beneath the userprofile? I don’t want to click on a main image first.
Forum: Themes and Templates
In reply to: edit profile on author.php if profile = logged in userThanks, I changed it a little bit ??
<?php global $current_user; get_currentuserinfo(); if ($current_user->ID == $curauth->ID) { ?> <a href='<?php bloginfo(url);?>/wp-admin/profile.php'> <img src="<?php bloginfo('template_url'); ?>/img/editbutton.jpg"></a> <?php } ?>
Forum: Plugins
In reply to: Redirecting Comment_Author_Link to Author ProfileWhere the comment is build place this code.
<a href ="<?php bloginfo('url'); ?>/?author=<?php echo $comment->user_id ?>"><?php echo $comment->comment_author?></a>
Forum: Fixing WordPress
In reply to: Contact form in author.phpCan you share this with us ??
Thanks!
Forum: Plugins
In reply to: where is the gallery_shortcode generated?No one??!
Forum: Plugins
In reply to: [Plugin: jQuery Colorbox] Enable colorbox custom on [Gallery] shortcodeyeah thanks a lot (L)
Forum: Plugins
In reply to: [Plugin: Contact Form 7] reply-to address does not workno one?
Forum: Plugins
In reply to: [Plugin: Contact Form 7] reply-to address does not workI installed the latest build (with jquery 1.4 fix) but I can’t get the from field to work properly either.
I can set the FROM field to anything I want, but the e-mail I’m receiving includes this recipient name:
from: BLOGNAME <[email protected]>
It’s really weird. How can I change it ?!