Forum Replies Created
-
In reply to: first post
try your link again, as it should make it clear what you are after !
In reply to: where should i add code to appear in forum postsThe you’ll need to add it into a function and add it to two actions
‘bbp_theme_before_reply_content’
and
‘bbp_theme_after_reply_content’
so for example
Function agbams_share () { your code in here } add_action ('bbp_theme_after_reply_content' , 'agbams_share' ) ; add_action ('bbp_theme_after_reply_content' , 'agbams_share' ) ;see
In reply to: BreadCrumbok, not sure that bbpress takes multiple paths in the slug – you might have to play a bit to see
In reply to: Forums Archive Shows Only Text And Not Archivegreat – glad you’re fixed !
In reply to: forum title css changes not working.it will all depend on the order that the different css files bare loaded, so bbpress may be overwriting your theme ones
try
{ font-size: 13px !important; }That says ‘don’t overwrite’
In reply to: first postsorry, sometimes the spam filters are overactive.
Add you real question below !
In reply to: bbPress Moderationok, that isn’t really that helpful.
Presume the error only occurs with the moderation plugin?
If so try their support site
https://wordpress.org/support/plugin/bbpressmoderation
although it looks as though someone has already posted that problem
In reply to: Confusion with Forums root and Forums slug.worth querying with them ?
In reply to: Per Forum Permissions by GroupTnanks Brian !
In reply to: Main forums page – FreshnessI think the FRESHNESS field should display the date of the last reply or topic, but instead it only shows the date of the last topic.
This is what it should do (and does on my test site)
It could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.
In reply to: Forums Archive Shows Only Text And Not ArchiveThis is a theme issue.
You need to get bbpress to use the right theme template if possible.
Suggest you look at
and/or check with the theme author
would be worth you raising this with them.
But glad you’re fixed
In reply to: Export Forum Posts to Excel fileNo problem !
In reply to: bbPress Moderation@cyclesha – do come back either way !
In reply to: BreadCrumbI’ve just re-read your original post, and you are not using bbpress breadcrumbs, but rather those that come with your theme – yes?
In reply to: where should i add code to appear in forum postsDo you know what the code is that you would add at that location?
In reply to: bbPress Moderationyou link gives 500m errors
Suggest you talk to your host provider first, and then come back here if you need further help
In reply to: BBpress widthIām kinda new to the whole website creating thing, and really need some help with this one.
we all were once, and not so long ago š keep asking Q’s – that’s the way you learn!
In reply to: BBpress widthok, gentle response !!
your forum is sitting within a class of .entry-content which is set to max-width: 474px;
so you need to add
.entry-content { max-width: 100% !important; }to your theme style.css at the end
Strictly speaking you should add this to a child theme
but if you add it to your main theme, juts keep a note of it, as you will need to re-add it should your theme be updated
Come back if anything not clear, and I’ll help further !
In reply to: BreadCrumbI want to set my forum root page to http://localhost/bibliotheque/pour-les-bibliotheques-gouvernementales/partage-dexpertise/
and not to http://localhost/bibliotheque/sujet/test/
sujet = topic
test = forum postCan you tell me what your root is in
dashboard>settings>forums>Forum Root Slug>forum root?
In reply to: where should i add code to appear in forum postssorry your link produces an error
In reply to: Confusion with Forums root and Forums slug.presume you are using
You’re welcome !
In reply to: Add Extra field in registration pageThis is a wordpress question rather than bbpress. bbpress just uses wordpress and allocates a role on first login.
so google something like
‘wordpress user registration plugin’
I did and got, and plenty of other references
20+ WordPress Plugins for Improved User Login and Registration