Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'forum'

Viewing 25 results - 16,551 through 16,575 (of 20,258 total)
  • Author
    Search Results
  • #58324

    In reply to: How to create forums?

    skypn
    Participant

    Thx Xevo, it works great now :o)

    #58321

    In reply to: Adding a Blog

    Paul Wong-Gibbs
    Keymaster
    #58316
    Xevo
    Participant

    You could make one group a standard group which everbody auto joins, but other than that the only option is a seperate bbpress install.

    #58308
    Mike Pratt
    Participant

    One thing to consider is that it is supposed to work that way, otherwise all you have is a standard old-fashioned bbPress setup. Groups give forum topics context, which gives user something to rally around topically. If a forum isn’t part of a group, then eventually all your topics will blur and you will be awash in a sea of unrelated postings. (which is the state of most b-board systems today, imho

    #58293
    Anonymous User 96400
    Inactive

    Size doesn’t matter, right? ;)

    Anyways, adjusting some css should do the trick. set your logo as the background image of the a tag, give it the width and the height of your logo and then move the text out of the screen using text-indent.

    Something like this (put it in custom.css, which you might have to create under _inc/css/):

    #header h1 a {
    background:transparent url(../images/buddypress/bp_logo.gif) no-repeat left top;
    display:block;
    height:42px;
    text-indent:-999em;
    width:180px;
    }

    By the way, a little searching here on the forum would have given you the answer as it’s come up a few times already.

    enjoy!

    #58279
    Boone Gorges
    Keymaster

    You could back up the forum data to your computer as a SQL query, do some search and replaces (mainly to replace paragraph tags with newline characters) and reimport. I did something like that and it took care of probably 95% of the HTML markup. http://teleogistic.net/2009/12/upgrading-from-buddypress-1-0-to-1-1/

    #58271
    sclough
    Participant

    I think my steps are all that’s needed. I was just looking for some confirmation. Hopefully a dev will update the docs with this.

    Now, if I could just figure out how to properly display the html bbPress put on older forum posts ( see https://buddypress.org/forums/topic/how-to-display-html-in-forums )

    #58261
    Detective
    Participant
    #58233
    Paul Wong-Gibbs
    Keymaster

    Play nice now.

    #58220
    blakicemg
    Participant

    They are back:

    [07-Dec-2009 19:13:42] PHP Warning: require(BP_PLUGIN_DIR/bp-wire/bp-wire-classes.php) [function.require]: failed to open stream: No such file or directory in /home/brownsw/public_html/wp-content/plugins/buddypress/bp-wire.php on line 7

    [07-Dec-2009 19:13:42] PHP Fatal error: require() [function.require]: Failed opening required ‘BP_PLUGIN_DIR/bp-wire/bp-wire-classes.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/brownsw/public_html/wp-content/plugins/buddypress/bp-wire.php on line 7

    [07-Dec-2009 19:14:36] PHP Fatal error: Call to undefined function plugins_url() in /home/brownsw/public_html/wp-content/plugins/buddypress/bp-core.php on line 12

    [07-Dec-2009 19:15:29] PHP Warning: require(BP_PLUGIN_DIR/bp-blogs/bp-blogs-classes.php) [function.require]: failed to open stream: No such file or directory in /home/brownsw/public_html/wp-content/plugins/buddypress/bp-blogs.php on line 9

    [07-Dec-2009 19:15:29] PHP Fatal error: require() [function.require]: Failed opening required ‘BP_PLUGIN_DIR/bp-blogs/bp-blogs-classes.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/brownsw/public_html/wp-content/plugins/buddypress/bp-blogs.php on line 9

    [07-Dec-2009 19:16:23] PHP Warning: require(BP_PLUGIN_DIR/bp-forums/bp-forums-bbpress.php) [function.require]: failed to open stream: No such file or directory in /home/brownsw/public_html/wp-content/plugins/buddypress/bp-forums.php on line 11

    [07-Dec-2009 19:16:23] PHP Fatal error: require() [function.require]: Failed opening required ‘BP_PLUGIN_DIR/bp-forums/bp-forums-bbpress.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/brownsw/public_html/wp-content/plugins/buddypress/bp-forums.php on line 11

    [07-Dec-2009 19:17:16] PHP Warning: require_once(WP_PLUGIN_DIR/buddypress/bp-core.php) [function.require-once]: failed to open stream: No such file or directory in /home/brownsw/public_html/wp-content/plugins/buddypress/bp-loader.php on line 19

    [07-Dec-2009 19:17:16] PHP Fatal error: require_once() [function.require]: Failed opening required ‘WP_PLUGIN_DIR/buddypress/bp-core.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/brownsw/public_html/wp-content/plugins/buddypress/bp-loader.php on line 19

    [07-Dec-2009 19:18:10] PHP Warning: require(BP_PLUGIN_DIR/bp-groups/bp-groups-classes.php) [function.require]: failed to open stream: No such file or directory in /home/brownsw/public_html/wp-content/plugins/buddypress/bp-groups.php on line 9

    [07-Dec-2009 19:18:10] PHP Fatal error: require() [function.require]: Failed opening required ‘BP_PLUGIN_DIR/bp-groups/bp-groups-classes.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/brownsw/public_html/wp-content/plugins/buddypress/bp-groups.php on line 9

    [07-Dec-2009 19:19:03] PHP Warning: require(BP_PLUGIN_DIR/bp-status/bp-status-templatetags.php) [function.require]: failed to open stream: No such file or directory in /home/brownsw/public_html/wp-content/plugins/buddypress/bp-status.php on line 5

    [07-Dec-2009 19:19:03] PHP Fatal error: require() [function.require]: Failed opening required ‘BP_PLUGIN_DIR/bp-status/bp-status-templatetags.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/brownsw/public_html/wp-content/plugins/buddypress/bp-status.php on line 5

    [07-Dec-2009 19:19:57] PHP Warning: require(BP_PLUGIN_DIR/bp-friends/bp-friends-classes.php) [function.require]: failed to open stream: No such file or directory in /home/brownsw/public_html/wp-content/plugins/buddypress/bp-friends.php on line 9

    [07-Dec-2009 19:19:57] PHP Fatal error: require() [function.require]: Failed opening required ‘BP_PLUGIN_DIR/bp-friends/bp-friends-classes.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/brownsw/public_html/wp-content/plugins/buddypress/bp-friends.php on line 9

    [07-Dec-2009 19:20:50] PHP Warning: require(BP_PLUGIN_DIR/bp-messages/bp-messages-classes.php) [function.require]: failed to open stream: No such file or directory in /home/brownsw/public_html/wp-content/plugins/buddypress/bp-messages.php on line 9

    [07-Dec-2009 19:20:50] PHP Fatal error: require() [function.require]: Failed opening required ‘BP_PLUGIN_DIR/bp-messages/bp-messages-classes.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/brownsw/public_html/wp-content/plugins/buddypress/bp-messages.php on line 9

    [07-Dec-2009 19:21:44] PHP Warning: require(BP_PLUGIN_DIR/bp-xprofile/bp-xprofile-admin.php) [function.require]: failed to open stream: No such file or directory in /home/brownsw/public_html/wp-content/plugins/buddypress/bp-xprofile.php on line 8

    [07-Dec-2009 19:21:44] PHP Fatal error: require() [function.require]: Failed opening required ‘BP_PLUGIN_DIR/bp-xprofile/bp-xprofile-admin.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/brownsw/public_html/wp-content/plugins/buddypress/bp-xprofile.php on line 8

    [07-Dec-2009 19:22:37] PHP Warning: require(BP_PLUGIN_DIR/bp-activity/bp-activity-classes.php) [function.require]: failed to open stream: No such file or directory in /home/brownsw/public_html/wp-content/plugins/buddypress/bp-activity.php on line 9

    [07-Dec-2009 19:22:37] PHP Fatal error: require() [function.require]: Failed opening required ‘BP_PLUGIN_DIR/bp-activity/bp-activity-classes.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/brownsw/public_html/wp-content/plugins/buddypress/bp-activity.php on line 9

    #58219
    abcde666
    Participant

    @nexia

    please consider putting your energies at the right place.

    Please do not post within THIS thread anymore.

    Thanks.

    #58213
    Seobrien
    Participant

    shoot me for always ignoring the cardinal rule of forums and not including that

    BP 1.1.2

    WPMU 2.8.6

    #58193
    blakicemg
    Participant

    1. Which version of WPMU are you running?

    2.8.4

    2. Did you install WPMU as a directory or subdomain install?

    Subdomain

    3. If a directory install, is it in root or in a subdirectory?

    n/a

    4. Did you upgraded from a previous version of WPMU? If so, from which version?

    2.8.3

    5. Was WPMU functioning properly before installing/upgrading BuddyPress?

    Yes

    6. Which version of BuddyPress (BP) are you running?

    1.1.3

    7. Did you upgraded from a previous version of BP? If so, from which version?

    no

    8. Do you have any plugins other than BuddyPress installed and activated?

    yes

    9. Are you using the standard BuddyPress themes or customized themes?

    Customised

    10. Have you modified the core files in any way?

    No

    11. Do you have any custom functions in bp-custom.php?

    no

    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?

    Not installed yet

    13. Please provide a list of any errors in your server’s log files.

    There are no errors in the wordpress log

    BP Errors:

    [07-Dec-2009 10:11:07] PHP Fatal error: Call to undefined function plugins_url() in /home/brownsw/public_html/wp-content/plugins/buddypress/bp-core.php on line 12

    [07-Dec-2009 10:15:14] PHP Warning: require(BP_PLUGIN_DIR/bp-wire/bp-wire-classes.php) [function.require]: failed to open stream: No such file or directory in /home/brownsw/public_html/wp-content/plugins/buddypress/bp-wire.php on line 7

    [07-Dec-2009 10:15:14] PHP Fatal error: require() [function.require]: Failed opening required ‘BP_PLUGIN_DIR/bp-wire/bp-wire-classes.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/brownsw/public_html/wp-content/plugins/buddypress/bp-wire.php on line 7

    [07-Dec-2009 10:16:36] PHP Warning: require(BP_PLUGIN_DIR/bp-blogs/bp-blogs-classes.php) [function.require]: failed to open stream: No such file or directory in /home/brownsw/public_html/wp-content/plugins/buddypress/bp-blogs.php on line 9

    [07-Dec-2009 10:16:36] PHP Fatal error: require() [function.require]: Failed opening required ‘BP_PLUGIN_DIR/bp-blogs/bp-blogs-classes.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/brownsw/public_html/wp-content/plugins/buddypress/bp-blogs.php on line 9

    [07-Dec-2009 10:18:02] PHP Warning: require(BP_PLUGIN_DIR/bp-groups/bp-groups-classes.php) [function.require]: failed to open stream: No such file or directory in /home/brownsw/public_html/wp-content/plugins/buddypress/bp-groups.php on line 9

    [07-Dec-2009 10:18:02] PHP Fatal error: require() [function.require]: Failed opening required ‘BP_PLUGIN_DIR/bp-groups/bp-groups-classes.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/brownsw/public_html/wp-content/plugins/buddypress/bp-groups.php on line 9

    [07-Dec-2009 10:19:29] PHP Warning: require(BP_PLUGIN_DIR/bp-forums/bp-forums-bbpress.php) [function.require]: failed to open stream: No such file or directory in /home/brownsw/public_html/wp-content/plugins/buddypress/bp-forums.php on line 11

    [07-Dec-2009 10:19:29] PHP Fatal error: require() [function.require]: Failed opening required ‘BP_PLUGIN_DIR/bp-forums/bp-forums-bbpress.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/brownsw/public_html/wp-content/plugins/buddypress/bp-forums.php on line 11

    [07-Dec-2009 10:20:55] PHP Warning: require_once(WP_PLUGIN_DIR/buddypress/bp-core.php) [function.require-once]: failed to open stream: No such file or directory in /home/brownsw/public_html/wp-content/plugins/buddypress/bp-loader.php on line 19

    [07-Dec-2009 10:20:55] PHP Fatal error: require_once() [function.require]: Failed opening required ‘WP_PLUGIN_DIR/buddypress/bp-core.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/brownsw/public_html/wp-content/plugins/buddypress/bp-loader.php on line 19

    [07-Dec-2009 10:22:21] PHP Warning: require(BP_PLUGIN_DIR/bp-status/bp-status-templatetags.php) [function.require]: failed to open stream: No such file or directory in /home/brownsw/public_html/wp-content/plugins/buddypress/bp-status.php on line 5

    [07-Dec-2009 10:22:21] PHP Fatal error: require() [function.require]: Failed opening required ‘BP_PLUGIN_DIR/bp-status/bp-status-templatetags.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/brownsw/public_html/wp-content/plugins/buddypress/bp-status.php on line 5

    [07-Dec-2009 10:23:48] PHP Warning: require(BP_PLUGIN_DIR/bp-friends/bp-friends-classes.php) [function.require]: failed to open stream: No such file or directory in /home/brownsw/public_html/wp-content/plugins/buddypress/bp-friends.php on line 9

    [07-Dec-2009 10:23:48] PHP Fatal error: require() [function.require]: Failed opening required ‘BP_PLUGIN_DIR/bp-friends/bp-friends-classes.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/brownsw/public_html/wp-content/plugins/buddypress/bp-friends.php on line 9

    [07-Dec-2009 10:25:14] PHP Warning: require(BP_PLUGIN_DIR/bp-xprofile/bp-xprofile-admin.php) [function.require]: failed to open stream: No such file or directory in /home/brownsw/public_html/wp-content/plugins/buddypress/bp-xprofile.php on line 8

    [07-Dec-2009 10:25:14] PHP Fatal error: require() [function.require]: Failed opening required ‘BP_PLUGIN_DIR/bp-xprofile/bp-xprofile-admin.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/brownsw/public_html/wp-content/plugins/buddypress/bp-xprofile.php on line 8

    [07-Dec-2009 10:26:40] PHP Warning: require(BP_PLUGIN_DIR/bp-messages/bp-messages-classes.php) [function.require]: failed to open stream: No such file or directory in /home/brownsw/public_html/wp-content/plugins/buddypress/bp-messages.php on line 9

    [07-Dec-2009 10:26:40] PHP Fatal error: require() [function.require]: Failed opening required ‘BP_PLUGIN_DIR/bp-messages/bp-messages-classes.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/brownsw/public_html/wp-content/plugins/buddypress/bp-messages.php on line 9

    [07-Dec-2009 10:28:06] PHP Warning: require(BP_PLUGIN_DIR/bp-activity/bp-activity-classes.php) [function.require]: failed to open stream: No such file or directory in /home/brownsw/public_html/wp-content/plugins/buddypress/bp-activity.php on line 9

    [07-Dec-2009 10:28:06] PHP Fatal error: require() [function.require]: Failed opening required ‘BP_PLUGIN_DIR/bp-activity/bp-activity-classes.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/brownsw/public_html/wp-content/plugins/buddypress/bp-activity.php on line 9

    14. Which company provides your hosting?

    I have a VPS with Servint

    #58190
    Xevo
    Participant

    Well I was trying not to point any fingers, but yes, vBulletin, phpBB and all the other bigger forum softwares out there. “Your doing it wrong.:)

    #58186
    Jean-Pierre Michaud
    Participant

    like what, vBulletin?

    rofl

    you’re right… the more gadgets, the less it is a forum…

    #58185

    This is exactly what I’ve done in the past.

    There’s a lot of pitfalls and problems trying to guess at integration methods to program BuddyPress to understand how to adjust existing installations to match the new setup. There really isn’t a database upgrade involved in keeping your existing forums, it’s just making sure that everything knows where to look to accomplish what tasks.

    Having two separate platforms bridged in the middle isn’t a new or uncommon thing, it just isn’t something that makes your average site admin smile. :)

    #58181
    Paul Wong-Gibbs
    Keymaster

    Please would you answers these questions so we can see if we can spot something? Thanks.

    https://buddypress.org/forums/topic/when-asking-for-support

    #58179
    Xevo
    Participant

    Only extra that buddypress needs now is an easier wordpress intergration, bbPress already has all the core functions of a good forum software, if you need more, write a plugin.

    I’d rather not have bbPress get bloated like one of the other huge forum softwares out there.

    #58164
    Jean-Pierre Michaud
    Participant

    hum, ok, but this topic was posted over and over, and as THIS site is not about bbPress, stressing everybody over and over about it is not really appropriate. If you, personally, need that project to go forward, that’s ok, but please consider putting your energies at the right place…

    that’s my 2cents… *(as a project developer!)

    ;)

    #58158
    Xevo
    Participant
    #58152
    danbpfr
    Participant
    #58145

    In reply to: dutchmall.nl

    Xevo
    Participant

    @ Bowe: Normally this is correct, but wordpress makes an exception. Only if you want your theme/plugin in the plugin or theme repository over at wordpress.org, you have to have GPL on it. If you want to place your own copyright or copyleft on it, your allowed to do so. I can’t find a page on wordpress clarifying this in detail, since they don’t like you using any other license.

    I do have a statement on the forum that verifies this (second post).

    https://wordpress.org/support/topic/260431

    Btw, contacted the fellows over at wpmu-dev, they’re 100% GPL, so you could even freely give away their plugins/themes if you wanted to. But I don’t think they’d be giving updates anytime soon if their plugins/themes would be handed out for free.

    #58125
    h4x3d
    Participant

    https://buddypress.org/forums/topic/bp-member-filter this is going to do what I need I think.

    #58117
    arifinez
    Participant

    How to work with both customized and translation .mo files?

    1. I’ve uplaoded an id_ID translation (mo) file and using the multilingual plugin, it’s works.

    2. I’ve made a bp-custom.php to change ‘wire’ slug into ‘memo’. It’s working on my translation pages, but not with the default english contents (‘memo’ URL’s are fine, but not with menus and ‘wire’ related texts).

    <?php

    define( 'BP_WIRE_SLUG', 'memo' );

    ?>

    3. I’ve made a customized PO file (english) to fix this and load the MO language file with bp-custom.php. Now the english language is working (URL’s and contents), but those changes made some of my id_ID translation turns back into english (some ‘memo’ related translation) but the rest translation is fine…

    <?php

    define( 'BP_WIRE_SLUG', 'memo' );

    define( 'BPLANG', 'memomu' );

    if ( file_exists( BP_PLUGIN_DIR . '/bp-languages/buddypress-' . BPLANG . '.mo' ) ) {

    load_textdomain( 'buddypress', BP_PLUGIN_DIR . '/bp-languages/buddypress-' . BPLANG . '.mo' );

    }

    ?>

    Did i made any mistake with those steps?

    Is it allright using both customized and translation .mo files?

    please help, thanks!

    #58115

    In reply to: dutchmall.nl

    Paul Wong-Gibbs
    Keymaster

    I’m all for a honest exchange of views and discussion on this forum, but anyone who participates in this thread need to be careful that the discussion doesn’t turn nasty.

Viewing 25 results - 16,551 through 16,575 (of 20,258 total)
Skip to toolbar