Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 20,926 through 20,950 (of 22,602 total)
  • Author
    Search Results
  • #51820
    Alex Cragg
    Participant

    OK, done that. I’m now getting an error after the first creation screen, and this error in my logs

    WordPress database error Unknown column ‘avatar_thumb’ in ‘field list’ for query INSERT INTO wp_bp_events ( , referer: http://domain.com/members/admin/events/create/

    It appears as though the plugin isn’t creating that field in bp-events.php, I can’t find any reference to it anyway, and then in bp_events_classes.php, avatar_thumb and avatar_full have commands to have information inserted into them in the save() function.

    I added the necessary lines to add those fields in the sql create and everything works…

    #51812
    Jeff Sayre
    Participant

    Read through this WPMU Codex article on changing your site URL. It should provide the assistance you need.

    #51802

    You could make a custom login page with BP trunk like…

    define('BP_LOGIN_SLUG', 'login');
    function bp_show_login_page() {
    global $bp, $current_blog;

    if ( $bp->current_component == BP_LOGIN_SLUG && $bp->current_action == '' ) {
    bp_core_load_template( 'registration/login', true );
    }
    }
    add_action( 'wp', 'bp_show_login_page', 2 );

    Then put a template file named “login.php” in your frameworks registration folder and steal some code from the buddypress login form to help with getting started…

    There’s a few examples online on how to redirect the WordPress login page with .htaccess. Could give that a shot too?

    #51776
    peterverkooijen
    Participant

    This is going nowhere. I’ll just hack core file; replace wp-login.php and wp-admin/profile.php with copies on login.php and account/profile.php (?) and then search/replace all links.

    I f***ing hate WordPress registration/member management!

    #51769

    In reply to: New Groupblog Plugin

    Mariusooms
    Participant

    – is it possible with BP to disable the “Wire” ?

    Yes…this can be disabled per group at the group creators discretion.

    – is it possible to use P2-theme in your “Group-blog” ?

    I don’t know, I have not use the P2 theme yet, but I imagine it should be no problem.

    – are there any language-related wording in your plugin (at the user-interface) which need to be translated when I would like to run your plugin for a german-language-website ?

    Yes, a language file is included which you may translate using the wordpress guidelines.

    #51747

    In reply to: New Groupblog Plugin

    abcde666
    Participant

    @Mariusooms

    – can I have a Group-Blog instead of the BBPress-Forum ?

    – I would like to disable User-Blogs for each single user, but instead have a Group-Blog using P2-theme. Does this work with your plugin ?

    – Is your plugin compatible with BP-version 1.1 ?

    – what is the difference from your Group-Blog-plugin compared with the one from Burt ?

    https://wordpress.org/extend/plugins/bp-community-blogs/

    Many thanks,

    #51735
    Jeff Sayre
    Participant

    Are you using the BuddyPress Skeleton Component as the framework with which to code your plugin? If not, you should download it and see how the example code that adds an admin page to WPMU’s backend is written.

    The example code is in bp-example-admin.php.

    #51728
    Kunal17
    Participant

    Is there a series of tests that we can perform to make sure that the WPMU+Buddypress upgrades have completed without any damages? WordPress says all upgrades went off well but I am still concerned about finding problems later.

    #51722

    In reply to: New Groupblog Plugin

    Mariusooms
    Participant

    The new feature to select an existing blog is now available. We also fixed some other bugs.

    There is only one (known) bug left, which we will squash on Monday. Namely member roles are not set upon creation, but they are set when saving the 2nd time around form the admin as explained in the readme.

    https://wordpress.org/extend/plugins/bp-groupblog/

    #51719
    oriste
    Participant

    You might want to try the Maintenance Mode plugin at https://wordpress.org/extend/plugins/maintenance-mode/

    #51714

    When it’s ready, it’ll be available through the BuddyPress/WordPress theme repo, so everyone can have at it.

    You could modify the home.php file and rip out all the extra code. Home.php will always act as the front page of your website, regardless of your WordPress settings.

    #51706

    In reply to: BuddyBar for bbPress

    Lriggle
    Participant

    @ John James Jacoby

    Thanks for the info! I’ve verified that all my Keys and Salts are the identical, and double checked that the deep integration code given here (https://wordpress.org/extend/plugins/buddybar-in-bbpress/installation/) has the correct path.

    I’m not sure where else to check for cookie issues.

    I’ll look into the redirection plugins for my other issue.

    Thanks!

    #51687
    pxlgirl
    Participant

    All right, I got it. bp must be always in the parent directory:

    mydomain.org/wordpress-mu/

    Pheeew. :)

    #51682
    pxlgirl
    Participant

    Quick update:

    After activating the theme on the first blog, it still shows the same error msg.

    my structure looks like this:

    /wordpress-mu/firstblog/

    /wordpress-mu/secondblog/

    /wordpress-mu/community -> where bp should run

    r-a-y
    Keymaster

    Add your register_sidebar() functions code from your existing WordPress theme’s functions.php file to your BP Member theme’s functions.php file.

    Then your WordPress sidebar should show up.

    ^

    #51658
    Korhan Ekinci
    Participant

    I am using it here at: http://duvar.fenerbook.com

    I had to get rid of the “blog authors” link from the adminbar, because of too many authors and also page loading was slow.

    I have the wordpress video plugin (enabled site wide) which works well with p2 theme and member blogs as well!

    http://www.daburna.de/blog/2006/12/13/wordpress-video-plugin

    Hope it helps.

    #51654

    In reply to: New Page Selected

    Paul Wong-Gibbs
    Keymaster

    This is not a BP question, but a WP theme question! A quick Google of that function took me to https://codex.wordpress.org/Template_Tags/wp_list_pages.

    Five minutes reading revealed:

    All list items (li) generated by wp_list_pages() are marked with the class page_item. When wp_list_pages() is called while displaying a Page, the list item for that Page is given the additional class current_page_item.

    So, apply a style to .current_page_item.

    #51648
    r-a-y
    Keymaster

    I would try to prevent member registration through .htaccess:

    http://wpmututorials.com/how-to/spam-blogs-and-buddypress/

    If not .htaccess, then try WP Hashcash, but I prefer the simplistic method of blocking through .htaccess. This will block most spam signups, but of course you can’t block everything! ;)

    Thanks to Darcy Norman for the original tip!

    #51641

    In reply to: White Screen of Death

    adyba
    Participant

    Paul,

    The URL where I’m testing the BP is http:// mysupport.byethost13.com it is shared hosting where each subdomain that belongs to my account looks like root. All root files must be uploaded into \htdocs folder that pretends to be root.

    Once installed, only the core Blog is fully available. Users (user1, user2) have created their blog(s). Posts are accessible by Site Wide Activity/Wires but no permalinks expect the main blog are accessible. Thus no user nor admin personal blogs (comments) aren’t accessible.

    My hosting program allows the .htaccess. The links to the missing elements seems to be OK. It properly generates addresses like http://mysupport.byethost13.com/personal/2009/08/27/hello-world-2/ but it is empty.

    The /wp-content/blogs.dir contains strange sub-folder structure

    /wp-content/blogs.dir/1/files/avatars/2(4) where two and four is a Id of users that have

    uploaded their avatar. Gods know what does it mean the 1 in the root.

    For testing purposes I have created your account (Id 4) JDPaul/password. I just wanted to test the BP abbility to access/write the folder. Avatar was uploaded.

    My conclusion:

    1) BP is talsk to MySql

    2) tld/blog works as expected

    3) All site.tld/users links + site.tld/groups seems to be fine

    4) At least part of the BP code can write the blogs.dir folder

    5) For some reason site others blog permalinks site.tld/user1, site.tld/user2, site.tld/personal do not work.

    Please feel free to log-in and play. I believe we both need a computer aided check list :)

    1. Which version of WPMU are you running?

    WordPress MU 2.8.4.

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

    directory

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

    root as much it can be on shared host

    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?

    there was no trafic

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

    BP 1.0.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?

    no

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

    standard – works fine

    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?

    not yet

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

    #51633
    Mariusooms
    Participant

    Uhmm…while I do agree there should be an option to do so, your argument did made me chuckle as I don’t think a terror cell would need your network. Especially considering that you can download wordpress and buddypress free of charge.

    #51631
    adyba
    Participant

    I’m also struggling the same white-page-bogey. All redirection are fine but points to an empty blogs.dir directory. I’m just going to upgrade my faith. Other users blogs and comments are at least in the databases and once I solve all the .htaccess; blogs.dir ownership issues., it will show up one day.

    BTW there is a WP redirection plug-in (https://wordpress.org/extend/plugins/redirection/) that promises to overcome the .htaccess. Would it be a common cure for rest of us? Would anybody help us generate a list/file of redirections that can be uploaded there?

    I’m sorry to see the top contributors helping us (lamers) with the server configuration.

    Would anybody code a simple system check (list) plug in that would help us (others) to communicate the issues to our host admins? I believe the community would more appreciate you guys to help us all with bigger issues.

    #51619

    In reply to: Can't create groups

    andisites
    Participant

    I’m having a similar problem. Just did a fresh install with WordPress MU 2.8.4a and the trunk version of BuddyPress 1.1. Also installed bbPress via the WP admin panel. Went through all the setups for BuddyPress (General, Components, Forums), but when I go to the Profile Field Setup it tells me I don’t have any groups. When I try to add one, it returns the message, “There was an error saving the group. Please try again.” If I try to add a group directly via the site, I get the message (in a big scary red bar), “There was an error saving group details, please try again.”

    I noticed that the database only has one table with the wp_bp prepend (wp_bp_activity_user_activity_cached). Another install I did (based on WMU 2.8.2, BuddyPress 1.0.3, and current bbPress) resulted in a database with a gazillion wp_bp tables. Is that the problem, and if so, how do I get those tables? And if not…wassup? Having groups is kinda the point, after all.

    Otherwise, I’m looking forward to skinning the new template framework (ONCE, rather than twice). Thanks for your patience with a relative BP newbie…:-)

    #51591
    Andrea Rennick
    Participant

    If you’re just looking to post video code, there’s plenty of video embed plugins for regular WordPress that work just fine in MU.

    this is one I use often:

    https://wordpress.org/extend/plugins/wordpress-video-plugin/

Viewing 25 results - 20,926 through 20,950 (of 22,602 total)
Skip to toolbar