Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 39,426 through 39,450 (of 64,515 total)
  • Author
    Search Results
  • #104275
    thebreiflabb
    Member

    I made it work in a way using this:


    <?php
    /*
    Plugin Name: BBTexCode
    Description: [tex][/tex] to image
    Plugin URI:
    Author: Sondre Kjøniksen
    Version: 1.00
    */

    function bb_tex_replace( $text ) {
    $text = preg_replace('/[tex](.*?)[/tex]/ie', "'<img src="/cgi-bin/mathtex.cgi?'.rawurlencode('$1').'" align="middle" />'", $text);
    return $text;
    }
    add_filter('post_text', 'bb_tex_replace');
    ?>

    Though I still have a problem, it seems bbpress strips backslashes when adding the post to the DB. Is it possible to do so bbpress skips stripping backslashes from [tex][/tex] tags? At the moment it works if I write double backslashes like: [tex]\LaTeX \frac12[/tex] But it is kind of annyoing having to type double every time.

    #98990
    csabamarosi
    Member

    There is something wrong with your site, it says fatal error so the plugin is kinda unreachable. :)

    #104090
    csabamarosi
    Member

    There is something wrong with your site, it says fatal error so the plugin is kinda unreachable. :)

    #99179

    In reply to: WPMimic V.1

    citizenkeith
    Participant

    In fact, bbPress is becoming a WordPress plugin. There has been a LOT of development in the last 4 months. More info here:

    https://bbpress.org/forums/topic/bbpress-plugin-updates

    #104279

    In reply to: WPMimic V.1

    citizenkeith
    Participant

    In fact, bbPress is becoming a WordPress plugin. There has been a LOT of development in the last 4 months. More info here:

    https://bbpress.org/forums/topic/bbpress-plugin-updates

    #99223

    In reply to: bbpress AND buddypress

    intimez
    Participant
    #104323

    In reply to: bbpress AND buddypress

    intimez
    Participant
    #37368
    razy69
    Member

    Hi,

    I add a bbpress forum to my wordpress site, i share account and other, but i want to share wordpress avatar.

    I use this plugin in wordpress “Profile Pic” v.0.9.2

    How can i share it?

    Thanks

    #99161
    MarkClark123
    Member

    This is not turning out to be a very fruitful venture (installing bbpress and getting it to look like my WP site). Thanks !!!!!!!!!

    Mark Clark

    http://www.6passengervehicleshq.com

    #104261
    MarkClark123
    Member

    This is not turning out to be a very fruitful venture (installing bbpress and getting it to look like my WP site). Thanks !!!!!!!!!

    Mark Clark

    http://www.6passengervehicleshq.com

    #37367
    jwindhall
    Member

    Seems more than likely that this has been covered over and over, though I can not find an answer.

    I need to install both Buddy press and a full installation of bbpress (not just the push and play version via the WordPress admin panel.) Why? I need more then one catch forum, or subform… Or whatever you’d like to call it. The one big forum doesn’t work for me.

    I’ve been able to get them installed just fine, I just can’t get them to honro each other. the user comes to the home page and logs into buddypress. The bbpress install does not honor this account. How do do this?

    #94907
    Chuck Mac
    Member

    Ok well I ran my issue down a little further. The topics added are not showing up in the frontend topic list because the _bbp_topic_last_active meta key is not being set. I manually set it for one of the topics and it worked.

    Why that postmeta key is not being created, not sure yet. I see a bunch of other ones for that post id (_bbp_topic_reply_count, _bbp_topic_hidden_reply_count, etc) so doesn’t seem like its across the board for the meta keys.

    #37364

    Topic: WPMimic V.1

    in forum Themes
    Vietson
    Member

    So its been a year plus since I visited this forum, I noticed that a couple of people are using WPMimic and are probably hating it. Anyhow, I opened up the theme and spend the last day or two reworking the theme to work with current version of bbPress. I’ll post the download link to the download link this friday (02/04/11) finish or not.

    Sad to see that bbPress hasn’t grown much even after a year of no visitation….

    #94906
    LPH2005
    Member

    @chuckmac

    I have an installation with a similar issue. Posts show if done from within the bbPress installation. Posts done from within the admin panel do not show up in the site but are in the database and still show in the admin panel.

    #94905
    Chuck Mac
    Member

    I migrated my WordPress install from my local PC to my development server and am having some issues with the BBPress plugin now. Everything that was there shows up fine… however now I cannot add new topics.

    Adding a new forum works.

    However now when I try to add a new topic to the forum from the frontpage it redirects me to the homepage when I hit submit and I never see it in the database.

    If I do it from the dashboard, it adds the topic in the admin and I can see it there but it doesn’t show up on the topic list under the forum on the frontpage. I can view it directly if I click the view link on it from the dashboard.

    If I look in the db the one that is working has the GUID set with a permalink structure (/forums/topic/topicname) where the one I added after the move doesn’t (?post_type=bbp_forum&p=1161). I have permalinks enabled on the site (and they are working everywhere else)… I’ve tried turning them off and back on as well.

    Hopefully didn’t ramble on too much there, going to try to dig into it some more but not sure if you guys had any ideas.

    SCRichard
    Member

    I have been using WordPress for a while. I was introduced to BB Press but am having a time getting it set up. What in the world is The complete URL of the front page of your bbPress forums? Where do I get itfrom?

    #99160
    jjack1
    Member

    I fixed the issues with regard to the site not being accessible, but never got the bbpress forum to look right. I ended up uninstalling all of it. I’m not sure if I want to re-install it and start all over or not.

    There has to be an easier way to get the bbpress forum to have the same look and feel of a WP site. There’s just SO much information out there on how to supposedly do this, that it’s quite overwhelming! :(

    #104260
    jjack1
    Member

    I fixed the issues with regard to the site not being accessible, but never got the bbpress forum to look right. I ended up uninstalling all of it. I’m not sure if I want to re-install it and start all over or not.

    There has to be an easier way to get the bbpress forum to have the same look and feel of a WP site. There’s just SO much information out there on how to supposedly do this, that it’s quite overwhelming! :(

    shawn2
    Member

    I have setup bbpress with deep integration and single signin. I am running a wp network site. I have mapped all of the keys => bb_keys / salts as well as defined the cookiepath. When I login to wp I am not logged in to bbpress.

    When I try to login to bbpress (logged in OR out of wp) i receive this error: Multiple user_login matches

    I have traced it down to this call:

    ‘includes/functions.bb.pluggable’:

    bb_check_login(){

    $user = $wp_users_object->get_user( $user, array( ‘by’ => ‘login’ ) );

    Also I cannot access /bb/bb-admin as it redirects me back to /bb/

    I have read through many posts on this subject, though I have not seen this error posted anywhere.

    Any help would be greatly appreciated!

    Shawn

    #37358

    Topic: Need Assist

    in forum Installation
    rbe2004
    Member

    I’m in need of a bbPress consultant/programmer to assist with our set-up on an ongoing basis. Can anyone recommend someone with experience?

    Richard

    #99159
    jjack1
    Member

    Well, I just realized that after I did the deep integration I don’t even have access to my website any longer!!

    What’s more…I can’t access my login page to my bbpress forum because I changed the template to the new one, which doesn’t even have a login option!!

    This is not turning out to be a very fruitful venture (installing bbpress and getting it to look like my WP site). GRR!

    HELP!

    #104259
    jjack1
    Member

    Well, I just realized that after I did the deep integration I don’t even have access to my website any longer!!

    What’s more…I can’t access my login page to my bbpress forum because I changed the template to the new one, which doesn’t even have a login option!!

    This is not turning out to be a very fruitful venture (installing bbpress and getting it to look like my WP site). GRR!

    HELP!

    #37357
    jjack1
    Member

    Hi,

    I’ve been working on integrating bbpress into my WP site (blog), and have just completed the deep integration between the two (i.e. changing the old ‘get header’ tags in all the template files, etc). However, the forum portion of my forum page is all messed up. I assume that it has something to do with the style.css file somewhere? I’m just guessing though.

    I’ve searched for, found, and tried literally dozens of different resources to try and figure out what’s wrong but I’m just not finding any help.

    All I’m looking to do is basically create a bbpress forum that looks the same as my WP pages. I’ve got the look and feel of my WP pages into the bbpress forum, but the actual forum part is just messed up. Can someone help me out??

    My website is http://www.edcreviews.com

    The forum page is http://www.edcreviews.com/forum

    Thanks!

    #97807
    Chris Cox
    Member

    I’ve tried deep integration, but I’m running into some problems.

    Loading the WordPress header and footer instead of the bbPress ones work (I want to use my WordPress custom menu on the forum pages as well) but add_custom_background(); does not work on bbPress pages.

    #102907
    Chris Cox
    Member

    I’ve tried deep integration, but I’m running into some problems.

    Loading the WordPress header and footer instead of the bbPress ones work (I want to use my WordPress custom menu on the forum pages as well) but add_custom_background(); does not work on bbPress pages.

Viewing 25 results - 39,426 through 39,450 (of 64,515 total)
Skip to toolbar