Forum Replies Created
-
In reply to: wp-modal plugin
which register page are you sending it to?
In reply to: html links not working :(bbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes
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, switch to a default theme such as twentytwelve, and see if this fixes.
In reply to: View Member Listyou probably need to post this in wpe members support forum.
Don’t know of any plugin that fixes your wish.
In reply to: Blank page problem with Academica themeGreat, glad you’re fixed, and thanks for posting your solution, this helps others !
In reply to: bbpress moderation tools not workingbbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes
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, switch to a default theme such as twentytwelve, and see if this fixes.
In reply to: Background White Font White. How to Changecan you give us a link to a forum page
In reply to: How to Change bbpress ColorsIn reply to: Display latest post excerpt under Freshnessok, no problem, come back if we can help further !
In reply to: Which files to edit avatars ?you can’t – wordpress and bbpress use a language called php to create the html code, so this code does not appear anywhere, it is made up of lots of function and css calls.
Sorry !
In reply to: Display latest post excerpt under Freshnesspresume the words from the topic/reply heading?
if so, then widgets will show you what code you need.
I could look at it, but it will be a while, and I’m buried in plugins !
In reply to: Very simple question — changing font sizeGreat, glad you’re fixed !
In reply to: Make topic only visible to author and mod.If the forum is private the topics are to, but as an option for users on particular topics, no immediate solution I can think of.
With coding …….of course !
In reply to: Displaying a custom field in profile pagecould be hundreds of reasons – most are to do with small errors in coding.
That latest version of my profile info is now on wordpress, suggest you crack that open, and see if you can alter it for a dropdown.
In reply to: Deleting sidebarYour site has malware on it
http://sitecheck2.sucuri.net/results/med.gn24.net/
That will need cleaning first !
In reply to: Display latest post excerpt under Freshnessyes, but you’d need some php, so depends what you mean by ‘I don’t really know PHP’
the plugin bbp-last-post plays with code in this area, so take a look at that
https://wordpress.org/plugins/bbp-last-post/
and look at
bbpress/includes/common/wdgets.php for how to put a title in
In reply to: Very simple question — changing font sizecan you send a link to a closed/locked topic, so that I can take a look
In reply to: Very simple question — changing font sizethe style for closed is
Did you disable all plugins at once (apart from bbpress) ? and have you switched to a defualt theme such as twentytwelve?
In reply to: Which files to edit avatars ?wordpress uses gravatar as it’s avatar system
so you change the gratatar there.
If you want to change the default
Dashboard>settings>discussion and at bottom of that page
If you want to use local avatars
In reply to: can't change background colorfrom a quick look, I think what you are after is
#bbpress-forums div.odd, #bbpress-forums ul.odd,
#bbpress-forums div.odd, #bbpress-forums ul.even {
background: url(‘images/footer-bg.png’) repeat left top;
}come back if that’s not what you’re after !
In reply to: Per Forum Permissions by GroupThe solution I am working on gives the ability to create groups.
Users are then assigned to a single group.
Each forum can then be assigned to none, one or more groups.
So if
user a is assigned to group 1
user b to group 2
use c to group 3and
forum x can be seen by group 1
forum y by group 1 & 3
and forum z by group 2 & 3so group 1 users (user a) can see forums x & y
group 2 users (user b) can only see forum z
and group 3 (user c) users can see forums y & zand yes it will be publicly available
It is working, but needs the search function to limit viewing, and then a whole tidy-up. I am trying to finish it while retaining a marriage !
In reply to: replacing WP comments with bbPress threadsThis is community software – why not get involved and crack open the plugin, see what it does and add it to the core bbpress software
To get started and learn about how to create a patch that is in the format we use here (and the entire WordPress Trac ecosystem) here are a couple of docs to get you on your way:
https://make.wordpress.org/core/handbook/working-with-patches/
https://make.wordpress.org/core/handbook/working-with-patches/create-a-patch-using-tortoisesvn/
http://blog.ftwr.co.uk/archives/2005/11/03/windows-wordpress-toolbox/bbPress’ SVN repo URL is https://bbpress.svn.wordpress.org/trunk
In reply to: Moderator Unable To Post To Forum: iPhone iPadYes, I’d check themes and plugins as above !
In reply to: Forum visibility and readabilityI’ve now published this on wordpress
In reply to: Moderator Unable To Post To Forum: iPhone iPadI didn’t know what “post on the forum” means – after 30 years in IT support it could mean anything from the battery has run out to a very very specific set of circumstances, and anything in between.
Therefore it was only an attempt to see if your user had a bigger issue, like she couldn’t get forum access. If you don’t think it will help, and you will know your moderator, then ignore it, I just got it from a google, and given that no-one else had come back, thought it was worth a try.
It would be worth you seeing if this is a theme or plugin issue.
Check other plugins
Check that no other plugins are affecting this.
Turn off all other plugins apart from bbpress, and see if that fixes the problem. If the problem is resolved, add back one at a time to see which is causing the conflict.
Check themes
If plugins are not the cause, then it may be a theme issue. Switch to a default theme, such as twentytwelve, and test.