Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 31,976 through 32,000 (of 32,678 total)
  • Author
    Search Results
  • Donnacha
    Participant

    Heather at Automattic has announced the release of P2: The New Prologue, a WordPress.com theme that, building upon last year’s release of the Prologue theme, presents the user’s blog in a form similar to Twitter, but without Twitter limits such as 240 characters.

    My initial impression is that this heavily ajaxified format would encourage the blog owner to post more frequently and also encourage visitors to leave more comments. This would be a good default theme to apply to users’ blogs when they first sign up because it would get them going and would add to the overall stream of activity through the BuddyPress site.

    Heather says that a self-hosted WordPress version will appear in the Themes Directory over the coming week.

    Does anyone else agree that this theme would be a good match for BuddyPress and should, perhaps, be considered as the default theme for users’ blogs?

    Heather’s announcement:

    P2: The New Prologue – http://en.blog.wordpress.com/2009/03/11/p2-the-new-prologue/

    Last year around this time, we introduced Prologue, a short-form blog theme that works like Twitter for a group. This year we bring you P2, the cooler, faster, sleeker, 2009 version of Prologue:

    Here’s what’s new:

    In-line editing for posts and comments.

    Tag suggestion.

    Collapsible comments.

    Real-time notifications when a new comment or update is posted. (If you have a Mac, you know what we mean when we say it’s Growl-like.)

    Keyboard shortcuts: c to compose a new post; j to go to the next item; k to go to the previous item; r to reply; e to edit; o to show and hide comments; t to go to the top; esc to cancel.

    Helvetica Neue for you modern font lovers.

    Plus more to come! Keep an eye on the news blog for updates.

    Just like other themes, you can find Prologue under Appearance > Themes in your dashboard. Those who are into the self-hosted version of WordPress can keep an eye out for P2 in the Themes Directory in the coming week.

    #39724

    Fix for bb-config.php when using “deep integration”

    How to currently, correctly include WordPress within bbPress and NOT throw a 404 in IE.

    Add to beginning of bb-config.php:

    if ( !defined('ABSPATH') & !defined('XMLRPC_REQUEST')) {
    define('WP_USE_THEMES', false);
    include_once( '/absolute/path/to/yourdomain.com/wp-blog-header.php' );
    header("HTTP/1.1 200 OK");
    header("Status: 200 All rosy");
    }

    @Matt, I think that if it’s partially working, than chances are something is amiss somewhere. Are you using deep integration or no?

    #39722
    FetchFlow
    Participant

    I am supposed to NOT CHECK >>

    Add cookie integration settings

    If you want to allow shared logins with an existing WordPress installation.

    >> right?

    #39719

    In reply to: Multi-language edition

    21green
    Participant

    I gave some thoughts to this topic and my conclusion so far is, that it would be the best solution to set up a WPMU + Buddypress System for each language. The only thing that would be needed is a Plugin that shares the Userdata between these systems. A user who signed up on your swedish installation of WPMU + Buddypress should be able to use this account for your english version too and so on.

    One could do it as on wordpress.com, where wordpress.com is the main website. If You choose a different language, say german (.de) you get redirected to de.wordpress.com and only german content will appear.

    #39686
    jeff-sayre
    Participant

    devweb, sorry about the little thread jacking :(

    There is a plugin on WPMU Dev ( http://wpmudev.org/project/default-user-role ) that allows admins to set the default user role on signup. There’s also this plugin ( http://agapetry.net/news/introducing-role-scoper/ ) that seems to offer significant role customization in WP. However, I cannot find this particular plugin in the WP repositry so beware.

    You may also get some useful ideas from this thread on the Mu forums: https://mu.wordpress.org/forums/topic.php?id=8217

    Granted, these are all WPMU-specific ideas, not BuddyPress. But Mu is the platform on which BP sits, so this may be of some use if you’re planning to code your own solution.

    #39685

    In reply to: BP-FBConnect Plugin

    Sgrunt
    Participant

    (i use wordpressmu 2.65, buddypress svn version more recent than RC1, italian localization)

    hi Andy, i’m trying the facebook connect locally.I’ve copie the bp-fbconnect.php file and the bp-fbconnect folder in my plugins folder but after inserting the api key and updating options i receive this error:

    Fatal error: Uncaught exception ‘FacebookRestClientException’ with message ‘Template bundles must include at least one one line story template.’ in C:xampphtdocswordpressmuwp-contentpluginsbp-fbconnectwp-facebookconnectfacebook-clientfacebookapi_php5_restlib.php:1857 Stack trace: #0 C:xampphtdocswordpressmuwp-contentpluginsbp-fbconnectwp-facebookconnectfacebook-clientfacebookapi_php5_restlib.php(414): FacebookRestClient->call_method(‘facebook.feed.r…’, Array) #1 C:xampphtdocswordpressmuwp-contentpluginsbp-fbconnectwp-facebookconnectfbconnect.php(567): FacebookRestClient->feed_registerTemplateBundle(NULL, NULL, NULL, NULL) #2 C:xampphtdocswordpressmuwp-contentpluginsbp-fbconnectwp-facebookconnectfbconnect.php(262): fbc_register_templates(false) #3 C:xampphtdocswordpressmuwp-includesplugin.php(311): fbc_admin_options(”) #4 C:xampphtdocswordpressmuwp-adminadmin.php(56): do_action(‘fbc_admin_optio…’, Array) #5 C:xampphtdocswordpressmuwp-adminoptions-general.php(2): require in C:xampphtdocswordpressmuwp-contentpluginsbp-fbconnectwp-facebookconnectfacebook-clientfacebookapi_php5_restlib.php on line 1857

    #39681
    gpo1
    Participant

    Maybe adapting Amazon s3 or Cloud Front,so that users can store their images/video in one amazon s3 account?

    FYI

    https://buddypress.org/forums/topic.php?id=1533#post-7696

    https://mu.wordpress.org/forums/topic.php?id=6351

    This could save load balancing. What do you think?

    #39674
    peterverkooijen
    Participant

    Apparently it’s an underdocumented peculiarity of WordPress MU.

    peterverkooijen
    Participant

    BuddyPress looks great. Congrats!

    I’m trying to transfer a social networking site built around the lastest WordPress to BuddyPress, but BuddyPress strips all the <object …></object> code from my blog posts.

    I have Blip.tv video in most of my posts. They all disappear when I import them into BuddyPress.

    I managed to get them into BuddyPress by copy/pasting the entire MySQL table, but then when I edit a post, the video disappears again.

    What is going on? Is there an overzealous setting against object tags somewhere that I can turn off?

    Regular WP used to mess with objects, but recent versions leave them alone. With BuddyPress they disappear entirely. What’s different?

    edit:

    It’s the same problem with an embed tag like this:

    <embed src=”http://blip.tv/play/videocode&#8221; type=”application/x-shockwave-flash” width=”400″ height=”225″ allowscriptaccess=”always” allowfullscreen=”true”></embed>

    #3836
    webzworks
    Participant

    Hi, im having few problems here

    1st > after install the buddypress , the site goes blank , then renamed the bp-groups.php to bp-groups.php1 > system works fine after that

    2nd > now the site’s menu is shwoing at below and not at the top

    plz advice , im using wordpress mu 2.7 and buddypress latest version

    regards

    Punithan

    Currently there is no “Default Blog Widgets” plugin, but I’ve thought long and hard about making one. :)

    Currently hard coding the sidebars is our only option to do this. It isn’t difficult, but it does involve some knowledge of HTML and WordPress/BuddyPress functions.

    There are however tons of articles in the WordPress codex on how to do this, as well as write ups from random WordPress enthusiasts all over the web that explain very well how to do this.

    The way I did it, was to copy the buddypress-home theme files into a new directory called buddypress-user. Edit the style.css file and rename the second theme to whatever you’d like. Delete home.php. Delete the sidebar code in functions.php. Go into sidebar.php and delete the widget function call. Still in sidebar.php, start editing and inserting your HTML and php functions.

    #39648

    Haha I used one of my three wishes to make it work, so I’ve got two left. Burt is my genie. :D

    First things first. You need to use WPMU 2.7, BuddyPress RC1, and bbPress 1.0alpha6. Any other combination will result in a giant stress headache on your behalf for at least a few days.

    To address part 1: When you say that you haven’t gotten the forums to work flawlessly, are you speaking of integration, or alone? Obviously the first thing we need to have is a fully functioning bbPress installation before we can attempt to integrate them together.

    To address part 2: That is bizarre. When you say closed, do you mean the topic is marked as closed, or that when you submit the post that it just refreshes the page immediately back to the main front page?

    The BuddyPress forums are currently running the most stable version of bbPress in the 0.9 branch. The alpha’s have gone through some growing pains in the past few months, mostly due to pressure to make integration work with the rapidly changing WordPress.org updates. bbPress and BuddyPress are both going to get some major super mega awesome momentum this year however, so the next few weeks are going to be pretty fun. :D

    #39620
    Alex
    Participant

    ‘Trunk’ means the latest development build in the SVN repository, which you can access and ‘check out’ here:

    https://svn.buddypress.org/trunk

    More information about using SVN here: https://codex.wordpress.org/SVN

    #39600
    bryan868
    Participant

    Really looking forward to this! +1

    #39573
    Mark
    Participant

    Hi Everyone

    I am familiar with WordPress Mu however new to Buddypress and one of my clients wanted a ning.com type site however using ning, you do not own the system and there are many limitations.

    So I dived into buddypress in the last week and on my 4th install sorted out all the requirements to get a nice smooth WP Mu + Buddpress + bbpress system integrated.

    The system is still in development as the social networking aspect is only one part of this sport coaches membership site. I am still trying to get YM Membership plugin to work on it as it needs to be a paid membership site.

    Here is the site: http://networkofcoaches.com/noc

    I learned several important lessons:

    1. If an existing wordpress install is present 1 level down such as in the root folder then WP Mu will not install until you temp disable wp-config.php and wp-blog-headers.php in that existing installation

    2. When installed WP Mu in a sub folder as I have it ./noc you cannot use the sub-domain installation and must install WP Mu using the sub folder option. If your WP Mu is in the root of your domain then you can use sub domains.

    3. WP Mu and Buddypress are relatively simple however integrating bbpress is a mission. I used these resources and it works now perfectly: http://umwblogs.org/wiki/index.php/Integrating_WPMu%2C_BuddyPress%2C_and_bbPress

    and

    https://bbpress.org/forums/topic/basic-integration-screencast

    4. Now going to use bp-test to add extra top level menu options

    My wishlist:

    1. A themes upgrader system to modify WP themes for buddypress

    2. Top level menu built in editor

    3. Paid membership script integration and/or JV Manager2 (Fantasos) integration

    4. Video integration especially All-In-One-Video

    5. RSS and Twitter feeds

    6. Easier homepage and widget editing (so far I can only add widget to the left column, even if I add one to one of the other columns, the system then adds it to the left column?

    7. When a user request is received, unless you are already logged in you get a forbidden page, this should rather go to a login page and then process the friend request. My very 1st test user was very concerned over this forbidden page :-)

    Overall, I am very impressed. It is a little technical but once you have one successful install it is much easier.

    I have a large free WP Mu system that I will be adding WP Premium plugins to and will market with Buddypress and bbpress installed. Keep an eye on http://besteportal.com

    In fact I will have Buddypress integrated in a week and feel free to grab an account, in fact you will be helping me test the load on the system if you signup and play around as there are only 4000 blogs currently. I will be adding many additional functions to this site and it will effectively be a wordpress.com type offering however with Buddypress social networking and a few of my tricks.

    A question I have is if I use the WP Premium multi db plugin which can split the WP Mu database into as many databases as you want to vastly improve efficiency and performance, then how will Buddpress+bbpress respond as it shares the same database. Perhaps I should have used a seperate database for bbpress?

    Keep up the great work BuddPress!

    Best Regards

    Mark

    #39558

    dw, anything is certainly possible! ;)

    Right now, there is no built in “rank” structure, but it wouldn’t be too hard to build one. As it stands right now, the permissions plugin for BuddyPress is going to get a brief make over to accommodate some changes to WordPress MU. Once we have a look at how that is going to work, the best way to make user ranks without worrying about backwards compatibility will probably be fairly obvious.

    #39554
    kennibc
    Participant

    I had to make the whole site private using this plugin:

    http://premium.wpmudev.org/project/sitewide-privacy-options-for-wordpress-mu

    There is a free version of this plugin, but we wanted to be able to override the settings by site admin only.

    You cannot access any page on the site without logging in first. This works for us since we don’t want outside access to students. On rare occasions where the teacher wants the students to blog publicly, I can override the setting for the specific blogs.

    #3821
    rusted
    Member

    Hi!

    I have a problem with my translations files:

    I want to translate my wordpress-mu admin and public ( buddypress-home & members ) theme. I have upload both of those .mo files into right directories and configured core.php and config.php files.

    But here’s the problem: When i select “blog language: Finnish” admin translates to finnish but buddypress theme stays in english. If i select “English” Admin goes to english and buddypress theme goes to Finnish? “Default Language” makes no different what so ever…

    WHAT AM I MISSING? anybody?

    Is this even possible?

    #39543
    gpo1
    Participant

    @Fishbow181, I like your idea,but please can you adapt Amazon s3 or Cloud Front,so that users can store their images/video in one amazon s3 account?

    FYI

    https://buddypress.org/forums/topic.php?id=1533#post-7696

    https://mu.wordpress.org/forums/topic.php?id=6351

    Any help is welcomed.

    #39534

    In reply to: register Page

    Happypaint
    Participant

    ・Have not yet resolved.

    ・WordPress MU Version 2.7 because of the?

    ・Can not send a message to a friend.

    ・Continue to try to understand why

    #3816
    Andy Peatling
    Keymaster

    Now updated for BuddyPress 1.0

    http://wordpress.org/extend/plugins/bp-fbconnect

    #39516

    wp-recapcha won’t have any idea how to hook into the BuddyPress registration page, you’ll have to tell it how.

    I haven’t used this plugin myself, but I’m sure that it only hooks into a normal WordPress registration page, and not the new BuddyPress one.

    #39514
    Matt Kern
    Participant

    Well, I hate to resort to a hack, but I did get integration going.

    https://bbpress.org/forums/topic/share-solution-for-bbpress-10-alpha-6-wordpress-mu-27-cookie-integration

    simply defining BB_HASH as an emtpy string.

    I did notice them my cookie names did not seem to follow the naming convention that the Reverend was mentioning on his site.

    Anyway, now I can move on to the fun stuff….

    #39510

    In reply to: Multi-language edition

    21green
    Participant

    I think this is an essential request! Instead of adding tons of new features the focus should be on the basic features again; to build a tool that connects people and allows communitation! Everyone who wants to use Buddypress for an international purpose needs multi-language support for the frontend. It would be great to have language filters for the contents like on wordpress.com or facebook.com. If the user prefers swedish instead of english for instance he should only get blog posts/groups and forums in his choosen language. This is definitely one point that should be considered in future development.

    Whats your thoughts about this?

    #39464
    Riolec
    Participant

    Thank you johnjamesjacoby,

    have try both way … the message still shown .. both this time is shorter than before:

    WordPress database error Unknown column ‘Array’ in ‘where clause’ for query SELECT count(id) FROM wp_bp_friends WHERE (friend_user_id IN (Array) AND initiator_user_id = 1) OR (initiator_user_id IN (Array) AND friend_user_id = 1) made by friend_search_friends, BP_friends_friendship->search_friends

    is their any other way to solve this problem?

Viewing 25 results - 31,976 through 32,000 (of 32,678 total)
Skip to toolbar