Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 18,526 through 18,550 (of 22,614 total)
  • Author
    Search Results
  • #74745
    Chad Holden
    Participant

    I think I am having the EXACT same issue as ajohnson.

    I upload the avatars just fine. I am not using the network enabled code in WP3 and my avatars are not showing to crop. they begin at the custom directory files/avatars/1 … etc.

    It was a fresh WP3-b1 install

    Fresh Buddypress 1.2.3 install on top of it.

    #74741
    r-a-y
    Keymaster

    Try putting the code in wp-content/plugins/bp-custom.php.

    I should add that this code is kind of a hack until BP adds some functionality to detect WP setups in subdirectories.

    Also just wanted to add that this issue could already be fixed in BP 1.3 trunk due to the way BP now uses actual wordpress pages instead of a catch URI check.

    #74740

    In reply to: Custom register.php

    r-a-y
    Keymaster

    If you’re using Thesis as the parent theme, you’ll have to enable BP support for your theme.

    Two options:

    1) Use the BP Template Pack plugin:

    https://wordpress.org/extend/plugins/bp-template-pack/

    2) Manually add BP support to your theme.

    thekmen has added BP support to a child theme of the Hybrid framework:

    https://buddypress.org/forums/topic/testing-new-theme-hybrid-as-a-parent#post-40217

    You can check out what he did as a guide.

    #74732
    dblast
    Participant

    Odd.. My posts are not getting posted!

    I’m trying again.

    Yessssh. I was looking at a cached version of the site and the one you were looking at was horrible. I’m not sure what happened to that theme, but I switched it to the one I was looking at.

    http://www.longislandmartialarts.org/wsblog/

    Take a look when you get the chance, I’d appreciate any feedback and help.

    BTW I just bought wordpress and buddypress for dummies.

    #74699
    foxly
    Participant

    From our mailbox…

    Not a big deal as this is a dev env but I thought I’d show you something I am observing in case it happens to others.

    bp-album v 0.1.9, bp v 1.2.3, wpmu 2.9.2

    You can see it in action at http://[redacted]

    You’ll notice my test user ‘Sam Witwicky’ uploaded a pic yesterday (note time since) but somehow the action grabbed a reply from last week. If the streams got crossed and I have a corrupt activity table that’s fine. It keeps happening as I load test images though. Happy to delete entries in tables but i can’t figure out why this is occurring. Just started with 0.1.9.

    Also notice that the urls for the images and title in the activity stream are wrong.

    for ex http://[redacted]/members/test19/photos/single-media/7/ instead of

    http://[redacted]/members/test19/photos/single-album/3/single-media/7/O/

    so clicking does a redirect back to the root

    I’m guessing it’s all related.

    On a side note, I really appreciate your work on this and willingness to work with everyone. I’m pretty much ready to release my site to prod once bp-album is ready for prime time. I have held off doing any major styling to bp-album areas until you give the go ahead that core html tags and arrangements are all set.

    ===========================

    You are experiencing two known defects in the BP Album+ 0.1.9.2 beta.

    The first problem is happening because the “Album Item” and the “Media Item” classes do not yet generate globally unique ID’s for activity stream posts, so occasionally they collide, causing the plugin to retrieve the wrong media item.

    The second problem is happening because we haven’t finished updating the URL generation code that creates the thumbnail link to activity stream items. WordPress then catches the resulting 404 error and throws the browser back to the home page.

    Fear not!

    All of this will be fixed in the next beta. We thought it was more important to demonstrate albums capability than to have everything working perfectly. You should NEVER install one of these “community feedback” betas on a live site. They are only intended to get the community’s feedback on how we are implementing features.

    Thanks!

    ^F^

    #74674

    In reply to: BuddyPress Spam

    Eric
    Participant

    captcha and math tools do not really help fighting spam.

    spammer register manually and then feed your blog automatically remote via xmlrpc.

    i am running a wordpress mu + buddypress site and had about 40 spammer-registrations a day with lots of spam. then i deactivated xmlrpc via renaming xmlrpc.php in wp-root, result was only user registrations (without content spam). about four days later spammer registrations were reduced from 40 to about three a day (easy to delete), seems that the spam-apps noticed that the rpc doesn´t work and deleted my site from their targetlists, entering their messages manually is to complicated for them….

    #74672
    r-a-y
    Keymaster

    Looks like you’re attempting to use a BP 1.1 theme with BP 1.2.

    You might have some luck with using the BP Backwards Compatibility plugin:

    https://wordpress.org/extend/plugins/buddypress-backwards-compatibility/

    But I’m not sure.

    If that doesn’t work, you might want to develop a new child theme off the new BP default theme.

    #74669
    r-a-y
    Keymaster

    FYI – Buddypress Template Pack plugin:

    https://wordpress.org/extend/plugins/bp-template-pack/

    techguy’s got the right idea.

    #74662

    In reply to: BuddyPress Spam

    vast76
    Member

    I havent had a spammer registration since i used the “WMPU block spam by math” plug-in. i was getting 20 a day, and now absolutely zero.

    https://wordpress.org/extend/plugins/wpmu-block-spam-by-math/

    #74654
    widgetlaboratory
    Participant

    We’ve just finished converting the WooThemes “Headlines” template, and it is well suited for Buddypress. You can see it at http://LabSecrets.com

    We found that this template required us to modify the structure and add some new css. Once we did this, it was easy-enough (though just required the time to copy/paste) to replicate across the rest of the theme.

    Probably going to try this next on the “Canvas” theme. This time might try to see if there is a way to do it without changing the id labels or adding extra div-tags (but not likely given the fact that the “container” and “content” div’s are used 2x, thereby necessitating the name changes for the inner (they’re used once by woo and then once again in the bp default template….which makes the css problematic….sigh…)

    Here are the structures we modified (using group folder as the example):

    TOP OF THE PAGE:

    <?php get_header() ?>

    <div id=”container2″ class=”col-full”>

    <div id=”content2″ class=”col-left”>

    BODY OF PAGE….CONTENT HERE… OMITTED….

    BOTTOM OF THE PAGE:

    </div><!– #content2 –>

    <?php do_action( ‘bp_after_directory_groups_content’ ) ?>

    <div id=”sidebar” class=”col-right”>

    <?php locate_template( array( ‘sidebar.php’ ), true ) ?>

    </div><!– #sidebar –>

    </div><!– #container2 –>

    <?php get_footer() ?>

    Jeff Sayre
    Participant

    As r-a-y just pointed out, it is called an external install of bbPress because it is external to BuddyPress. So, there is no secret BP code to make it work. You need to integrate bbPress into WordPress.

    Once that is successfully accomplished, you then place a link to your separate, external forums within your BuddyPress site. Now, if you want to make your bbPress site look as if it is part of BP, then you have to theme your bbPress to look like the BuddyPress theme you are using.

    That is all that was done on the BP.org site–an external install of bbPress with a theme that matches that of the current site theme so that the two appear integrated. In reality, bbPress is not integrated with BuddyPress at all. The bbPress theme does need a function call or two to make the BP menus work within bbPress, but that is covered in a number of other threads.

    Have you seen this thread? Perhaps this will provide more insight on how to integrate bbPress into WordPress: http://www.wpmods.com/integrate-wordpress-bbpress

    r-a-y
    Keymaster

    It’s not a code thing, Dainismichel.

    If it was a code thing I would have posted it.

    I’ve said this before and I’ll say it again… an external install of bbPress (which is what you want) has absolutely nothing to do with the BuddyPress admin area. It’s between WordPress and bbPress.

    Numerous others (me included) have given you the correct procedural steps to integrate an external install of bbPress. Furthermore, lots of people have come into these forums and have successfully integrated an external bbPress install properly. You’re basically looking at the instructions and interpreting them differently.

    Granted, as we’re not all technical writers like you are, our instructions might not be as clear as you want them to be, however we are trying our best!

    Without hand-holding, we can’t physically do this for you.

    #74641
    netingenuity
    Member

    I have the same problem but a different setup. The site is hosted by hostmonster.com, so I can edit the .htaccess file (or create one if necessary)–if I could learn what the .htaccess file should say. In my root directory is an installation of WordPress MU. The domain does not yet point to hostmonster.com’s name servers so I must access the WP installation and the wp-admin files via the IP address. This works fine and I don’t want to mess what I have there. In a subdirectory off the root, I did an installation of BuddyPress. http://[ipaddress]/~username/subdir shows me the front page of Buddypress the default theme. But all of the links result in 404 errors. They are looking for http://[ipaddress]/~username/subdir/activity or http://[ipaddress]/~username/subdir/members, etc. and those directories don’t exist. What am I doing wrong? TIA!

    #74637
    Tosh
    Participant

    Ok, guys. I requested for it to be added to the WordPress.org Plugin Directory. Wish me luck! How long does it take to get accepted for the first time?

    BTW, where should I add this chunk of code so when admins delete a update they don’t get points taken away.

    global $bp;

    if ( !$bp->loggedin_user->is_site_admin )

    return false;

    #74603

    In reply to: Buddypress breadcrumbs

    3sixty
    Participant

    Wow, cool. I didn’t know this API existed. https://wordpress.org/extend/plugins/bp-breadcrumbs/

    I’m trying to figure it out now, but JJJ provided no documentation so far, unless it’s in the plugin file itself.

    I tried this but it didn’t do anything:

    bp_breadcrumbs_add('testcrumb', 'google.com');

    and

    echo bp_breadcrumbs_add('mycrumb', 'yahoo.com');

    maybe it has to be an internal url, like /activity.

    I’ll open the plugin file now.

    #74591

    In reply to: Profile Hooks?

    Boone Gorges
    Keymaster

    Download this plugin and check out the code: https://wordpress.org/extend/plugins/custom-profile-filters-for-buddypress/ It will show you the basic method I used to modify specific xprofile fields. Short version: you can filter the output of xprofile fields in general, and then you use a conditional to detect the name of the profile field that you want. Not enormously elegant, but hopefully that code will get you part of the way there.

    #74590
    Windhamdavid
    Participant

    the api eh? (a large percentage of shared hosts are poor quality, we’ll never be able to fix that) my take is that at it’s core, it’s “the missing extended user profile framework for WordPress”. It would, in my feeble opinion act primarily as a framework api for extending those profiles. Some of the issues and limitations are really presented by wordpress and mu.. not Buddypress and in much the same way that bp extended the wordpress user profiles/functions we should tackle those head on as had been done with the improvements in the BP1.2 registration. There are infinite ways to build on those relational database fields. Focus exclusively on bp_xprofile _fields, and _data. It’s not that I’m anti-activity stream and the terms social network, life stream or whatever just seem to incorporate user profiles into some sort of relational scheme, be it friends, followers, ‘like’-ing, sharing or chronological micro blogging. Extending the stability, functionality, and interactivity of each component is the goal, but I’d prefer to see no dependency among core elements with one another. It’s fairly simple to build out a “social network” in other popular content management systems by extending the user database fields and in my day to day practice, I typically use only about 20% of the Buddypress core components for a WordPress project. Even though the hype is in the activity stream and the extensions for it (more facebook or twitter like), I side with @stwc in that “It also means that the platform has to have a robust set of tools for the administrator and moderators of the community “. A community (or ‘social network’) is just a set of users and to me, key items are a small footprint on the database and tight the integration with the existing wordpress user roles, permissions, registration and management. The api should ideally be flexible enough to accommodate any possible relational data between user profiles that a plugin author may dream of. I think the core integration between user profiles and the activity/blogs/groups/forums/friends illustrate the foundation of the api and should be as unified, consistent, and simple as possible with very little dependency or overlap in functionality. This would be impetus for creating a more standardized way to interact with the xprofile and be a good foundation for a solid api. lastly, thanks @mrmaz for starting the thread, being pro-active, getting the trac and api.buddypress and generally illustrating the potential of a solid api in regards to how well your links plugin and others can interact with the core.

    ps.. death to PHP4 and fsck backwards compat

    #74582
    Boone Gorges
    Keymaster

    @cocomozlo – If you just want static content in the footer – site information, credits, privacy notice, etc – your best bet is to copy the HTML produced by BuddyPress, put it into its own file, and then require it in your subdomains with a normal PHP require statement.

    If you want dynamic information (latest posts, activity, etc) it’s going to be trickier. Those widgets are populated dynamically by WordPress, and so require WordPress to be loaded. The easiest way to make it work would be to load WP/BP in the background of your subdomains and then use the footer PHP provided by BP. You can start WP by requiring wp-load.php in the root of your WP directory.

    Requiring WP on every page load is pretty intensive, though, especially if you’re running another CMS altogether on other subdomains. It’d be good to avoid it. A possible method: Write a BP function that writes the footer to a static file and refreshes it periodically, then include that html page in your subdomains. See http://blog.slaven.net.au/archives/2007/02/01/timing-is-everything-scheduling-in-wordpress/ for more on scheduling events (like a cache) in WP; check out a plugin like https://wordpress.org/extend/plugins/wp-cache/ for an example of WP caching in action.

    #74572
    Kevin Ryman
    Participant

    “This is relevant to my interest.”

    If you’re a developer please read https://buddypress.org/forums/topic/i-need-help-converting-existing-theme-into-a-buddpress-ready-theme and let me know if you can help me. This is a paid job. Please read my post at https://buddypress.org/forums/topic/i-need-help-converting-existing-theme-into-a-buddpress-ready-theme and let me know if you can help me. There are about 8 pages to edit.

    #74569

    In reply to: COMING IN FROM NING

    Bowe
    Participant

    1) This is indeed something that only comes with WPMU.. But WordPress 3.0 is almost ready and multi-networks (read=user blogs) are a option in 3.0.. So you might enable this feature for your community as soon as WP 3.0 is released.

    2) You can add youtube videos into the activity stream by using the oEmbed Plugin created by Ray. https://wordpress.org/extend/plugins/oembed-for-buddypress/. Simply copy and paste the URL to the video into an Status Update, Reply or Blog Comment, and it’s gets embedded into the stream. Awesome!

    3) Currently you have two options for this:

    keep an eye on this topic: https://buddypress.org/forums/topic/bp-album-new-features-requests-and-discussion. It’s an album plugin which is shaping up nicely and offers albums for your users.

    or check out http://www.buddydev.com which offers BP-Gallery. A media plugin which allows the creation of video, pictures and audio galleries. It’s currently almost in it’s final stages, but if you would like to use it you need to have a paid subscription.

    I hope you enjoy BuddyPress :)

    #74548

    In reply to: change e-mail text ?

    r-a-y
    Keymaster

    Use DJPaul’s Welcome Pack 2.0:

    https://wordpress.org/extend/plugins/welcome-pack/

    Paul added customized emails in v2.0. Be sure to thank him!

    Anonymous User 96400
    Inactive

    wp_enqueue_script is a wordpress function that lets you add javascript files to your site. Just put it in your themes functions.php file or a plugin file. The great thing about it is that it looks if that file has been included already. If it hasn’t only then does it load it. You can also specify dependencies, i.e. jQuery. This means that it will always load the dependencies first. You can also specify if you want to load the script in the header or the footer. Here’s the function:

    wp_enqueue_script( $handle, $src, $deps, $ver, $in_footer );

    More info here: https://codex.wordpress.org/Function_Reference/wp_enqueue_script

    #74484

    In reply to: How do you access SVN?

    3sixty
    Participant

    Argh! The plugin is broken due to a foldername issue. I fixed it but can’t get the correct version to show up in the repo. Any ideas what I am doing wrong:

    https://wordpress.org/support/topic/390071?replies=1#post-1484826

    #74472
    3sixty
    Participant
    Boone Gorges
    Keymaster

    Hi everyone. Sorry to pester, but I’m just about ready to launch another version of the plugin, with some new features. If you’re intrepid and in the mood to help, download the development version from https://wordpress.org/extend/plugins/invite-anyone/download/ and give it a go. New things to play with:

    – Invite Anyone widget

    – Sent invites screen is now sortable by column. See if it works like you’d expect

    – Sent invites can be cleared from the screen, either individually, by clicking “clear all accepted” or “clear all invitations”

    – Admin can now control whom members can invite to groups. See the final option on the admin panel to see what I mean.

    Thanks as always for your suggestions and bug reports!

Viewing 25 results - 18,526 through 18,550 (of 22,614 total)
Skip to toolbar