Forum Replies Created
-
In reply to: Forum Reply freshness bug
it should show the last reply time
it 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: sidbar login avatar sizesorry, but if the code doesn’t work, the either you are doing something wrong, or something else is interfering.
If you have a link to your site and a page showing the issue, I’ll take one further look.
In reply to: bbp Style Pack – styling and displaying forumslink to your site please
In reply to: Forum Headersif 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