Forum Replies Created
-
In reply to: Translate a term
Freshness is now ‘last post’ in 2.6.8
In reply to: bbPress members hierarchyIn reply to: Can I hide modification notices?dashboard>settings>forums>forum features>revisions
In reply to: Issue on install bbpressthat appears to be bbpress version 2.5.12 which is very old and out of support
π The problem is that I’d have to work out how to do it first !! so lots of code searching.
So a bit like you wanting some hints on how to solve a crossword clue – until I’ve solved it, I can’t help you and then I might as well give you the answer π
I’d suspect it is to do with resetting globals
best offer I can have is download the bbp_style_pack plugin, and navigate to /includes/shortcodes.php
the bsp-display-topic-index does topics within a page, and line 34 is a link to the query which filters these to the settings.
so if you copied that function and all it’s sub functions, renamed them all to prevent conflict, and then if you used the guts of bbp_get_user_topic_subscriptions to replace the query, that might get you close.
Once done for topics, then you could re-write for forums.
Best I can do
thanks, sorry I don’t always get enough brain time to go back through a topic.
hmmm…code would take a while to work out, beyond free help from me, sorry.
In reply to: suggest payment gateway for bbpress in iranbbpress just uses WordPress login, so any ‘member’ plugin will work for bbpress
ok, so can you outline what you wish to achieve?
In reply to: Can post font size be changed?dashboard>topic/reply display >item 6
currently set to 14px
ok, I think this is jetpack doing checks in the background.
I’d guess that php 8.1.6 does not like that the destruct function has not been defined, older versions are probably happy with that, each newer version of php seems to get less tolerant, and plugin authors spend their lives fighting a stricter and stricter php regime π
ok, not entirely sure why a convertor is running. Is there some specific action you are doing to get this ?
can you give us the code for your custom block please
thank you so much for your kind words π
‘Links’ will include anything that HTML considers a link, so that can include images and other stuff.
I’d suggest you try :
once activated go to
dashboard>settings>bbp style pack>moderation
This will give you emails to advise, and the user notification
I’d need an example of content to advise on why it might be held
In reply to: Stop Auto Converting Text Url into Hyperlinked Urlgreat – thanks for updating us π
In reply to: New Postok, I’ve released a new version which fixes the issue with not showing, but I fear that it does not help your desired button !
In reply to: unread pluginok, I just rescued an old ‘unread posts’ plugin and incorporated that part into my style pack, so sorry I can’t really say why it is slow for you.
In reply to: unread pluginok, if you mark all topics as read, does it then speed up? Just thinking that first time accessing it has all the topics so far to mark as unread for you
sorry, no, presume you have woocommerce installed, but no idea why it is conflicting.
I presume you carried out
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.
In reply to: caching issuethe slugs are the ones in
dashboard>settings>forums>slugs
something (not bbpress) is using a filter to call this function.
so you’d be looking for a hook that looks kinda like this
add_filter( ‘bp_notifications_get_notifications_for_user’, ‘xxxxxxxx’, 10, 5 );
or some code directly calling ‘bp_notifications_get_notifications_for_user’
Both of those should pass 8 arguments, but are only passing 5 – hence the issue.
it is not bbp-private-groups
if you really want to track it down, then use FTP to transfer the wp-content directory of your site to your PC.
then download and install notepad++ and use the search/find in files option to find
bp_notifications_get_notifications_for_user
in wp-contentthat should get you to options where it is called
In reply to: unread pluginso with style pack, does it run slowly with ‘unread’ not activated?
not sure if you are saying that style lack is affecting it generally or just the unread part
In reply to: New Postthanks, I had read your original question as ‘new topic’ not ‘unread post’ – sorry
yes there is a bug, but this will only add a ‘mark as read’ button in any case. I’ll fix the bug shortly.
There is no ‘new posts’ button, I simply inherited the code for this functionality, and I don’t plan to work further on it.
In reply to: New Postnot sure what unread has to do with new topic but
dashboard>settings>bbp style pack>unread posts
In reply to: New Post