Search Results for 'bbpress'
-
Search Results
-
Topic: Image Upload issues
help please – I have bb press and running enable bbpress for blocks and also inline image upload for bbpress – the image upload is failing – and w are getting an error which starts: “Fatal error: Uncaught Error: Call to undefined function WP_Filesystem() in /home/sites/…”
this shows in the imahge upload popupNow we have managed one upload and none since – not large file and.. wondering if anyone has any suggestions?
Second question is thee a simple avatar plugin that doesnt need gravatar that anyone can recommend please?
Hi all,
I’ve been doing a test run today to import my old phpBB board to bbpress, and it worked surprisingly well (as in: the whole process finished without hanging).
In the end, though, I do have a number of problems, and I was wondering if anyone doing a similar import was able to solve them.
– The old board has thousands of registered users (many of them spammers :/ ), and I didn’t want to clutter my WordPress install with all those accounts, especially since it’s a multisite install and I’m mainly migrating the board for archiving purposes. So I didn’t check the “import user accounts” box, but now all user names are just “Anonymous”. Any way to migrate the user names without the accounts?
– It seems like quoted posts are broken, as the “bbcode_quote” tag isn’t applied where it should be.
– Smilies aren’t imported properly. The relative path to the smilies is lost, and when there’s more than one smiley in a row, only the first one has an image tag.
– [img] tags aren’t being properly converted either. Or rather the conversion seems to work ok, but after the actual link, the [img] code, which bbpress can’t read, is retained for some reason.
– Like I said, overall conversion seemed to work well, but cluttered the error log with hundreds of these messages:
PHP Warning: Trying to access array offset on value of type bool in /wp-content/plugins/bbpress/includes/admin/parser.php on line 1289
Anything to worry about?
– I understand that no attachments are imported by default, but maybe someone found a workaround?
Thanks!
So totally new to WordPress Plugin development so bare with me, please
On a website that use BBPress we are hoping to be able to do some edits on the text on posts as they are loaded just before they are shown and I figure I need to use either a filter or an action to get the ‘event’ when posts are loaded from DB.
But which exactly is it? ChatGPT suggested a filter which does not actually exist
May there is an example of how to do something like this somewhere?
Using Version 2.6.12 of BBPress
I cannot subscribe to group forums.
When clicking “subscribe”, nothing happens.
I created a private test forum. In this test forum, subscribe works just fine, i.e. the link changes to “unsubscribe”.https://metaphorum.org
WP 6.7.2
Astra, Astra Pro. I did not try with a standard theme because it works on my test forum.
bbpress: 2.6.12
BuddyPress: 14.3.4Hallo, ich habe gesucht, aber keinen Hinweis gefunden, deshalb frage ich hier nach in der Hoffnung, Hilfe zu bekommen.
Ich habe bbPress 2.6.12 und WordPress 6.6.2. Ich benutze das Theme Astra, habe aber auch schon Twentytwentyfive ausprobiert. Ich habe auch schon verschiedene Browser benutzt und die Caches gelöscht.
Aber egal was ich tue, immer wenn ich auf die von mir erstellten Foren klicke, lande ich wieder auf der Startseite. Ich habe jetzt schon 3 Stunden mit einer KI hin und her geschrieben – leider ohne Erfolg. Jetzt wende ich mich an euch, vielleicht hat ja jemand eine Lösung für mich.Meine Seite: https://omasgegenrechts-darmstadt.de/
und die Forenseite: https://omasgegenrechts-darmstadt.de/austausch/Ich habe die Forenseite wieder aus dem Menu genommen, weil sie ja nicht funktioniert.
Viele liebe Grüße und schonmal dankeschön
NicoleHi, I’ve recently installed bbpress for a new site and am currently setting it up. I’ve encountered a problem which is that none of my forum pages are showing the title.
I’m using the Astra theme and title show on my other webpages, so I don’t believe I have it disabled anywhere, which means I can’t figure out why it’s hidden!
I have bbstylepack and can’t find anything there for showing/hiding titles (I’ve hidden the breadcrumbs, but that’s not what I’m meaning).
This is my forum page (you can click into the test forums and test topics and see there are no titles on any of the pages)
https://www.triptathlon.com/forums/But you can see on my holding pages there are titles; for example:
https://www.triptathlon.com/shop-2/
https://www.triptathlon.com/groups/Any idea why the page titles are displaying on my pages but not my forum pages? It makes things hard to follow without the title there, particularly for topic pages. All I can think is there’s something somewhere hiding in the settings for my theme, but the only places I’ve found have the page titles set to show….
This has worked for many years and just now it screwed up.
I attach an image. The box where you point to the image appears. I go and get the image and in the box appears there has been a critical error on this website.
bbPpress Version 2.6.12
Latest WP
bbPress Enable TinyMCE Visual Tab Version 1.0.1Thanks if anyone knows about this. Searching this, there are hundreds of support requests all over the place for a ‘critical error on this website’, but it only here that it appears. The rest of the site functions normally.
Hi,
I can’t see a way for admins to manage subscriptions.
We have bbPress in a members’ area, which presents two challenges:
- Ex-members cannot access the forum to manage their subscriptions
- Ex-members still receive the notifications to member-only content
I could delete these directly from the wp_usermeta table but it means looking up their user ID is not ideal.
Hi there
I am hoping you can help.
I have otter blocks – block editor theme on a wordpress site and I am using bbpress – I have used “enable bbpress for block themes” plugin which has the forum working fine – I do however need to change the text sizing
I am wondering what the full list of css elements I need to change are ?
Or if there is a better way to improve the way the forum appears ?I am looking to freeze a website and it’s BBpress forum, so that unregistered (and registered) viewers can see the existing content in the forum, but the login form should not appear (currently seen below the forum content) which currently gives the impression they could log-in to make contributions.
WP version 6.7.2
BBpress v2.6.12
BBpress login register links v3.3.5
Twenty Sixteen Theme
http://www.grangetheatrelittletew.ukThank you in anticipation.
Hi,
Is there a css code that would hide/remove my sidebar from all buddypress pages?
I found one that worked to remove the sidebar from bbpress so I was hoping that there would be one that worked for buddypress.
This is the one that works to remove the sidebar from bbpress:
`.bbPress #primary {
display: none;
}