Forum Replies Created
-
In reply to: only one image per post?
an image is a link, so look at
dashboard>settings>discussion>comment moderation>no. links and set this as required
In reply to: Blank topic pages while using TwentyTwentyTwo theme.I should start by saying I am just a bbpress user who helps out here, I am not a bbpress author.
Twenty Twenty two is one of probably less than 6 themes that use the new ‘block theme’ way of building a theme. Indeed this is so new that the editor built to support it is still a ‘beta’ version.
My Personal view is that block themes are a solution to a problem that no-one has, and WordPress has lost it’s way.
But given that people including you will use this theme, I am trying to get bbpress to work with it.
I expect to release a new version of my bbpress style pack that will make this work in the next couple of days. I have a working prototype, albeit a basic version.
In reply to: Add picture in Profile Field DESCRIPTIONok, ‘users>profile fields’ is not bbpress, it may be buddypress, your theme or another plugin.
If it is buddypress, then
https://buddypress.org/support/In reply to: Add picture in Profile Field DESCRIPTIONwhen I setup custom Profile Fields
ok, sorry to keep asking questions, but it will hopefully get me to the stage when I can give an answer 🙂
so this is bbpress profile – yes?
and how are you setting up custom profile fields? – code, plugin, template change etc.?
In reply to: change redirect link after submitI have noticed the feature that allows to redirect to the index of the forum after submit new topic or reply.
to save me looking through, where is this setting exactly
ie
dashboard>settings>bbp style pack> then where?
In reply to: combination buddypress/bbpressThese all sound like buddypress not bbpress issues – have you posted this in the buddypress support forum?
In reply to: Add picture in Profile Field DESCRIPTIONa single picture accross all profiles, or picture per user, and if so who selects the picture and from where?
In reply to: How do I make a login link?bbpress just uses WordPress registration and login.
so either :
1. You allow uses to register using dashboard>settings>discussion>anyone can register, bbpress will allocate the role set in dashboard>settings>forums>default role
2. you manually add uses (dashboard>users>add user) upon receipt of a form (using say a form plugin – https://www.isitwp.com/best-wordpress-contact-form-plugins/ – to set up whatever details you want which is then emailed to you) – you then then allocate any wp and bbpress role you wish, or none !
3. you use a registration plugin – there are lots – this article describes some https://kinsta.com/blog/wordpress-user-registration-plugins/
In reply to: Blank topic pages while using TwentyTwentyTwo theme.I may have a fix – no promises, but give me a day or two to investigate
In reply to: Blank topic pages while using TwentyTwentyTwo theme.I kicked this around for some time, but I cannot see how to get bbpress working with a block theme.
I have raised a ticket on trac.
In reply to: identify user with @I wish I could claim some credit – it was some code I found somewhere !
From looking at the code, I’m presuming that bp has that functionality somewhere else – this just seems to add it for topics/replies.
In reply to: Blank topic pages while using TwentyTwentyTwo theme.This is all part of WordPress’s mission to make it’s software totally unusable.
It has been reported to the bbpress authors.
In reply to: How do I make a login link?site login is fine.
I tend to create a page – say aclled ‘login’ with this as the shortcode
[bbp-login]
and then have that page’s url as the one I send to users
sent
@sbask – I’m still getting emails from your site
In reply to: identify user with @thanks – I don’t promise to do anything if it doesn’t – but would be useful to know
In reply to: identify user with @Just looked and I created a small plugin here http://www.rewweb.co.uk/download/bbp-mentions-suggest/
this says that it ‘Adds the Buddypress mentions suggest as you type to bbpress topics and replies’
so I got the idea from somewhere that it was a bp feature.
It was sometime ago that I wrote/copied this, so have no memory of whether it still works !
In reply to: identify user with @Sorry to continue the BP discussion here 🙂
@mike80222 – your input is always welcome and useful 🙂In reply to: Duplicate Topic Detected (Not Working)sorry, test was invalid – I had my test user with too many privileges!
So, users who can ‘Throttle’ (see https://codex.bbpress.org/getting-started/before-installing/bbpress-user-roles-and-capabilities/ for list) bypass the duplicate check – so likely that if you were testing you will have that capability.
Can you comer back if you still have an issue.
In reply to: Duplicate Topic Detected (Not Working)I can repeat this issue on my test site post 5.9.3.
I’ll take a look to see.
In reply to: Blank page in topicit 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
In reply to: identify user with @If you have buddypress, it’s a buddypress feature, so probably their support forum first
In reply to: Forum designThe theme here is in
Most of the widgets in here are also available in
In reply to: How do i delete a post?dashboard>topics or dashboard>replies and edit change status or delete from there
In reply to: PHP warnings when creating a forumok, so I need a precise set of steps to let me repeat