Forum Replies Created
-
which has a set of templates (or you can easily create your own)
if you create a template and call it ‘bbpress.php’ then this will be used by bbpress.
see
section 8
In reply to: Searching for a specific memberalways worth asking š
In essence you would need something that displays all your users to front end – there are probably plugins that do this, you would need to google around and find one you like.
If you do, I might be able to find a hook to link a ‘view’ function to, but no promises.
In reply to: Searching for a specific memberregular user – no, and beyond free help – sorry
I catch pretty well all spam on this site – just deleted the one above
In reply to: Searching for a specific memberif you are using style pack, then in
dashboard>settings>bbp style pack>login
tick item 6
then in dashboard>users>all users if you select ‘view’ under the username when you hover, it will take you to the bbpress profile page
In reply to: Private ForumsIf these are the widget and shortcode warnings, then if you have read these tabs, you will know what to do.
If thus still puts you off, then sorry not much more I can do.
In reply to: Private Forumsit would be helpful if you told me what the ‘big warnings’ are.
In reply to: Private ForumsIn reply to: Pictureshere or on your website?
In reply to: Total post viewsIām confused about your confusion! ha ha so do you now understand what Iām asking? If not the seen by 14 I circled in the attached image above refers to how many people looked at the post hence my ? about how to add total post views which is the same.
image didn’t show on my device š
In reply to: Total post viewsIn reply to: Total post viewsgot this from a quick google
In reply to: How to change fonts?š
In reply to: How to change fonts?you need to learn about css and WordPress themes and about loading other fonts.
Sorry, but too long to start typing explanations, google this stuff
standard fault finding advice applies viz
it 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: Total post viewsok, that assumes I know what the term means in FB which I don’t š
In reply to: Total post viewscan you define what you mean by ‘total post views’
In reply to: Searching for a specific memberthat’s a good question, let me think about it š
In reply to: bbpress search bugso how are you restricting users to certain forums?
In reply to: Searching for a specific memberjust look at their profile š
In reply to: Translate a termFreshness 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.