Forum Replies Created
-
In reply to: Assign different roles to different forum
great – glad you are fixed !
I think the ‘random’ forum is actually the last forum in the list on the page.
I can’t see exactly why this is doing this, and can’t directly help you further – not sure what to suggest
In reply to: Add H1 to all forum pages?can you post a link to an example and I’ll give you some code
In reply to: Multiple forums and capabalityIt sounds like it would be possible with this plugin
In reply to: Assign different roles to different forumThis plugin may help you, dependant on your exact need
In reply to: correct way to override bbpress templatesyes, the code I posted above if placed in your plugin would tell bbpress to look in
content/plugins/myplugin/templates/templates1/
In reply to: Bbpress forumutiliser un service de traduction sur Internet pour traduire votre question du français vers l’ anglais, puis poster les anglais ici
In reply to: SMF to bbpressinstall bbpress version 2.6 alpha – see above
then go to
dashboard>tools>forums>import forum and find the right importer and follow the instructions
ok,
1. I presume that as you cleared cookies the problem has gone away – ie you can’t replicate it at will? or can you?
2. did you prove this on more than 1 PC – ie was it a problem just for your PC?In reply to: Bbpress forumI suspect that English is not your first language, but the above makes little sense.
Please type a longer requirement into google, and use an internet translator to post a fuller set of requirements.
In reply to: Missing – else return $actiongreat – glad you are fixed !
ok,
when I put the shortcode in the text widget, I just get it displayed as text ie [bbp-lost-pass] rather than rendered.
can you try the code in a page and see where that goes
can you tell us how you have put that code in the widget – ie what widget you are using and how you have put
[bbp-lost-pass]in itIn reply to: Missing – else return $actionok
If you are using 2.6.1 then the fix is in there. The message is from the buddypress plugin that doesn’t know what version of bbpress you are using, so just puts that message up !
Do you actually have an issue other than seeing this message?
if not then ignore it
If so then come back
In reply to: Help with breadcrumbs…btw – I am just a user of bbpress who has written some extension plugins, so have no drum to bang. bbpress has over 300,000 active installations, but it is designed as ‘lite’ software, that others can easily hook extensions into. The documentation isn’t what it should be – I have written large parts of it since I started using it, but it could still be much better.
As such it doesn’t suit everyone, but hope having come this far you’ll give it a try.
There are 1/2 dozen of us who try and help here, but we tend to do stints in between other stuff, and it’s august and many people are on holiday I suspect.
In reply to: Help with breadcrumbs…ok, so back to your initial post – you renamed the forum root slug as ‘Index’ – yes?
if you do that, and then create a wordpress page called ‘Index’ and in that page put
[bbp-forum-index]Then call that page from your menu and it should all work nicely.
In reply to: Help with breadcrumbs…my style pack plugin lets you change what breadcrumbs say
In reply to: Plugin Cost Nonsense? Is This WordPress Life?sorry – I was asking another moderator (netweb) whose is an expert in forum imports for help
Since this is a paid theme, I’d suggest you contact their support forum for help
In reply to: Keeping 2.6-alpha updatedI think 2.6 is fairly stable and awaiting release.
In reply to: Page Layoutsidebars are theme related – start by looking at
section 8
In reply to: Plugin Cost Nonsense? Is This WordPress Life?@netweb – can you help here?
In reply to: Missing – else return $actionThe code is included in 2.6 alpha
/includes/extend/buddypress/notifications.php
lines 43-45
// Bail if not the notification action we are looking for if ( 'bbp_new_reply' !== $action ) { return $action; }It could be a theme issue
Aa test switch to a default theme such as twentyfifteen, and see if this fixes.
In reply to: Missing – else return $actionthe other trac ticket it refers to tells you where to put it
https://bbpress.trac.wordpress.org/changeset/5512
but you’d need to check whether 2.6 has already included that