Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 31,076 through 31,100 (of 32,678 total)
  • Author
    Search Results
  • #47819
    Jeff Sayre
    Participant

    what version of jQuery we can expect to see in the next BuddyPress update?

    Well, based on the new features of WP 2.8, which WPMU will merge into its codebase, I’m going to guess jQuery 1.3.2. Perhaps Andy has a different idea.

    #47811

    In reply to: Import User to BP

    peterverkooijen
    Participant

    I have to do something similar. Not looking forward to it…

    I’ve found this plugin:

    User Import for BuddyPress (All Fields)

    To export member data from another WordPress installation you could use this:

    Users to CSV WordPress plugin

    Haven’t gotten to testing this yet, so let me know if it works…

    #47806
    3215850
    Inactive

    +1

    I’ve been running a ning network and wordpress blog in parallel. Slightly integrated by way off rss feeds, but nowhere near enough. Likely to jump onto buddypress at some point.

    #5493

    Topic: Membership Plugin?

    in group forum Third Party Plugins
    Murphygonzalez
    Participant

    I am looking to create a membership site using WPMU + Buddypress. The site is almost done but I need to create a membership component. Meaning, I want my clients to pay for the membership and then they get access. I have found a plugin for WordPress called memberwing (http://www.memberwing.com/). I am wondering if anyone has tried it.

    I just need a push in the right direction.

    #47799
    3125432
    Inactive

    Jeff,

    Thank you for taking the time to try and help us! This may seem off topic but every person on this board should take a moment to say “Thank You!” to Burt and Jeff and Andy, and the countless others who work to help solve problems.

    This is a shout out to each and all; could you check your db’s using phpadmin or whatever you use to examine your wordpress/buddypress database and tell me what ‘user_status’ setting you see for the admin, typically ID#1?

    Thanks,

    Brian

    #47794
    Jeff Sayre
    Participant

    Look at line 1426 of that function:

    add_action( 'init', 'bp_core_action_search_site', 5 );

    In your bp-custom.php, you can stop that action by doing this:

    remove_action( 'init', 'bp_core_action_search_site', 5 );

    You’ll need to place that within a function.

    See this for more info: https://codex.wordpress.org/Function_Reference/remove_action

    #47793
    gwsa
    Participant

    Burt & Mike –

    Thanks for the prompt reply. Tried upgrading both manually and with the built-in plugin install function. Also tried clearing out the BP tables from the database (the site has not launched yet) hoping that would kick things into shape.

    2.7.1 was the first and only version of WPMU installed, upgraded BP from 1.0 to 1.0.1 and that’s when the themes died. Also, no hyphens in the themes’ directories.

    Went through the code and was able to see what you were talking about in terms of setting the theme_root variable to /bp-themes/, but any idea why it would be doing so outside of member pages?

    If the plugin is active, if I go to /wpmu-themes.php or /wpmu-blogs.php? in the WPMU backend, to activate themes all I see are the BP themes. Correct me if I’m wrong, but before it would also show me themes in the /themes/ directory as well. Is this an intended function? I’d prefer not to move my non BP themes into the bp-themes/ as disabling BP would then kill the site.

    Any help you could provide would be greatly appreciated.

    – Ben

    (ben at gwstudentassociation dot com)

    #47790
    3206013
    Inactive

    Hello,

    Thank you for your reply, themes are (depo-clean and TerraFirma ), one more question does using WordPress admin bar will cause conflict ?

    Thank you

    3125432
    Inactive

    hi –

    I am using WordPress MU 2.7.1 and buddypress 1.0.1 and Facebuddy Theme 1.0

    This has now happened twice in two days, where I logout at night and attempt to log on a little later only to see this “blue screen of death” message:

    This user has elected to delete their account and the content is no longer available.

    I have done nothing of the sort. All files are in place.

    I will say that I have elected to delete some lines of code to remove some functions in the core files but they aren’t super critical, in my opinion.

    Remove the log choice from the profile drop down menu

    Remove the edit profile button

    Remove the edit profile sub nav selection

    Remove the blogs from the drop down menu in the search function

    Change the destination and name of the logout in the top bar

    Other items that I have been working with a programmer to implement is a SSO. So he had provided a plugin to an external membership software that works with WordPress MU to register new members by passing their field information. I am wondering if that might also be causing this. That can’t be though because the user records are just written to the database.

    This is really tough. So much work done now twice in personalizing Buddypress.

    Any ideas?

    Thanks,

    Brian

    #47731
    Jeff Sayre
    Participant

    This is because BuddyPress currently runs only on WPMU, not the single-user version of WordPress

    activeunity
    Member

    I have recently installed the latest version of WordPress (2.8) and when I upload the latest BuddyPress (1.01) and then try to activate it errors me out with the following:

    “Fatal error: Call to undefined function: get_blog_option() in […]/html/wp/wp-content/plugins/buddypress/bp-core.php on line 425”

    I then can’t login to wp-admin or view the WP page at all. I have to rename my plugins folder and to even be able to get back to the Dashboard.

    Do the 2 versions even work together? Or am I just missing a step? Is anyone else having this issue??

    #47689
    Burt Adsit
    Participant

    I just don’t think anybody really knows. What version bp, wpmu, bbpress? That’s got to be somewhere around bbpress rc2 though. Not sure when bbpress went with the permalinks options. I can’t help you at the moment. I wiped my dev server’s bbpress, upgraded to bbpress rc2 and can’t get group forums to work at all. I can’t get that to work or wp/bbpress cookie integration. It’s the usual issue with conflicting, incorrect or just plain missing docs on how to make it happen properly.

    We have wordpress config settings, bbpress config settings, bp config settings. After careful and lengthy research, I’ve determined that it all is somehow related to this:

    http://hyperphysics.phy-astr.gsu.edu/hbase/forces/imgfor/fforcon.gif

    I guess I get to wait until Automattic decides that integration of their three products is actually important. This is a back burner issue with my dev server. I just don’t have the time to track down the problem at the moment.

    #47688
    Burt Adsit
    Participant

    Well, that is partially true. bp hijacks the theme root and alters it to point to /bp-themes when it detects an url that belongs to the member theme. Those urls are things that are of the form mysite.org/members, mysite.org/groups …

    By default it only does this for the root blog of the installation. Blog id 1.

    You upgraded from what ver of bp and what ver of wpmu? wpmu now will not allow theme directory names that have a dash in them. So the non-2.7.1 theme /themes/my-theme doesn’t work anymore. It has to be /themes/mytheme

    Same goes for the themes that live in /bp-themes. Did you upgrade your bp member theme and the bp home theme also?

    You didn’t leave a link to your site or specify what versions of bp and wpmu you used to be running so I’m just shooting in the dark here.

    #5461

    Topic: Job Board

    in group forum Requests & Feedback
    21cdb
    Participant

    Hi,

    is anyone of u already using a Job Board on his/her Community?

    I found more or less two promising WordPress solutions:

    1. http://www.wpjobads.com/

    2. http://www.dailywp.com/jobpress-wordpress-theme/

    The wpjobads.com solution seems to be a plugin, which isn’t modifying any WP core files.

    The dailywp.com solution seems to be a complete theme, which shouldn’t be a problem, as long as it doesn’t require any altering of the original WP core files.

    I’m especially interested if someone has experience with the dailywp.com JobPress Theme. It really does look feature rich and simple in the same way. Asking myself if it has to be used with a single installation of wordpress, or if it would be possible to use it with wpmu and buddypress?

    #47684
    Mike
    Participant

    That’s odd. Have you tried upgrading manually?

    #5457
    2bak860
    Participant

    1. Which version of WPMU are you running? WordPress MU 2.7.1

    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? Root

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

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

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

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

    8. Do you have any plugins other than BuddyPress installed and activated? All deactivated: Dynamic Content Gallery, Login widget, Remove BuddyPress admin bar, Secure and Accessible PHP Contact Form, Ad-minister, Contact Form 7, Google Analytics for WordPress, Google News, Google News Sitemap, Headspace2, Maintenance Mode, Really Simple CAPTCHA, Robots Meta, Sociable.

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

    10. If running bbPress, which version? N/A

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

    Hi,

    I’ve installed WPMU and BuddyPress. Everything functioning ok, but image upload doesn’t work. I deactivated all plugins, including BuddyPress. Using the browser uploader, the image uploads and WPMU is making different sized images, but they appear in the media library as broken links. When I insert into a post, it appears as a broken link also.

    My server has GD, Imagemagik, Safe mode is off. I’ve replaced all files, apart from the contents of the wp-content folder. wp-content is chmoded to 755, as is blogs-dir.

    My feeling is that the htaccess isn’t rewriting as it should, as all files are from the WPMU zip.

    After upload, the File URL is, but appears as a broken link:

    domain.com/files/2009/05/3592429491_c32bc044841.jpg

    Look forward to your support!

    Ross

    #5455
    gwsa
    Participant

    Upgraded to BuddyPress 1.0.1 with WordPressMU 2.7.1. BuddyPress rewrites the theme_root to /bp-themes/ on /wpmu-themes.php and on /themes.php, denying both users and administrators the ability to activate standard WordPress themes that live in /wp-content/themes.

    Simply put, if BuddyPress is activated, all blogs on the server crash because they can’t find their themes.

    Everything was working fine prior to upgrade. Only active plugin is BuddyPress.

    Jeff Sayre
    Participant

    is there a back up / restore procedure documented?

    Do you mean for bbPress? Since bbPress uses MySQL as the DB backend, as do the other *presses, I would look at the WP codex: https://codex.wordpress.org/Restoring_Your_Database_From_Backup

    #47644
    Burt Adsit
    Participant

    You’ll have to modify the group theme templates to display your ‘group blog’ link someplace and then you can use (blatant self-serving recommendation) https://wordpress.org/extend/plugins/bp-community-blogs/ to allow automatic registered user status for all members of a group on a specific blog.

    #5449
    kellerbrooke
    Participant

    I absolutely LOVE BuddyPress! I’m in the process of creating a social network and BP has been a dream come true.

    Not only do I love BP, but I also love the design of the main .org website. I just wanted to let the BP creators/designers know about an article I published where I showcased your design. You can read it at http://www.fresheventure.com/827/best-wordpress-website-designs-2009/. It’s a work in progress list of the best WordPress website designs of 2009. At the end of the year, I plan to put the list to a vote!

    I hope it’s ok that I posted in this forum – I just want the BP developers to know about the article. If I should post somewhere else or use a contact form instead, please let me know.

    Keller Hawthorne

    FresheVenture.com

    #47610
    Burt Adsit
    Participant

    You can create another user and make them a site admin in: Site Admin > Options > Administration Settings (Site Admins)

    That lists all the users who are desginated ‘site admins’. This might help: https://wordpress.org/support/topic/184012

    Perhaps your earlier trial at this didn’t work because your new username wasn’t on the list? If you are going to do the db route again add the new username first. :)

    tonyaccardo
    Participant

    Hi all,

    I’m the owner of 2 communities on the web :

    – first one is based on a vB forum

    – second one is much based on articles posted by one redactor, but I was thinking in the past to open it, in order to have much redactors and much topics

    These 2 communities shares the same main topic, and after discovering buddypress and testing it on my development platform, I think this is the opportunity to make some glue between my 2 communities. In fact, I have 2 domains, 2 separates sites, with 2 separates designs, etc… and my idea is to keep the 2 sites seperated but with much more integration.

    So here are my questions :

    – Is there a way to keep wordpress mu handling the authentification and the signup process and a way to synchronize vB users with wordpress?

    – Is there a way to have a single sign on process between 2 wordpress mu instances ? (or a way to have one wordpress mu handling 2 separate domains?)

    Sorry for my poor english (i’m french), but i’m very interested in migrating to buddypress and i really think that this is a big opportunity for my 2 communities. So, thanks in advance for your help ;-)

    Regards, Tony

    #47600
    Mike
    Participant

    oh you guys, please use Google Analytics!! i’ve seen some really inflated numbers with statcounter… probably because you can log in as the admin and actually *define* the “number of page views” you want to start out with (seriously, what’s that about??)! GA is much more accurate and granular. And it’s free, too. AND there are a handful of plugins for that, as well. http://yoast.com/wordpress/google-analytics/

    Ruth Maude
    Participant

    Hi, I’m having a few problems with my site. http://clubfootclub.org/community

    1) since upgrading to 1.0.1 the registration page won’t allow people to register it just says they have to login to create a blog.

    2) the facebook connect plugin won’t activate Parse error: syntax error, unexpected T_OBJECT_OPERATOR in …/wp-content/plugins/bp-fbconnect/includes/wp-facebookconnect/fbconnect.php on line 29

    3) the blogs all use the standard wordpress theme even though I’ve set it in the admin to use the buddypress theme.

    #47587
    Jeff Sayre
    Participant

    You can’t without a special plugin: https://mu.wordpress.org/forums/topic/9049

    Perhaps a search at the WPMU forums will bring up some more recent results than the one I’ve provided.

    I’m setting this thread to resolved since BuddyPress uses the WPMU user table and thus this is a WPMU issue and not BuddyPress.

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