Forum Replies Created
-
In reply to: Custom Field doesn’t work with bbpress 2.6 and above
sorry neither ‘standard custom field’ or the image means anything to me – perhaps you could say whether this is code a plugin or where you are seeing this or what you are trying to do etc.
In reply to: Custom Field doesn’t work with bbpress 2.6 and aboveok, can you start by saying what you mean by ‘custom field’ – is this some code, a plugin or what ?
In reply to: Bbpress Forum pages Headerlink to an example on your site if possible please
In reply to: WordPress Subscribers Marked as “Participant”?great 🙂
In reply to: Login URLactually where are you wanting to redirect from ?
eg from the create topic/reply or somewhere else ?
In reply to: Login URLso what should the url be ?
I’ll then give you some code
In reply to: WordPress Subscribers Marked as “Participant”?bbpress just uses WordPress login.
When a user first logs on without a bbpress role (eg keymaster, moderator, participant spectator or blocked) bbpress looks at
dashboard>settings>forums>roles and if set gives the user that role – yours is almost certainly set to ‘participant’ – so you can switch off or amend that settings as you wish.
participants have then ability to create topics and replies.
In reply to: Needs approval after editing commentthe first is a bug, set it to 525600 which is a year – if you’re still editing after that time, then maybe a fresh answer is needed !
Secondly if a reply has been edited…. is this every reply every time ?
In reply to: Topics and Replies not showing after importThanks,
you can freely re-run this programme without needing to remove it until I do another version.
ok, can you just confirm that if you go into a reply and click save, the reply now shows , and if you look at the numbers
replies with no parent goes down to 19272?
In reply to: Topics and Replies not showing after importok, I’ve re-written a bit just in case
can you
BEFORE DLOING THIS backup your site or have the ability to go back to a previous version
1.deactivate and delete the existing plugin
2. download this plugin3. install and activate
4. create a page called whatever you like, and put the shortcode
[fix-import]
in it
5. view the page – you should be able to see how many topics have blank post_parent before running.
6. If you are happy – run this.In reply to: 404 error on css and js filesyes that all looks good
In reply to: Replies are sent to Trash automatically🙂
In reply to: Replies are sent to Trash automaticallyup the no. links at
dashboard>settings>discussion
In reply to: Replies are sent to Trash automaticallysome replies you say – you’ll need to work out what they have in common and why others get through. so aouthor, content, type of content.
also look at
dashboard>settkngs>discussion and see if these are breaking any rules- particularly no. links
In reply to: Topics and Replies not showing after importcan you try running
dashboard>tools>forums>repair forums and run the first one – Recalculate parent topic for each reply
and let me know if that now fixes
In reply to: Topics and Replies not showing after importok, that should have worked for replies as well – let me take another look at the code
dashboard>settings>bbp style pack>forum templates
and read the help there
the width is determined by the theme
line breaks are fixed in forum display in style pack
yoi can set categories as separate in forum templates in style pack
In reply to: Topics and Replies not showing after importI think I might know the issue.
can you
1. backup your site or have the ability to go back to a previous version
2. download this plugin
3. install and activate
4. create a page called whatever you like, and put the shortcode
[fix-topics]
in it
5. view the page, select ‘run’ and click submityour topics and replies should now be fixed.
lists re very subjective – what I find useful you will find useless or not how you want it.
https://colorlib.com/wp/bbpress-plugins/
gives a list
I’d add bbp style pack to that list, but I wrote it, so I’m biased
That plugin also lists other plugins that I have found added value to forums
maybe theme related -link to your site please – or that there is a limit to size 🙂
In reply to: 404 error on css and js filesyou can dequeue from bbpress and then reload as you wish
so for styles
add_filter( 'bbp_default_styles', 'rew_dequeue_bbpress_css' ) ; function rew_dequeue_bbpress_css ($defaults ){ unset ($defaults['bbp-default']) ; return $defaults ; }
and re-enqueue it using your own function
In reply to: Login Leads Users To URL For Admin Loginok, thanks, but sorry I can’t really help further.
I will state again that WordPress handles both registration and login, and as long as you don’t use the login widgets or shortcodes then bbpress should not be involved.
I hope you get a resolution
In reply to: Topics Not Showing on bbpress forumit could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentyfifteen, 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.
Then come back
In reply to: Login Leads Users To URL For Admin Loginyes, but as far as I can see the activation of their account is not part of bbpress.
perhaps we can proceed further by three things.
1. give me the url of the registration on your site
2. tell me how you ‘changed the url for my administration login to hide from hackers’
3. list the plugins yo are using on your site