beanz7890
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Themes and Templates
In reply to: [Pinboard] Author TemplateWhen I click an author/username at the moment I get a listing of the posts by that person.
I want to either a) just have a page with their profile info on or b) add the profile info to the bottom of the post listing.
Apologies if these are dumb questions/queries. I’m new to WP and this stuff has been dropped on my desk…
Forum: Plugins
In reply to: [Active Directory Integration] Bulk Import Additional User AttributesThanks for coming back to me, I’ll check permissions.
Whilst I’m on… Do you happen to have a filter you can post for the standard get_avatar function so your plugin’s image is used instead?
Forum: Plugins
In reply to: [amr users] Change Avatar OutputThanks
Forum: Plugins
In reply to: [amr users] Change Avatar OutputThanks for coming back to me.
Which files/where does your plugin make this call?
Thanks
Forum: Plugins
In reply to: [Active Directory Thumbnails] How to display avatarExcellent, all working.
Thank you for coming back to me.
Forum: Plugins
In reply to: [Active Directory Thumbnails] How to display avatar<div class="author-info"> <div class="author-avatar"> //AVATAR <?php echo $user->adt_user_photo_url /*<?php echo get_avatar( get_the_author_meta( 'user_email' ), apply_filters( 'twentytwelve_author_bio_avatar_size', 60 ) ); ?>*/?> </div><!-- .author-avatar --> <div class="author-description"> <h2><?php printf( __( 'About %s', 'twentytwelve' ), get_the_author() ); ?></h2> <p><?php the_author_meta( 'description' ); ?></p> </div><!-- .author-description --> </div><!-- .author-info -->
Viewing 6 replies - 1 through 6 (of 6 total)