Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'code'

Viewing 25 results - 21,426 through 21,450 (of 32,481 total)
  • Author
    Search Results
  • #87302

    In reply to: wordpress integration

    kikko088
    Member

    it workkkkkk!!:D the problema was wordpress 3.0! with wp 2.9 is all ok!

    #87465

    @Markus

    Thanks buddy! :)

    Looking forward for more links. Please share if you have a copy

    #87301

    In reply to: wordpress integration

    @gerikg

    wp-blog-header.php loads wp-load.php & template-loader.php

    I think if we are not going to use WordPress themes in bbPress then we can use wp-load.php but I think wp-blog-header.php won’t hurt.

    Your link looks interesting, I will have to see.

    #87300

    In reply to: wordpress integration

    kikko088
    Member

    :( nothing…always blank page…uff….i find also this line

    require_once( dirname( dirname( __FILE__ ) ) . ‘../wp-blog-header.php’ );

    define(‘WP_BB’, true);

    but nothing…blank page…grrr

    kikko088

    #86677

    In reply to: Continuing Topic Icons

    No worries Chris (or Alex),

    I wasn’t really getting into a discussion :)

    (and sorry Alex dude, i hadn’t seen your reply)

    #86670

    In reply to: Continuing Topic Icons

    Alex Luft
    Participant

    @zaerl Wait, which plugin are you referring to?

    If you mean this one – https://bbpress.org/plugins/topic/topic-icons/ – it hasn’t been updated for almost two years – so a modification/update would be nice either way :)

    But if you’re referring to the plugin on this page, then it’s still a needed thing, and creating a mod/update would be welcomed. I’m sure @paulhawke wouldn’t mind… would he?

    kieranyo
    Member

    Thanks :)

    Firebug is much, much better than chrome devtools in my experience.

    hiimdonald
    Member

    I would love to know which line of code :)

    #59942
    zaerl
    Participant

    Doing that change affects only your code and not the server.

    #86666

    In reply to: Continuing Topic Icons

    Alex Luft
    Participant

    That it definitely would.

    I need a back-end to this asap. Badly. And for some reason, the code rules don’t work for me.

    I actually asked Zaerl to maybe do his coding magic and rewrite the forum/topic icons plugin here:

    https://bbpress.org/plugins/topic/zaerl-visibility/#post-5776

    #59940
    ioloman
    Member

    I did, and i checked phpinfo(); so the value still empty :(

    #87143
    jakshi
    Member

    Concerning to my issue – I am using php 5.2.13 (I know this exactly, because I’m self hosting my blog on worpdress :) )

    I’ll try to remove ?> in the end of the wp-config.php.

    May be it’s significant for cookie inegration.

    #59939
    zaerl
    Participant

    on bb-config.php type:

    $_SERVER['SERVER_SOFTWARE'] = "Apache/2.2";

    BUT keep in mind that this is a ugly hack.

    P.S. change host

    #59935
    zaerl
    Participant

    That’s strange.

    $is_apache = ( strpos( $_SERVER['SERVER_SOFTWARE'], 'Apache' ) !== false || strpos( $_SERVER['SERVER_SOFTWARE'], 'LiteSpeed' ) !== false);

    this is the line that check the server software. Check phpinfo() and see what you get.

    #87218
    Pomy
    Participant

    @ zaerl, @ mr_pelle .. thanks

    its now working fine :)

    #34133

    Anyone who can help get me a copy of the following themes :

    • Blackletterhead
    • Bloody Gray
    • Spartan
    • Options by Justintadlock – Yeah I can’t find this one too
    • Marked_bb
    • Futurekind
    • WPMimic

    Thanks in advance :)

    #87140

    @gerikg

    having ?> at the end is not specific to wp-config.php

    It can be removed from any php file and its something debatable

    I am still unsure about the PHP5 thing you mentioned. I would need an explanation to believe in it.

    And I shoot you an email using your contact form. Did you get that?

    kieranyo
    Member

    What he said ^ ;)

    if you want to know exactly I can point you to the line of code.

    #87459

    Hey Josh,

    We’re not passing the buck here mate, but really, unless it’s a front end bbPress issue, you’re going to have to go the the BuddyPress people.

    the version of bbPress that is included in BuddyPress is insanely heavily hacked/edited; with the entire backPress from bbPress removed and replaced. Other than the displaying of the forum (and i mean the physical HTML routines in teh templates), everything else is different.

    We can help you guess, but really, you’ll get the answers quicker from the great people over at BuddyPress who wrote the code you’re having an issue with.

    #87480

    In reply to: Add New Topic Image

    cnc
    Member

    Thanks, zaerl :)

    It works……

    #87298

    In reply to: wordpress integration

    Add the code just after this :

    <?php
    /**
    * The base configurations of bbPress.
    *
    * This file has the following configurations: MySQL settings, Table Prefix,
    * Secret Keys and bbPress Language. You can get the MySQL settings from your
    * web host.
    *
    * This file is used by the installer during installation.
    *
    * @package bbPress
    */

    #87479

    In reply to: Add New Topic Image

    zaerl
    Participant

    On front-page.php, forum.php, tag-single.php substitute bb_new_topic_link(); with bb_new_topic_link(array('text' => '<img src="the url of your image" alt="the alt title" />'));

    #87456
    Josh
    Member

    Well, i installed it from buddypress, i know it’s a standalone website app, it’s just it’s giving errors when i go to manage it’s settings from the dashboard.

    Theme errors:

    backticksWarning: require_once(/home/milleja4/domains/milleja46games.frih.org/public_html/blog//forums/bb-admin/admin-functions.php) [function.require-once]: failed to open stream: No such file or directory in /home/milleja4/domains/milleja46games.frih.org/public_html/blog/wp-content/plugins/bbpress-admin/bbpress-theme-admin.php on line 86backticks

    Then in bbpress settings:

    backticks<form class=”options” method=”post” action=”

    Fatal error: Call to undefined function bb_option() in /home/milleja4/domains/milleja46games.frih.org/public_html/blog/wp-content/plugins/bbpress-admin/bbpress-options-admin.php on line 38backticks

    #87297

    In reply to: wordpress integration

    kikko088
    Member

    nothing, I try to add also this line but nothing…:( clean install of bbpress and 0 plugin wp.

    my bb-config.php

    <?php

    /**

    * The base configurations of bbPress.

    *

    * This file has the following configurations: MySQL settings, Table Prefix,

    * Secret Keys and bbPress Language. You can get the MySQL settings from your

    * web host.

    *

    * This file is used by the installer during installation.

    *

    * @package bbPress

    */

    // ** MySQL settings – You can get this info from your web host ** //

    /** The name of the database for bbPress */

    define( ‘BBDB_NAME’, ‘mio’ );

    /** MySQL database username */

    define( ‘BBDB_USER’, ‘root’ );

    /** MySQL database password */

    define( ‘BBDB_PASSWORD’, ‘root’ );

    /** MySQL hostname */

    define( ‘BBDB_HOST’, ‘localhost’ );

    /** Database Charset to use in creating database tables. */

    define( ‘BBDB_CHARSET’, ‘utf8’ );

    /** The Database Collate type. Don’t change this if in doubt. */

    define( ‘BBDB_COLLATE’, ” );

    /**#@+

    * Authentication Unique Keys.

    *

    * Change these to different unique phrases!

    * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/bbpress/ WordPress.org secret-key service}

    *

    * @since 1.0

    */

    define( ‘BB_AUTH_KEY’, ‘put your unique phrase here’ );

    define( ‘BB_SECURE_AUTH_KEY’, ‘put your unique phrase here’ );

    define( ‘BB_LOGGED_IN_KEY’, ‘put your unique phrase here’ );

    define( ‘BB_NONCE_KEY’, ‘put your unique phrase here’ );

    /**#@-*/

    /**

    * bbPress Database Table prefix.

    *

    * You can have multiple installations in one database if you give each a unique

    * prefix. Only numbers, letters, and underscores please!

    */

    $bb_table_prefix = ‘bb_’;

    /**

    * bbPress Localized Language, defaults to English.

    *

    * Change this to localize bbPress. A corresponding MO file for the chosen

    * language must be installed to a directory called “my-languages” in the root

    * directory of bbPress. For example, install de.mo to “my-languages” and set

    * BB_LANG to ‘de’ to enable German language support.

    */

    define( ‘BB_LANG’, ” );

    require_once(dirname(__FILE__) . ‘/../wp-load.php’);

    OR

    (

    /* Deep integration */

    if ( !defined(‘ABSPATH’) & !defined(‘XMLRPC_REQUEST’)) {

    define(‘WP_USE_THEMES’, false);

    include_once(dirname(__FILE__) . ‘/../wp-blog-header.php’ );

    header(“HTTP/1.1 200 OK”);

    header(“Status: 200 All rosy”);

    }

    )

    ?>

    I I’m not expert on php, I add correctly the line?

    #87136
    jakshi
    Member

    @huafeihua116

    Not at all.

    @ashfame

    I agree with “salts were never included in sample config file”, When I do integrations – I get salts values from options.

    I and many other people will very happy if developers of bbpress says us what difference between your good working wordpress and bbpress cookie integration, and their wordpress and bbpress cookie integration that don’t work.

    But for now – it’s still unresolved issue :)

Viewing 25 results - 21,426 through 21,450 (of 32,481 total)
Skip to toolbar