Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 93,651 through 93,675 (of 94,540 total)
  • Author
    Search Results
  • #2831
    Scotm
    Participant

    Folks

    If you are using an alternate home theme, and existing links to an author’s profile takes them to either an archive page or the WPMU backend (eg. <?php the_author_posts_link( ); ?> ), how can this be replaced with a link to the member’s profile page in Buddypress?

    Cheers

    #35287

    In reply to: Require Login

    Wardee
    Participant

    Trent, I don’t think it is the first reason, as I am using the buddypress-member theme, just not the home theme.

    Could be the second. I’ll try what you said later and let you know. Thanks!

    #35285
    Trent Adams
    Participant

    You are not using an older version of hyper-db or the multi-db plugin from wpmudev.org premium are you? Both need to be patched to work with functions and delta-db. Latest trunk of hyper-db works, but multi-db plugin needs to have a few functions added to it until they release a version for 2.7 and/or buddypress integration.

    #35284
    Trent Adams
    Participant

    I have a ticket on the Buddypress specific feeds already. Just have to watch this ticket:

    https://trac.buddypress.org/ticket/213

    Trent

    #35282

    In reply to: Require Login

    Trent Adams
    Participant

    @wardeh – I haven’t actually tried that plugin with a custom member theme, but it might not be working for 2 reasons.

    First might be because the plugin is calling $is_member_page, it might not work unless you have all the functions included with the normal buddypress-member theme.

    Second reason might be because the header('Location: ' . get_settings('siteurl') . '/register'); is calling the register page on the main theme that doesn’t exist? Maybe change that line to header('Location: ' . get_settings('siteurl') . '/wp-signup.php'); and see if that works?

    The bbPress plugin should work if you are calling it out of /my-plugins/ but I am pretty sure you have to have the <?php bb_head(); ?> in your template header as well as <?php do_action('bb_foot'); ?> in your template footer.php.

    Let me know, as the bbPress plugin is just a “redesign” of the force login plugin found in the bbPress forums.

    Trent

    #35281
    arcon9
    Member

    I have a dedicated server, and it’s funny after about an hour this error code just magically disappeared.

    Next issue is now with the fact that all rss feeds, do not validate with feedburner and other rss validators like http://feedvalidator.org/

    How come all rss feeds are not valid feeds?

    such as my-domain/members/admin/activity/feed

    and all other feeds of buddypress.

    But if I use

    my-domain/?feed=rss from WPMU alone

    I get Congratulations!

    This is a valid feed.

    #2827
    David Bisset
    Participant

    I have adapted the WP AutoSuggest plugin to work within certain search boxes within the BuddyPress main template. See screenshots on my blog:

    http://www.davidbisset.com/2008/12/29/buddypress-plugin-autosuggest-for-search-boxes/

    I’m doing a little beta testing (right now the plugin does not have controllable options in the admin, but i’m considering adding a few just to get it out the door). Bringing this up now in case there are any big “must have” requests.

    I wanted to make this work with the search box in the upper left. And someday I (or someone else) might. But it’s difficult because (1) the box is everywhere – even on BP profile templates and (2) it’s difficult to get the right filtered results with the html dropdown box there. Some fancy javascript might be required, but i’m just not into trying to figure that out at the moment. If anyone has suggestions to make this work, i’m open to it.

    Thanks.

    fishbowl81
    Participant

    Finished,

    Wrote it as a customization to the profile fields, managed to do it in about 10 or so lines of php. Read my complete post here:

    https://buddypress.org/forums/topic.php?id=604

    or check out the running example here:

    http://gorgeousgamers.com/beta/members/bradmkjr/

    Thanks,

    Brad

    http://gorgeousgamers.com/beta/

    fishbowl81
    Participant

    Everyone has been asking about how to add custom fields for profiles. I too have wanted to do some customization to the profile, but without having to modify the core or profile source. Here is what I did to make a wicked simple mp3 player for the site I’m working on.

    Step 1, Create a group, and a few sub fields for that group. For this example it was “Audio Details”, then I created a sub field “favorite Band of All time” and “Favorite Album of All Time”.

    Step 2. Write some code, I created a simple filter, based on a post by Andy, http://buddypress.org/forums/topic.php?id=584#post-2599 which replaced the output of the profile field with that of the mp3 widget.

    Step 3. Because I didn’t want it to replace every profile field, and this is the magic, I wrote a 2nd filter, which looks at the group name, and turns on and off filtering, for different purposes. Since I didn’t want url linking filtering adding to the field value, I turned that off, and turned on my mp3 widget filter. The next time the group runs, it turns back on the default filters and removes my mp3 filters.

    Step 4. Enjoy

    http://gorgeousgamers.com/beta/members/bradmkjr/

    If you have any question, feel free to ask. Also for those who may want some custom version for their own site, I’m willing to release the code as beerware.

    Thanks,

    Brad

    http://gorgeousgamers.com/beta/

    #35251
    David Bisset
    Participant

    I can easily see this added to BuddyPress, just make it another field like “news”. it would be admin controlled, which I think is personally fine. Then adjust the groups search to search those tags/keywords. Am i missing something?

    #2823
    yu
    Participant

    Sorry guys for such dummy question, but i can’t make my members theme to start working. Link is: http://tf2.lv/members/admin

    So i get 500 error every time. And in Administration page (BuddyPress section) i don’t see members theme in select drop down list.

    fishbowl81
    Participant

    No, you can not easily do that.

    I’m not sure your reasoning, but php will not allow you to just change the file name, as it will not allow you to have the same functions twice.

    Right now groups are pretty basic, and you can add more functionality by expanding on the group packages, but as updates are rolled out you may find it hard to keep up if you make too many modifications inside the group packages.

    Brad

    http://gorgeousgamers.com/beta/

    #35237

    In reply to: All in One SEO bug

    fishbowl81
    Participant

    Have a look at optimal title, I think it does a similar thing to all in one seo, but maybe more compatible for buddypress? I know the older versions of optimal title doesn’t use a title hook, they have you edit the php in the template, this maybe a better solution, as it won’t be called in buddypress templates, only wordpress template pages?

    Also you may want to check out:

    http://premium.wpmudev.org/project/sitemaps-and-seo-wordpress-mu-style

    They have a wordpress mu version combining seo and sitemaps.

    Brad

    http://gorgeousgamers.com/beta/

    #2822
    iamzaks
    Member

    Greetings, I am relatively new to BuddyPress and I am modifying the default theme, and I have a problem with the plugin pages, like Member directories, blogs, groups, etc…

    Here is the test site:

    http://estore.iamzaks.com/

    Here is the Member Directory

    http://estore.iamzaks.com/members

    The problem I am having is that the right sidebar is being cut, I don’t know why it happens.

    I have edited the “plugin-template.php” and “plugin-sidebar.php” If someone could take a look and tell me why this might be happening I’d appreciate it. If oyu need any extra info, please tel me Ill provide!

    Thanks in advance

    #35216
    arcon9
    Member

    duplicat thread,

    please see original thread:

    https://buddypress.org/forums/topic.php?id=595

    #2816
    arcon9
    Member

    I installed WPMU and Buddypress,

    But I get the following error when loaded:

    Warning: session_start() [function.session-start]: open(/tmp/sess_b560510eab6c90a3ba250f1bdea6c1d8, O_RDWR) failed: Permission denied (13) in /home/social1/public_html/connect/wp-content/mu-plugins/bp-core.php on line 168

    Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/social1/public_html/connect/wp-content/mu-plugins/bp-core.php:168) in /home/social1/public_html/connect/wp-content/mu-plugins/bp-core.php on line 168

    Warning: Unknown: open(/tmp/sess_b560510eab6c90a3ba250f1bdea6c1d8, O_RDWR) failed: Permission denied (13) in Unknown on line 0

    Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct () in Unknown on line 0

    nicolagreco
    Participant

    what do you mean for that?

    #35210
    nicolagreco
    Participant

    Next time contact me on BPDEV ;)

    You’ve to do another bbpress installation (change directory name sure! like http://buddypressdev.org /bp-groups/ for integrated bp-groups and /forums/ for the main forums).

    Intregrate this one with wordpress and you’ve done ;)

    Nicola

    #35203
    Per Søderlind
    Participant

    I’m having problems displaying the error message (empty captcha / wrong captcha). I’ve set the messages in site admin.

    Any clue why this is happening (on the /register page) ?

    #35187
    Burt Adsit
    Participant
    Cristiano
    Participant

    You can do two facilities of the group plugin in the same buddypress site?

    #2809
    dobh32
    Participant

    I need a field on the user profiles, to put links to another networks like facebook, netlog, hi5, but when i add a link, the buddypress core show the link, for example:

    http://buddypresshome.com/members/?s=http://www.facebook.com/profile.php?id=584362330&#8221;

    I need something like this

    http://www.facebook.com/profile.php?id=584362330

    sorry I am another newbie on buddypress

    Hapy Hollidays

    #35184
    trcwest
    Participant

    @burtadsit i re installed it all again and it came alive its so cruciall to get it all right and as i have a slow conection here in kenya its a bit slow to get things updated..

    can i ask for your attention on https://buddypress.org/forums/forum.php?id=3 some feedback would be ace..

    #35180
    trcwest
    Participant

    hello cosmican and andy or anyone really

    i am also really keen on adapting and adding fields to the groups component.

    I am just trying to learn and get my head around all the code. Sadly i cant quite find where to add the fields in the different pages.. i get to the create.php with this code..


    <?php get_header() ?>

    <div class=”content-header”>

    <ul class=”content-header-nav”>

    <?php bp_group_creation_tabs(); ?>

    </div>

    <div id=”content”>

    <h2><?php _e( ‘Create a Group’, ‘buddypress’ ) ?> <?php bp_group_creation_stage_title() ?></h2>

    <?php do_action( ‘template_notices’ ) // (error/success feedback) ?>

    <?php bp_group_create_form() ?>

    </div>

    <?php get_footer() ?>


    But then i cant find where to go to next. IE i cant find the page that has the fields on it to add in my own custom fields..

    i would also be keen to see how you did it using the replacement of $bp with $bp… did that work for you??

    I know this is all quite basic but i am trying to learn and use it for a major project..

    so basically any help on adding in new fields in the group section..

    My project is called spots kenya and i want to use the groups option as a kinda creat your own spot rather than group..

    i basically need to have a few more fields that would integrate a google maps api location tag and possibly a few more custom fields.

    Thanks so so much and i look forward to hearing from peoples reply..

    #35179
    Obuisson1976
    Participant

    Les fichiers de langue FR sont disponible dans le codex de buddypress : https://codex.buddypress.org/translations/french-france-fr_fr/

    Il y a 2/3 à modifier mais c’est du bon travail. Merci à l’équipe qui a fait la traduction.

    J’ai fait un post pour l’installation des fichiers de traduction :

    http://blog.shaze.net/

Viewing 25 results - 93,651 through 93,675 (of 94,540 total)
Skip to toolbar