Search Results for 'bbpress'
-
AuthorSearch Results
-
June 15, 2008 at 7:40 am #65391
redhousepainter
MemberHey All,
Well, after a day playing around with creating my own template I’ve decided to go with an include. Any tips on including a WP header in a bbPress installation?
June 14, 2008 at 6:13 pm #65364In reply to: bbPress Database Error
chrishajer
ParticipantbbPress requires MySQL 4.0 minimum. I think 3.23 is too low:
June 14, 2008 at 12:06 pm #65390Göran
MemberI have just started a new forum at http://www.goranlindgren.se/diskussion/
I got a letter with the password with my name Göran but could not log in with, only after giving Gran as my name.
You can log in to the key master account with the following information:
Username: Göran
Password: xxxxxxxxxxxx
This is even worse than before as I think it means that if people with common swedish names register they will get log in information that not work.
Help!!!
June 14, 2008 at 10:13 am #65363In reply to: bbPress Database Error
bramruiter
MemberSorry, I don’t check this forum daily, so here’s a late answer:
1. From what I know, it has always been like this. It’s only when I perform a search.
2. The version is bbPress 0.9.0.2 and it was installed somewhere between june 26 and june 31.
3. I didn’t. I only screwed around with the template files.
4. No, they did no update or change whatsoever.
5. Like I said, it was there before the plug-ins, but here’s the list.
Private Forums, BBPress Private Messaging (not working), Post Count Plus – Dynamic.Titles & More!, Akismet, Avatar, Last-Post, Limit Latest Discussion, Bozo Users, BBcode Lite, Move It, Quote, Simple Onlinelist, Allow Images, Human Test for bbPress & Front Page Topics.
6. The second error appears only when someone perform a search. The first error is only noted in the admin area, in the first tab, beneath ‘User Registrations’.
7. Yes. It does happen.
The MySQL version is 3.23.58.
I’m not a big guy when it comes to coding/scripting, so I have no idea what these errors mean. I’m glad somebody wants to help.
June 14, 2008 at 8:57 am #65389Göran
MemberI am very interested in the same question. I also use Mimbo (your implementation is very nice!) and I have just changed the footer wchih was easy. But adding the navigation bar at the top I do not know how to do. In by header.php in Mimbo I have the corresponding lines
<ul id=”nav” class=”clearfloat”>
- /” class=”on”>Start
<?php wp_list_pages(‘title_li=’); ?>
- Diskussionsforum
I have changed Home to Start and added a link to my Forum. If I dont try to list pages with wp_list_pages I could perhaps write a link as I did to my Forum. Would that work?
But the formatting might disappear?
My site is http://www.goranlindgren.se
I am grateful for all suggestions!
I post this to the Mimbo Forum as well.
June 14, 2008 at 6:22 am #65388redhousepainter
MemberSorry, here’s a link to my live site if it helps…
June 14, 2008 at 6:11 am #65387redhousepainter
MemberOkay, the footer was no problem as mine is just some simple links. I’m having difficulty with the nav bar. In my WP theme (Mimbo) I found this code which I think corresponds to the nav bar…
<ul id=”nav” class=”clearfloat”>
- /” class=”on”>Home
<?php wp_list_pages(‘title_li=’); ?>
When I add it to the header.php file in the template I’m building I get a blank page! I read somewhere about adding code to bb-config to get it to accept WordPress functions but that’s what we are trying to avoid right? So what am I missing?
Thanks by the way!
June 14, 2008 at 5:06 am #65386redhousepainter
MemberThanks everyone for the discussion and tips – this is my first time using the bbPress forum and I have a good feeling about it!
I’ve been playing around with various suggested techniques to achieve what I want. It seems as though there are quite a few methods bouncing around the forums – unfortunately none have worked for me. Interestingly enough, none of them mention the ‘my-templates’ rule.
I’ve decided to make my life simpler and just hound you guys until I get it done as you seem to know what your doing! So, going with Sam’s suggestion to create my own them I have…
Set-up locally (in a folder called ‘my-templates’ a bare bones theme – consisting of a css file, a header file and a footer file. My only goal is for my WP header and footer to sandwich the forum.
Where do I go from here?
June 14, 2008 at 5:06 am #65263In reply to: WordPress integration: Logout problem
Billy Wilcosky
ParticipantI am having similar issues. I have followed the steps from kineda.com, and it’s not working for me personally. Well, everything is working. I have fully integrated my wordpress blog and bbpress forum. So, users can sign up and use one username and password for both, works great, BUT, first of all… sometimes I guess the cookie part isn’t working, because I can log in at my wordpress blog, then go to my forum and I won’t be logged in. But, when I first did the integration, it worked. I’d log in at one, then go to the other and already be logged in. So there is that issue, then I am also having an issue every now and then with logging out. If I log out from my bbpress it gives me some kind of header already sent error… But, again, that only happens periodically. So, my issues are odd and they don’t happen all the time
…I’m thinking that most of my issues have to do with the cookies. Has anyone discovered any hints or tips to make sure that my cookie code is correct? The cookie part of my code in my bb-config file looks like this:
$bb->authcookie = ‘wordpress_354420af36a7c3b4f6ad07a79c17612a’;
$bb->cookiedomain = ”;
$bb->cookiepath = ‘/’;
$bb->sitecookiepath = ”;
does all that look correct?
June 13, 2008 at 10:54 pm #65420In reply to: Example of bb-config.php File Wanted
chrishajer
ParticipantThis does not answer your question (sorry, I don’t have integration on that level) but there was a discussion of this recently:
https://bbpress.org/forums/topic/a-little-rant-about-bbpress-followed-by-some-questions#post-16722
While it’s easy to do it like this, by including the WordPress in your bbPress config, it’s not really recommended. It’s quick to do but a lot of overhead as explained by Sam Bauers (one of the developers.)
June 13, 2008 at 9:12 pm #65419In reply to: Example of bb-config.php File Wanted
Sherry Dedman
MemberI’ve already got the database and cookies working correctly and all of that. I was talking about getting the look of it, etc. Those instructions referr to adding code to your bb-config.php file to do the include of the header from your WordPress installation, etc.
If I linked to the wrong instructions, oops. I’ve read and read many posts on integrating the look and they say to add things to your bb-config file, etc. But I don’t know WHERE.
So I’d like to see a completed, working bb-config.php file for someone who was able to do that successfully so that you can include the php get header in bbpress. If that makes sense.
Thanks!
-Sherry
June 13, 2008 at 8:44 pm #65418In reply to: Example of bb-config.php File Wanted
chrishajer
ParticipantI don’t think those integration instructions apply any more. For example, there is no plugin necessary any longer.
Did you try just installing and see how it goes? Install WordPress first, then bbPress. Use WordPress 2.5.1 and bbPress 0.9.0.2 and integration will be no problem.
Once you get basic integration going, you can work on getting bbPress to look like WordPress if that is important to you.
June 13, 2008 at 4:04 pm #65407chrishajer
Participant> Yes, but you can see it does not survive on my forum.
Right you are

Name bbpress_[snipped]
Value chrishajer%7C[snipped]
Host www.dvdvideosoft.com
Path /forums/
Secure No
Expires At End Of SessionI just noticed there is no box at this forum either.
June 13, 2008 at 8:56 am #63273In reply to: Diacritic letters i username? Like Göran
Göran
MemberThank you for trying but it does not work. I placed the plugin in the folder bb-plugins and activated it. Before your answer I tried as “Göran Åsnäs” which was tranformed to “Gran sns” and after activating the plugin I tried as “Örjan Ågrän” which was tranformed to “rjan grn”. No success at all. I run bbPress 0.9.0.2 upgraded from an earlier version yesterday. My forum is at http://www.goranlindgren.se/forum/
This must affect a lot of users, I know at least one other Swedish forum having the same problem and there must be many in other countries as well.
Help would be very useful and appreciated!
June 13, 2008 at 8:18 am #65385chrishajer
Participant1. Cool (thank you), 2. Good, 3. Awesome.
I forgot two other things which may or may not apply with current versions of bbPress. Include the my-plugins and my-templates folders, empty if necessary. Then it sort of makes sense when people are looking and thinking “where do I put this plugin?”
Not sure if the my-* folders are still necessary or if everything goes into bb-* folders now.
There was one more item, but I have lost the thought. Maybe it will come back to me later.
EDIT: oh yeah. Why not include the code for search in the template, just commented out? I know there is one camp for tags and one for search, but people asking how to add search is a fairly common thing too. It’s built in, so why not just put it in the template, and comment it out if you don’t want to default to having it turned on?
Why not something like:
<?php
/* uncomment this to show the search box
search_form( $q );
*/ ?>June 13, 2008 at 6:43 am #65413In reply to: WordPress Changeset 8069 – No bbPress Login
lazy79
MemberHi chrishajer,
yes you
re right but im using the wordpress trunk and bbpress – and there are changes to the cookie handling again in wp. bbpress will follow soon, i think.thank you very much for taking care of it, sambauers

have both a nice day

Chris
Sam Bauers
ParticipantThat’s a fairly serious accusation and warrants an investigation if true. Can you be more specific please?
bbPress does a lot of filtering of user input to avoid these things. What part of bbPress was exploited? A topic, a profile?
Code injection in bbPress installs is usually a symptom of insecure shared hosting, not bbPress itself.
June 13, 2008 at 3:33 am #65417In reply to: posible attack and bbpress error.
Sam Bauers
ParticipantI’m pretty sure that’s not a problem security wise as far as bbPress is concerned.
That code you refer to is being rewritten for another reason at the moment.
June 13, 2008 at 3:30 am #65384Sam Bauers
Participant- I have a project on the backburner which deals with this.
- This is a lot harder, but the user role map goes a long way to adressing this.
- It’s in the works for 1.0
June 13, 2008 at 3:24 am #65412In reply to: WordPress Changeset 8069 – No bbPress Login
Sam Bauers
ParticipantYes, WordPress is changing it’s cookie structure yet again.
We will be up to speed with that shortly.
June 12, 2008 at 8:04 pm #62949geld_lenen
MemberDepends on your domain. It takes about 1 week of the frontpage.
All subject can take 3-4 weeks I think!
June 12, 2008 at 4:43 pm #3495Topic: posible attack and bbpress error.
in forum Troubleshootingteayudoes
MemberHi and thanks for bbpress and the plugins.
I integrated wordpress and bbpress in my site with some plugins.
In the log of my host I find this error:
[Thu Jun 12 13:57:36 2008] [error] PHP Warning: parse_url(/2008/06/urlofpostofwordpress//appserv/main.php?appserv_root=http://www.cdpm3.com/id.txt???) [<a href='function.parse-url'>function.parse-url</a>]: Unable to parse url in /home/teayudoe/public_html/foros/bb-includes/functions.php on line 1794I have the same errors with anothers urls/scripts
http://www.iglesialcs.cl/newweb/cache/id2.txt
And the last week I saw other similar errors
I investigated the urls and I think are script to attack servers
I’m not worried about the safety of my site, I believe that these script can not do anything, what I am wrong?
It is possible to fix the error by putting @ forward parse_url functions.php on line 1794 (http://derekgendron.com/blog/?p=33)
I have to worry?
Thanks
Pd. Sorry for my english. The English is not my mother tongue
June 12, 2008 at 4:25 pm #65349In reply to: wordpress not allowing bb-admin access
davidbaldwin
MemberI added
<?php get_header(); ?>
<?php bb_get_header(); ?>to the beginning, and
<?php bb_get_footer(); ?>
<?php get_footer(); ?>to the end.
obviously, this calls both the wordpress and bbpress headers.
that makes everything work, except for the wordpress search engine.
any ideas?
thanks!
June 12, 2008 at 2:00 pm #65383chrishajer
ParticipantSam, that’s a good point. Thanks.
I would say that the number one request is for people to make their bbPress look like their WordPress. Lots of people are just using a WordPress template they found, so they’re not really up for customizing bbPress, since they really didn’t customize WordPress in the first place.
If there were an easy way to make their bbPress look like their WordPress it would answer a lot of requests. I think that’s why people are sometimes drawn to a WordPress forum plugin, since then it’s just a WordPress page and it looks like the rest of their site.
1. Make bbPress look just like the WordPress it’s integrated with.
2. Make the logins work in both places (with proper roles and capabilities.)
3. .htaccess with mod_rewrite rules, out of the box, for permalink support.
With those three things, the number of support requests per day here would go down dramatically.
June 12, 2008 at 1:47 pm #65411In reply to: WordPress Changeset 8069 – No bbPress Login
chrishajer
ParticipantNot sure which versions you’re running, but cookies are compatible in bbPress 0.9.0.2 and WordPress 2.5.1. They changed the cookie hash method. If the changeset is equivalent to 2.5.1 (my /tags/2.5.1 WordPress installation is changeset 7835) then the cookies should work, so long as you’re using bbPress 0.9.0.2.
What bbPress version are you using?
-
AuthorSearch Results