Forum Replies Created
-
Hi Stephen ( @netweb ), I actually have a proper website where I have installed bbpress and it is not so easy for me to start building the site again from scratch. I have this problem and I wasn’t sure how to fix it. This is why I came to this site to ask for help. but instead I got accused of lying. Which is really disappointing. All those test sites I built was to demonstrate the problem including the one you found on the internet.
If you are not willing to help or you don’t think the problem is important please do not respond.That’s what happens most of the time on this site anyway and it is better that way.
it is really interesting that I never get any real help from this site. I wish I could delete my account but i cannot. But I have the freedom to leave and that’s what I am going to do.
Regards
Hi I just checked the exact date I signed up with wpengine.com it is 24th November 2013. my theme has a button which says import dummy data and it imports dummy posts. But I did that before installing buddypress and bbpress. Dummy data has its own dates.
But whatever the problem is with my installation, If I replace bbpress 2.5 with 2.3.2 the problem will be fixed.
Hi, I moved to my new host (wpengine) only a week ago, this is new site (http://megm.wpengine.com/). I just created a few days ago. The article you found on the net is quite old and this site no longer exists. I will do a clean install.
Hi @lynqoid, guest user’s password is welcome, it should work, and to see the problem you need to login as subscriber. For the admin user I had to change the password in phpmyadmin because someone logged in and changed the admin password. if you send me an email to oscarpolat at msn.com I will send you the admin password.
Kind regards
Hi Stephen ( @netweb ), Thank you for the quick reply, the issue you mentioned (http://www.kriesi.at/support/topic/bbpress-user-profile-page-problem/) was a different problem, I had to create a page called “blog” for bbpress to work with this theme. After creating this page everything worked smoothly until I upgraded to bbpress 2.4.
To be honest I thought that the problem was my theme, and not bbpress. BUT … this problem did not occur with my current theme until I upgraded to bbpress 2.4. It only happened when I upgraded to new version. In order to demonstrate, I replaced my theme with standard buddypress theme. I also removed all the other plug-ins you mentioned, If you log in now as the guest user you will see this css problem even with the buddypress theme.
If you log out (s2 member is removed) and look at the same forum when logged out the css problem does not occur. Only when you log in as subscriber. (http://megm.wpengine.com/forums/forum/magazine-articles/july-december-2013/)
Kind regards
Hi Stephen ( @netweb ), Sorry for the late reply, I changed my host recently from meditemple to wpengine and it took a while to learn about wpengine platform The same issue is happening in my new test site:
If you go here and login as “guest” user you will see the problem, the same link shows fine when the user is “test” which is the administrator of this site: http://megm.wpengine.com/forums/forum/magazine-articles/july-december-2013/
This link show fine for both users:
http://megm.wpengine.com/forums/forum/magazine-articles/
“guest” user is a subscriber, “test” user is the admin. they both have the same password “welcome”
Thanks for looking at this.
Kind regards
Update: It seems my Mediatemple DV server is not able to handle additional sites, CPU usage went trough the roof at 800%. I need to setup this sites again. I am sorry.
Hi Stephen ( @netweb ), I spent my whole sunday afternoon setting up two test sites where in one of them (http://kooksjournal.net/forums/) I have bbpress 2.5 and in the other one (http://kooksjournal.com/forums/) I have bbpress 2.3.2 installed. I created two users for bothsites.
“guest” user is a subscriber, “test” user is the admin. they both have the same password “welcome”
if you login as “guest” user and visit this forum: http://kooksjournal.net/forums/forum/science-technology/welcome-to-the-science-technology-forum/
you will see that the css is broken, but if you login as admin “test” you will see that the page displays normally.
if you do the same for this forum: http://kooksjournal.com/forums/forum/science-technology/welcome-to-the-science-technology-forum/
you will see that there is no css problem for both “guest” and the “test” user. I hope this helps.
Hi Stephen ( @netweb ), Thanks for helping me. I tried the fix with bbpress 2.5 but it doesn’t seem to be working. The strange thing is if I login as admin, there is no problem. :). I have to go back to version 2.3.2 for now but I will set up a test site with the same problem and give you admin/ subscriber access. maybe it would help you better to see the problem. I will do this on the weekend.
Best regards
Hi @netweb, Thanks for the quick reply. My host is MediaTemple DV. I think they use nginx. I will find out about the versions and post it here as soon as I can. Locally I use windows 7, and google chrome browser.
In reply to: bbpress user profile doesn't showI installed bbpress on a default wordpress theme, and it works fine, I have a feeling that this an issue with my theme. But I don’t know where to even start to solve the problem.
In reply to: bbpress user profile doesn't showI searched the forums again and I found this post which seems like the same problem I am having, but I am not running a multisite,
User profile pages not working (apart from for first administrator)
In form-reply.php after the line:
<div class="bbp-template-notice"><p><?php _e( 'Your account has the ability to post unrestricted HTML content.', 'bbpress' ); ?></p></div>
I inserted
<?php else : ?><div class="bbp-template-notice"><p><?php _e( 'PLEASE NOTE: Your post will be sent to AWAITING MODERATION folder, will be posted if approved!', 'bbpress' ); ?></p></div>
Which is not so good because I am changing the core file. Is there a better way to do this?