Forum Replies Created
-
In reply to: User Statistics
ah thanks – so not available for download, but presume you have a copy ?
In reply to: User StatisticsI never saw which plugin that was – you posted a function from it, so I never needed to see what it was called 🙂
In reply to: User Statisticswhich plugin are we talking about ?
In reply to: Users are online but not showing up as onlinebbpress does not show online users. Probably theme or another plugin doing this.
there probably is but beyond free code.
In reply to: Any way to change forum archives hyperlink?dashboard>settings>forums>forum permalink
or use
[bbp-forum-index] on any page
In reply to: Vbulletin to bbpressI’d try the version 3 – most of these convertors were written some time ago, but they often work with later versions, as forums rarely change ten database structure.
ok, have you removed this, it should show? might be a theme or other plugin that has done this
In reply to: Vbulletin to bbpressyou go into your site’s dashboard, then select tools, then forums, then import forums, and then follow the prompts
In reply to: Subscriptions versus my subscribed topics🙂
In reply to: bbPress forum as homepageI’ll try and take a look when I get a moment
In reply to: bbPress/memberpress Forum Profile Tabnot sure I can help further.
in essence memberpress is adding this, but they are (I think) saying that they are unable to help is saying how to remove this. That is their choice, you wouldn’t expect your car showroom to remove a wheel trims or change the wheels that come as standard with the car for free because you don’t like them.
if you care to join me to your site and email me account details to http://www.rewweb.co.uk/contact-me/ I’ll take a quick look, but will only be quick
In reply to: Subscriptions versus my subscribed topics@gdragon – thanks for spotting this 🙂
In reply to: Artefacts above and below forum list in 20 16 themeif I had to guess, I’d probably guess that you are using [bbp-forum-index] on a gutenberg block page, and that you have either not used the shortocde block, or have code blocks in the page.
The bits in your pasteboard are before bbpress fires
In reply to: Artefacts above and below forum list in 20 16 themewhen you launch, come back and I’ll look again
In reply to: Artefacts above and below forum list in 20 16 themeok, it is not a problem I have seen and bbpress has 300,000 installations, so I cannot say why you are seeing it and without site access I cannot say how to hide it, as that would take me working it out from your screeshots which is beyond free help
In reply to: bbPress/memberpress Forum Profile Tabprobably one for the memberpress plugin support forum 🙂
In reply to: bbPress forum as homepageI suspect that your homepage just needs to have the correct sidebar applied to it, so yes you would use the shortcode as you suggest, but in dashboard>pages>homepage you will need to allocate a sidebar
In reply to: Image preview from URL pasted within bbpress posts?bbpress doesn’t have visual editor as default
but this link to a visual link plugin might catcah attention if more request it to the plugin authirs by adding to the post
https://wordpress.org/support/topic/need-to-help-use-it-available-in-bbpress/
In reply to: Artefacts above and below forum list in 20 16 themeok, no idea what is causing that
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: Subscriptions versus my subscribed topicsand that is created from using what?
In reply to: Artefacts above and below forum list in 20 16 themewould need a link to an example of your live forum to see what is causing them
In reply to: How to make forums look better/prettierthanks, was a while ago that page was last updated – I’ve added you better solution 🙂
but no form at the bottom?
In reply to: bbPress profile page add custom page menuok, doing that using url’s is well beyond free help or indeed my knowledge of wordpress/bbpress.
The code can be amended to pass a $_REQUEST of say ‘loginname’
you can then create a page in wordpress, and use a shortcode to hook to php code that would look up the login name and display data related to that user, but then you have to have an area to create that data and store it in the database, or let the user create – so you would need creation/edit/delete pages and code.
It is all quite doable but well beyond free help