Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 63,376 through 63,400 (of 64,431 total)
  • Author
    Search Results
  • #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

    #52597

    In reply to: ajax killed?!

    Haha … yes, you deleted me. Donno why I didn’t post yet. I’ll register again sometime … =)

    btw, this topic is a bit wrong i think, the bug has (i think so) nothing to do with the translation. i cleared my cache in Flock and it worked there, too.

    Translating bbPress is a bit difficult … but anyway, I’m almost done .. about 30% left to translate :)

    #1114

    Topic: ajax killed?!

    in forum Troubleshooting

    Hey =)

    I started translating bbPress to German and maybe I found a bug, but … at the moment I don’t know how it comes and how to fix it.

    All ajax features (tags, favorites …) are no longer working. Thy act as if there is no javascript enabled. Also some of the functions wont work anymore (can’t add/removed favorites …) …

    Has somebody any idea why this happens? … Any idea to fix it??

    Link to Forum: http://la-school.com/bbpress/

    Edit:

    Sorry folks … this must have something to do with Flock … in FF it works fine, even in german -.-“

    #52582

    In reply to: IE Display Problem

    I had the same problem on the front page. I think i fixed it (correct me, if someone thinks different Oo).

    look here:

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

    #52580

    In reply to: IE Display Problem

    topiq
    Member

    @chrishajer: the hottags are supposed to be on the left side and not above the discussions. you can have a look at it:

    http://cessi.pytalhost.com/bbpress

    #52579

    In reply to: IE Display Problem

    chrishajer
    Participant

    I fixed this inadvertently but I am trying to figure out how. On the front page of my forum, I have “Hot Tags” across the top and the “Latest Discussions” beneath, and both are the same width (760px I think.) The CSS is div #wrapper div #main div #hottags p .frontpageheatmap.

    screenshot http://www.riversideinfo.org/wp-content/uploads/hottags.png

    I could have sworn when I first installed bbPress the tags were on the left in a 150px wide div #hottags.

    Are the hot tags supposed to be on the left in a 150px wide div, or above the latest discussions? Are the hot tags and heatmap supposed to be different things on different pages?

    The reason I bring this up is that mine displays fine in IE and FF with the frontpageheatmap all the way across, but maybe I am missing the hottags? If I can figure out what is different about mine, maybe that will help clear the div issue on topiQ’s site. In IE, that hottags div is pushing everything else down the page.

    #52258
    ardentfrost
    Member
    #52578

    In reply to: IE Display Problem

    Null
    Member
    #50136

    In reply to: UTW Error

    Anonymous User 96400
    Inactive

    this bug is caused by the function is_tag(), which both utw and bbpress use, so what i just did right now was search through the utw-plugin-folder with dreamweaver for that tag, found it three times and changed it to is_utwtag(). no idea if i can just do that without problems appearing later but for now it seems to work.

    #1113
    aleko
    Member

    I’ve installed bbpress with wordpress integration, the database integration works correctly thanks your guide. But… when i try to see my posts i have this error:

    (

    Parse error: syntax error, unexpected $end in /home/mhd-01/www.alessandropagano.net/htdocs/blog/wp-includes/gettext.php(307) : eval()’d code on line 1

    1 post)

    you can try to show this at http://www.alessandropagano.net/blog/forum/

    I’ve heard that this could be related with language settings… but my config.php have the default setting (define(‘BBLANG’, ”);)

    Thanks in advance, i hope to hear you soon!

    #1112
    topiq
    Member

    Hi folks!

    My site http://cessi.pytalhost.com/bbpress is not displayed correctly with the ?!”$%ยง Internet Explorer. The Latest Discussion and the Forums are displayed far too low on the page. Has any1 else this problem or does any1 know how to solve it.

    Greetings,

    topiQ

    #52075

    In reply to: Simply doesn’t work

    plus64
    Member

    You need to change all links for bbpress and put bbpress in front of them, so they look like

    ^bbpress/tags

    etc…. and removed

    <IfModule mod_rewrite.c>

    RewriteEngine On

    RewriteBase /bbpress

    as you can only ever have one of those in an .htaccess file, and connect it to your wordpress one as well. If you get all of that :X

    #52543
    Trent Adams
    Member

    Ryan, I stand corrected. I have bbpress-post which makes the topics unresolved by default, but any topic created in the forum is marked as mu (not support question). That is not telling you anything new beause you already knew this ;-)

    I have created an enhancement ticket in TRAC. Thanks for pointing that out.

    Trent

    #1111
    weirdtherapy
    Member

    My first bbPress Template:

    http://www.borderline-hacks.at/borderline-hacks-forum/

    The image of it:

    http://www.weirdtherapy.com/images/borderline-green-01-shot.jpg

    If you want to download it to (change and) use it, you can do so here:

    http://www.weirdtherapy.com/zip/borderline-green-ads-01.zip

    There is (commented) space where you may place ads, I added the psd file for the logo, and the text in the header is random (to be truth I only added it because I couldn’t think of anythink else and I wanted it to be finished :) ) and easy editable(… i think / hope). There is also a seperate ie.css for the internet explorer.

    Two of the ads would be shown on every page because they are in the header – I only ad this information cause I think I read somethink in the forum here that there might occur problems with google .. well something like that – so keep that in mind pls.

    grretings

Viewing 25 results - 63,376 through 63,400 (of 64,431 total)
Skip to toolbar