Forum Replies Created
-
I used only your examples: publish_field_order=”title,featured_image,custom_url”
and
publish_field_order=”title,content,featured_image”
just was switching orders around. Thanks
Also can you check the android and older ios for camera button access in mobile view for uploading photos/videos
currently only works with ios 7 Thanksin reply to: New Update Available – v1.0.83For some reason publisher field order is not working can you display a more clear demo. Thanks
in reply to: New Update Available – v1.0.83Ha! that works perfect but how to I make to separate dropdown fields 1 for category and 1 for format it will be confusing for users to have to chose category and format from 1 field
[userpro template=publish post_meta=”video_link” post_meta_labels=”video link” allowed_taxonomies=”category,post_format,video,image” category=”shoes”]
in reply to: Frontend Publisher Post Format… How?Yes exactly I want post format available so user can chose image, video, audio format post so how would I write that post_format=format,video,image,audio
in reply to: Frontend Publisher Post Format… How?One more issue when I put video link in the video link input it doesnt show but when I put video link in the description box then it shows
in reply to: Frontend Publisher Post Format… How?Sorry what I mean the user permalink to display mysite.com/username instead of mysite.com/?author= whatever user id
Like this: http://www.mysite.com/johndoe not http://www.mysite.com/?author=2
when johndoe user id is 2 his profile link looks like mysite.com/?author=2 I want it to look like mysite.com/johndoe
Thanksin reply to: Profile Card Logged in userAhmed do you know how I can change mysite.com/?author=1 to show mysite.com/username when user is on author.php
Thanks
in reply to: Profile Card Logged in userIs there away to change mysite.com/?author=1 to mysite.com/username
in reply to: Profile Card Logged in userWorks as aspected!!!!! Thanks
in reply to: Profile Card Logged in userAhmed is there a way to make this not change the followers and following links?
add_filter(‘userpro_user_profile_url’, ‘userpro_author_url’, 99, 2);
function userpro_author_url($link, $user_id) {
return get_author_posts_url( $user_id );
}in reply to: Profile Card Logged in userthis what my theme link is to the author.php <?php echo get_author_posts_url($current_user->ID);?>”>
in reply to: Profile Card Logged in userI used
add_filter(‘userpro_user_profile_url’, ‘userpro_author_url’, 99, 2);
function userpro_author_url($link, $user_id) {
return get_author_posts_url( $user_id );
}in reply to: Profile Card Logged in userYes only on author.php using [userpro template=view max_width=95% user=author] sorry this was happening before you made the change forgot to mention it but I thought it had to do with the 0 post issue
in reply to: Profile Card Logged in userThis only happens on author.php
in reply to: Profile Card Logged in user