Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 16,476 through 16,500 (of 32,678 total)
  • Author
    Search Results
  • #143346
    Tammie Lister
    Moderator

    Do you mean 1.6? As in BuddyPress 1.6 and BuddyPress 1.5.7? If so, then I’d check in 1.6 as things probably got fixed if a known bug. Alternatively if testing shows then same issue then please report via trac.

    https://buddypress.trac.wordpress.org/ticket/4155 seems to indicate it does work though.

    #143342

    In reply to: E-mail attachment

    lekiend
    Participant

    Yes, i searched not only on wordpress.org but also on google.
    I Didn’t find anything.

    Many people are searching this function.

    Thanks
    Dimitri

    #143332
    modemlooper
    Moderator

    To change slugs you change the page name and URL for that page in the WordPress admin. To change all instances of the word you create a language file

    Languages and Translations

    #143330
    tifire
    Participant

    Thanks for the response ray. I will hook into the filter bp_get_activity_action.

    Just one quick question, how do I detect whether the user is using HTTPS or normal HTTP connection? Are there some standard buddypress or wordpress codes to do so?

    #32390
    noteasypeasy
    Participant

    I heard that next version of Buddypress will have good integration with any wordpress theme. Is there an anticipated date for the release of this?
    I am looking at building a site, and want a Responsive Buddypress Site on a Multisite Install, which is fairly novice-friendly, and the forums etc look good. At the moment I’m favouring Top Business from panda – http://topbusiness.pandathemes.com/ as it seems to be very flexible without having to delve too far into code etc.
    But, if the new buddypress is coming out soon, I can wait, and choose from more standard wordpress themes.
    Has anyone any thoughts or feedback on the Top Business theme?

    Cheers

    Mark

    #143325
    r-a-y
    Keymaster

    The ‘BuddyPress’ string is used when BP cannot find a site name from the database.

    Did you name your site under the “Settings > General” screen in WordPress?
    https://codex.wordpress.org/Settings_General_Screen

    Are you using multisite?

    phreakmode
    Participant

    applying the changes found at https://buddypress.trac.wordpress.org/changeset/6332 still did not resolve the issue.

    The error is being thrown from line 535 of the ‘/bp-core/bp-core-avatars.php’ file

    I installed buddypress via the plugin finder within wordpress so Im not sure if i got the same files that are from the latest trunk (assuming i didnt since i still have the error)
    Current content of the bp-core-avatars.php file are at http://pastebin.com/X8EhUABf

    Current content of the bp-xprofile-screens.php file are at http://pastebin.com/JQmj5akV
    This file has been edited according to https://buddypress.trac.wordpress.org/attachment/ticket/4267/4267.diff
    might be worth noting that all files included in 4267.diff were edited to reflect 4267.diff

    r-a-y
    Keymaster

    This should be fixed in the latest trunk version of BuddyPress.

    However, if you need to fix this for BP 1.6.1, apply this change to your 1.6.1 install:
    https://buddypress.trac.wordpress.org/changeset/6332

    If that doesn’t work, let us know.

    #143296
    @mercime
    Participant

    @bjwangschowe Yes, for BP, it is Admin and everything else. There’s of course the Group Admin/Mods which are limited to the Group Forums only.

    #143293

    In reply to: E-mail attachment

    Paul Wong-Gibbs
    Keymaster

    I’ve heard of people building this for their own sites, but I’ve not seen any plugins that offer this. But I haven’t search through wordpress.org/extend/plugins/ to check — have you?

    Paul Wong-Gibbs
    Keymaster

    You can have 1 BuddyPress per WordPress network (a standard multisite gives you one network). You need to enable it sitewide, and set up the configuration from the root blog (the blog with ID = 1).

    You do not need to enable multiblog. I wish that setting didn’t exist.

    evagorasc
    Participant

    We have a site that has about 11 forums, 13,000 topics, 140,000 replies and 5,300 users. These are all inside WordPress running on bbPress 2.1.2 (the latest at this time) as a plugin. It all works great, however we want to move the posts to Buddypress and use the Groups/Forums within it. That way all of the users’ posts will show up in the activity just like the rest of their Buddypress stuff.

    I know I can keep them separate and have even succeeded in doing so on a test site, however, I would like to make this a unified experience for my users if possible.

    So, is this possible? Is there a service (paid perhaps) that does this? I know that if I sit down and roll my sleeves I can probably figure out the database structure and move those posts and metadata, but I would rather not.

    Appreciate any help/thoughts!

    #143277
    neekolaus
    Participant

    @modemlooper thanks for the advice! will try it out.
    Roger Coathup, could you point me in the direction of some resources? am i right to say this implementation is different from what modemlooper has suggested, in that you are customising wordpress posts instead of buddypress groups?

    To update, I’ve set up a localhost using XMAPP on OS X. Still trying to sort out some issues with the Buddypress install – am getting a “Object not found” 404 error when clicking on links from the home page.

    #143273
    Roger Coathup
    Participant

    @neekolaus – you can build a directory site with reviews on top of BuddyPress.

    http://plazaa.de (built by Poolie) and http://enterprisenation.com (our own work) are good examples built on BuddyPress.

    You would use WordPress custom post types to model the studios, with BuddyPress handling the user accounts. The custom posts types can be integrated with BuddyPress based profiles giving you a seamless experience. For ratings / reviews, GD star rating is one of the more complete plugin solutions.

    Unfortunately, it’s not something you could tackle with basic web development skills – it would require fairly advanced PHP, WordPress, BuddyPress knowledge. We’ve built a number of bespoke directory type sites, but I don’t know of anyone providing a good ‘off the shelf’ solution (yet!!).

    phreakmode
    Participant

    1. Which version of WordPress are you running?
    WordPress 3.4.1

    2. Did you install WordPress as a directory or subdomain install?
    Directory

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

    4. Did you upgrade from a previous version of WordPress? If so, from which version?
    No, clean install

    5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g.
    permalinks, creating a new post, commenting.
    Yes

    6. Which version of BP are you running?
    BP 1.6.1

    7. Did you upgraded from a previous version of BP? If so, from which version?
    No, clean install

    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?
    Configure SMTP – working fine, no errors

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

    10. Have you modified the core files in any way?
    Have modified files according to:
    http://buddypress.trac.wordpress.org/ticket/4267
    https://buddypress.trac.wordpress.org/attachment/ticket/4267/4267.diff

    11. Do you have any custom functions in bp-custom.php?
    No

    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?
    I have no idea, i did not add bbPress, so unless it is installed with BP 1.6.1, then no

    13. Please provide a list of any errors in your server’s log files.
    ( ! ) SCREAM: Error suppression ignored for
    ( ! ) Warning: Creating default object from empty value in C:wampwwwjustfriendswp-contentpluginsbuddypressbp-corebp-core-avatars.php on line 535

    Call Stack
    # Time Memory Function Location
    1 0.0002 253528 {main}( ) ..index.php:0
    2 0.0003 257088 require( ‘C:wampwwwjustfriendswp-blog-header.php’ ) ..index.php:17
    3 0.3314 26042720 require_once( ‘C:wampwwwjustfriendswp-includestemplate-loader.php’ ) ..wp-blog-header.php:16
    4 0.3314 26043176 do_action( ) ..template-loader.php:7
    5 0.3315 26045528 call_user_func_array ( ) ..plugin.php:403
    6 0.3315 26045560 bp_template_redirect( ) ..plugin.php:403
    7 0.3315 26045680 do_action( ) ..bp-core-actions.php:264
    8 0.3330 26057688 call_user_func_array ( ) ..plugin.php:403
    9 0.3330 26057720 bp_screens( ) ..plugin.php:403
    10 0.3330 26057832 do_action( ) ..bp-core-actions.php:189
    11 0.3331 26060376 call_user_func_array ( ) ..plugin.php:403
    12 0.3331 26060408 xprofile_screen_change_avatar( ) ..plugin.php:403
    13 0.3335 26062024 bp_core_avatar_handle_upload( ) ..bp-xprofile-screens.php:166

    14. Which company provides your hosting?
    Local hosting via WAMP, no other issues

    15. Is your server running Windows, or if Linux; Apache, nginx or something else?
    Wamp server on windows 7 (PHP 5.4.3, Apache 2.4.2, MySQL 5.5.24)

    This issue seems to be closely related to http://buddypress.trac.wordpress.org/ticket/4267
    Issue revolves around the fact that PHP 5.4 has enabled E_STRICT warnings by default.

    This error is encountered when a user is going through the process of changing their avatar

    radenmaspelupa
    Participant

    hello, im using buddypress on wordpress with fatpanda facebook comment http://wordpress.org/extend/plugins/fatpanda-facebook-comments/

    that plugin is already automatically put facebook comment into wordpress database so i can see it on wp-admin/edit-comments.php

    but buddypress global activity wont list any comments made from that plugin. Any idea how to make buddypress can list it?

    thanks

    #143246

    In reply to: Rate members

    kaformedia
    Participant

    It has been done with 5 star rating system here: http://kaformedia.com/site/user-rating-and-reviews-plugin-rate-user-by-profile-wordpressbuddypress/

    Of course a point system you can create with cubepoints https://wordpress.org/extend/plugins/cubepoints/

    Bjwangschowe
    Participant

    I am quite new to both WP and BP. I have read codex from WP and BP on roles and responsibilities. Documentation goes into great length to provide differences amongst the various roles; however, I have concluded (after testing) that there is really only two roles: Admin and everything else. That meant subscribers, contributor, authors, and members all have the same capabilities —- which are create groups, create topics, post to group forums, as well as post to sitewide forums. Am I correct?

    Please confirm. I am creating a WP/BP site as part of my graduate work project.

    #143248
    modemlooper
    Moderator

    https://wordpress.org/extend/plugins/bp-group-reviews

    This works like the plugin reviews on this site. Example: https://buddypress.org/community/groups/buddypress-xprofile-custom-fields-type/reviews/

    You can turn groups into “Studios” by creating a language file and changing all instances of Group/Groups to Studio https://codex.buddypress.org/translations/

    #143237

    In reply to: Author Plugin

    r-a-y
    Keymaster

    Can WordPress even handle multiple authors of the same post by default? I’m quite sure it cannot.

    Are you using the Co-Authors Plus plugin? If so, that plugin comes with some template tags that you could use with that Code Canyon plugin:
    https://wordpress.org/extend/plugins/co-authors-plus/other_notes/

    You could bug the Code Canyon author to add BP support as well.

    #143236
    r-a-y
    Keymaster

    Jessykuh – Try navigating to your WordPress Menu screen to manually add the trailing slash:
    https://codex.wordpress.org/Appearance_Menus_Screen

    #143234
    Jessykuh
    Participant

    Hi I have the same problem,

    When I try to click ‘Activity’ ‘Members’ or ‘Groups’ on my menu, it says ‘profile.php’ can not be found on my server. However if I add a ‘/’ to the end of the link or if I click on the pages elsewhere, it works fine. I’m not sure how to fix it on my main menu though.

    I have re-installed BuddyPress and WordPress already and nothing changed.

    Can someone please help?

    My website is http://www.fosterfriends.org

    #32359
    neekolaus
    Participant

    Hi all,

    I am a first time BuddyPress user looking for some advice! I’ve basic HTML, CSS and Javascript programming knowledge, and would like to ask if BuddyPress can fulfill the following requirements:

    – a directory site for music studios with an individual listing for each studio
    – each listing will have various fields e.g. price range, location
    – a multi-attribute ratings system for each studio with an overall weighted rating
    – users must login to rate the studio
    – ability to search, filter and rank studios based on ratings and the various fields

    I’ve noticed some plugins for WordPress that allow for multi-attribute ratings but not requiring a user login, and thought BuddyPress might be a way to achieve this. Would you advise so, and are there any resources I could refer to with regard to integrating plugins in the manner envisioned?

    #143220
    Paul Wong-Gibbs
    Keymaster

    Not aware of any, but you can search on wordpress.org/extend/plugins/

    #143214
    Paul Wong-Gibbs
    Keymaster

    If they’re not letting you upgrade WordPress to the latest secure version, why do you consider your data safe? Find a better host.

Viewing 25 results - 16,476 through 16,500 (of 32,678 total)
Skip to toolbar