Forum Replies Created
-
In reply to: [bsp-profile] not Working for me
sorry, 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 ?
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: 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?
try
dashboard>settings>permalinks and just click save – this resets the permalinks
In reply to: [bsp-profile] not Working for mesurprised me as well 🙂
In reply to: [bsp-profile] not Working for memy code calls site_url() as a function which weirdly gets the wordpress url, whereas home_url() gets the site url !!
I’ll amend the code and release a new version tomorrow
In reply to: [bsp-profile] not Working for mewhat is in
dashboard>settings>general>site Address (URL)?
In reply to: Remove create New Topic ingreat – glad you are fixed
In reply to: Pagination doesn’t workgreat – thanks for letting me know
In reply to: Remove create New Topic inquickest way is to add this :
.bbp-topic-form { display: none; }into the custom css of the style pack plugin
In reply to: Previewok, thanks for reporting back
In reply to: Pagination doesn’t workI wrote a test plugin to fix this a while ago, try it and let me know if it fixes
In reply to: Previewpersonal preference – some might want just front end, some backend, some both