Search Results for '\"wordpress\'
-
AuthorSearch Results
-
February 13, 2021 at 6:18 am #218356
In reply to: Cant Customise BB Press using BBp style pack
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 12, 2021 at 11:09 am #218338In reply to: bbPress Topics for Posts comment
Robin W
Moderator@newest- ok, thanks for that.
It works the other way around, you add a topic to a post, not a post to a topic.
so when you publish or edit a wordpress post, you can attach a topic to it.
I didn’t write the original plugin, and Gutenberg made it not work, so I have been given editing rights to try and fix it.
so start by going to
dashboard>settings>discussion and you will see topics for posts about half way down – here you can set up the default actions.
Then as a test create a post.
on the right hand side you should see Post and Block options, make sure you have clicked Post
You should then see near the bottom either in the main but or in the sidebar a ‘Topics for Posts’ box, which will show the defaults.
If you don’t see this (as Gutenberg unhelpfully tries to hide anything useful to the user) click the 3 vertical dots on the right hand side right of publish and the settings cog, at the bottom you will find ‘preferences’ and in that you will find the option to show the topics for posts under additional panels section at the bottom
Sorry this is all horrible – it’s not me making it so I promise you 🙂
February 12, 2021 at 10:46 am #218337In reply to: bbPress Topics for Posts comment
Learner
ParticipantI was not able to attach an image describing the issue I am facing , hence asking for same. I have managed that finally and the image is attached in thereply.
The description of this plugin reads :
===
Adds an option to the Discussion meta box to use a bbPress topic instead of WordPress comments, and displays that topic beneath the post on your site.You can let the plugin create a new topic for you in the forum of your choice, or specify an existing topic to attach to the post.
A topic can be attached to as many posts as you’d like, but only one topic can currently be attached to a post.
====
From above my understanding is that in Discussion Metabox of a post a bbPress topic should show up, or I should be able to create a new topic. But that is not happening, though I am getting a checkbox that I have already ticked in, as shown in image I have attached.You say :
“Topics for posts works on when you publish a topic, so can you start there.”But when publishing a topic I see no option to attach it to an existing post. Please see image under :
——
I hope I am able to clarify. I can appreciate you have limited time. If still too cumbersome or still not clear, let us forget about this. Thanks anyways.February 12, 2021 at 5:06 am #218328In reply to: Make people want to join my forum!
Robin W
ModeratorFebruary 11, 2021 at 1:09 pm #218301athep
ParticipantI think I got timed out, not sure if my reply was deleted.
I haven’t solved it yet, I did find two promising threads though but I couldn’t make sense of it.
February 10, 2021 at 4:57 pm #218282In reply to: cant see forum tab , cant see keymaster role
Robin W
Moderatorok, if you have no keymaster, then install
once activated go to
dashboard>settings>bbp style pack>bug fixes
and you will be able to set a keymaster, who can then see forums
you can deactivate and delete the style pack plugin afterwards, or make use of its features
February 10, 2021 at 3:05 pm #218279Topic: cant see forum tab , cant see keymaster role
in forum TroubleshootingMylo curtis
Participanti have installed bbpress , i am an administrator , i assigned the role to user moderator (the highest show role) i can only see topic and replies tab only on my WordPress dashboard
i saw other support queries tried every thing but cant fix it
i set permanlinks also
cant assign keymaster as its not visible in option
https://www.theislamicquotes.com/ is the site
February 10, 2021 at 2:47 pm #218278athep
ParticipantI made the list
<?php $args = array( 'post_type' => 'topic', 'post_parent' => bbp_get_forum_id() ); $loop = new WP_Query( $args ); ?> <?php while ( $loop->have_posts() ) : $loop->the_post(); ?> <a href="<?php echo get_the_permalink(); ?>"><?php the_title(); ?></a> <?php endwhile;?>This gives me all the topics under the current topic’s forum (I’m on single-topic.php)
Is there a way I could limit the list to 5 links (that’s easy,
post_per_page = 5) but on top of that only show the adjacent posts?Topic 3 link Topic 4 link Topic 5 link <----- I'm here Topic 6 link Topic 7 linkIn the above example, it’s showing me 2 previous adjacent posts and to next adjacent posts
What happens is if I set
post_per_pageto 5 then this happensTopic 1 link Topic 2 link Topic 3 link Topic 4 link Topic 5 link <----- I'm hereThe current link is always last, I realized this is more of a wordpress question but I’d like to try my luck here since I already opened a thread
February 10, 2021 at 9:08 am #218273Topic: BBPress set-up problem
in forum Installationkwager01
ParticipantHi,
My current WP configuration
– WordPress version: 5.4
– BBPress version : 2.6.6
– Website Link : https://kam-webagentur.frProblems encountered :
I installed WordPress but I am having a problem installing “bbpress” which I want to integrate with WordPress.I arrive at the “Welcome to bbPress installer” installation interface
and this is the error message I get once I run the installation.Fatal error: Call to undefined function: wp_check_invalid_utf8 () in /www/forum/bb-includes/functions.wp-core.php on line 60
What is the procedure to stop getting this error message ???
Thank you in advance…February 9, 2021 at 12:53 pm #218243In 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.
-
AuthorSearch Results
