Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'code'

Viewing 25 results - 22,801 through 22,825 (of 32,468 total)
  • Author
    Search Results
  • #81564
    steadman0953
    Member

    bbPress Version: 1.0.2

    Plugins:

    Admin add user | Version 1.0 | By Thomas Klaiber

    Akismet | Version 1.0 | By Michael Adams

    Allow Images Version 0.7.1 | By Michael D Adams

    Avatar | Version .73a | By Joshua Hutchins

    bbPress Mobile Edition | Version 0.73 | By Trent Adams (Alex King Code)

    BBPress Private Messaging | Version 0.73 | By Joshua Hutchins

    Bozo Users | Version 1.1 | By Michael Adams

    Censor | Version 0.1 | By Michael Nolan

    Fix bbPress | Version 0.8.1-1 | By Michael D Adams

    Fix Logins | Version 0.0.1 | By Scott Steadman (Based on howtogeek plugin)

    Ignore Member | Version 0.06 | By _ck_

    Indicate New Posts | Version 0.8 | By fel64

    Online List | Version 1.4 | By Thomas Klaiber

    Post Notification | Version 1.3 | By Thomas Klaiber

    Quote | Version 0.1 | By Michael Nolan

    Usernames I18N Fix | Version 1.0 | By Sewar

    Please let me know if there is any more information I can provide.

    #81520
    Mark-k
    Participant

    But since there is an Hebrew translation at http://bbpress.mywebspace.co.il/ , you don’t really need a solution ;)

    #81597
    chrishajer
    Participant

    did you quote the filename?

    require_once('/absolute/path/to/wp-load.php');

    #78229
    OKTeaRoom
    Member

    I never figured this out. Can anyone point me to where the code is in kakumei? thanks in advance.

    #32369
    Abhinav Sood
    Member

    Hi all,

    I am Abhinav. I am facing a slight problem deep integrating the latest stable versions of WordPress ( 2.8.6 ) with bbPress ( 1.0.2 ) on a website – I have completed the user and cookie integration and it works perfectly. All the settings are configured and saved properly. However after I add the line :

    require_once(/absolute/path/to/wp-load.php);

    to the top of bb-config.php .. Forums page goes blank! No errors, no warning messages.. Just a blank page with no code at all..

    Before installing the bbPress live on the server, I developed the theme on my system locally and tested deep integration thoroughly a few times – everything works just fine locally but it’s creating trouble live on the server.

    I have checked echoing values from the WordPress files that are loaded into bbPress.. that confirms that WordPress is being loaded properly.. But why isn’t bbPress loading after that !

    I suspect that having WordPress installed and running since a long time already is causing the problem!

    I have deep integrated various websites where WordPress was already installed and running for quite sometime without any issues..

    Can it be a plugin conflict? The website is using 37 ( :-O ) plugins at the moment..

    ( Should I post a list of plugins being used? )

    Can anyone help me out, please?

    I’d be very grateful..

    Regards..

    #32365
    Null
    Member

    Hi,

    Currently forum.php only shows the topic titles in the forum. I want to extend it a little bit and let it also show the content of the first topic. Example:

    Current:

    Title 1 (I have a problem)

    Title 2 (I hate bananas)

    etc

    What I want:

    Title 1 (I have a problem)

    Hi guys, can you help me with my problem?

    Title 2 (I hate bananas)

    I hate bananas and you? I really hate the taste!

    etc

    Current forum code:

    <?php

    require_once('./bb-load.php');

    $forum_id = 0;

    bb_repermalink();

    if ( !$forum )
    bb_die(__('Forum not found.'));

    $bb_db_override = false;
    do_action( 'bb_forum.php_pre_db', $forum_id );

    if ( !$bb_db_override ) :
    if ( $topics = get_latest_topics( $forum_id, $page ) ) {
    bb_cache_last_posts( $topics );
    }
    if ( $stickies = get_sticky_topics( $forum_id, $page ) ) {
    bb_cache_last_posts( $stickies );
    }
    endif;

    bb_load_template( 'forum.php', array('bb_db_override', 'stickies'), $forum_id );

    ?>

    Seems that thread must be added some where and then only from the first topic (so no replies else it gets too big)

    Any ideas? Also the template should be updated I think.

    Kind regards,

    #81578

    In reply to: Forum permissions

    rb-cohen
    Member

    Ok, I obviously wasn’t looking hard enough. :)

    Hidden-Forums will (as the name suggests), hide forums? What if you don’t want to hide forums, but just stop people with certain roles posting to the forum?

    #81581
    johnhiler
    Member

    bbPress is not a forum plugin for WordPress; it’s its own separate program.

    What are the basic features of a forum you’d like to see? Let us know, and we can help steer you in the right direction! :-)

    #81574
    johnhiler
    Member

    bbPress is its own standalone program, similar to how WordPress is its own standalone program. It’s definitely not just a plugin to WordPress… although there are a few WP plugin forum plugins! Sounds like you’re already playing around with one of them. :-)

    #32362
    jefferisp7
    Member

    Hi folks :-) Something that is most basic that is not quite spelled out on the home page. Is bbpress a plugin to a standard WP site, or a REPLACEMENT for a WP site? As I read the install instructions, it seemed to be a total replacement and I’ve already got my WP site up and running. I was just looking for better forum software to add than the W-P forums which don’t seem to allow image attachments…

    Jeff

    #81552
    chrishajer
    Participant

    If you look in the stock kakumei template for the word “Voices” you will see all the places where it’s commented out.

    ./favorites.php:18:     <!-- <th><?php _e('Voices'); ?></th> -->
    ./favorites.php:30: <!-- <td class="num"><?php bb_topic_voices(); ?></td> -->
    ./view.php:11: <!-- <th><?php _e('Voices'); ?></th> -->
    ./view.php:20: <!-- <td class="num"><?php bb_topic_voices(); ?></td> -->
    ./view.php:30: <!-- <td class="num"><?php bb_topic_voices(); ?></td> -->
    ./topic.php:10:<span id="topic_voices">(<?php printf( _n( '%s voice', '%s voices', bb_get_topic_voices() ), bb_get_topic_voices() ); ?>)</span>
    ./forum.php:11: <!-- <th><?php _e('Voices'); ?></th> -->
    ./forum.php:20: <!-- <td class="num"><?php bb_topic_voices(); ?></td> -->
    ./forum.php:30: <!-- <td class="num"><?php bb_topic_voices(); ?></td> -->
    ./tag-single.php:13: <!-- <th><?php _e('Voices'); ?></th> -->
    ./tag-single.php:22: <!-- <td class="num"><?php bb_topic_voices(); ?></td> -->
    ./front-page.php:19: <!-- <th><?php _e('Voices'); ?></th> -->
    ./front-page.php:28: <!-- <td class="num"><?php bb_topic_voices(); ?></td> -->
    ./front-page.php:38: <!-- <td class="num"><?php bb_topic_voices(); ?></td> -->

    #32360

    Topic: LaTeX support

    in forum Plugins
    Olympus
    Member

    Hello !

    I’ve found the plugin bbLaTeX, but the links don’t seem to work …

    Do you know another LaTeX plugin for bbPress ( something that just replaces “[TEX]latex code[/TEX]” by an image with the URL : http://server/cgi-bin/mimetex.cgi?etc&#8230; ) ?

    Thanks !

    #81539
    Kolya33
    Member

    Holy cow, good catch! It’s working now. Thank you again.

    :)

    #81538
    Elias
    Member

    Oh, that’s weird, time for a deeper examination…

    I get the output from bb-config.php as a local file with wget and cat it to my console on my UTF-8 linux system. It looks like an empty file, but it has a size of three bytes. And than I remembered about Unicode and typed od -x bb-config.php, which results in

    bbef 00bf

    And then I began to understand.

    The first three bytes ef bb bf (for normal reasons least byte first on intel platforms in inverse order to make it not too easy to understand) are the byte order mark for a UTF-8 encoded textfile. But for PHP, they are simply characters.

    Some informations about the BOM in german language

    http://de.wikipedia.org/wiki/Byte_Order_Mark

    Your text editor saves the file as UTF-8 and writes a byte order mark at the beginning of the file, and these three bytes do cause the strange error. Look in the documentation of your editor to find the setting for the file storage format, and if in doubt, simply save the bb-config.php as a plain ASCII file instead of Unicode or UTF-8.

    Ich hoffe, jetzt hilft es wirklich ein bisschen weiter. So ein Problem ist richtig arg, da kommt man nie drauf, wenn man kein Glück hat…

    (Okay, it is an english forum here: I hope this times it helps a little more. This type of problem is a hard one, something you never think about and find it only by chance…)

    #81535
    Elias
    Member

    There is a problem in your bb-config.php, most probably in the first line.

    Normally, HTTP-requesting bb-config.php should not create any output. But try

    http://uni-bonn-medienwissenschaft.de/forum/bb-config.php

    and see the strange “”. I cannot get, what the problem exactly is, but it is the bbPress configuration file for sure. After login, bbPress tries to set a cookie. This is done by sending an HTTP header. But if there is any output before the PHP header () invocation, PHP sends a generic header, which lets the cookie fail. Result: you can not login.

    Ich hoffe, es hilft ein bisschen — und sorry für mein mieses Englisch ;-)

    Oh, ich vergaß — Oh, I forgot

    If you want a german language file for bbPress 1.0.2 (with the formal “Sie”), take my translation — Wenn du eine deutsche Sprachdatei für bbPress 1.0.2 haben möchtest, nimm meine Übersetzung.

    http://bbpress.tamagothi.de/

    #32353
    #32210
    paamayim
    Member

    Hi,

    I’d like to show only latest discussions in the last x days, for example, how cuold I do? I tried inspecting the code with no clue about a query to do that :(

    #81499
    mattrogowski
    Member

    This is a bug, it’s because you’re using PHP 5.3.0 and the code on the lines it references has been deprecated in PHP 5.3.0 to be removed in PHP 6.0. What I’d do (and did do) is downgrade to PHP 5.2.11 until the code is fixed to be 5.3.0 compatible; I got the same errors when I had it on PHP 5.3.0, downgrading sorts it as it’s OK code for PHP 5.2.11. It’s very simple to downgrade on WAMP, I’m not sure how you’d go about it on XAMPP though. Turning off the errors will still work, yeah, because the code will still physically work with PHP 5.3.0, but it’s just letting you know it’s due to be removed.

    That’s for the four errors about deprecation, for the Cannot modify header information error, may be related to the PHP 5.3.0 errors too as the error in bb-settings.php is on the same line as the deprecated warning.

    #32351
    asafche
    Member

    hello,

    i wanted to continue with translating the .po file of the hebrew language that for some reason was just half translated, and i loaded it to POedit.

    after i tried to save the file the program announced a FATAL ERROR! –

    he_IL.po:587: 'msgstr' is not a valid PHP format string, unlike 'msgid'. Reason: The character that terminates the directive number 1 is not a valid conversion specifier.

    i think it is in the.po file and not in the POedit.

    can anyone help me understand what is’nt working?

    thanks.

    #80388

    I am having the same exact problem. However, I am doing what was said above, and integrating deeply and including the header. I have no experience with code, so I was wondering if someone could tell me what to do? I am using the same plugin, and no luck.

    #80983
    bbhack
    Member

    Just add these to the template file front-page.php

    <p><a class="rss-link" href="rss">All Recent Posts</a></p>
    <p><a class="rss-link" href="rss/topics">All Recent Topics</a></p>

    #81507
    chrishajer
    Participant

    Sounds like the plugin does not have a valid header.

    Can you post the plugin here, in a code block, or send a link to where it can be downloaded? What plugin are we talking about?

    #32345
    toddmccalla
    Member

    I upload the zipped plugin and it installs ok but when I click Activiate I get the message “The plugin does not have a valid header.”

    What is wrong?

    Thanks for you help :)

    #32344

    Hi, I’m trying to figure out how to display bbPress’ tag cloud from the sidebar in WordPress. I’ve googled a lot, but can’t seem to find anyone who’s done this.

    I’ve hacked a temporary solution that displays the topic tags from bbpress as a list in the wordpress sidebar, but I’d really love to have the size formatting as well.

    <?php

    global $wpdb;

    $taglist = $wpdb->get_results(“select name from bb_terms”,”ARRAY_N”);

    $number_of_tags_to_show = 10;

    for ($count = 0; $count < $number_of_tags_to_show; $count++)

    {

    if($taglist[$count][0])

    {

    $tag = str_replace( ” “, ” “, $taglist[$count][0]);

    echo ‘

  • <a href=”http://www.mysite.org/forum/tags.php?tag=&#8217;;

    echo $tag;

    echo ‘”>’.$tag.’

  • ‘;

    }

    }

    ?>

    Any suggestions for how to access bb_tag_heat_map from inside WordPress?

#81464

In reply to: Backticks Not Working

arpowers
Member

NM — he has since updated the plugin to fix the issue.

Using the latest update fixed it.

Mark as resolved :D

Viewing 25 results - 22,801 through 22,825 (of 32,468 total)
Skip to toolbar