Search Results for 'bbpress'
-
Search Results
-
How does bbpress differ users and so their replies and topics under “my replies/topics”?
I’m just checking my site and recognized that for regular users at “My replies” the replies of all users (instead of the one currently logged in) are displayed. As I created all users as admin for purpose of testing only, they have different usernames but all the same IP.
Hello, i put bbpress with the plugin wp social login, well, when I activate the plugin and put to login with facebook, twitter and google…. I have to put ID, and secret Key, to cofigurate….
Well. I activate the plugin, and a few hours later, I check that the people click in face,twitte or google to login to writte, INSIDE TO MY WORDPRESS PANEL CONTROL!!!
What happend? how can I configurate my plugin that the people register to writte in bbpress, no inside in my private blog!
Topic: Change from Mingle Forum
Hi there, right now I’m using Mingle Forum for my website. But this is becoming unstable. I’d like to install bbpress but will my data and topics stay intact?
I am trying to make a single page where users can choose to subscribe or unsubscribe to their forums (see https://bbpress.org/forums/topic/manage-subscriptions/). I’m pretty new to php/java, so please excuse me if this is obvious.
Basically, I have 3 forums (79, 80, 81). I have a button for each forum. When the user clicks a button, I use AJAX to run a php script. The php script is used to either subscribe or unsubscribe the user depending on whether they are already subscribed or not.
My problem is that when a user is subscribed, I’m not able to remove their subscription, and vice versa. When I click a subscribe button, the php code executes, it is able to determine if the user is subscribed, and the if statement executes properly. My problem is that bbp_add_user_subscription and bbp_remove_user_subscription return false every time.
Any help is greatly appreciated. The PHP and java script are below.
<?php if (isset($_POST[‘action’])) { $forum = $_POST[‘action’]; $forumint = 0 + $forum; $subs=bbp_is_user_subscribed_to_forum($user_id,$forum); if($subs==false) { //if user not subscribed, then subscribe $add=bbp_add_user_subscription($user_id,$forumint); } else { $rmv=bbp_remove_user_subscription($user_id,$forumint); //do_action(‘bbp_remove_user_subscription’, $user_id, $forumint) } echo ‘forum ‘; var_dump ($forum); echo ‘subscribed ‘; var_dump ($subs); echo ‘add ‘; var_dump ($add); echo ‘remove ‘; var_dump ($rmv); echo ‘foruminteger ‘; var_dump ($forumint); exit; } ?> <?php <!– initiate all buttons –> <button id=”790″ class=”button” onclick=”Subscriber(‘790’)”>Subscribe</button><br><br> <button id=”800″ class=”button” onclick=”Subscriber(‘800’)”>Subscribe</button><br><br> <button id=”810″ class=”button” onclick=”Subscriber(‘810’)”>Subscribe</button><br><br> <!– change button text on load based on user subscription –> <script> $( document ).ready(function() { $( “.button” ).click(function() { var ForumID = $(this).attr(“id”)/10; $.ajax({ //url: ”, // url is empty because I’m working in the same file data: {‘action’: ForumID}, type: ‘post’, success: function(result) { alert(“action performed successfully”); //this alert is fired $(‘div#result’).text(‘Button clicked: ‘ + result); } }); }); }); </script>Topic: I can not see this….
Hello, I have bbpress in my blog, well, i want to put login with facebook,twitter and google. I dowload social login and wp social login, but I can not see nothing, i can not see any logo, and nothing, It is like I have install but do not appeare in any places, I configurate all plugins (I try both).
Why I can not see the login with this plugins?
I tried to create two pages with [bbp-login and bbp-register] but nothing, I can not see nothing for registrer or login.
Topic: Replies Pretty Permalinks
Hello, I’m setting up a forum in my site using bbpress 2.5.8.
I’ve set the permalinks to include the post-name and it works fine with forums and topics, however when I see the permalinks of the replies these are set with the id (eg. site/forums/reply/6117) and these replies don’t have a title.
How can I set the title to be as some others I’ve seen: reply-to-topic and use this in the URL instead of the ID (eg. theme-fusion.com/forums/reply/reply-to-how-to-change-language-of-avada-theme/) in case I want google to index the replies?
Thanks in advance.
Notification emails to administrators for new topics and replies have been arriving in our emails, but Content: is missing the text, it is blank. This started 9/9/15, about 4 hours after the last ok notification.
The format of the notification emails is still correct, they are grabbing the topic title, the correct topic url and the “posted by” but the content is missing.
I checked the Forum settings in Settings and all settings are correct, have not changed. I re-saved them in case there was a hiccup but that did not change anything.
I see that someone else reported this about a year ago but wasn’t able to have any success fixing it.
https://buddypress.org/support/topic/notification-still-not-being-displayed/I was thinking it might be helpful to run one or more Repairs, but I thought I had better check here first before just randomly clicking on “repairs” in an effort to fix this.
Any suggestions you can provide will be helpful. We really really depend on these bbPress notifications. We provide 24/7 assistance to dog owners who have very sick dogs and the emails are a critical part of doing that.
thank you, matocaSo I am new to bbPress. I am on the Kleo theme along with BuddyPress and iMember360.
I have automatically set all my users to spectator when registered, and I am going to setup a script to switch them to participant later.
But right now, I notice spectators can post! From what I have read, spectators should only be able to spectate.
I haven’t messed around with bbPress except for adding the visual editor, and styling the attach link modal.
What’s the deal?
I’m having all sorts of html code show up as part of bbpress email notifications. Worst when the text is pasted in from other webpages or emails, but that’s unavoidable with lots of people using a forum.
Even random characters when someone types directly in the editor.
I’m using wordpress’s built in mce editor with only visual mode available. Latest versions of wp and bb. Are there any solutions to fix this?
Example:

Thanks in advance! Rich
Hi all, is there any way to restrict that email notifications in a topic only apply to 2nd level replies to my reply? And not for other users replies on the same topic.
I don’t want to receive notifications of other replies in the topic I have replied.
Running:
– WordPress 4.1.5
– bbPress: 2.5.6Thanks in advance!
