Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 63,451 through 63,475 (of 64,519 total)
  • Author
    Search Results
  • #1128

    Topic: Theme – Bloody Gray

    in forum Themes
    so1o
    Participant

    This is a wordpress/bbpress integrated theme. This theme will work only when you have integrated wordpress and bbpress. for details visit

    http://www.adityanaik.com/blog/bbpress-and-wordpress-integration/

    Screenshots

    http://www.adityanaik.com/projects/themes/bloody-gray-theme/#bbpress-ss

    download the bbpress theme from here

    http://www.adityanaik.com/download/bb-my-template.zip

    download the wordpress theme here

    http://www.adityanaik.com/projects/themes/bloody-gray-theme/

    Note: the header in wordpress will need to be changed to add link to forum

    #51674

    @chrishajer:

    This Plugin doesn’t care if you’re admin or not. So you should only receive emails on your favorite topics.

    Maybe you’ve downloaded the wrong version? There is one, which sends an email on every post!

    You had an great Idea! I just put this into it. Now it displays the last posters name in the mail.

    Download latest Version here:

    http://la-school.com/2006/bbpress-notification/

    #52329
    implicated
    Member

    Your PHP version is rather old, use this:

    if (!function_exists('file_put_contents')) {

    function file_put_contents($filename, $content) {

    if ($fp = fopen($filename, 'w')) {

    $result = fwrite($fp, $content);

    fclose($fp);

    return $result;

    }

    else {

    return false;

    }

    }

    }

    #1127
    ardentfrost
    Member

    New release of my Avatar Plugin (version .73a). Core files no longer have to be adjusted! Just drop the file into your plugins directory, adjust your css file (as shown in the readme) and you’re good to go.

    Get the new release here: http://faq.rayd.org/bbpress_avatar/

    View use of the Avatar Plugin here: http://www.rayd.org/forums/

    #52701

    In reply to: Plugin: Warn users

    ardentfrost
    Member

    veb, I don’t mind hosting your plugins until something on bbpress is made. Just let me know (feel free to go to my forums at http://www.rayd.org/forums/ and send me a pm about it)

    #1125
    Rod
    Member

    BBPress and WordPress = same creators … so a simple question : why, during the install, would be not possible to have 2 buttons radios with …

    Option One : create a new DB users

    Option Two : use the actual WP DB users

    ?!

    #52626
    drtech
    Participant

    Yes it’s working now.

    #52266
    suleiman
    Member

    hmmm…I’m having the same problem, where I get the error about the bbpress database not existing. I’m integrating with WPMU instead of regular wordpress but that shouldn’t really cause an issue should it?

    Is there a place we can hardcode it to wp_ instead of bb_?

    #52698
    Trent Adams
    Member

    If someone can help me with the code to call the right browser in a plugin, then I will work on the templates needed to show up in the browser. It is just the plugin code and calling /mytemplates/mobile/ for the templates that would be difficult for me!

    Trent

    #1123
    Trent Adams
    Member

    I have been using Alex King’s Mobile edition for WordPress for quite some time and love it! I was wondering if someone would like to look at the plugin and see how it could work with bbPress. It seems pretty straight forward.

    http://alexking.org/projects/wordpress/plugins/wp-mobile.zip

    Another plugin called WordPress PDA is similar and might be easy as well.

    http://imthi.com/wp-pda/

    Interesting stuff! Any takers?

    Trent

    #52600

    In reply to: smf to bbpress

    veb
    Member

    😮 thanks Trent, I was wondering about this and I was going to try make my own, but I never look at a simpler way!

    #52625
    Trent Adams
    Member

    So it is working the way you want now?

    Trent

    #52599

    In reply to: smf to bbpress

    Trent Adams
    Member

    Nothing that is written yet to my knowledge. Does SMF go over to phpBB format? If it does export to that, then you can use:

    https://bbpress.org/forums/topic/402?replies=10

    Hope that helps.

    Trent

    #52613
    Trent Adams
    Member

    In terms of integrating site with calling WP functions, it is a little out of my realm. If you search this site and can’t find anything useful, you can always head over to the forums with massive information!

    https://wordpress.org/tags/bbpress

    Trent

    #52624
    drtech
    Participant

    I think i have it. By removing the www from the wordpress link fixed it . (http://koma-inu.org/bbpress) Now comes up with welcome header if you are logged in.

    #1121
    #52611

    In reply to: Lyceum

    ardentfrost
    Member

    anything is possible… I highly doubt it’d be easy though (I’ve never used Lyceum, but it’d need the exact same table layout as bbpress to be easy, and I doubt that’s the case)

    #51427

    Hehe … I think I found the bug. You’ve said, you’re using the latest Trac-Version of bbPress?

    Then I think you have to change line 48 of my plugin from

    add_action('init', 'online_update');

    to

    add_action('bb_init', 'online_update');

    then … it should work! (for me it did)

    #1120
    Null
    Member

    Hi,

    Welltried to make a plugin, but it aint working, why not?

    Plugin code:

    <?php

    function get_portal_topics () {

    global $bbdb;

    return $bbdb->query("SELECT * FROM $bbdb->topics WHERE forum_id = 1 ORDER BY topic_time DESC LIMIT 0,10");

    }

    ?>

    This has to give a list I need, but turning it into my template it get this error:

    Warning: Invalid argument supplied for foreach() in /bbpress/bb-templates/portal-page.php on line 33

    Template code:

    <?php $portal_topics = get_portal_topics() ?>

    <?php foreach($portal_topics as $topic) :

    $portal_topic_posts = get_thread( $topic->topic_id); ?>

    <h1><a href="<?php topic_link(); ?>"><?php topic_title(); ?></a></h1>

    <?php printf(__('%1$s - <a href="%2$s">%3$s</a>'), get_topic_time(), get_user_profile_link($topic->topic_poster), get_topic_author()) ?><br/>

    <?php echo $portal_topic_posts[0]->post_text; ?>

    <div align="right"><?php printf(__('<a href="%1$s">Comments (%2$s)</a>'), get_topic_last_post_link(), get_topic_posts()) ?></div><br/>

    <?php endforeach; ?>

    Or my plugin is all wrong, or how I call it…. or both :)

    Thx

    #1119
    aleko
    Member

    I’ve installed bbpress 0.73 and i integrate it with wordpress also in styles.

    I add <?php require_once(‘/Path to wordpress/wp-blog-header.php’) ?> for use “get_header”, or “get_footer” in bbpress templates.

    Now i discover that it’s incompatible with BBLANG because if i try to set it on it_IT (my language) i get this error Fatal error: Cannot redeclare class streamreader in /…./forum/bb-includes/streams.php on line 26

    Anyway if i remove the first lines i added in config.php the language work correctly but i cannot use “get_header” “get_footer” in bbress template.

    Anyone can help me ?

    #1118

    Topic: Lyceum

    in forum Plugins

    I was considering using Lyceum instead of wordpress-mu… would the integration with bbPress still be possible and *easy*?

    -Thanks

    -BHensley.com

    -Bakedlog.com

    #1115

    Topic: smf to bbpress

    in forum Plugins
    mehimandher
    Member

    Hi:

    I am in the process of loving bbpress and i just wanna quit smf. so is there a smf converter for bbpress?

    Thanx

    #52610
    Trent Adams
    Member

    That is actually the way it is supposed to be with this template and the default template. It can be changed around by changing the code in front-page.php. I moved it inside for my site, but that is the way I believe it is supposed to be.

    Trent

    #1117
    weirdtherapy
    Member

    At “View your Profil” the Profile, Edit and Favorites are not in the content area or overlaping on the right side. I made a screenshot so u can see how it looks like:

    http://www.weirdtherapy.com/images/bbpresforumshot.jpg

    The screenshot is made in firefox 2, but I had it in … the firefox bevor that and in IE 6 to. (i didn’t check it with other browsers)

    I had difficulties to configure it on my template too because I couldn’t find a php file that loads it.

    #52192
    weirdtherapy
    Member

    Should it be an exact copy oder do you just want to have the same structure ?

    All you would have to do is write menue to the header – put the hottags part from the side to the top – and for the rest – .. that’s how i made it – put an extra div in every php file that gets loaded like forums or topic – it is a bit tricky to find all places where u have to add the div – but i don’t know much about php and i managed it (if the code of my first bbPress template wouldn’t be so messy I’d say u could have a look at how I done it .. :) )

    was is that what u wanted to know about how to do it ?

    if u still need someone to do it for u tell me – i ll do it if it wont get postet and i can find some time for it :)

    greetings

Viewing 25 results - 63,451 through 63,475 (of 64,519 total)
Skip to toolbar