Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 19,151 through 19,175 (of 22,683 total)
  • Author
    Search Results
  • #69467
    agrundner
    Member

    @MrMaz Yeah… I’m not having any luck getting avatars resized and uploaded on a single wordpress install. BP Links (Version 0.3.2) is just embedding the URL of the original image. I’m guessing the plugin currently has no folder structure for a single install like it does for MU, which you stated earlier places avatar images in: /wp-content/blogs.dir/files/link-avatars/ — I’m keeping my fingers crossed the next release will have a fix for this :)

    Out of curiosity, anyone know how I can alter the user link (will be editing: link-header.php)?

    Currently using bp_link_userlink() but I’d like to change the output from mysite.com/user/ to mysite.com/user/links/ so people can see other links posted by the link owner.

    #69462

    In reply to: web.config TROUBLE

    takuya
    Participant

    BuddyPress nor WordPress doesn’t have such files called web.config

    Every file should be named as something.php. In WordPress, for example, wp-config.php

    I think it’s the smtp plugin you installed, which is causing the problem. Make sure the plugin is compatible with current versions of WordPress and BuddyPress.

    #69450
    Paul Wong-Gibbs
    Keymaster

    This thread is going around in circles; I’m closing it. In a nutshell:

    If you want to offer your members their own blog, then you will need to use WPMU. The fact that each of your members has their own blog does not mean they have their own site. All the blogs are located on and served from your site.

    If you only want to have one blog but offer a social networking layer on top of that using BuddyPress, then single-version (solo-blog) WordPress is all that you need.

    You can use single WP and assign users a WP role of contributor or editor if you want users to post on the same blog.

    #69447

    In reply to: Admin Bar HTML File

    r-a-y
    Keymaster

    It’s not a HTML file, but rather a function that is located in /buddypress/bp-core/bp-core-adminbar.php.

    What are you specifically trying to do?

    If you’re trying to modify the BuddyBar, read this:

    https://codex.buddypress.org/how-to-guides/modifying-the-buddypress-admin-bar/

    Requires a bit of manual coding.

    Or you can also try this plugin:

    https://wordpress.org/extend/plugins/buddypress-admin-bar-mods/

    #69445
    r-a-y
    Keymaster
    #69437
    Boone Gorges
    Keymaster

    What’s the character encoding for your WP install? See http://radoff.com/blog/2009/12/03/chinese-characters-in-wordpress/

    Jens Wedin
    Participant

    @Brajesh Singh: Thanks. I made changes directly into the database to fix this problem. The users where are from my old WordPress installation and they registred before installing BP. Maybe it should be possible to have usernames with space, dots and whatever as WordPress do think it is ok???

    #69401
    gewinncoach
    Member

    Hi there,

    I have just tried to install the plugin with a woo theme and cannot get it to work.

    1. I have modififes my .htaccess to:

    # BEGIN WordPress

    <IfModule mod_rewrite.c>

    RewriteEngine On

    RewriteBase /

    RewriteCond %{REQUEST_FILENAME} !-f

    RewriteCond %{REQUEST_FILENAME} !-d

    RewriteRule . /index.php [L]

    </IfModule>

    # END WordPress

    I have my permalink settings to: /%postname%

    The site is not showing an BP pages at all.

    I have tried the following links:

    http://leistungsakademie.com/blogs

    This gives me a 404

    also:

    http://leistungsakademie.com/wp-content/themes/coffeebreak/blogs/index.php

    The latter shows nothing…

    It´s not a server issue!

    Any idea?

    Thanks for your help!!!

    #69387
    foxly
    Participant

    @Sadr – What is confusing you is the difference between a “release” build and a “development” build.

    We are using what are called “agile software development” methods [ http://en.wikipedia.org/wiki/Agile_software_development ] to decide on features, build, test, and revise our plugin software all at the same time.

    By using a concurrent versions system [ http://en.wikipedia.org/wiki/Subversion_(software) ] every developer on the team has their own version of the plugin with the features that they are adding.

    So when I say that something is “done”, I mean that it has been written and tested but has not necessarily been released yet.

    Every few days, the developers merge [ http://en.wikipedia.org/wiki/Merge_(revision_control) ] our code branches together, and create a “beta” release. We then post it on this forum to allow all of our stakeholders (you guys!) to test it.

    After we are very, very sure that there are no bugs in the software, finally we post it as an “official” release on the WordPress plugin repository.

    We must be VERY careful about the quality of official releases, because they are automatically broadcast to every current user of our plugin, and even the tiniest defect could crash *thousands and thousands* of people’s websites.

    So, the version being offered on the WP plugin website is always many steps out of date.

    We’re planning to do our next code merge on Saturday or Sunday and get the 0.1.7 beta out for testing on Monday night.

    Considering that we’ve gone from *nothing* to this:

    http://foxly.ca/admin-screen-01.jpg

    http://foxly.ca/flickr-mode-01.jpg

    in ten days, I think we’re doing very well! :) :)

    ^F^

    wandilly
    Participant

    Hello Ray, I hope you’re around

    I HAVE BEEN TRYING TO Follow:

    ” Making Your Theme BuddyPress Compatible”

    So, I can add support for BuddyPress to the existing “sliding door” WordPress theme that I have selected in marinprofessionals.com….they say it can be a straightforward process by following the setup instructions on the page…bellow is what I got:

    Step One : Move Template Files

    BuddyPress needs some extra template files in order to display its pages correctly. This plugin contains these extra templates, but right now they are in the plugin directory. They need to be inside your active theme directory to work correctly. First of all we can try moving them automatically, please click the button below to attempt to move the templates:

    Step Two : Templates moved successfully!

    The templates moved successfully! This is great news, BuddyPress templates are now in the correct position in your theme which means you can skip step two and move on to step three.

    Step Three : Templates moved successfully!

    Now that the template files are in the correct location, click through your site (you can come back to this page at any point). You should see a BuddyPress admin bar at the top of the page, try visiting some of the links in the “My Account” menu. You should find that BuddyPress pages now work and are displayed.

    BUT

    I don’t see the words buddypress on the website marinprofessionals… so I was hoping you help me see what I am doing wrong….

    #69373
    r-a-y
    Keymaster

    You should probably look at the “Auto Join Groups” plugin:

    http://brentandmary.net/2009/10/24/bn-auto-join-group-plugin/

    It does what you want it to do, but automatically from the admin area.

    Haven’t tested this in BP 1.2 though.

    Might want to contact the dev of that plugin if it doesn’t work.

    Also it is quite easy to modify DJPaul’s Welcome Pack plugin to auto-join groups as well.

    See my post here:

    https://buddypress.org/forums/topic/bbpress-and-buddypress-1#post-43925

    Update:

    Just came across a plugin called “BP Registration Groups”:

    http://hardlyneutral.com/wordpress-plugins/

    Purports to do exactly what you want, Bowe.

    #69371

    In reply to: bbpress and buddypress

    r-a-y
    Keymaster

    You could create one group that all people join when they register.

    Use DJPaul’s Welcome Pack plugin for that:

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

    Otherwise go the external bbPress route, and yes, you’ll need to theme it.

    [EDIT]

    Forgot that Paul changed his plugin so it sends out group invites, instead of auto joining groups.

    If you want to make Paul’s plugin automatically join groups.

    Change the following lines in the Welcome Pack plugin from:

    groups_invite_user( array( 'user_id' => $new_user_id, 'group_id' => $group_id, 'inviter_id' => $group->creator_id ) );
    groups_send_invites( $group->creator_id, $group_id );

    to:

    groups_join_group( $group_id, $new_user_id );

    I should say I haven’t tried this, but it should work.

    kb734
    Participant

    The change from @gian-ava to the bp-core-avatars.php file on line 389 corrects the problem when running a single installation of wordpress.

    Thanks @gian-ava

    #69349
    avi-m
    Participant

    Yeah ok looks like it might be his theme. https://wordpress.org/extend/themes/buddypress-widget-theme

    Right now the theme is more important than the plugin so I will deactivate it. That being said who it gets sorted out so I can use the attachments in the forum.

    Thanks for the help

    JK
    Participant

    Both Andy and I have recommended several times not to use his test version; he just submitted it to me as an example of how to make correct BuddyPress usernames. There’s only one version available on the wordpress plugins repository. The advantage? That everyone else will be using the real version, that if you don’t use the real version you’ll be running unsupported code along with all the bugs that I’ve fixed since it was produced, and that obviously the documentation on my site will reflect the real plugin, not unreleased debug versions.

    r-a-y
    Keymaster

    Yeah it is kind of a hack, isn’t it? :p

    Might want to post this in Trac:

    https://trac.buddypress.org/newticket

    Put something about using the blog URL vs. the WordPress URL for standard WP:

    https://codex.wordpress.org/Giving_WordPress_Its_Own_Directory

    r-a-y
    Keymaster

    I think the second method will do exactly what you want.

    More info here:

    https://codex.wordpress.org/Changing_The_Site_URL

    I would do a backup of everything just to be extra cautious!

    #69303
    Peter Anselmo
    Participant

    Hi kb,

    The problem you are experiencing is a different issue than rossagrant was referring to. However, I think I’ve fixed your issue in the most recent (pre-release) version. Please visit this link:

    https://wordpress.org/extend/plugins/buddypress-group-documents/download/

    And click on the “Development Version” link. After you install this newer version of the plugin (the version number is still 0.3.1) please let me know if your problem continues.

    Also, Are you able to upload and view avatars? I’ve found most of the time this is caused by shared code between Group Documents and Avatars.

    Thanks for giving the plugin a whirl, and letting me know.

    #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! =)

Viewing 25 results - 19,151 through 19,175 (of 22,683 total)
Skip to toolbar