Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 58,726 through 58,750 (of 64,448 total)
  • Author
    Search Results
  • #62364

    In reply to: PHP Error Messages

    Tymothi
    Member

    I am getting this error

    Warning: Cannot modify header information – headers already sent by (output started at /home/content/h/e/r/heroalliance/html/bbpress/config.php:64) in /home/content/h/e/r/heroalliance/html/bbpress/bb-includes/pluggable.php on line 164

    I am using PHP5

    #62641
    Sam Bauers
    Participant

    We can continue this conversation over here:

    TalkPress

    Closing this topic.

    #62640
    Sam Bauers
    Participant

    Repost from the dev mailing list:

    As of the last commit at this time (revision 1076), trunk is in an experimental and unreliable state. We are attempting to abstract some functions and classes for easier sharing of code between WordPress and bbPress. This shared code is called “BackPress”, and we’ll probably be mentioning it a few times here and there in Trac and other dev discussions.

    #2835
    Andrew
    Member

    I’m hoping this is straightforward. I’ve integrated BBpress and WordPress at a theme level – ie reusing header and footer. What I would like to do is display different information (such as a link to a user profile) in the header only when a bbpress page is being displayed. Is there a conditional variable I can check with php that would allow me to do this? Which global variable? Thanks.

    #61630
    d00d13
    Member

    “I guess I will go with one of these: https://codex.wordpress.org/Plugins/Forums”

    Where’s the beef?

    #62276
    d00d13
    Member

    I put require_once(‘/home/domain/public_html/gypsylablue/wp-blog-header.php’);

    in bbpress’ config, but it isn’t displaying wordpress’ header in bbpress. Is there anything elso one should do?

    d00d13
    Member

    “I was able to modify the source coding for bbPress to display within a page of WordPress”

    How did you do that??

    #2837
    sydspinnin
    Member

    I installed bbPress into my WP directory such that its index.php lives here: http://stlrevolution.com/teamrev/forums/

    The admin tool seems to work fine. I am able to create topics and whatnot, see users, and all that. BUT, when I click on a topic, I receive file not found message.

    For example, I went to add a new test topic:

    http://stlrevolution.com/teamrev/forums/?new=1

    And when I clicked [Send Post], instead of seeing the post or some other page displayed, I received an error for this url:

    http://stlrevolution.com/teamrev/forums/topic/3?replies=1#post-3

    When I look in the forums folder, there is no “topic” folder, so I’m wondering what exactly I messed up during installation. Please advise. Thank you.

    #61590

    In reply to: How Do I Do This?

    chgogrrl99
    Member

    Hey All,

    I’ve been away for a while…I got an assignment so I had to put my site on hold. But, I’m back.

    I’m only writing today because I really wanted to thank a few people for their help. I would never have gotten as far as I have with my forums if not for them.

    So…fel64, livibetter and, especially Chrishajer, thank you all for your help. Since starting this whole WP and bbPress venture, I’ve constantly been surprised and impressed with just how generous people in this community are with their time and their knowledge.

    Thanks again…I’m sure I’ll be hitting you up again soon.

    _ck_
    Participant

    Can we get an explanation on what this is about

    and where exactly bbPress is being taken? (ie. backPress)

    #58791

    In reply to: How to disable rss ?

    chrishajer
    Participant

    Since it sounds like you’re heavily modifying your install, I suppose you don’t have a problem modifying core files. It makes upgrading to a new version of bbPress more difficult, but you’ve already started down that road.

    How about just changing bb-includes/template-functions.php and modifying what the bb_feed_head function returns (i.e. make it return no rss links at all.) I don’t know if that takes care of everything or not. Maybe it just kills autodiscovery of feeds. But I think in that file is where you would make the changes you want to disable RSS altogether.

    There are rss links in the template files as well, so you should remove those too, so they don’t appear. I think a combination of removing the links from the template and the rss links from the <head> would take care of it.

    Also, I imagine there is a way with a plugin to remove the rss feed links, to avoid modifying core files. I just don’t know how to do that (add a plugin to remove links in the <head>.)

    #58790

    In reply to: How to disable rss ?

    Andrew
    Member

    I am looking for a generalized way to stop all feeds from BBPress.

    Is there a core file I can delete? I deleted register.php to prevent any user registrations (and removed any links to it). Where is the ‘beating heart’ of the RSS so I can rip that out too?

    Note – I was using the private categories plugin which did this nicely but I have migrated to Amember and am coding the security right into the theme.

    #62637
    chrishajer
    Participant

    Not possible or at least not easy to do (I don’t think I’ve seen any one do it.) See here:

    https://bbpress.org/forums/topic/unable-to-log-in-in-iframes?replies=9#post-11051

    #62628
    chrishajer
    Participant

    What version bbPress did you install? I don’t see a line 294 in my bb-settings.php.

    But, the solution is going to be the same as before. I can’t help you with the actual change since I can’t actually find the line you’re talking about.

    #62584

    In reply to: TalkPress

    fel64
    Member

    And woop, backpress.

    https://trac.bbpress.org/changeset/1076

    backPress: BOOM! this will break *everything*

    Things be happnin’.

    #2834
    dag-henning
    Member

    I managed to install bbpress, and its all working well, getting the data from the wpbase. but what i wis to do is to integrate bbpress as a part of my wp site, it should load in the main content frame. is this possible?

    ex: http://www.indexhibit.org/forum/

    here the skeleton of the cms remains after going to the forum.

    help is much appreciated

    #2833
    healthstatus
    Member

    using bbpress .8.3 I can view my main page (http://www.healthstatus.com/health_blog/forums), I can view a latest discussion by clicking on it, but when I click on a forum, I get the message:

    Fatal error: Call to undefined function bb_get_header() in /…../forums/forum.php on line 1

    Second, when I try and add a forum (from the admin screen) it just flashes at me but doesn’t add the new forum.

    #62626
    chrishajer
    Participant

    The bug you have run into is fixed in the latest trunk release, or you can see this thread and this post specifically about the change to make:

    PHP Error Messages

    It’s been discussed before as well:

    https://bbpress.org/forums/topic/warning-invalid-argument-supplied-for-foreach-in-bb-settingsphp-on-line-173

    https://bbpress.org/forums/topic/installation-problem-cannot-modify-header-information

    It’s just a php warning, and your server is configured to show warnings, so you see it. It does point to a problem with the code, but even with the warning, everything still works fine.

    #2832
    danludus
    Member

    I’ve installed the bbpress forum, but I received this error:

    Warning: Invalid argument supplied for foreach() in /var/www/vhosts/etichettando.com/subdomains/forum/httpdocs/bb-settings.php on line 169

    You can see here: http://forum.etichettando.com/

    May you help me, please?

    #2831

    Topic: Theme editing problem

    in forum Themes
    #61676

    In reply to: User Registration

    The bbpress mail funcion is just something I can’t really understand. When I tried to use it with my favorite notification plugin I got some problems, so I decided to hardcode the mail-function into my plugin.

    mail( $userdata->user_email, bb_get_option('name') . ':' . __('Notification'),

    sprintf( $message, $topic->topic_title, get_user_name($bb_current_user->ID), get_topic_link($topic_id) ),

    'From: ' . bb_get_option('admin_email') );

    I just kept it simple there. Did someone of you try to hardcode the mailing into the registration function? Would be interesting to see if it works then?!

    #2828

    Topic: TalkPress

    fel64
    Member

    Not sure who reads the WP feeds, so here’s an interesting snippet:

    Mullenweg says he’ll use the new cash to fund more projects, including a new forums product. Called TalkPress, he said it will be “smaller, lighter, with fewer features but a richer customization API.”

    In other words, it will work a lot like WordPress, which is a basic framework upon which users add the features they really need. Mullenweg some time ago created a forum program, BBPress, and the TalkPress service will be built on that.

    “I spend a lot of time on forums, and they drive me crazy,” he said. “They haven’t changed in 10 years.”

    http://blogs.chron.com/techblog/archives/2008/01/the_importance_of_being_matt.html

    #62393
    Beau Lebens
    Participant

    @starnet – The best way is to have it in an auto-load WPMU plugin, which means stick it in a file called “no-404s.php” or something in wp-content/mu-plugins/.

    #62314
    rslater
    Member

    I am trying to think if there is a work around // using what works .. I.E wordpress. Since the passwords would be the same for both.. Maybe there is an angle I can take there.. Sign them up in wordpress and dump the new users into bbpress to edit profile/ or add the additional bbpress profile fieldsto wordpress profile edit.. Just thinking out loud..

    #62583
    chrishajer
    Participant

    Good question. I’m inclined to say it’s hotmail right off the bat, since they make it through to gmail, but maybe it’s something that bbPress does with the email that hotmail finds objectionable.

    Who does the email arrive from, at gmail (and the first time at hotmail for that matter), and if the mail were rejected, where would the bounced message go? In my installation, emails appear to come from bbpress@domain.com – but that email doesn’t exist, so any mail that fails to get delivered is just gone forever. If your email comes from a real email address, is that address getting rejection emails from hotmail?

Viewing 25 results - 58,726 through 58,750 (of 64,448 total)
Skip to toolbar