Forum Replies Created
-
In reply to: Forum Headers
if the forum group specific?
if so you can put then banner in the ‘content’ of the forum, so it acts like a description.
dashboard>forums>all forums edit and put in the content.
In reply to: Error creating a groupGroups belong to buddypress – suggest you post this question on their support page
In reply to: Search not finding resultsit should do, do you have a link?
In reply to: bbPress downgrade?No, you’ll need to repeat whatever you did when you originally installed it.
see
In reply to: bbPress downgrade?Yes, deactivate and delete the current plugin – you won’t lose the forums !
then
https://wordpress.org/plugins/bbpress/developers/
and download the appropriate version at the bottom of the screen to your pc and then uploads it and activate
In reply to: Forum topics not showing up :-(talk to your theme provider
In reply to: bbPress WP Tweak – Right Justified Text SidebarGreat – glad you’re fixed !
In reply to: Users unable to register and logingreat – glad you’re fixed !
In reply to: Forum topics not showing up :-(probably either 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: sidbar login avatar sizeThat code works exactly as described.
please check that you have exited and re-entered your browser to clear
that you aren’t running any caching software
That you have only changed ’40’ to ’80’ and saved and uploaded the changeIn reply to: Log In Helpok, so I need to be logged in to see it.
Can you send me a login (only subscriber and spectator privileges please nothing else) via my website http://www.rewweb.co.uk
In reply to: sidbar login avatar sizego into
wp-content/plugins/bbpress/includes/common/widgets.php
and edit line 141 to change ’40’ to whatever size you want.
In reply to: sidbar login avatar sizeThe avatar size is hard coded into the login widget.
see
bbpress/includes/common/widgets.php
around line 141
You can change it directly in here, but keep a note of it, as it will be overwritten by upgrades. or if you have the skill, you could copy and create a new widget within your child theme
In reply to: Admin role unable to view topic postIn reply to: Background Colorsif that doesn’t work, then out it in your theme’s style.css, but tag it as !important
#bbpress-forums, #buddypress { clear: both !important; margin-bottom: 20px !important; overflow: hidden !important; font-size: 12px !important; padding:20px !important; background:rgb(10, 9, 9) !important; }
In reply to: sidbar login avatar sizeless than 15 hours at a weekend for a response – whatever job you do must offer amazing service if hat’s what you expect for free !
In reply to: says 1 year ago?!?you’ll want
bbp_get_forum_last_active_time()
in
\bbpress\includes\forums\template.php
In reply to: Background Colorswhere is the bbpress.css files located, you should be doing
•The “css” directory contains style sheets that work with the default markup. Copy any you want to modify into a directory named “css” in your theme’s root. eg. /wp-content/themes/%your-theme%/css/
In reply to: bbPress and security (wp-admin etc)bboress just uses wordpress registration and login, so any plugin that works for wordpress will work for bbpress.
bbpress also rides on askimet to help prevent spam entries, just check that you have enable it within the forum settings.
Unless your site has many new users, you could easily use manual registration, it takes less than a minute to set a user up in wordpress manually. That way you stop spammers dead in the water.
In reply to: bbPress WP Tweak – Right Justified Text Sidebarcan you send a link to your site and the page in question plaese
In reply to: Breadcrumbs StylingIt is defined by your theme, as most of it are ‘links’ and your theme defines those
you can use
#bbpress-forums a:link
but that will change the links throughout bbpress
and you can use
#bbpress-forums .bbp-breadcrumb
for anything that is not a link.
In reply to: Log In HelpPlease send a link to your site and in particular the page that pictures comes from
In reply to: topics not in forumsow !
Hopefully the company have restored the database to back beyond your attempts to optimise it?
If so it should have no errors. So if it has, they probably need to go back to an older version if they have one – many hosters don’t.
Is it just forums entries that are missing???
if so you could try
dashboard>tools>forums>repair forums
and when you do get it going again, PLEASE PLEASE PLEASE don’t do stuff to a live site again.
1. a few hours invested in a test site
https://codex.bbpress.org/creating-a-test-site/
and you would not have lost your live site, and
2. REGULARLY back your main site (the above tells you how) and you could have just restored that – hosting companies rarely keep much, and an issue found after a week can be fatal !
Do come back for further help if needed.
In reply to: topics not in forumsok.
What caused the site to ‘crash’?
In reply to: New users given WP Admin statusgreat – glad you’re fixed !