Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 30,701 through 30,725 (of 32,678 total)
  • Author
    Search Results
  • #50127
    Lriggle
    Participant

    @JohnJamesJacoby

    I don’t believe we have any issues with sub domains in that respect. We’ve had users sign up to the site and create blogs at the same time, and the blogs and their sub-domains seem to be created and work just fine. We’ve also manually created blogs (not via buddypress but in WPMU) and those also work just fine.

    @Brajesh Singh

    Here are the plugins we have activated:

    – WordPress Video Plugin

    – Buddypress

    – BPDEV Core

    — BPDEV Flickr

    — BPDEV YouTube

    – Featured Member Widget

    #50114

    David Lewis,

    Give the BuddyBar for bbPress plugin a try.

    #50107

    There’s a plugin like this to populate WPMU content, but not one for BuddyPress yet.

    Keep your eyes on the “WPMU Demo Data Creator” and see if the author updates his plugin to include BuddyPress.

    #50102

    There’s lots of ways to build bridges between platforms, but no one usually does it until they need to do it themselves.

    I’ve never seen ccHost until now, and as powerful as it looks, it really looks like a competing project compared to what WordPress/bbPress/BuddyPress already attempts to do, with the help of plugins of course.

    People have built integrated logins for phpBB and vBulletin, so I imagine someone could do this for you too.

    #50100

    Create a page in your MU root blog called “forum” and leave it empty. Right now when the WordPress .htaccess file see’s a redirect to domain.com/forum/ it denies it saying the page doesn’t exist. Creating the page on your MU root blog will satisfy the .htaccess file, and still route to your bbPress installation.

    Tricky eh?

    #50085

    Have you created a page in your root MU blog called “forum” by chance? Also, it kind of sucks but because bbPress pretty permalinks use “forum” to tell the URL that you’re clicking a forum, having your URL be domain.com/forum/forum/name-of-forum is the reason why most people install bbPress in “/forums/” or something else like “/support/” or “/discussion/”

    What I’m saying is that it might just be that bbPress or WordPress are getting tripped up on what the redirect is, and maybe conflicting somehow?

    Burt Adsit made a plugin called bpGroups that was able to consolidate the essential user data, but with recent changes to XMLRPC, BP, and bbPress, my guess is that plugin no longer works as expected.

    To be honest, WordPress has never really been “light” if you know what I mean, at least not like bbPress is. If you’re using the BuddyPress Group Forums, then you probably have a lot of userdata already available from previous queries in the loop. If you’re using bbPress only and trying to get specific userdata or xprofile data, that’s going to usually require some expensive queries to pull off; I would look at how bbPress already does it with userdata per post, and see how it’s able to to do it. Chances are it’s already been called or that the userdata has already been grabbed previously. If you don’t use an IDE like netbeans to trace variable values, then try a print_r or var_dump of the user variable in the loop, and see what it gives you.

    #5994
    ajonesma
    Participant

    I have the wordpress MU installation on my main homepage for my domain and I have taken a look at some other sites that have their homepage as a buddypress homepage. How can I do that?

    #5992
    mattlay
    Participant

    I followed the instructions to activate bbpress forum in groups on this thread: http://buddypress.org/forums/topic/forum-install-some-helping-hints-2/page/5

    At the end I disabled and then tried to re-enable bbpress forum component and it will not enable. After I hit save it is back in the disable state.

    What do I need to do?

    I am using WordPressMU 2.8.2, Buddypress 1.0.3 and bbpress 1.0.1 all fresh installs only one user for admin. I do not have deep integration. I do have cookies working (mostly) between bbpress and wordpress.

    carlmartin10
    Participant

    Having some issues. Can anyone help? I have the latest version of MU. I tried to upgrade BP, and then the problems started. I am getting a blank page when going to wp-admin. This database does in fact exist, not sure what I need to do. Here is the error log:

    [26-Jul-2009 17:00:53] WordPress database error Table ’exbriefc_profiles.wp_1_terms’ doesn’t exist for query SELECT t.*, tt.* FROM wp_1_terms AS t INNER JOIN wp_1_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy IN (’link_category’) AND tt.count > 0 ORDER BY t.name ASC made by require, require_once, include, get_sidebar, locate_template, load_template, require_once, wp_list_bookmarks, get_terms

    #50072

    In reply to: Can't Create New Blogs

    kengary
    Participant

    So guess what fixed it?

    I changed the folder where WordPress mu was installed from /blogs/ to /blog/ and now it works Ok.

    If I had installed it in the root directory there would have been no problems.

    But look at what the WordPress mu installation instructions say…

    “If you want to have your WordPress MU installation in its own subdirectory on your web site (e.g. http://example.com/blogs/), rename the directory wordpressmu to the name you’d like the subdirectory to have and move or upload it to your web server. For example if you want the WordPress MU installation in a subdirectory called “blog”, you should rename the directory called “wordpressmu” to “blog” and upload it to the root directory of your web server.”

    Notice their first “example” is /blogs/’ and then in their second example they just say /blog/. I went with the first reference because I liked it better.

    The BuddyPress documentation just says get WordPress mu working and then BuddyPress will work. I never saw anywhere that it said, “Oh, by the way…just don’t install it in a subfolder called /blogs/ or it will get confused by the redirects we do in /members/blogs/ and it won’t work so don’t do that.”

    I’m being sarcastic. This is probably a bug or an unforseen situation (really?) but anyway, whether or not this would have affected anyone else it is what fixed it for me.

    #50071

    In reply to: Can't Create New Blogs

    kengary
    Participant

    So…I re-installed and when it was just WordPress mu without BuddyPress it works. The page for creating blogs is /blogs/wp-signup.

    I could add users and those users could go to that page and create a blog.

    So I re-enabled BuddyPress and it went back to sending them to /blogs/members/username/blogs/create-a-blog as the address on all of the links to create the blog but when you click on (or even type it directly into the browser) you always end up at just /blogs/members/username no matter what. It’s being redirected for some unknown reason.

    Is this not ringing any bells for anyone on what this problem might be?

    #50045

    In reply to: Can't Create New Blogs

    Rohan Kapoor
    Participant

    It would be best for wordpress mu if it was installed in the document root. As in not the /blogs/ but directly.

    #50044
    Rohan Kapoor
    Participant

    You can use the same admin account. BTW: I have mastered Deep Integration to the point of making the forum fit into ANY WordPress Theme! Take a look at http://wpmu.zyrot.com/forums/ for a demo. And no, I’m not using Iframes, it’s all themed!

    #5977
    kengary
    Participant

    1. I am running version 2.8.2 of WPMU

    2. It is installed as a directory install

    3. It is in the http://family-quilt.com/blogs/ subdirectory.

    4. This is a new installation, not an upgrade

    5. It was not an upgrade so the functionality has never worked.

    6. I am using version 1.0.3 of Buddypress

    7. BuddyPress was a new install, not an upgrade.

    8. No other plugins are installed and activated yet.

    9. I am using the default BuddyPress theme. Just changed the logo slightly.

    10. I have not modified any core files other than adding a forums link to the header.php on the themes.

    11. I have no custom functions in bp-custom.php (yet).

    12. I am running the latest version of bbPress but

    13. There have been no errors in the server log files that I can find.

    I’m new to mu and I just did two version 2.8.2 installs on my account in two different domains. One works and one doesn’t but I don’t know what I could have done differently. I have the settings in each one set to the same thing. These are the first time I have tried this with mu although I’m very familiar with WordPress.

    I also added the BuddyPress plugin and themes. And I’ve got bbPress installed.

    In the one that does not work, which is the first one I installed, what happens is that when you click on the Create Blog link you end up on your profile page instead. Every time.

    It will not go to the create blog screen no matter what.

    I’ve deleted the database tables and have re-installed. I’ve re-uploaded all of the files. Still the same weird thing happening.

    I’m just using the subfolder like /blogs/membername not any fancy domain mapping or anything.

    I could sure you some help to figure this out. Thanks in advance.

    Ken

    #50029
    Unsal Korkmaz
    Participant

    i am using bbpress 1.0.1 + buddypress 1.0.3 + wpmu 2.8.2 latest versions..

    #50027
    Paul Wong-Gibbs
    Keymaster

    Hmm, that’s strange. I can log in on my mapped domain OK. (just tested and it worked)

    #50025
    Unsal Korkmaz
    Participant

    well.. ok i can surely understand but problem is.. no one can login in sinemasite.com.. so.. we cant update site because we cant reach dashboard :-/

    #50022
    Paul Wong-Gibbs
    Keymaster

    First of all, this is not to do with working with BuddyPress – if you just run WPMU, you’ll find exactly the same thing happens. WPMU Domain Mapping works fine, as I use it on my site.

    The “problem” is that your web browser remembers that you are logged in because of cookies. Cookies can only be read/written by pages on the same domain, therefore an authentication cookie on domain1.com can’t be read on domain2.com.

    Unsal Korkmaz
    Participant

    ok.. is there any chance to work WordPress MU Domain Mapping with buddypress?

    for example:

    i tried sinema.yerleske.net site mapped to sinemasite.com

    well.. ye.. sinemasite.com working but buddypress users not seems as logged in ,so cant send comments and we cant reach dashboard (username password loggin not working)

    #5969
    Mohit Kumar
    Participant

    Can we pull post thumbnails instead of the user avatar, either through activity stream or through RSS.

    Another thing is can we have global tags displayed as in wordpress.com in a widet

    #49999
    teros0805
    Participant

    Sorry to see nobodies felt the need to comment on this thread for a week friend. I’m having the same problem trying to figure this out. Without a fairly straightforward way to customize the default site page I’m going to be forced to look at alternatives to WPMU/Buddypress.

    I’m sure theres got to be a way – i’ve seen examples of some cool buddypress sites – but my dream of MU and Buddypress being even close to as easy and straightforward as WP is are fading fast. It seems, still, like this set up is very much a patched together affair.

    I don’t mind putting in some time…..Every script or combination of scripts has some learning curve. Maybe wordpress (just the blog) has spoiled me with its most excellent documentation and straightforward usage, styling, etc.. but I’ve been having drupal flashbacks for the last 24 hrs since trying to set up a WPMU/BP test site.

    #49988
    Andy Peatling
    Keymaster

    There is a bug in WPMU 2.8.2 that will not allow site wide plugins to be deactivated:

    https://trac.mu.wordpress.org/ticket/1071

    #49985
    localwpmu
    Member

    This topic mentioned the same issue of not being able to deactivate buddypress 1.0.3 plugin after upgrade. https://buddypress.org/forums/topic/fatal-error-after-upgrading-to-wordpress-mu-282-and-buddypress-103

    #49976
    plrk
    Participant

    If you have disabled registration on your WordPress MU installation, and users are still signing up, you may have forgotten that if you are running group forums you have a bbPress installation that synchronizes users with the WordPress MU installation. Disable registration in bbPress and you should be good to go.

Viewing 25 results - 30,701 through 30,725 (of 32,678 total)
Skip to toolbar