Search Results for '\"wordpress\"'
-
Search Results
-
Hi, i need some help!
I run my mainsite with frontend registration and frontend user profiles like: xxxxxxxxx.com/user/anyusername
I also installed bbpress and ONLY ALLOW USERS TO REGISTER FROM THE MAINPAGE – mentioned above.
I show the Forum in a page wiht the shortcode… the forum url is: xxxxxxxxx.com/forum/
SO far it works great!My setting for the forum user profile slug is like that:
xxxxxxxxxx.com/forum/mitglied/anyusername (“mitglied” is for “user” in german)My Question 🙂
In the users FORUM PROFILE page i have on the left site under the users Profile the menu links. The first of them links to the users FORUM PROFILE like:xxxxxxxxxx.com/forum/mitglied/anyusername
Now i need the same URL LINK to the users MAINSITE PROFILE wich should be like:
xxxxxxxxxx.com/user/anyusername
IN …..bbpress/templates/default/bbpress/user-details.php it calls the url for the USERS FORUM PROFILE with this line of code:
<a class="url fn n" href="<?php bbp_user_profile_url(); ?>" title="<?php printf( esc_attr__( "%s's Profile", 'bbpress' ), bbp_get_displayed_user_field( 'display_name' ) ); ?>" rel="me"><?php _e( 'Profile', 'bbpress' ); ?></a>How can i get the users MAINSITE PROFILE URL? (xxxxxxxxxxx.com/user/anyusername)
I cant find anything in the bbpress and wordpress docs 🙁 or im not intelligent enough to find a solution… i think to remove the slugs from the url is not possible to get a desired url structure for the link. I think there must be a other filter function for the users MAIN SITE PROFILE url…???I think i must mention this:
I already managed to show the USERS AVATAR from the MAINSITE in the forum page with this code:<?php $user_info = get_user_by('id', $wp_query->query_vars['author']); echo get_avatar($user_info->ID, '150'); ?>The avatar call works great – hope it is possible to get the USERS PROFILE URL too 🙂
Thank you so much!
I am using WordPress 3.8 and bbpress 2.5.1. I am also using GD bbpress attachment version 2.0 for attachments.
The problem I am experiencing is that whenever I click “add another file”, the page simply reloads but not allowing me to upload another file.
Any ideas?
Thanks,
EugeneУ меня установлен WordPress3,8. Что надо сделать чтобы пользователи моего форума (на моем сайте http://malenkij-mir.ru/) могли в сообщение вставлять фотографии. Что для этого надо сделать?
I have installed the latest bbpress plugin to my wordpress site. There isn’t a single tab or subcategory to be found in my dashboard that relates to BBPress. I keep reading about this forum tab but its nowhere to be found on my dashboard. I hope someone can shed some light on this 🙂
I am preparing WordPress as a website with a forum for owners with sick dogs. Included in the website is a medical glossary plugin. It has worked so well on the pages that I have purchased their Pro+ version.
http://wordpress.org/plugins/enhanced-tooltipglossary/The problem I am having is that the tooltip plugin is not recognizing terms inside the forum topic or posts and the tooltips are not coming up on hover:
http://www.secondchanceaihadogs.com/forums/topic/test/CM support says “I am not sure how bbpress use post and if it use the content filters on them. If it does it will show the tooltip”
I could use some help. Should I be asking here about this, the designer of the theme or go back to CM support for the answer how to make this work?
Hi,
I am using version 2.5.1 of the bbpress plugin and 3.8 wordpress 3.7.1.
It is not possible for forum role:participant as well as forum role:Keymaster to edit any field in profile in the page with [bbp-register].
There appears an error message:
ERROR: Password couldn’t be empty.
ERROR: Password confirmation couldn’t be empty.Even when the password area is blank and I also tested it with the password area filled in.
http://www.paragliding-holland.nl/test-registration/Maybe this is a bug, but I am not sure.
What can I do to fix this problem?