Search Results for '\"wordpress\"'
-
Search Results
-
I am very pleased to announce the release of my new plugin called Weaver for bbPress available for download from WordPress.org at Weaver for bbPress
This plugin makes bbPress essentially a turnkey install. Not only does it provide a collection of great looking bbPress themes that blend with about any WP theme, it includes many other essential options to control Forum and List layouts. It has enhanced features for both Participants and Moderators that makes running a forum much easier. And no custom CSS or PHP coding required!
Read the longer description on the plugin page, or visit our very active support forum for our theme, Weaver Xtreme to see this plugin in action on a real site: Weaver Support Forum.
Hello,
My website: http://www.yorkregiontutoring.com is showing the WordPress Dashboard on the top left when a participant is logged in. And when you do click on the wordpress graphic on the top left for example, it asks you to create a page..etc. How do you disable this?
Does everyone just have this turned on by default on their websites?
Furthermore, I don’t want to just disable the top bar as I want people to be able to see their user icon and click on the it and access shortcuts within the top bar if needed.
Thank you
DianaA common error after installation of BuddyPress from within the WordPress admin panel is to not set pretty permalinks. If you fail to do this then all of the links in the header will return 404 errors.
To fix this problem, enter the WordPress admin panel > Settings > Permalinks – set to any configuration other than the default configuration. The mod_rewrite must be enabled on your server for pretty permalinks to work.
Since I’ve installed some plugins, bbpress 2.6 beta 2 doesn’t allow me to login to wordpress admin console. After entering login and password nothing happens.
However, if I move bbpress folder from plugins I can login again. If I move it back or reinstall – can’t login to wordpress again.Topic: bbpress private message
Hey,
I need a button to send a private message to a user. My thoughts:
I have here a function from Robin to show the first and lastname
add_action (‘bbp_theme_after_reply_author_details’, ‘rew_display_user_details’, 20);function rew_display_user_details () {
$rew_id1=bbp_get_reply_author_id() ;
$rew_id2 = get_userdata( bbp_get_reply_author_id());
echo ‘<div class = “rew_display_user_details”>’ ;
echo $rew_id2->first_name ;
if ( bbp_is_user_keymaster() ) echo ‘ ‘.$rew_id2->last_name ;
echo ‘</div>’ ;
}?>
I have the Plugin front end pm. In the documentation stand it is possible with that
Where must a paste it in the function?
regards
Topic: Problem translating
Hi, I am trying to translate the frontend section of my forum, but I can only translate parts of it. Here’s a screenshot :

As you can see, I can translate the top sentence, but I cannot translate the form part. I even tried to manually edit the php files without success (reverted to default files after).
I am using Loco Translate for editing my translations and my wordpress language is correctly set because I can translate some parts. I also can see the sentences in the Loco Editor but event after changing them, they do not change in the frontend.
I hope I have given enough informations.
Thanks
I am using bbpress forum plugins for my wordpress websites. so i just wanted to know how i can display all related post underneath the topic just like similar to word press blog post comment & reply. So you don’t have to click to another page to view the posts.
Topic: Http 500 error
Hi
Bit of a beginner here so forgive me if I’m asking something which should be obvious!
I have installed BBpress on my wordpress site but when I click on the forums tab on the wordpress dashboard it seems the link is broken. It takes me to a “HTTP 500 error” default screen. I can click on “New forum” but not “All forums”. Similarly when you click on any of the forum links on the homepage, even those links appear broken as you don’t land on that forum. Even then, I get the same HTTP error. Any ideas?
Is there a way to add a list of topics users are subscribed to on a page so they can manage it?
I created a custom profile editor so they don’t go into the wordpress backend when users click on their forum gravatar seemed to be default on my installation. Or is there a front end profile editor I can use like in this forum (I can’t seem to find a plugin or anything for it)
I’m working an educational website that produces video content and uses a BBPress forum for discussion rather than the native WordPress comments. Here’s how it works:
I have a hook on
wp_insert_postthat creates a new BBPresstopicwhen a newvideopost is created and saves this newtopic_idto a_comment_topic_idmeta field.In my
single-video.phptemplate where the video is displayed, I’m using the BBPress[bbp-single-topic id=$topic_id]shortcode to display the topic thread and reply form for people to post comments.All of this works great! I’m just having one problem – the “subscribe” feature of BBPress isn’t working when people post replies via the Video Single page. The reply is posted just fine, but subscribed users don’t receive a notification. If you’re not familiar – when a user subscribes to a thread, they receive an email whenever someone replies to the thread. This is still working fine when someone posts a reply via the actual Thread single page – it’s only a problem on the thread embedded via the shortcode on the Video single page.
I’ve tried digging into the core and I got so far as to discover that the
bbp_new_replyaction isn’t firing – BBPress uses a function calledbbp_notify_topic_subscribershooked intobbp_new_replyto send the notifications and that function isn’t running at all when a reply is made via the Video single page.It seems that BBPress uses some hidden inputs to determine what actions to run after a reply has been submitted, but those seem to be included properly through the shortcode. These appear at the bottom of the Topic single form (that works properly);
<input type="hidden" name="bbp_topic_id" id="bbp_topic_id" value="422573"> <input type="hidden" name="bbp_reply_to" id="bbp_reply_to" value="0"> <input type="hidden" name="action" id="bbp_post_action" value="bbp-new-reply"> <input type="hidden" id="_wpnonce" name="_wpnonce" value="83ea236cd1"> <input type="hidden" name="_wp_http_referer" value="/forums/topic/SLUG/">And these appear at the bottom of the Video single form (that doesn’t)
<input type="hidden" name="bbp_topic_id" id="bbp_topic_id" value="422573"> <input type="hidden" name="bbp_reply_to" id="bbp_reply_to" value="0"> <input type="hidden" name="action" id="bbp_post_action" value="bbp-new-reply"> <input type="hidden" id="_wpnonce" name="_wpnonce" value="83ea236cd1"> <input type="hidden" name="_wp_http_referer" value="/videos/SLUG/">I’m at a loss for how to debug this issue further and could really use some help. BBPress has all kinds of page type/post type checks in the core that I’ve been ducking and weaving around, but this one has got me stumped. I suspect the problem is that SOMEWHERE it’s checking the post type of the current post, seeing it’s a
videoinstead of atopicand bailing before the action runs, but I have no idea how or where to find that and how to patch around it.Thanks!
This is a clean install
Wordpress 4.7.3 – BBPress 2.5.12 – Buddypress 2.8.1
I have installed with Twentyseventeen theme and with BeTheme. Everything works fine except I have an problem and was hoping someone could help point me in the right direction to resolve an issue with the breadcrumbs.
When I am viewing the forums here is the breadcrumb string:
Home > Forums > “Forum name” > “Topic name”
That is exactly what I want. However, when I am viewing Buddypress pages, the breadcrumbs are:
Home > Forums > “Username”
I would prefer the breadcrumbs to be as follows:
Home > Members > “Username” when someone is viewing Buddypress pages.
Does anyone know how to achieve this????
Thanks in advance for your help.
