I cant figure this one out. Linux based users can post but windows users cant. When they try to post it acts like it did as it bring them to the screen the says reply to this post. It even has the post title above like it made it but there is no content listed like when a normal post works. Then if you look it isnt there in the forum. Whats really weird is when I had attachments enabled it would put the image they tried to put to the post in the media library but no post appears just like regular posting. Ive personally tested this with several different computers at different people houses so it is not IP based problem. Hosting account has connections wide open. I removed all other plug-ins but still same problem. Deleted bbpress and reinstalled.. still same problem. Site is viragohelp.com. Please help I am at a standstill until I can get this resolved. Thanks in advance to anyone who replies.
Linux users can post but windows users cant
Published on May 18th, 2015 by viragohelpcomWhere are my RSS Feeds?
Published on May 18th, 2015 byHey,
I’ve got bbpress installed in combination with Buddypress. See here in our staging are:
http://staging.theworshipcommunity.com/forums/
Where are the links to RSS feeds? I’ve spent an hour searching and reading various threads here, and see that you can BUILD RSS feeds manually … but I’m wondering where I can find a plugin or widget that has them? For example, right here in the bbPress forums, there is a “Forum Feeds” section in the sidebar, as well as “Tags”, etc .. where is that coming from? I don’t seem to have any widgets in my install that let me put those anywhere.
BBPress OP background different color
Published on May 18th, 2015 by RapforthemomentHey guys. I was wondering how I can make the original forum posters background color a different shade than the replies of other users. Say #f5f5f5.
Receiving “Notice” in back-end for set_current_user hook
Published on May 16th, 2015 by Tonya MorkHey bbPress Gang,
I just wanted to report a minor issue of a Notice that is being thrown for the hook in actions.php on line 48:
add_action( 'set_current_user', 'bbp_setup_current_user', 10 );
I handled it in the core plugin like this:
add_action( 'plugins_loaded', function() {
remove_action( 'set_current_user', 'bbp_setup_current_user', 10 );
add_action( 'wp_set_current_user', 'bbp_setup_current_user', 10 );
});
For your issues team, here is the notice:
Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /Users/tonya/Sites/sandbox/wp-includes/functions.php on line 3560
Looking at set_current_user, it was depreciated.
Cheers! </>
Tonya
The visual editor
Published on May 16th, 2015 by Jake HallJust out of interest, could someone explain to me why it was disabled in bbPress?
It has a couple of bugs, and it is called within an iframe(holy crap, right?) which has immediately put me off using it, a visual editor is absolutely vital for a forum software and it is not part of bbPress – even though WordPress has a very good Visual Editor as part of its core code.
Why is the visual editor not enabled within bbPress, are the core guys working on it? Milestone?
Problem with page title wrapper
Published on May 15th, 2015 by lolomarchalHi
We have a problem with the title wrapper of themeforest oblivion template. For some strange reason, the title wrapper randomly choose the title of a blog post.
You can see in this page: http://rolero.org/comunidad/
I have been obligated to change the name of the post to “comunidad”. Anyone knows anything about that?
Adding search bars to topics
Published on May 15th, 2015 by arrangedlettersHi there,
I was wondering if there was a way to add a search bar to the top of a topic? There’s only one displayed on the forums main page but I can’t seem to find away to make it appear at the top of specific topics.
Hopefully I’ve been clear enough… If not let me know!
Any help would be greatly appreciated!
Cheers
Thumbnails Category
Published on May 15th, 2015 by Ricsca2How do I embed Thumbnails in front of the categories?
Thanks
Forum Counts
Published on May 15th, 2015 by Vignesh MHi there This my public page(http://test06.aachicargo.com/members/) I viewed all members on this page….. if someone enter onto my site to this page URL (http://test06.aachicargo.com/members/) means have to see who are all the members and let know each members how many topics,forums,replies created??
For example….
1. Jared Delprat
Total Number of forums Published by user: 3
Total Number of Topics Published by user: 5
Total Number of Replies Published by user: 12
2. Richard
Total Number of forums Published by user: 8
Total Number of Topics Published by user: 10
Total Number of Replies Published by user: 24
3. John
Total Number of forums Published by user: 10
Total Number of Topics Published by user: 13
Total Number of Replies Published by user: 14
so…………and so……
This above example of method i want to view on that page..
some forum users suggest me to used bbtopic count plugin. I also tried bbtopic count plugin but that plugin concept is when user enter logged onto his profile only view as all counts… but i don’t want that type…
Please give me a solution..
Advance Thanks!!!!!
Forum notification emails – turning off and on
Published on May 15th, 2015 by cwhelanHow can you modify email notification settings for a group of subscribers? We have members that run through Ontraport and PilotPress and when their membership expires they no longer have access to the member site which includes the forum. But, they continue to receive email notifications. There was an automation set up at one time to process these students who expired. But that does not seem to be working any longer and the person who set this up is no longer with the company.
Only part of the process documented is:
After each group of students is expired this process needs to be run manually to change the email notification settings of all members of role “Subscriber”
WP -> Tools -> Handle Subscribers -> press button
This may take a few minutes to run.
Even the manual process as a student of modifying the email notifications settings is not showing up. I’m not sure why. It does when logged in under the administrator log-in. But, not as a student, so giving them instructions to modify their own settings won’t work.
So – goal is to have a process set up to auto turn off all email notifications of students whose membership has expired. Is there a way to do this?