Search Results for '"wordpress"'
-
AuthorSearch Results
-
February 9, 2021 at 12:53 pm #218243
In reply to: Auto embed links not live. ie dont open
ibnat
ParticipantI have disabled all the plugins on my site and this issue is still happening… BBpress embeds the link (to a wordpress site) The image of the landing page and intro text is displayed but the links are not clickable…
I cant upload a screenshot here but the above link shows the issue…
Any ideas?
February 9, 2021 at 11:46 am #218238In reply to: “topics started” & “replies created” not working
Robin W
Moderatorit could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Then come back
February 9, 2021 at 9:45 am #218233In reply to: Enable comments under forums/topics
Robin W
Moderatorthis turns comments on in bbpress
add_filter ('bbp_force_comment_status' , 'rew_set_comments_on') ; function rew_set_comments_on () { return true ; }Put this in your child theme’s function file –
ie wp-content/themes/%your-theme-name%/functions.php
where %your-theme-name% is the name of your theme
or use
February 9, 2021 at 7:37 am #218222In reply to: bbP Signature – Development
Chuckie
ParticipantFYI I use the free version of GD bbPress Tools that has a setting for the User Signature. This plugin is actively updated.
February 8, 2021 at 3:00 pm #218205In reply to: Enable comments under forums/topics
athep
ParticipantGot the above from this stackoverflow thread
My problem is exactly like that except for bbpress
February 8, 2021 at 2:14 pm #218203Robin W
ModeratorFebruary 8, 2021 at 1:15 pm #218200Robin W
Moderator1) this is the default case – users can post topics without anyone needing to approve
2) I think this does it https://wordpress.org/plugins/wp-monalisa/ according to https://bbpress.org/forums/topic/smiley-emoticons/3) this is what you might want https://wordpress.org/plugins/moderation-tools-for-bbpress/
February 8, 2021 at 12:29 pm #218190In reply to: Random Topic Link
purityboy83
ParticipantSomeone may need it, so I’ll update it.
function hhj_bbp_random_topic() { global $post; $args = array('post_type' => 'topic','orderby' => 'rand','post_status'=>'publish','posts_per_page' => '10'); $myposts = get_posts( $args ); foreach( $myposts as $post ) : setup_postdata($post); ?> <a href="<?php the_permalink(); ?>"><?php the_title(); ?></a><br/> <?php endforeach; wp_reset_postdata(); } add_shortcode('hhj_bbp_random_topic', 'hhj_bbp_random_topic');February 8, 2021 at 10:26 am #218185In reply to: Enable comments under forums/topics
athep
ParticipantIt’s my site’s current layout, I have the forum or topic (depending on which page I’m on) on top and hopefully if I get a solution, the wordpress comments under
February 8, 2021 at 9:18 am #218182In reply to: Enable comments under forums/topics
athep
ParticipantThe plugin successfully activated once I moved to a live server, so that’s fine. But it’s not what I was looking for, am I missing something?
I’d like wordpress comments under forums or topics (single-forum.php or single-topic.php)
February 8, 2021 at 8:39 am #218178In reply to: unpack/change bbp_get_forum_subscription_link
Robin W
Moderatorbbp style pack has buttons for subscribe
once activated go to
dashboard>settings>bbp style pack>buttons
you can crack the code in includes/functions around line 336 if you want to look at code
February 5, 2021 at 2:17 pm #218133In reply to: forum tab does not appear on wordpress desktop
zklennerf
Participantprobably could be this… I have access as administrator to WordPress but I dont have key master access… Will check
February 5, 2021 at 11:45 am #218113In reply to: forum tab does not appear on wordpress desktop
zklennerf
ParticipantOn the wordpress desktop, in the sidebar, where the pages, entries, settings tabs are, the forum, topics and replies tabs should show … these 3 do not appear and the forum option does not appear in the wordpress settings tab so i can’t change bbpress settings
February 5, 2021 at 11:39 am #218112In reply to: forum tab does not appear on wordpress desktop
Robin W
Moderatorok, can you explain what you mean by
‘ the forum, discussion and answers tab does not appear on the wordpress desktop.’
February 5, 2021 at 6:47 am #218107In reply to: forum tab does not appear on wordpress desktop
Robin W
Moderatorit could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Then come back
February 4, 2021 at 8:43 pm #218084Topic: forum tab does not appear on wordpress desktop
in forum Installationzklennerf
ParticipantI have bbpress installed but the forum, discussion and answers tab does not appear on the wordpress desktop.
February 3, 2021 at 4:09 am #218046Mushi
ParticipantHi,
I am trying to export a large bbpress forum to another wordpress domain using the import and export tools in the wordpress, but it is not working due to large data and server is not responding after few minutes.
Is there any other way of exporting bbpress to another domain?
Any help would be highly appreciated.
Thank you.
February 2, 2021 at 5:51 am #218032anhduc.bkhn
ParticipantMy env:
WooCommerce version: 4.9.0 WordPress version: 5.6 PHP version: 7.4.14 MySQL version: 5.7.31 Plugin: bbp style pack: 4.7.2 bbPress: 2.6.6 Easy WP SMTP: 1.4.4The feature “Notify me of follow-up replies via email” does not work on my site.
I tested: go to Settings->bbp-style-pack->Subscriptions Emails -> 9. Send test email, click on ‘Send test email(s)’, but it still does not work.Pls guide me on this.
February 1, 2021 at 11:14 am #218016purityboy83
ParticipantHi @neon67
Thanks to replyDid you use the “prettyphoto” plugin?
(https://wordpress.org/plugins/prettyphoto)Best Regards,
HyunhoFebruary 1, 2021 at 10:05 am #218013In reply to: Looking for a plugin to edit/change author
BobHatcher
ParticipantI found one that works well, it puts a dropdown on the RHS to allow author override.
January 31, 2021 at 11:01 am #217992In reply to: Forum Restrictions
Robin W
Moderatorand enable topic permissions
January 28, 2021 at 12:19 pm #217924In reply to: Add introductory paragraph to home page of bbPress
Robin W
Moderatorthe easiest was is to create a page with the same permalink as your forum slug, so in your case ‘forums’
so create a page called ‘forums’
in the content put the html you want and follow with the shortcode
[bbp-forum-index]if you are using blocks, wordpress has a shortcode block type ‘sh’ in type and it will appear.and publish – check that it appears as
http://mysite.com/forumsand that should work
January 28, 2021 at 6:36 am #217895In reply to: Create a link image for last post in forum
Robin W
ModeratorPut this in your child theme’s function file –
ie wp-content/themes/%your-theme-name%/functions.php
where %your-theme-name% is the name of your theme
or use
add_action( 'bbp_theme_after_topic_author', 'rew_freshness_display_image'); function rew_freshness_display_image ($forum_id = 0) { // Verify forum and get last active meta $forum_id = bbp_get_forum_id( $forum_id ); $active_id = bbp_get_forum_last_active_id( $forum_id ); $link_url = $title = ''; if ( empty( $active_id ) ) $active_id = bbp_get_forum_last_reply_id( $forum_id ); if ( empty( $active_id ) ) $active_id = bbp_get_forum_last_topic_id( $forum_id ); if ( bbp_is_topic( $active_id ) ) { //then reset forum_id to the forum of the active topic in case it is a sub forum $forum_id = bbp_get_topic_forum_id($active_id); $link_url = bbp_get_forum_last_topic_permalink( $forum_id ); $title = bbp_get_forum_last_topic_title( $forum_id ); } elseif ( bbp_is_reply( $active_id ) ) { //then reset forum_id to the forum of the active topic in case it is a sub forum $forum_id = bbp_get_reply_forum_id($active_id); $link_url = bbp_get_forum_last_reply_url( $forum_id ); $title = bbp_get_forum_last_reply_title( $forum_id ); } $anchor = '<a class="rew_freshness_display_image" href="' . esc_url( $link_url ) . '" title="' . esc_attr( $title ) . '"><img src="http://mysite.com/wp-content/uploads/2013/06/Brauhaus-2.jpg">' . '</a>'; echo '<p>'.$anchor.'</p>' ; }and change the
<img src="http://mysite.com/wp-content/uploads/2013/06/Brauhaus-2.jpg" />to the image you want – make sure it is sized right !!January 28, 2021 at 5:35 am #217891In reply to: Add “forum” to subject email notifications
Robin W
Moderatorthe easiest way is to use
once activated go to
dashboard>settings>bbp style pack>Subscription Emails
and you can amend headings there
January 28, 2021 at 5:18 am #217887In reply to: delete account
Robin W
Moderatorit could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Then come back
-
AuthorSearch Results