Search Results for 'bbpress'
-
AuthorSearch Results
-
June 14, 2008 at 8:57 am #65389
Gö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 i
m 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 1794
I 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?
June 12, 2008 at 1:43 pm #65382Sam Bauers
ParticipantKeep in mind though that including WordPress inside bbPress is an incredible overhead for what is just a modification to the presentation layer.
The most lightweight solution is to create your own theme in my-templates which extends the default theme. Any file that is not found in your own theme simply falls back to using the default, so your theme could consist of as little as a style.css file (which could itself simply import the default themes style.css – see kakumei-blue theme for an example of how to do that), a header file and a footer file.
June 12, 2008 at 1:40 pm #65401chrishajer
ParticipantThat doesn’t happen in my 0.9.0.2 installation. Maybe it’s a cookie problem, since that is how bbPress knows you’re already logged in (via a cookie.)
Need more information on your installation. Can you post a link to your forum so others can try it?
June 12, 2008 at 10:17 am #58898bo-fiddlesticks
MemberUnfortunately, Detective’s solution doesn’t work with the latest versions. I’m experiencing the same issues (integrated scenario):
User registers on bbpress and logs in there
User can acces the WP Site Admin section, but it says: Welcome, . (a space instead of the user name)
User comments are registered as ‘Anonymous’
I noticed the only way to fix this is to go to WP user management panel, editing and saving the user.
So the user has to be actively (and manually
) updated to have his name listed under his comments.
I haven’t found any way to avoid this, but if anyone can I’d be much abliged!
June 12, 2008 at 6:27 am #3492Topic: WordPress Changeset 8069 – No bbPress Login
in forum Troubleshootinglazy79
MemberSince the latest Trunk changes (Changeset 8069) in WordPress Core, the bbPress Login (if shared with WordPress) is not working anymore.
I think its because of the logged_in cookie, isn`t it?
I know, trunk.. but 2.5.x will sure come soon
Have a nice day
Chris
-
AuthorSearch Results