Search Results for 'bbpress'
-
Search Results
-
When upgrading php version on domain to 7.2, bbpress stopped working.
I made contact with domain company, and they say bbpress have’nt been updated in 3 years, and gave me this info from my site:
wp-content/plugins/bbpress/bbpress.php:
* $Id: bbpress.php 5951 2015-10-28 04:07:50Z netweb $
checked version on site, and it says Versjon 2.6-alpha??
What to do????
Hello, everyone. Please, let me know if I should report this anywhere else.
I’ve discovered an issue with having bbp_pre_get_posts_normalize_forum_visibility function attached to pre_get_posts action. It’s messing up a query from All in One SEO’s Sitemap plugin, which is for getting all the posts for its Sitemap generation, making it return only bbPress topics, when the query was asking for posts from several post types (not only forum topics).
The reason is the meta_query that bbp_pre_get_posts_normalize_forum_visibility is adding to the query, in order to exclude private forums. Which ends up making the query to only return posts of type ‘topic’.
The condition it adds should end up turning into a SQL query that doesn’t force all posts to require a meta key ‘bbp_forum_id’. So it should be done in a way that it only limits the posts with that meta key to those that meet the condition, but allows posts without that meta key.
Topic: Nothing displayed
Hello,
I installed bbpress and used the import function to import a phpbb forum to bbpress.
Everything seems to be fine but I can’t see any post in the forum even if they are counted. The strange thing is that I can read post and reply in the admin area !
Any help would be appreciated as I am getting lost…
Thanks a lot
EricTopic: Visual Editor Forums
writersabroad
Participant
@writersabroad 3 seconds ago
I’m moving my writing community site from Spruz to WordPress/Buddypress site. On the current site we have used the forum function to set up various writing activities under a number of categories where members can post work, goals, and various other things using a visual editor… I want to replicate this on the new site. Any advice on the best and easiest way forward? Will the bbpress plug-in allow me to create a forum category with sub categories?the new site is expatwritersabroad.com but I haven’t completed the set up yet and it’s still under construction.
Thanks in anticipationHere are the details:
~ WordPress 4.9.8
~ Travel Eye Pro theme
~ BBPress Version 2.5.14This issue is with a company Intranet so not accessible from the Internet.
When a new topic is created via the Topic option in the WordPress dashboard subscribers are not notified. When a new Topic is created on the Forum page using the New Topic fields and editor subscribers are notified. I’ve tested this across multiple forums and this behavior is repeatable. I see the new topics in the forums regardless of where they’re entered but subscribers are only notified if the topic is created from the forum webpage. Have I missed a configuration step in WordPress or is this a bug?
Thanks in advance for any help anyone can offer. Happy Monday!
Topic: General Migration Questions
Hallo,
wir haben eine WordPress (4.98) Homepage inkl. bbPress Forum aufgebaut.
In der Fusszeile haben wir einige statistische Informationen über Widgets eingeblendet.
So auch die “neueste Themen”.
Funktioniert auch soweit, nur haben wir für die Admins einen Privatbereich eingerichtet dessen Themen nun hier angezeigt werden, auch wenn man NICHT eingeloggt ist.
Resultat ist ständige Nachfrage von Usern wieso man eine Fehlermeldung (Ops 404) erhält wenn man die Themen anwählt.
Kann man das so einstellen, dass auch nur die die neuesten Themen angezeigt bekommen, die die Berechtigung hierfür haben?
Grüße
ArminHallo,
wie kann ich im bbPress Forum bei den Unterforen das Trennzeichen (“;”) anpassen. z.B. Unterforum1 (0,0) ; Unterforum2 (0,0)
Hab was gelesen von bbp_list_forums im template.php.
Es beginnt schon damit, dass ich dieses template.php in WordPress nicht finde.Gibt es keine Customizing-Seite wo ich das eingeben/auswählen kann?
Grüße
ArminWhen I view topics on my S9+ the right side of the topic section is cut off.
Viewing on phones with smaller screens isn’t a problem. Just on a larger mobile screen.
It’s fine on Tablets too.
I have adjusted the screen res on my phone aswell.
I’ve attempted several CSS changes with no luck.
#bbpress-forums .hentry {
margin-left: 0px;
}and
@media only screen and (max-width: 480px){
#bbpress-forums div.bbp-forum-author,
#bbpress-forums div.bbp-topic-author,
#bbpress-forums div.bbp-reply-author {
position: relative;
}
#bbpress-forums div.bbp-reply-author img.avatar{
position: relative;
display: block;
}
}Hi 🙂
I do not know if my problem is more concerned with buddypress support or bbpress support, but I wrote here.My WordPress
bbPress 2.5.14
BuddyPress 3.2.0
I use theme Eduma.I’m using BuddyPress and created a group with a private forum. The problem is that the group forum has no template. If I check the page, it has all classes. It looks like it can’t read the css bbpress file (it look like that Annex1). I created the forum using bbPress. My forum looks like that Annex 2 and the group forum should look exactly the same. How can I do this? I will be grateful for your help.