Forum Replies Created
-
In reply to: Deleting user account
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: [bsp-profile] not Working for megot there 🙂
In reply to: hide forum rootyou can amend breadcrumbs in the style pack plugin
once activated go to
dashboard>settings>bbp style pack>Breadcrumbs
In reply to: Using EnlighterJS inside “Quotes”do you mean B-QUOTE?
In reply to: [bsp-profile] not Working for meI’ll not release yet another version, but will correct the documentation in the next release
In reply to: [bsp-profile] not Working for mewell that’s embarassing, I hadn’t spotted that the shortcode is wrong.
It is one shortcode with parameters so should read
bsp Profile
[bsp-profile] will show ‘My Profile’ in a clickable link to the profile
[bsp-profile label=’This is the label’] will show ‘This is the label’ in a clickable link to the profile
[bsp-profile label=’Edit My Profile’ edit=’y’] will show ‘Edit My Profile’ in a clickable link to the edit section of profile
so you can have anything as the label eg label=’hello mother’
In reply to: [bsp-profile] not Working for methere are 6 shortcodes in style pack, can you clarify which 2 you mean?
Image didn’t help me 🙁
In reply to: [bsp-profile] not Working for mesorry, I’d left a line of test code in which caused the user not to be selected, fixed in 4.7.7
I have also corrected the shortcode to do what it said in the documentation – so the default is ‘my profile’
so
[bsp-profile] will show ‘My Profile’ in a clickable link to the profile
[Profile label=’This is the label’] will show ‘This is the label’ in a clickable link to the profile
[Profile label=’Edit My Profile’ edit=’y’] will show ‘Edit My Profile’ in a clickable link to the edit section of profile
🙂
In reply to: [bsp-profile] not Working for meI’ve just released version 4.7.6 of bsp-style-pack that should fix this – please come back and confirm
the IP number is only shown to moderators and keymasters to help them identify spam or users who might be registering multiple times
Participants do not see the IP number
In reply to: [bsp-profile] not Working for mesorry, not ignoring you – will try and get to this tomorrow
In reply to: Topic titles issue with shortened wordsumm….think if you look at the torrent of answers to questions on this forum you might find that is not correct 🙂
Help here is free and offered by people in their own time, and not every post will get an answer.
Clearly leaving nearly 3 years between a post and posting stupid comments about no answer isn’t going to enamour you to responders.
In reply to: Disable posting 2021glad you are fixed 🙂
In reply to: Topics and Replies not showing after importok, that tells me that your import failed to pick up which forum each topic belongs to and which topic each reply belonged to.
What are you importing from?
displaying everyone’s email addresses even to only those that are logged in seems pretty risky, and without specific opt outs would break GDPR.
you might do better to install
this plugin whilst old still works as far as I know
In reply to: register file is not updatebbpress forum utility pack has in it
\bbp-jp-utility\templates\form-custom-signup.php
which is a replacement for form-user-register, and takes over, so your version is not used.
you should ask the author about modifying this template, he may have a hook you can use, but if you do end up modifying the plugin template, you will need to repeat this everytime that plugin is updated.
great 🙂
In reply to: register file is not updatewhat other bbpress related plugins are you using ?
In reply to: “Replies Created” & “Topics Started” 404 URL Errorit 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: register file is not updatecan you post the entire user-register.php file here please
In reply to: [bsp-profile] not Working for meshould be fixed in 4.7.5 just released – would be great if you could confirm 🙂
In reply to: register file is not updateok, so that file should be :
wp-content/themes/%your-theme-name%/bbpress/form-user-register.php
where %your-theme-name% is the name of your theme
In reply to: register file is not updateso are these templates in a folder called ‘bbpress’ within your child theme?
In reply to: register file is not updateso where in your child theme did you put the revised templates?