Robin W
Forum Replies Created
-
Forum: Plugins
In reply to: [bbp style pack] Forum Index – Sub forumsemail me at [email protected] with a link to this thread
Forum: Plugins
In reply to: [bbp style pack] Forum Index – Sub forumsdo you have links to either of the above that I can see without being registered user?
Forum: Plugins
In reply to: [Private groups] Group pageThanks, and no you don’t need to log a new issue.
So in summary,
- your ideal would be that the logged-in user gets a single menu item , and clicking this get taken to a page showing all the memebrs of that group. That menu item would be for the group the logged in user is a member of – yes?
2. Any solution would probably be specific to your site, as making some generic capability is mnay hours of work, so just so that I know the scale of solution:
2a Roughly how many forums are we talking about eg 10, 100, 500, 10,000?
2b roughly how many groups?
2c roughly how many users?
3. Is each user only a member of one group?
From that I should be able to think how easily this is doable !!
Forum: Plugins
In reply to: [Private groups] Group page‘Is there a way to display each group on their own Group page?’
Can you clarify what you would like – eg a list of forms for a group, does a ‘group page’ currently exist that a shortcode would be added to? etc.
Forum: Plugins
In reply to: [bbp style pack] shortcodes ignored in SFE navigationGreat, thanks for the update, appreciate it as it helps me understand what works π
Forum: Plugins
In reply to: [bbp style pack] shortcodes ignored in SFE navigationThanks, I don’t think you have done anything wrong.
Block themes are a very different way of doing WordPress, and I am an old guy who came to WordPress in 2010 and I’ve only done enough with blocks to get bbPress working, it is by no means perfect, and from a little learning and trial and error π
bbPress will be releasing a block compliant version in 2.7, and I have done some testing with this and it seems to work fine. But I’ve no idea when this will be released, I am not a bbpress author.
In the meantime you can go 2 routes that I know of:
- Use stylepack block settings, which as I say are imperfect but work in many cases, but not your specific one with profile plugin, I strongly suspect that is my fault!
- use https://ww.wp.xz.cn/plugins/enable-bbp-block-theme/ and set ‘Do NOT Enable bbp Style Pack theme support’ in style pack settings. You should be able to still use the pattern in style pack.
I’d suggest you try 2. and see if this fixes.
As bbpress will be fixing this, I am not keen to learn a whole bunch of stuff that I won’t need to know long term, but please do come back and let me know how you get on.
Forum: Plugins
In reply to: [bbp style pack] shortcodes ignored in SFE navigationwhich method of displaying forum pages are you using in
Step by step guide to setting up a bbPress forum β Part 1 Β· bbPress Codex
item 3?
Forum: Plugins
In reply to: [bbp style pack] PHP Fatal ErrorFor Function WP_Dependencies->add_data() was called with an argument that is deprecated
The issue is with WordPress 6.9 and your theme
In the file \inc\adventurous-functions.php
you have the following code
Line 78: wp_style_add_data( 'adventurous-html5', 'conditional', 'lt IE 9' );
Line 81: wp_style_add_data( 'selectivizr', 'conditional', 'lt IE 9' );
Line 84: wp_style_add_data( 'adventurous-iecss', 'conditional', 'lt IE 9' );These are the ones causing the error as per the issue in the link above – you need to log this back with the theme author, suggest you include the link to the above error
- This reply was modified 5 months, 2 weeks ago by Robin W.
Forum: Plugins
In reply to: [bbp style pack] PHP Fatal Erroron Function WP_Dependencies->add_data() was called with an argument that isΒ deprecatedΒ
see
Deprecated: Function WP_Dependencies->add_data() with WordPress 6.9 | ww.wp.xz.cn
What theme are you using?
Forum: Plugins
In reply to: [bbp style pack] PHP Fatal ErrorSo is this with the setting changed in
dashboard>settings>bbp style pack>bbpress bug fixes>fix load text domain
Forum: Plugins
In reply to: [bbp style pack] Fix usage of BP_MEMBERS_SLUGThanks π
Forum: Plugins
In reply to: [bbp style pack] Fatal error with bbbP Style Pack v6.4.3great – and thanks for helping me improve my plugin π
Forum: Plugins
In reply to: [bbp style pack] Function Load Errorok as it was raining all this afternoon in my part of the UK, I did some more testing.
It appears that my checks need to run at ‘theme_setup’ unless you are running a child theme, when they need to run at ‘after_theme_checkup’ stage.
Unfortunately you cannot determine a child theme until it is loaded (I expect there is a way, but I have not yet investigated that!)
SO TO FIX – I have added an option under the ‘bbpress bug fixes’ tab
dashboard>settings>bbp style pack>bug fixesFix Load Text domain notice which if you click should clear these messages.
Forum: Plugins
In reply to: [bbp style pack] Fatal error with bbbP Style Pack v6.4.3Thanks for letting me know.
This was a fix for an error that appears if you using using bbpress with WordPress 6.9, but then you found causes an error if you are using 6.8.x
I’ve just released style pack version 6.4.4 which allows for all scenarios, so if you update it should all work.
Let me know either way please π
Forum: Plugins
In reply to: [bbp style pack] Function Load ErrorThanks, that is really useful info.
I’d love to be able to load your child theme onto my site, or just look at what code is in there to see if I can find the culprit.
If it contains nothing sensitive, any chance you could zip the child theme and email to me at