Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 19,101 through 19,125 (of 22,615 total)
  • Author
    Search Results
  • #69300
    kb734
    Participant

    Running WordPress 2.9.2, Buddypress 1.2.2.1 with using BP Group Documents 0.3.1 release and still having a link issue.

    Example generated link for an uploaded document:

    http://sitename.org/groups/actual-groupname/documents/wp-content/uploads/group-documents/2/1268852986-filename.ppt

    What the correct link should be and where the file was uploaded:

    http://sitename.org/wp-content/uploads/group-documents/2/1268852986-filename.ppt

    The reference to groups/actual-groupname/documents between the sitename.org/ and wp-content/ is extra and causes the download link for the documents to fail.

    Until this is corrected downloading a file by the link requires one to copy the link address and paste it to the browser and delete the extra information that gets included in the generated link. Not a one step function like the intention of the link to begin with. Look forward to seeing the next updated release.

    THE MOLITOR
    Member

    Similar issue for me too. I’m running the latest BuddyPress template package on my normal WordPress install. The image appears correctly in the cropping section after upload, but the actual cropping tool doesn’t appear.

    Reference site: http://1stbaptistchurch.org/activity

    #69246
    etuportal
    Member

    You should wordpress mu and buddypress because you want to social network (supports buddypress) and blog for every user (supports wordpress mu).

    #69224
    chopo87
    Participant

    I relay need the functionality to allow users to upload documents to their profile to. I’ve been-trying to modify the Group Documents plugging, but unfortunately I don’t have enough wordpress/buddypress/php knowlage to do so. Is their a way I can hire someone to write the plugin for me?

    #69218
    Paul Wong-Gibbs
    Keymaster

    Are both of you running servers with IIS? If so, it’s a server issue and there are workarounds/fixes: google for “wordpress index.php IIS”

    #69215
    Peter Hofman
    Participant

    New version! Version 1.2.0 just released.

    Grab it over here: https://wordpress.org/extend/plugins/tweetstream/

    * Better cron, now get tweets every 5 minutes, no more one profile visits.

    * Ajusted filtering now if hashtag wanted add # to word.

    * Short profile url fix.

    * Now adds the #twitter tag on submit.

    #69214

    In reply to: plugin errors

    sn3ek
    Member

    The easiest way to configure the php_value memory_limit is to create an .htaccess file in your root folder of your wordpress installation and pass the string into a new line:

    php_value memory_limit 50MB;

    This works fine for me! =)

    #69210
    mikekist
    Member

    I seem to be having the same problem and not sure how to fix it. I have the latest wordpress and buddypress. WordPress seems to be working just fine until I activate buddypress plugin.

    The admin says that you must change permalinks to something other than default so I tried all of the other choices to no avail. I also activated the default buddypress theme but I get links like:

    http://buddypress.kistenterprises.com/members/admin/profile/public/

    leading to 404 errors when I have the permalink selected that looks like:

    http://buddypress.kistenterprises.com/index.php/archives/123

    Obviously I need to set up a custom permalink but not sure how to structure it.

    Any Help? Thanks.

    #69204
    bOingball
    Member

    Signing in with my correct account (banfi is my surname ;-) )

    @etiviti,

    Cheers!

    I’ll release the plugin tomorrow when I’m at home and have the SVN access to upload to the wordpress site.

    The only thing I’ve not added is ordered and unordered lists. so when enabling the buttons for the other you may want to take these out until at some point I can get that working? :)

    it supports everything else though as well as the color tag.

    Cheers

    bOing

    #69201
    Boone Gorges
    Keymaster

    Thanks for the feedback, kriski. I have wondered about pagination myself. It is easy to add it (actually, it’s already in the code but I commented it out). But I don’t know how best to implement it. If you have 50,000 members, then paging through using WP’s pagination feature is going to take for-ev-er.

    Maybe I’ll put pagination in the next version of the plugin, making the default number of members per page pretty high (100, maybe). Then in the future I’ll add an autocomplete like the one in https://wordpress.org/extend/plugins/invite-anyone/ so that admins have a way to find members even on an enormous installation.

    #69200
    rich! @ etiviti
    Participant

    I’m releasing an update to the the bbcode plugin – it’s not online yet but coming soon : https://wordpress.org/extend/plugins/boingball-bbcode/

    awesome! i’ll update my plugin to refer to this one – and an option to output the bbcode buttons too

    mean I have to do …

    don’t forget to remove the closing endif statement.

    JK
    Participant

    By the way, when you installed it, did you have to change any settings? Specifically, was “Disable Buddypress Filters” de-selected by default? It should be checked by default on WordPress (it is), and un-checked by default on BuddyPress.

    idotter
    Participant

    :-(

    #69177
    r-a-y
    Keymaster

    If you just care about your BP data, export all database tables with “wp_bp_” prefixed in them, as well as the “wp_users” and”wp_usermeta” tables.

    Preferably try this on a new install of standard WP with BP installed on a local testbox.

    Then try importing the tables you exported above into your testbox’s db.

    Disclaimer: This is all theoretical!

    There might be a few things you need to manually change in the SQL export, but I’m not sure at this point.

    Also, hope you’re not using user blogs on WPMU!

    #69173
    r-a-y
    Keymaster

    oEmbed for BuddyPress – works with activity streams and forum posts

    https://wordpress.org/extend/plugins/oembed-for-buddypress/

    Only works with BP 1.2.

    #69149
    r-a-y
    Keymaster

    Hi Mike,

    Your code is correct, but since your page isn’t the BP_REGISTER_SLUG or BP_ACTIVATION_SLUG, it will lead you to redirect hell!

    Add your page (and any other page you need to whitelist from blocking) to the following conditional:

    if ( bp_is_register_page() || bp_is_activation_page() || THEWELCOMEPAGE ) //buddypress
    return;

    Change THEWELCOMEPAGE to something that checks if you’re on welcome.php.

    If welcome.php is a WordPress page with the slug of “welcome”, you would use something like:

    is_page('welcome')

    So your conditional would look like:

    if ( bp_is_register_page() || bp_is_activation_page() || is_page('welcome') ) //buddypress
    return;

    Hope that helps!

    #69140
    moestuintwt
    Member

    @blackphantom First of all great plugin! “Dank je wel!”

    I do not have any authorisation problems, using libcurl/7.15.5 OpenSSL/0.9.8c zlib/1.2.3 libidn/0.6.5, single wordpress 2.9.1, buddypress 1.2.1 and PHP 5.2. I am using the latest Tweetstream version.

    Tweets from bp->twitter work fine.

    However, when I tweet from bp -> twitter with the profile link, the link shows a “page not found” error (see: http://pixelcasting.com/moestuintwt/oXSxJvd )

    Is this me, or…?

    #69139
    still giving
    Participant

    No r-a-y …. it is not a BBpress issue. It is a Buddypress issue.

      Why have so many of the default features, and admin tools/backend, been removed from the Buddypress installation of BBpress and is there an “official” roadmap for when they might be re-added?

    It is a Buddypress issue because it is about what Buddypress will or will not become.

    Is it going to mature into a proper social network/discussion forum, with the features average users have come to expect, or are we just guinea pigs for some feature that may or may not one day make it into WordPress.com?

    Windhamdavid
    Participant

    mu or single user wordpress? the version info is not in the <head> but the /blog url indicates it’s MU. at first I thought PHP GD library, it’s not ~ you’re on a (gs) at media temple and I’ve tested there, and seem to remember running into this so I registered on your site to test (I like the cure anyhow) and I notice that your image url path is off ~ if you running from the sites/ directory with mu are there any other custom configurations to accomodate not running it from the root folder that might effect this url?

    ~ you may try “Settings” >> “Miscellaneous” Clear “Store uploads in this folder”-path

    or ~ https://trac.buddypress.org/ticket/1970

    or ~ https://buddypress.org/forums/topic/avatar-upload-issues/

    or ~ https://buddypress.org/forums/topic/faq-how-to-code-snippets-and-solutions#post-11864

    otherwise, try to make sure that your wp-content/blogs.dir/ have the proper permissions and that your uploads url settings are correct.

    #69108
    r-a-y
    Keymaster

    There’s also another BP Profile Privacy plugin:

    https://wordpress.org/extend/plugins/bp-profile-privacy/

    The feature set appears to be identical.

    Haven’t tried any of these plugins yet though.

    [EDIT]

    Just glancing the codebase of both. The one I link to appears to be coded cleaner, though I’m not sure which one offers better UI.

    #69100
    banfi
    Participant

    I’m releasing an update to the the bbcode plugin – it’s not online yet but coming soon : https://wordpress.org/extend/plugins/boingball-bbcode/

    The only thing I couldn’t get to support was the lists at the present time….

    lturika
    Member

    I installed the BP automatically :

    NOTE: For the Automatic Upgrade/Install of Plugins/Themes and WordPress Upgrades, No special permissions need to be set. All WordPress files should remain owned by your user account, You should NOT have to make them world writable(777).

    Didn’t change any permissions

    Windhamdavid
    Participant

    and if you can’t deactivate them, delete the files from the site since access violation implies that the permissions on the files are not correct ~ take a look here (https://codex.wordpress.org/Changing_File_Permissions) to make sure you have the proper permissions on the files

    JK
    Participant

    All buddypress-specific code goes in Buddypress.php, which gets included if the “Include Buddypress Filters” option is checked.

    As far as what Andy’s specific function does or what you need to do, that’s your job :P The plugin works in WordPress, and I don’t know what specific different criteria BuddyPress introduces, nor do I have a way to test it.

    As far as how the plugin works, it’s documented pretty thoroughly both on http://www.justin-klein.com/projects/wp-fb-autoconnect and in its comments (you can ignore the adminpanel code which is obviously not *functionally* relevant…just for setting settings).

    #69080

    In reply to: bp-events update

    Peter Anselmo
    Participant

    @Mariusooms,

    Although there’s not an interface for it, if you know how to use subversion, you can submit enhancements or fixes for anything on the WordPress repository (prettymuch everything around here). All plugins can be checked out from the repository by anyone, then you can make changes, submit your changes to the maintainer. Check out this link:

    https://codex.wordpress.org/Using_Subversion#Saving_patch.2Fdiff_files

Viewing 25 results - 19,101 through 19,125 (of 22,615 total)
Skip to toolbar