Search Results for 'bbpress'
-
Search Results
-
Have they fixed it so you can import from phpBB version 3.1.x yet? I’ve been waiting awhile to convert to get this updated, but I don’t have any way to know if it supports it yet or not (at least that I could find).
We are currently using BBPress on our site for a forum. We noticed that it was possible to enter in a script block with an alert box in the middle. On submission, the alert box would be displayed. This could obviously be used in a more malicious way so I had some concerns around this.
My question is therefore, is there any way that script tags can be filtered out of BBPress posts?. Or even better, do not allow any HTML/SCRIPT to be entered.
Hello,
I recently added a bbpress forum to my wordpress site and I encounter a weird bug with the freshness column. If I delete a post in a topic the freshness column on the forum page display the date and author of the topic, not the last reply.
Here are some screens :
In the topic section (Which display the right information) : http://imgur.com/fHeSVrD
in the forum section (Which display the wrong information) : http://imgur.com/Xlg7UQXI tried to do a repair through the forums tools in wp-admin but the bug is still here.
If someone have an idea.
Thank you,
Jaeha
I look after a site that is purely used as a forum and news posts and have two small groups that have an exclusive membership, the groups are hidden and until recently they appeared on the groups list. They are now invisible to the members of said groups though the list shows that there are some, you just can’t see them.
I am using the following:
Theme: Quest (1.3.0)
Plugins: Anti-Spam by CleanTalk (5.31), Buddypress (2.4.0), BBpress (2.5.8), FEEDZY RSS Feeds by b*web (2.6.1), Jetpack by WordPress.com (3.8.0), MailChimp Forms by MailMunch (2.1.3), Meta Slider (3.3.5), Sitewide newsletters (0.4)I have tested this with Twenty Fifteen (I do not have the others installed). It works with Twenty Fifteen (but looks pretty awful).
I know that I can give people links to the forums, but it looks incredibly odd and is rather difficult for those who aren’t so savvy (or are looking for something quickly).
Does anyone have any idea why this isn’t working?
Topic: No forums, Only Topics
Hello community,
My requirement is that I need just a single forum. So ive created a forum and now I have to create topics and assign it to that forum. The name of the forum comes in the slug.
Is there anyway I dont have to create this forum. How about siteurl/bbpressslug/ simply lists all the topics and these topics dont have any assigned forum. What is the shortest way to accomplish this.
Also in that case, how do I use shortcodes like the following
[bbp-topic-form forum_id='$forum_id']Thanks
Hi,
bbp_format_buddypress_notifications() function in /wp-content/plugins/bbpress/includes/extend/buddypress/notifications.php must always return something at least empty string.
We need to use “bp_notifications_get_notifications_for_user” filter to make our own custom notification for BuddyPress but bbp_format_buddypress_notifications() function returning nothing makes it impossible.
Check this out: https://webdevstudios.com/2015/10/06/buddypress-adding-custom-notifications/#comment-84455
Hi. I am hoping someone can assist me with this request.
I have installed BBPress and have created forums for my site.
http://dtcdancecentral.com/DTCTest/forums/
My background is dark on every page of the site, but I want to make the forums (once you drill down into a specific forum page & topics index page & replies page) white.
The problem I am having is that these pages are not actual pages – I have no idea where they are. I thought I would find them in my pages but the only thing there is the Forum page I created and inserted the BBPress forum shortcode.
I tried using the following code in the Divi Theme options & it worked; however, it changed all my backgrounds in all my other pages that I do not want touched :
For these types of pages :
1.http://dtcdancecentral.com/DTCTest/foru … community/
2.http://dtcdancecentral.com/DTCTest/foru … ic-2-test//*BBPress each indiv forum background – drill down 1*/
#main-content .container {
background: #ffffff !important
}/*BBPress each topic/reply background – drill down 2*/
#main-content {
background: #ffffff !important
}Thanks so much for any assistance you can provide.
Hi – Hoping someone knows where I can change the titles “Posts” & Freshness” to “Replies” & “Last Post” on all pages & widgets? (The ones that always come after “Voices” &”Topics”.)
Wordpress: 4.3.1
Divi Theme: 2.5.5
BBPress: 2.5.8
bbp style pack: 2.8.3Thanks for your help.
Hi – I am hoping someone can assist with configuring the “Create New Topic” text box to not automatically show up on ANY page. Is there a way to make it where it only appears if the user clicks on “Create New Topic”?
The same with the “Reply” button. Not have the reply text box automatically show up on any page until a user clicks on “Reply”?
Thanks for your help.
Wordpress: 4.3.1
Divi Theme: 2.5.5
BBPress: 2.5.8
bbp style pack: 2.8.3Topic: How to Change Author?
I have found two plugins that purport to change authors, but neither one works. Admin Columns Pro provides inline editing for Topics and Replies, but you walk through the steps to find the correct author and set it, but it doesn’t save. Orbisius bbPress Enhancer adds the author field to the Bulk Edit and to the post edit for both Topics and Replies, but – again – a change is not saved. I had gconverter.com import into bbpress a Drupal forum where a user had to be registered to post and gconverter.com left 1500 entries as “Anonymous”. I can’t do a simple replace using SQL because not all of the Anonymous postings go to the same user. I’m on 4.3.1 WordPress and bbpress 2.5.8 Does anyone have any ideas?