Forum Replies Created
-
In reply to: WordPress 4.0 Broke BBpress
are these private forums? if so see
Oops! That page can’t be found on Sub Forums with WordPress 4.4
if not, come back with a link to your site
In reply to: WordPress 4.0 Broke BBpresscan you confirm what version of bbpress and wordpress you are on, and that this occurred following an upgrade of bbpress
In reply to: Plugin for Private Post Forumcome back if Pascal’s plugin doesn’t fix – but it should !
In reply to: Forum Freshness Not Updatingseems it is pasting the date of the original topic, not the date of it’s latest reply.
so the site is posting
<a title="2016 Targets" href="http://www.harrisonchapmankarate.com/forums/topic/2016-targets/">1 week, 1 day ago</a>when it should be posting
<a title="Reply To: 2016 Targets" href="http://www.harrisonchapmankarate.com/forums/topic/2016-targets/#post-3442">17 hours, 55 minutes ago</a>what theme and plugins are you using?
In reply to: Need adviceno reason why you shouldn’t use either of your ideas anive – just amek sure you do have a test site
Make a fresh post if you have further queries
Regards
Robin
In reply to: Plugin for Private Post Forumcan you tell us the out of date one – I’ll take a quick look at it
In reply to: Issue with default theme page titleGreat – glad you’re fixed !
In reply to: Issue with default theme page titleyou seem to have a custom.css and around line 3009 you have
#seacrh-result-title .container {
padding: 20px 0;
}amend this to
#seacrh-result-title .container {
padding: 20px 0;
border-bottom: 1px solid #ecf0f1;
}That should work !
In reply to: Issue with default theme page titleThe code you have under the title is
.add-new-post-header2 .container {
border-bottom: 1px solid #ecf0f1;
}Are you using a wordpress page with [bbp-forum-index] in it?
In reply to: Issue with default theme page titlewe need a link to the forums page of your site
In reply to: Need adviceThe best advice I can give you is to create a test site for each of your live sites.
This not only allows you to test new plugins, be confident in taking and using backups but also be happy that you can re-create your site should your host provider go bankrupt and you lose everything.
https://codex.bbpress.org/getting-started/testing-your-bbpress-installation/creating-a-test-site/
In reply to: Plugin searchnot really a bbpress issue
In reply to: Problem with forums pagecan you post a link to your site?
In reply to: Topics RemovedIn reply to: Cant get into replies in adminIt 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.
Then come back
In reply to: Autosubscribe by all usersYes, bbpress keeps removing links – bit silly when I’m only trying to help !
try again
In reply to: Author image left of forum messagethe problem seems to be in your custom-css
#bbpress-forums .bbp-body div.bbp-reply-content { clear: both; margin: 10px; padding: 0; }is moving the text down – take this out and it appears in the right place
In reply to: Autosubscribe by all userstry this
http://www.rewweb.co.uk/topic-subscribe/ you may also like
In reply to: Post times and dates are incorrectno problem – glad you’re fixed !
In reply to: Two unsubscribe button appearinggreat – glad you’re fixed !
contact me via my website and I’ll send you the code for your functions file
no simple way to do this in your functions file, the bbpress widgets are pretty unforgiving in allowing you to tinker with them.
two immediate choices – fork the widgets code into your functions file and rename it – requires some php and WordPress knowledge or
Just amend it in the bbpress file – AND make a note to need to change it on bbpress upgrades.The latter upsets the purists, but it’s only codes and you can’t be arrested for changing code !
In reply to: Change Topic post type permissonGreat – glad to have helped !
In reply to: Change Topic post type permissonYes you can do this, but without checking lost of coding I’d suggest you try
https://en-gb.wordpress.org/plugins/advanced-access-manager/
which lets you control who can see what in the backend.
In reply to: Cannot Access WordPress DasboardDo you still have a problem?
I am unsure from your various rants what exactly the issue is – I need a problem definition to be able to help, and don’t know from your name ‘iapologizepleasedeleteme’ whether you have now fixed your issue.
If you still have the problem then – given that you have been pressing lots of buttons – I would suggest you contact you host provider and ask then to revert your site to a previous backup – almost all host providers take backups every 24 hours. This will get you site working again.
I would then invest some time in creating a test site – to do development in your live site is just stupid, as you have found out. See https://codex.bbpress.org/getting-started/testing-your-bbpress-installation/creating-a-test-site/