Forum Replies Created
-
In reply to: 2.64 thank you!
No. That is now targeted for 2.6.5.
In reply to: Inserted link – post doesn’t go throughIs it possible that it is a moderation issue again and links in posts being sent to moderation?
In reply to: user profileI find it fine. With the “bbp style pack” it has links in the user profile about gravatar which is what the user should use for a profile image.
In my case the only way I have achieved any forum styles is manually inside my themes “additional css” area. Nothing else worked.
In reply to: Disabling comments on wordpress iteThank you.
In reply to: BBCode Plugins for BBPress ?I found @gdragon thaat some bbcodes don’t seem to work. Would this be due to my theme?
In reply to: bbpress control barInteresting discussion 🙂
But what about “icons” as per the original question instead of replacement “text”?
Interested!
In reply to: Security built into bbpress/buddypress/wordpressI use several methods (which still don’t prevent spam accounts) but ..
1. I have a Google reCaptcha on the Registration Page.
2. I have a plugin that lets you add a security question to the Registration page.
3. I have a plugin that sends all new user registrations to “Unapproved”. I have to approve or delete.
4. I have updated the users view to display the security answers. As a result, I can immediately see if it is a bogus account and immediately delete it.At the moment it is working Ok for me to do it this way.
In reply to: Issue when you use left aligned imagesI should clarify that the image has to be already online. In TinyMCE you just provide a link. Just like with BBCode.
In reply to: Issue when you use left aligned imagesThanks.
In reply to: helpForums can be set as private which means they will only be visible to logged in users.
Verify that your forums are set as public.
In reply to: 2.6.2/2.6.3 – Missing Spacing avatar/usernameMine seems ok
In reply to: Position of subscribe and favouriteI understand.
In reply to: Position of subscribe and favouriteAny clarification about resolving this issue please? Is it a bbp style pack issue?
In reply to: Issue when you use left aligned imagesAny update on this issue please? Thank you.
In reply to: Using user approve pluginResolved:
// ============================================================== // Switch off Theme My Login notifications because WP Approve User manages it add_filter( 'tml_send_new_user_notification', '__return_false' ); add_filter( 'tml_send_new_user_admin_notification', '__return_false' ); // ==============================================================
In reply to: emojisI just use emoticons as provided with the TinyMCE plugin.
In reply to: Span tag inside topicDid you paste your text in from somewhere else?
Also, there is a filter you can add to allow html tags through. Not sure if it is related to this.
In reply to: Using user approve pluginOk, the issue I am actually having is a conflict of interest between WP Approve User | Theme My Login. They both send email notifications. This is why I am getting what I am getting.
I need to find a way to let just the WP Approve User notifications fire and not the Theme My Login ones.
I added some CSS styling to make the error notices stand out on my site:
#bbpress-forums div.bbp-template-notice.error { background: #fff !important; padding: 2px !important; border: solid 4px #000 !important; outline:#ff0 solid 4px !important; border-radius: 0px; } #bbpress-forums div.bbp-template-notice.error li { color: #000 !important; }
I am very happy with that. It is just this issue of bbPress jumping to the top of the topic rather than the actual error notice it has created in the reply forum.
Is there a workaround for that or must it be fixed by bbPress authors?
Not me. And I have that widget.
But I had to delete the caching plugin.
I know that they are busy and have their own more important lives ofcourse! But it is rather concerning that such a major issue has not been acknowledged. If it were not for your generous efforts and others there would not even been a workaround. The issue is really crippling the forum system.
Anyway, I am very grateful for your workaround. That, and uninstalling my cache plugin I now have no issues that I am aware of.
In reply to: User can’t view their own profileJust to let you know that this was a bbp style pack issue. It was discussed here:
https://wordpress.org/support/topic/user-cant-view-their-profile/
The latest update of bbp style pack resolves this problem.
Am I right in saying your trac ticket has not actually been acknowledged yet?
In reply to: Issue with “bbPress Advanced Statistics”Since the function still needed a return value I wrapped the actual
for
loop instead.But I don’t know if it was coincidence or what but i site seemed more sluggish. I have commented that code out even though it worked. Maybe the check is done fairly frequently. I don’t know.
I will leave it for the moment as it is. Worse case scenario is that I switch off showing the last 24 hours activity as there is a setting for that.