Hello! I want to click on the nickname next to the avatar in the forum topic so that the nickname is automatically included in the response. How to do it?
click on nickname to answer. How to do it?
Published on September 22nd, 2019 by anyolyaKnowledge Base Section Descriptions
Published on September 22nd, 2019 by paulhecholsI am trying to get section descriptions to show up within the employee manual knowledge base I created with the BBPress Knowledge Base plugin. I have multiple sections with multiple articles but nowhere do I see the descriptions I added for sections.
Do I need to modify a PHP file?
Any help is appreciated.
how to link forum i created to my homepage
Published on September 22nd, 2019 by hsappletonHi all
i already created a forum(I was given a shortcode but i lost it) in any case i do not know how to use it to put a forum link on my home page. Help please!
Allow Forum Moderators to delete users
Published on September 22nd, 2019 by a7xfanbenI will need to spend long periods of time away from my site and bbpress forum, and want the Moderators to have the ability to delete users that are clearly just there to spam. I want them to have more than blocking capability and the ability to delete posts and topics.
I have not found much on this topic through searching. I am willing to implement some specific code. If there is something I can edit with Buddypress to allow this, please let me know. However, I don’t want to make the moderators Keymasters – I only want them to have authority over the forums and who uses them.
I would rather use code than a plugin. Not sure if it is simple as adding a line to the bbpress moderator capabilities that allows them to essentially ban Buddypress users.
WordPress version: 5.2.3 (Vantage theme)
bbPress version: 2.5.14
Site: https://pirateswithben.com/forums/forum/pirates-csg/
Thank you!
Ben
Forum needs to move left
Published on September 19th, 2019 by splintercellwww.livingdipfree
I have tried to rename page.php to bbpress.php – didn’t work. I have looked all over forums and I don’t understand why I have 2 inches of blank space to the left of my forums. Pleas help/advise. Thank you.
SC
no show page new post
Published on September 19th, 2019 by infonet18Hi
why no show page me new post ?
Page link https://www.bedandbreakfastportocesareo.com/porto%20cesareo%20forum/forum/dove-mangiare-a-porto-cesareo-e-dintorni/
click link no show
help my
thanks
importer help please sql
Published on September 19th, 2019 byI’m setting up the importer using the example but I’m a little stuck doing the joins. This is a little advanced for me because it seems to me that I need to join 3 tables and a total of 3 fields to match from the origin forum which has each post separated in two separate tables and those tables reference the forumID in a third table.
so the example code for topics is:
`// Setup any table joins needed for the topic section
$this->field_map[] = array(
‘from_tablename’ => ‘replies_table’,
‘from_fieldname’ => ‘the_topic_id’,
‘join_tablename’ => ‘topics_table’,
‘join_type’ => ‘INNER’,
‘join_expression’ => ‘USING replies_table.the_topic_id = topics_table.the_topic_id’,
‘from_expression’ => ‘WHERE forums_table.the_topic_id = 0’,
‘to_type’ => ‘topic’
);`
in my source forum tables that are being imported from, it is broken down into four tables:
forums.forumid, forums.categoryid
categories.categoryid
messages.msgid, messages.forumid, messages.threadid, messages.subject
messagebodies.msgid, messagebodies.forumid, messagebodies.bodytext
I believe that I can ignore the category to get what is needed but that is still three tables. the threadID is sequential and relative to each forum so there is a thread 1 in forum1 and and thread1 in forum2 and all other forums. So the forum ID has to be referenced in the third table (forums)
I am thinking this is a “LEFT” with and conditions is that right? can someone get me started with an example? Thank you.
Throttle time for new users
Published on September 19th, 2019 by Al_ambiqueHi!
I’d like to suggest a feature that’s really missing. The Throttle time is a great feature but it does not differenciate old users from new ones. New uers are the most likely to be spammers. Therefore, we should be able to apply a much much longer timeout between two posts, without annoying older users. So there should be a posts threshold that makes a user old, allowing them to post more frequently while slowing down spammers.
Thanks.
ERROR: Are you sure you wanted to do that?
Published on September 19th, 2019 by frankimcCan someone please help. I have tried almost everything When ever I try to make a new topic I get the ERROR: Are you sure you wanted to do that? Same thing for replying. I can create forums and topics and replies manually but I can’t do it through the website. The issue still happens with the Twenty’s themes. and I also tried removing all other plugins. I am local hosting wordpress 5.2.3 using bbpress 2.5.14 and my website is craftnations.ddns.net (If you want to see for yourself). PLEASE HELP ME!!!
Modifying Profile Page sections
Published on September 19th, 2019 by Anonymous User 17557030Hi there,
I’m a fresh out of water BBPress user and I have never coded in my life 🙂
We have just set up a BBPress forum on our WordPress website and we are looking into changing what is displayed in the profile section. At the moment it’s Forum Role, Topics Started and Replies Created.
I would like to create custom fields like Company, Job Title, Area, Email, Phone Number and Website to be displayed there.
First of all, I would need to add these sections in Profile Edit tab. Secondly, find a way to display them on the Profile page.
I have to mention, I have found a way to remove Forum Role, Topics Started and Replies Created by editing plugin file bbpress/templates/default/bbpress/user-profile.php
Also, I have just noticed that when you visit somebody’s profile page, his name is not displayed there, which would be something i would like to be displayed as well 🙂
Have anyone managed to do things mentioned above, and would be willing to share with the class? 🙂
Many thanks,
Dominik