Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 56,951 through 56,975 (of 64,430 total)
  • Author
    Search Results
  • #3499
    onekopaka
    Member

    I got to step one of the bbPress installer and I get this:

    Fatal error: Call to undefined function wp_specialchars() in /Users/onekopaka/Sites/bbpress/bb-includes/wp-functions.php on line 35

    Should I remove the call or do i need to find where it is defined?

    I have a subversion installation of WordPress which works excellent. should i replace the wp-functions.php in bbPress with the WordPress one?

    Hey 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?

    #65364

    In reply to: bbPress Database Error

    chrishajer
    Participant

    bbPress requires MySQL 4.0 minimum. I think 3.23 is too low:

    https://bbpress.org/about/requirements/

    #65390
    Göran
    Member

    I 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!!!

    #65363

    In reply to: bbPress Database Error

    bramruiter
    Member

    Sorry, 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.

    Göran
    Member

    I 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.

#65388

Sorry, here’s a link to my live site if it helps…

http://phauxshow.com/

#65387

Okay, 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!

    #65386

    Thanks 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?

    #65263
    Billy Wilcosky
    Participant

    I 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?

    #65420
    chrishajer
    Participant

    This 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.)

    #65419

    I’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

    #65418
    chrishajer
    Participant

    I 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.

    #65407
    chrishajer
    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 Session

     

    I just noticed there is no box at this forum either.

    #63273
    Göran
    Member

    Thank 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!

    #65385
    chrishajer
    Participant

    1. 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 );
    */ ?>

    #65413
    lazy79
    Member

    Hi chrishajer,

    yes youre 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

    #62612

    In reply to: TalkPress

    Sam Bauers
    Participant

    @geld_lenen

    That’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.

    #65417
    Sam Bauers
    Participant

    I’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.

    #65384
    Sam Bauers
    Participant

    1. I have a project on the backburner which deals with this.
    2. This is a lot harder, but the user role map goes a long way to adressing this.
    3. It’s in the works for 1.0

    #65412
    Sam Bauers
    Participant

    Yes, WordPress is changing it’s cookie structure yet again.

    We will be up to speed with that shortly.

    #62949
    geld_lenen
    Member

    Depends on your domain. It takes about 1 week of the frontpage.

    All subject can take 3-4 weeks I think!

    #3495
    teayudoes
    Member

    Hi 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

    #65349
    davidbaldwin
    Member

    I 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!

    #65383
    chrishajer
    Participant

    Sam, 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.

    Viewing 25 results - 56,951 through 56,975 (of 64,430 total)
    Skip to toolbar