Search Results for 'bbpress'
-
AuthorSearch Results
-
February 24, 2010 at 5:07 pm #83300
chrishajer
Participantyay ashfame!
February 24, 2010 at 5:06 pm #83299Ashish Kumar (Ashfame)
ParticipantThanks Chris! Back to the topic now.
February 24, 2010 at 5:04 pm #83298chrishajer
ParticipantAshfame, this is the post that got you caught by Akismet:
I’m guessing because of all the links. You’re not a bozo, but the posts were being caught by Akismet.
February 24, 2010 at 5:00 pm #85399In reply to: I have been marked as spam
chrishajer
ParticipantAshfame, I cannot affect your account status. I can only moderate posts.
February 24, 2010 at 4:36 pm #85279Marius-
MemberI have said this before, downgrading is not an option.
Why even have two versions for download, if you all want us to donwload 0.9?
You say backwards compitability never has been a goal. What I fear is that, lets say some time in the future I decide to upgrade to a new version of BBPress. With a completely new theme, and possibly reinstall it. Will I be able to keep the users and posts?
–
And I have to say, polls, image support and text formatting is standard. Its what everyone has used on forums for ten years. So theres no reason they shouldnt be included as standard, from my point of view.
Also, please stop banging the drum that BBpress is not ready for use if you have no skills etc. I think you are destroying your userbase by doing this. You are scaring people away, and its not true either. I have pretty much zero skills, and have managed to get a pretty decent looking forum up and running.
February 24, 2010 at 3:58 pm #85385In reply to: cannot edit forums
chrishajer
ParticipantPost a link to your bbPress site please.
February 24, 2010 at 1:00 pm #83295kevinjohngallagher
MemberIt definately appears to be an issue between BackPress and WP about how the cookies are set.
One of the things i’d suggest would be to edit your bbPress login form to point to your wordpress login form but with the re-direct you want. That way no matter where someone logs in, it’s always from the same place. At least this loses the unknown factor.
Mental that we have to do this…
Easy integration with your blog
the most important thing we need to figure out is how to integrate bbPress better with WP
February 24, 2010 at 12:03 pm #83294Ashish Kumar (Ashfame)
ParticipantI tried! Had no luck!
I commented out everything that I added and I am getting some interesting results. Its integrated now. I can access everything except a small behavior.
When I login from bbPress side, if I try to access
http://needaproject.com/wp-admin/I can get to the dashboard but if I try to access the URL likehttp://needaproject.com/wp-login.phporhttp://needaproject.com/wp-login.php?redirect_to=http%3A%2F%2Fneedaproject.com%2Fwp-admin%2FI get the login screen. It doesn’t recognize that I am logged in.OMG!! bbPress is so much screwed up when it comes to issues.
February 24, 2010 at 11:58 am #82418In reply to: CollegeTimes – integrated WordPress and bbPress
Meraj Chhaya
MemberWho did your design? I’m looking for a bbPress expert to help me, but I can’t find anyone up for a paid job.
February 24, 2010 at 11:09 am #83293kevinjohngallagher
Memberoooh i forgot somethings:
I also have this in my WP-config:
// This is meant to help BBpress
define(‘COOKIE_DOMAIN’, ”);
define(‘COOKIEPATH’, ‘/’);
Again, not totally sure these are neccessary, but once you have something that works you stick with it
February 24, 2010 at 10:21 am #83292kevinjohngallagher
MemberMorning lads and lasses,
I can’t replicate this problem with an existing/live website, but i may have some suggestions. From the time of the 0.9 to diffrent versions of WP (and SuperAnn and _ck_’s plugins), i’ve found i end up putting in a huge amount of data into my bb-config.php file, and then force everyone to login via wordpress (that way i know i’ve only got 1 point of failure).
If you can’t access the bb-admin admin area when being logged via wordpress try making sure these values are in your bb-config.php file.
define(‘BB_SECRET_KEY’, ‘bb_secret_key’); // Change this to a unique phrase.
define(‘AUTH_KEY’, ‘auth_key’);
define(‘LOGGED_IN_KEY’, ‘loggedinkey’);
define(‘BB_AUTH_KEY’, ‘authkey’);
define(‘BB_SECURE_AUTH_KEY’, ‘secureauthkey’);
define(‘BB_SECURE_AUTH_SALT’, ‘secureauthsalt’);
define(‘BB_LOGGED_IN_KEY’, ‘loggedinkey’);
define(‘BB_SECRET_KEY’, ‘secretkey’);
define(‘BB_SECRET_SALT’, ‘secretsalt’);
define(‘BB_LOGGED_IN_SALT’, ‘loggedinsalt’);
$bb->wp_siteurl = ‘http://www.**********.com/’;
$bb->wp_home = ‘http://www.**********.com/’;
$bb->wp_table_prefix = ‘wordpress_’;
$bb->user_bbdb_name = ‘**********’;
$bb->user_bbdb_user = ‘**********’;
$bb->user_bbdb_password = ‘**********’;
$bb->user_bbdb_host = ‘localhost’;
$bb->custom_user_table = ”;
$bb->custom_user_meta_table = ”;
$bb->authcookie = ‘wordpress_’;
$bb->cookiedomain = ”;
$bb->cookiepath = ‘/’;
$bb->sitecookiepath = ”;
$bb->wp_table_prefix = ‘wordpress_’;
$bb->WP_BB = true;
/* Stop editing */
I know this may sound daft, and i can’t pin point the technical reason for it, but with the combination of WP moving to a different security routine in WP2.7/2.8 and bbPress moving to BackPress i find that having that extra data in and predefined has solved 99% of my login issues.
I think, and those of you more technical than i am may debunk the idea, that bbPress does a “double dip” where it tests you as having a cookie on the front end and that the name is associated with a key master or admin, but then on the backend it actually checks your admin credentials against the WP database and cookie has and thats what fails (who do we thank for backPress??).
Sadly bbPress admin area (or any admin function) doesn’t give error messages, so the exact issue we won’t know unless you can run a profiler.
Give my additional code a try, and we’ll see if that makes a difference.
Kev
February 24, 2010 at 7:13 am #33270rlebowitz10463
MemberHi,
I am using bbpress for my forum page, located at polina-such.freehostia.com/bbpress.
I am using the cool TooNewsy theme. (http://www.bbpressthemes.net/too-newsy/)
The only problem I have been having is that I cannot extend my header across the page without it somehow knocking the sidebar under the forum posts! I want the sidebar to stay where it is, but I also need the header to stretch across the page and not end prematurely.
I have tried for days to fix the css to no avail. I have also tried reaching out to the developers but have not as of yet gotten a response.
I would greatly appreciate it if anyone here can help. Thank you very, very much!
Robert
February 24, 2010 at 2:11 am #85204r-a-y
ParticipantI’m going to try to answer the OP’s questions.
What is the advantage, of any, of having BBPress either instead of or in addition to BuddyPress?
Advantages of using bbPress – using bbPress plugins, forum categories and sub categories. If you want the traditional forum, go with bbPress.
BuddyPress’ internal bbPress relies on a concept called “groups” (similar to Facebook). You need to create a “group” in order to create a group forum. BP’s internal version of bbPress also uses a flat structure, you cannot categorize group forums into categories (as of now). Also, out of the box, you’ll need to port bbPress plugins to WP/BP in order to use them. Not many bbPress plugins have been ported to BP as of yet.
Advantages of using BuddyPress – template matches the rest of your site. Social networking in a box for WP (if you need it). Check out http://testbp.org/forums to view the forum layout.
Will (bbPress) now work with a straight WordPress install, or is it tied to WordPress MU at this point?
Works in both instances. bbPress integration plugin handles this fine.
(With the upcoming integration of WP and WPMU, at this juncture I simply don’t want to go through the hassle of installing MU.)
BuddyPress 1.2 is now supported by regular WP, so no need to install WPMU if you don’t need it.
February 24, 2010 at 1:15 am #82111In reply to: BBPress Polls for 1.02 or other polls working?
johnhiler
MemberThe plugin works for me in bbPress 1.0.2. Is that the version you’re using?
If so, it’s probably going to rest on you: you most probably have a theme or plugin conflict.
February 24, 2010 at 12:17 am #82110In reply to: BBPress Polls for 1.02 or other polls working?
Marius-
MemberWell, hopefully the solution to this problem isnt entirely on my shoulders.
There are other people experiencing the same out there. Maybe someone can figure out how to solve this on their own. Without my participation. *Crossing fingers*
February 23, 2010 at 11:22 pm #82109In reply to: BBPress Polls for 1.02 or other polls working?
johnhiler
MemberSorry man, I’ve done as much remote diagnosis as I can!
If you’re not comfortable having a volunteer from here access your server (which I totally understand), you may want to hire someone? Either way, you should do a full backup of your entire database and files first!
Good luck…
February 23, 2010 at 11:16 pm #82108In reply to: BBPress Polls for 1.02 or other polls working?
Marius-
MemberCan this have something to do with Ajax support failing, server-wise?
February 23, 2010 at 11:12 pm #82107In reply to: BBPress Polls for 1.02 or other polls working?
johnhiler
MemberI was able to get the Polls plugin working on a 1.0.2 install…. so it should be possible.
You shouldn’t be editing the original template under /bb-templates/. You should move your custom theme to under /my-templates/, and then re-upload the old Kakumei under bb-templates.
It’s very helpful to have Kakumei around, when you’re attempting to eliminate themes as a source of conflict with plugins.
February 23, 2010 at 11:08 pm #82106In reply to: BBPress Polls for 1.02 or other polls working?
Marius-
MemberYeah, I havent made a separate theme. I´ve edited the original Kakumei that came with the software. So theres no “default theme” any more. Just one.
It seems you ran into this problem on other setups too, didnt you say so? Cause I see you´re doing the process of elimination, but I´m not the only one having this problem, so it must be something more universal.
February 23, 2010 at 11:03 pm #82105In reply to: BBPress Polls for 1.02 or other polls working?
johnhiler
MemberAll I was going to do was activate the original Kakumei theme and then re-test poll creation. Then de-activate Kakumei and go back to your original theme.
I know you mentioned you only changed the CSS, but even that could cause issues. So thought I’d try that, and also review your list of plugins to look for compatibility conflicts.
Feel free to try that stuff yourself! And good luck…
February 23, 2010 at 11:00 pm #82104In reply to: BBPress Polls for 1.02 or other polls working?
Marius-
MemberWell I appreciate you trying to be helpful. I just cant hand out important stuff like that without knowing exactly how and when it will be used.
–
After this topic was created, I had a guy that registered on my forum to diss MJ and stink up the place by calling him a pedophile etc. Not much fun for the other members.
February 23, 2010 at 10:58 pm #82103In reply to: BBPress Polls for 1.02 or other polls working?
johnhiler
MemberAh sorry, I don’t really do IM support. Was just trying to be helpful…
I wouldn’t worry about 1.1… once you have something working, you don’t necessarily need to upgrade to the latest version unless you want to.
Re: 1.1, Matt’s update last week about the upcoming version didn’t mention polls: “[The] 1.1 release will include email notifications and anonymous posting, both of which are in trunk and would appreciate testing and patches. After that it’s bug fixes, and release.”
https://bbpress.org/forums/topic/whats-happening-with-bbpress/page/5#post-64400
But I could’ve missed something!
February 23, 2010 at 10:52 pm #82102In reply to: BBPress Polls for 1.02 or other polls working?
Marius-
MemberWell, add me to msn in case then: marius @ reager .no
I need direct contact for this type of deal.
But I asked earlier: is this worth it? Making an old plugin work?
Or should I forget about it, and wait for bbpress 1.1? Cause I understand a poll feature will be included there…
February 23, 2010 at 10:33 pm #85344yoyopop
MemberI echo the above comments – am transferring a phpbb forum to bbpress at the moment and it’s so refreshing!
February 23, 2010 at 10:29 pm #54469In reply to: Akismet False positives
LizFilardi
Memberhey, can i use the same wordpress API key for my wordpress and bbpress integrated sites?
-
AuthorSearch Results