Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress"'

Viewing 25 results - 26,126 through 26,150 (of 26,810 total)
  • Author
    Search Results
  • #1418
    paidera
    Member

    I am currently trying to install bbpress simply because zeroboard hates me. I have changed the info in my config.php file as I should have and see no problems, yet when I run install.php I get the following error:

    Parse error: syntax error, unexpected T_STRING in /mounted-storage/home24b/sub003/sc22569-MMPG/dongbang51.net/board/config.php on line 8

    Any clue? I’ve added my config.php content below.

    <?php

    // ** MySQL settings ** //

    define(‘BBDB_NAME’, ‘********’); //

    The name of the database

    define(‘BBDB_USER’, ‘********’); //

    Your MySQL username

    define(‘BBDB_PASSWORD’, ‘********’); //

    …and password

    define(‘BBDB_HOST’, ‘********’); //

    99% chance you won’t need to change this value

    //

    Change the prefix if you want to have multiple forums in a single database.

    $bb_table_prefix = ‘bb_’; //

    Only letters, numbers and underscores please!

    //

    If your bbPress URL is http://bbpress.example.com/forums/ , the examples would be correct.

    //

    Adjust the domain and path to suit your actual URL.

    //

    Just the domain name; no directories or path. There should be no trailing slash here.

    $bb->domain = ‘http://www.dongbang51.net&#8217;; //

    Example: ‘http://bbpress.example.com&#8217;

    //

    There should be both a leading and trailing slash here. ‘/’ is fine if the site is in root.

    $bb->path = ‘/board/’; //

    Example: ‘/forums/’

    //

    What are you going to call me?

    $bb->name = ‘New’;

    //

    This must be set before running the install script.

    $bb->admin_email = ‘********@hotmail.com’;

    //

    Set to true if you want pretty permalinks.

    $bb->mod_rewrite = false;

    //

    The number of topics that show on each page.

    $bb->page_topics = 30;

    //

    A user can edit a post for this many minutes after submitting.

    $bb->edit_lock = 60;

    //

    Your timezone offset. Example: -7 for Pacific Daylight Time.

    $bb->gmt_offset = 0;

    //

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

    //

    chosen language must be installed to bb-includes/languages.

    //

    For example, install de.mo to bb-includes/languages and set BBLANG to ‘de’

    //

    to enable German language support.

    define(‘BBLANG’, ”);

    //

    Your Akismet Key. You do not need a key to run bbPress, but if you want to take advantage

    //

    of Akismet’s powerful spam blocking, you’ll need one. You can get an Akismet key at

    //

    http://wordpress.com/api-keys/

    $bb->akismet_key = ”; //

    Example: ‘0123456789ab’

    //

    The rest is only useful if you are integrating bbPress with WordPress.

    //

    If you’re not, just leave the rest as it is.

    $bb->wp_table_prefix = ”; //

    WordPress table prefix. Example: ‘wp_’;

    $bb->wp_home = ”; //

    WordPress – Options->General: Blog address (URL) //

    No trailing slash. Example: ‘http://example.com&#8217;

    $bb->wp_siteurl = ”; //

    WordPress – Options->General: WordPress address (URL) //

    No trailing slash. Example: ‘http://example.com&#8217;

    /* Stop editing */

    if ( !defined(‘BBPATH’) )

    define(‘BBPATH’, dirname(__FILE__) . ‘/’ );

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

    ?>

    #54559

    In reply to: Navigation Theme

    Jim S.
    Participant

    Hm, I’ll see what I can work up. You think a sidebar like what the WordPress version sports would work better than what’s there now?

    Trent Adams
    Member

    Take a look at this thread:

    https://bbpress.org/forums/topic/185?replies=6

    Then, if that doesn’t help, maybe check out this thread:

    https://bbpress.org/forums/topic/462?replies=4#post-2607

    That first thread is about key masters getting downgraded to administrators and the second thread is about getting a user upgraded to key master through the database and the bb_usermeta or wp_usermeta depending on if you are integrated with WordPress or not.

    Trent

    #54262
    Sam Bauers
    Participant

    I’ve just updated the previous patch file to address the WordPress integration/function naming issues.

    Download from here – categories-build701.patch

    You should read the relevant comment about the updated patch.

    #54261
    mrpapasworld
    Member

    ooopsss… actually, you have to to the forums page to see all the forum stuff… http://test.158th.com/forums

    though you did get a peek at my wordpress plugin to display latest forum stuff in wordpress…

    #54259
    mrpapasworld
    Member

    okay Sam, some serious wordpress integration issues here… below are the clashes with wordpress and the offending files…

    get_category()

    get_categories()

    root: forum.php, topic.php, index.php

    admin: content-categories.php, content-forums.php, bb-category.php

    bb-includes: functions.php, template-functions.php, cache.php

    is_category()

    bb-includes: functions.php, template-functions.php

    get_category_link()

    bb-includes: functions.php, template-functions.php

    category_description()

    template: category.php, front-page.php

    bb-includes: template-functions.php

    get_category_rss_link()

    bb-includes: template-functions.php

    whew… after adding bb_ to the front of all those items in bbpress, I finally got it to run the upgrade script, which worked…

    now to see if it works as something looks a bit odd in the display of the category…

    #54484
    jefgodesky
    Member

    This is now a full-fledged plugin. It could certainly use some expansion and improvement, but this satisfies my requirements, and I suspect it will satisfy many others’ requirements, as well.

    I’ve decided that I’m OK with two separate logins against the same user table, as spencerp’s solution leaves us with. I’m further integrating them now with OpenID. The VerseLogic WordPress OpenID plugin works perfectly, but I have not yet installed the MediaWiki OpenID extension, which will remain necessary since logging in will still be handled by MediaWiki itself.

    After that, we’ll get to a level of integration I’ve yet to really even think about: user preferences and profiles. My initial thoughts on that are to point the bbPress profiles to the MediaWiki User pages, and develop an extension to display forum user information. Editing preferences might be easier by learning how each program stores that information and writing a whole new script to handle it. I’m certainly open to alternative ideas.

    #53601
    isza
    Member

    Hello!

    My question is about embedding the bbPress into the WP.

    I’d like my WP to work like this website.

    I’ve installed the WP, bbP and the integrater plugin (activeted) you advised in an article.

    Can you advise me what should I do?

    Many thanks guys!

    #1404

    Topic: Navigation Theme

    in forum Themes
    Jim S.
    Participant

    I’ve made my first attempt ever at theme-building by trying to port the Navigation theme for WordPress over to bbPress. You can see it in action on my test setup:

    http://open-dialogue.com/bbpress

    I’m not entirely happy with the way the forum tables display. It looks ok on a 1024×768 resolution, but they mass to the left a bit too much for my liking on higher resolutions (I use 1280×1024). I’m at a bit of a loss, though, to know how to stretch them out enough to fill out the extra white space to the right. I’d be open for suggestions on how to tweak the stylesheet further.

    I’m also not real crazy about the login form location, but I’m not sure of a better place to put it.

    Everything else seems to look and operate alright. Any suggestions and tips would be greatly appreciated. I’m still figuring out some the latest nuances in stylesheeting (it’s been a few years since I’ve done much site design).

    #54199
    ear1grey
    Member

    It looks nice and clean, although, I notice in your own forum it doesn’t currently validate. Once you get that all happy, don’t forget to validate the css too.

    #54256
    mrpapasworld
    Member

    having problems getting this to worked… because of mods, applying the patch by hand… so its probably me but really stumped…

    after doing the changes, had an error, so double checked everything… still no dice… so I decided to bite the bullet and do it the patch way… as luck would have it my host doesnt seem to allow patch to work – diff issue I will take up with him…

    anyways, started from a clean 0.8 install and applied the patch by hand again… end up getting the same error again… double checked and everything looks good…

    Here’s the error:

    Fatal error: Cannot redeclare get_categories() (previously declared in /xxxxxx/wp-includes/category.php:14) in /xxxxxx/forums/bb-includes/functions.php on line 3

    oh man… AAARGGH… as I sit here typing this in, it just hit me what is wrong and why I wasted time into the wee hours trying to solve it…

    has anyone tried this category patch in a bbpress integrated with wordpress?? it seems the category functions are clashing between the two…

    geez… I dont know how many times I read that last night and never noticed that… another reason why you do work real late at night 😉 helps if you can read too 😛

    any thoughts on this working with a bbpress/wordpress integrated situation?

    #1401
    intellivision
    Participant

    …like in WordPress? The additional use of “template” will tend to divide and confuse, no?

    Like how, across software, plugins are either “mods”, “modules”, “extensions” or “addons”.

    Now’s the time! We can still consolidate the concept into one term.

    I’m splitting hairs, I know ;-). bbPress is wonderful. Thanks so much to the developers. I’m a phpBB veteran (admin), and bbPress is so nice I want to cry.

    #54525

    In reply to: admin email change

    chrishajer
    Participant

    My guess is that the email in the config.php is used for setup only. Afterward, I changed mine in my profile and it gets updated in my WordPress user table. I changed the email address in my WordPress user table, and it’s changed in the profile in bbPress. None of those changes affected the setting in config.php. I requested a new password with the forgotten password link, for admin, and it went to the email address in the user profile, not the one in config.php.

    I am pretty sure the email that is used on an ongoing basis is the one in the profile, and the one in config.php is used for setup only.

    That’s my best guess. For consistency, I think I would update both, even if only so that when you do an upgrade in the future, the one in config.php is still accurate.

    #53600
    Trent Adams
    Member

    No problem! Good to here!

    Trent

    #53599
    jenz
    Member

    I believe I defined the WP information post installation, so I deleted the bbPress DB, created a new one, went through the 1 step install and still no go. None of the WP users show up in the bbPress user list and I still cannot log in with to WP with the bbPress users nor log into bbPress with the WP users. When I look at my bbPress DB, I have the following tables:

    bb_forums

    bb_posts

    bb_tagged

    bb_tags

    bb_topicmeta

    bb_topics

    wp_usermeta

    wp_users

    As soon as I saw the DB structure, I realized that I needed to specify my WP database, and not create a new one for bbPress for this to work. Once I put in my WP DB information at the top of the config.php file, all worked! Thanks for your prompt response.

    #1365
    drhallows
    Member

    This theme work perfect in bbPress 0.80. Is based in Refresh of Aydos.

    http://www.soporte-wordpress.org/2007/02/11/redox-theme-para-bbpress-080/

    #53598
    Trent Adams
    Member

    Did you install bbPress before or after having that information in your config.php? Did you see the WP users in the install process when you installed?

    Trent

    #53597
    jenz
    Member

    Hello. I have a WordPress installation (2.1) at / and then the bbPress installation (0.8) at /forums/. I have followed the instructions: https://bbpress.org/documentation/integration-with-wordpress/ and still no go. The WordPress integration plugin is installed and activated in my WP install and I have defined the bbPress tables (bb_) prefix correctly in the plugin options.

    I have defined the options:

    $bb->wp_table_prefix = ‘wp_’; // WordPress table prefix. Example: ‘wp_’;

    $bb->wp_home = ‘http://test.com&#8217;; // WordPress – Options->General: Blog address (URL) // No trailing slash. Example: ‘http://example.com&#8217;

    $bb->wp_siteurl = ‘http://test.com&#8217;; // WordPress – Options->General: WordPress address (URL) // No trailing slash. Example: ‘http://example.com&#8217;

    in my config.php file, but do I need to add anything else? Right now, my WordPress users cannot log into the bbPress install, and the bbPress users cannot log into the WordPress install. Any help would be creatly appreciated.

    #51283
    ateale
    Member

    any luck with a bbpress -> wordpress script guys?

    #54025
    ateale
    Member

    hey Lingmeister

    i used this:

    http://www.iteisa.com/phpbb2bbpress/

    https://bbpress.org/forums/topic/402?replies=27#post-2126

    what is the problem you are having?

    I had problems initially – something to do with PHP 5 or something – check that link above

    good luck!

    AT

    #54242
    macwise
    Member

    Trent,

    First of all, thanks for all your help with getting this all straightened out. I’ve gotten a lot done thanks to your help alone.

    As for the 1 header approach, maybe I am creating a “complexity by simplicity” approach, and if what you are saying is correct, then I’m probably better just making the wp side have a wp header, and the bb side have a bb header. I guess I just thought in the long run it would be simpler and more effective to have one-size-fits-all header with the necessary bb code and wp code being selected only when it was needed. That was before now, when I just assumed that since you could call wp code in bbpress, that you could also just as easily call bb code in wordpress.

    So, I will create a second, separate header file for bbpress, and I will see where that takes me in this process. Thanks for your help with this. I hope my reasoning at least makes sense now, even though it is probably faulty reasoning at that.

    ron

    #54477

    In reply to: install bbpress

    madhuri
    Member

    I have tried reading the documentation & other forum threads over & over again, but i could not get through the complete installation of bbpress.

    As stated, through my ftp client, I draged & dropped config-sample.php from my computer to config.php in my remote server.

    I then also uploaded complete bbpress at /var/www/html/blog/ ( remote site ).

    The next step suggests to load bb-admin/install.php in the browser & do what it says.

    Now, this is what, i am not understanding. Loading this url leads to a google page listing.

    I have opened a few links there; but, that has been of no use.

    I am reletively new to the wordpress environment ; but, apt direction will definitely get me out of this fix.

    Sir, I would be obliged to get your support.

    Thanks & Regards,

    Madhuri

    #1389
    jefgodesky
    Member

    There’s been some discussion of integrating WordPress, bbPress and MediaWiki before (“MediaWiki, bbPress, and WordPress integration” from spencerp and “Wiki Integration: WordPress & bbPress” from XXP), but this goes beyond authorization, because once users can log into forums, blogs and wikis with the same login, they naturally assume they can start mixing the wikitext they use on the wiki with forum posts and blog comments.

    Zechs’ MediaWiki Markup for WordPress does precisely that–for WordPress. It seems to be working all right, but it’s not one of the plugins that magically works in bbPress just by dropping it in. I tried that. The general lack of documentation yet on writing plugins for bbPress does not mix well with the lack of documentation for this plugin, written by a fellow who seems to live a few blocks away from me, but for whom English is a second language.

    So, given that I’m obviously not the only person trying to get MediaWiki and the *Presses to play nice, perhaps someone would be willing to point me in the right direction of where I’d get started getting this plugin to work for bbPress as nicely as it does for WordPress?

    #54476

    In reply to: install bbpress

    Trent Adams
    Member

    Welcome to bbPress! The first place I would start would be to look over the bbPress documentation because that has the information needed for installation, customization, integration with wordpress and all about themes!

    After you get going, if you have questions along the way, do a search in the forums for similar problems that you are having and if you can’t figure out what to do, then go ahead a post a question back in the forums and we can try and help you out!

    Trent

    #1385

    Akismet puts every post by me, the logged-in keymaster, into the spam queue.

    Is there something I can do to prevent this? Could it have something to do with being integrated with WordPress?

    I’m using bbPress 0.8 (although it did it with previous versions too).

Viewing 25 results - 26,126 through 26,150 (of 26,810 total)
Skip to toolbar