Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 11,876 through 11,900 (of 22,602 total)
  • Author
    Search Results
  • #137057
    dannyjimmy
    Member

    I’m also having this same issue.

    On a fresh install, (http://dsjprojects.com/buddypress) post comments are indeed logged into the activity stream.

    But on my main sites, (http://anawimcc.org, http://signsofsafetyusa.com/activity/) post comments aren’t logged in the activity stream. Not even after reverting to Default theme and disabling all plugins, and even updating to the most recent BuddyPress. Not sure what it could be…

    I don’t know what @r-a-y means by “setting my activity stream filter”. I’ve looked around a bit and not found a whole lot on this specific issue; This Thread seems to have a bit of good material but I think I’m in over my head a bit.

    Any help? Or, anyone having the same problem?

    Thanks much,

    Roger Coathup
    Participant

    This comment sounds like a general WordPress / User Role Editor plugin issue, and not anything to do with BuddyPress – Have you asked on their forums?

    #137038
    maggieymae
    Member

    I want to check these out. Thanks!

    Here are a few of my favorites…

    BuddyPress Profile Privacy – Users can hide different parts of their profiles… very cool.

    The following are not Buddypress but they seem very compatible so far.

    AG Custom Admin This is Dashboard Editor and you can control what your members see.
    I have cleaned up their dashboard – they no longer see the wordpress profile or the press this tool or other random plugin settings. You can do so much with this tool and completely customize the way the back end looks. I was amazed.

    User Role Editor – You can add new roles and give and take away specific powers. I have made a new role based on the Author role and gave the new role category powers. The site I am building is a family recipe site and I wanted to allow them to add their name as a category and also different cooking terms. This plugin is also a nice way to view every detail of the standard roles in WordPress.

    Search Everything – This plugin seems to help with searching… I wasn’t getting any results before installing but now everything comes up.

    #137032

    In reply to: Private profile fields

    valuser
    Participant

    In 1.6 beta 2 https://buddypress.org/2012/07/buddypress-1-6-beta-2/ there is a facility to restrict visibility of profile fields to —-> Anyone, Logged In Users or My Friends.

    In addition there is https://wordpress.org/extend/plugins/buddypress-profile-privacy/ for earlier versions of buddypress. This can restrict visibility of profile fields to —-> Everyone, My Friends, or Only Me

    #137022
    Paul Wong-Gibbs
    Keymaster

    Fact: BuddyPress does NOT copy the site administrator in on all emails that are sent out. So it’s something on your site.

    How are you creating user accounts? As usual, through WordPress, or do you have an LDAP integration or something exotic? Have you confirmed (by looking in the wp_users table) that the email addresses are actually different (not meant to be a stupid question)?

    I would ask how your host moved the database/site across, but you probably don’t have the details to hand. I asked because while I haven’t seen emails get messed up, I’ve seen site URLs and permalinks break. Does all regular WordPress content on the site seem to work?

    What company provide your hosting?

    #137020
    Paul Wong-Gibbs
    Keymaster

    Sharing user databases across multiple separate installs of WordPress can be complicated. I wouldn’t recommend for this purpose. I’m not sure BuddyPress even works in this configuration — it might, I’ve never tried.

    If you want to try, check out this section of the WordPress codex: https://codex.wordpress.org/Editing_wp-config.php#Custom_User_and_Usermeta_Tables

    #137019

    In reply to: Blank Buddypress pages

    Paul Wong-Gibbs
    Keymaster

    All you need is in that first line. Let’s break it down:

    PHP Fatal error: Uncaught exception ‘apiServiceException’ with message
    ‘Error calling https://www.googleapis.com/plus/v1/people/108328961616806242196/activities/public?maxResults=5&alt=

    json: (403) Daily Limit Exceeded. Please sign up’

    in /home/wolf/public_html/wp-content/plugins/google/lib/external/google/io/apiREST.php:99

    Going backwards, the error is coming from the wp-content/plugins/google/ plugin, and specifically the error returned is “Daily Limit Exceeded”. Looks like you need to sign up or otherwise increase your rate limit for whichever Google API you are using.
    Also, assuming this Google plugin is actually https://wordpress.org/extend/plugins/google/, you should be able to use WPMUDEV’s support forums if you need further assistance resolving this.

    #137014
    newpress
    Participant

    There are some wordpress poll plug ins. If your after surveys other than buddypress, go for free survey scripts

    #136993
    olihaslam
    Participant

    Just a thought….

    Does WP/BP need to be installed in the root directory? It has been installed in a subdirectory i.e.
    mydomain.ac.uk/wordpress/
    The groups page is located at:
    mydomain.ac.uk/wordpress/index.php/groups/

    I’m doing this for my employer (a university) and I didn’t install WP/BP myself, I’ve just been given the job of configuring BP and populating with content.

    Thanks

    #136965
    neolith80
    Member

    Hey guys,

    Found a work around. Not perfect, but it is good enough for now. Requires the following plugins:

    WP Category Post Lists – https://wordpress.org/extend/plugins/wp-category-posts-list/
    Restrict Categories – https://wordpress.org/extend/plugins/restrict-categories/
    User Role Editor – https://wordpress.org/extend/plugins/user-role-editor/

    So essentially, you create a new category just for the user you want to allow.

    Then you create a new role in User Role Editor just for them. Copy the capabilities from your default user role.

    In Restrict Categories, you restrict that new category to the new user role.

    Then, you put the Category Post Lists Widget wherever you want it, and assign it that new category.

    Tell the user to post what they want displayed in that category.

    Essentially, we’re telling WP to only display posts in that specific category, which is restricted to a specific role, which is only a specific user. I set my widget to only show one post at a time, and to show 300 characters. That way, it looks like the user’s very own text widget!

    Worked for me! If only til something better is thought up.

    Hugo Ashmore
    Participant

    You reply suggest you haven’t read through the guides I mentioned above?! If not please do so as they have been written to help users.

    You have to match those files to your themes primary html markup as that is where things differ, your theme will have certain major layout elements e.g id=”container” the BP files must match to your themes markup, generally you would use index.php or page.php as your themes example to follow

    The list of themes already put through the process by mercim are listed here:
    https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/

    ElbowRobo
    Participant

    I am competent in reading code, but I don’t know what needs to be changed.
    The plugin to do this says I need to edit header-buddypress, sidebar-buddypress and footer-buddypress so what exactly do I need to do to these files?

    Hugo Ashmore
    Participant

    @elbowrobo What help do you want from the community? When you say you are at a complete loss what is the issue you are having, it would help to know what you have tried and what the issues are that you have hit.

    The template pack is only meant as a helping hand, starting point – it does require that you do some manual file editing of a basic nature and for that you do need rudimentary HTML skills and ability to understand how read code and copy paste it around. Without those skills you might struggle and perhaps need to be getting a developer to help you or choosing a theme that has already been template packed.

    Have you actually followed the guides written by mercime in the BP Codex? these are extremely helpful walkthrough guides to working through the steps involved including the manual step 3; or look at the general list of themes that mercime has added and maybe choose one of those instead?

    #136948
    modemlooper
    Moderator

    I havent tested them but here was first search result.

    https://wordpress.org/extend/plugins/add-local-avatar

    #136944
    newpress
    Participant

    Creat a new page. Name it whatever and publish. Go to buddypress ->pages and select just created page as search’s functioning page. But I am not sure search require a seperate page. Remember to subset the page to an already published page as a sub page

    #136936

    In reply to: comments page refresh

    Paul Wong-Gibbs
    Keymaster

    If you want to customise the twentyten theme, you are best to post on the WordPress.org forums for support. This forum is for BuddyPress-specific questions.

    #136923

    In reply to: Facebook pages

    modemlooper
    Moderator

    This has been requested many times but has not been created yet. If you want to hire post here: http://jobs.wordpress.net

    Roger Coathup
    Participant

    Actions are a standard part of WordPress programming – if you check the WordPress.org documentation, or any good book on advanced WordPress PHP development, you should be able to find good guidance.

    #136906
    modemlooper
    Moderator

    You can use my profile privacy plugin to hide profile sections. Even though it says not supported it still should work. https://wordpress.org/extend/plugins/buddypress-profile-privacy

    #136883
    Roger Coathup
    Participant

    @pawriter – if you go to wordpress.com — the reader shows you latest featured blog posts from the blogs on the site. Which is what the described solution tells you how to achieve using BuddyPress in a multisite install

    #136873
    pawriter
    Participant

    For simple purposes can set up an extended field (say ‘Country’) in Buddypress without need for any particular plugin and have it included, even ‘required’, then you can use the ordinary WordPress search to filter the list of members to reflect only those matching the country of search. However I am not certain if you can restrict the content of that field to a particular known dataset of countries (ie you would have to rely on members correctly listing their country).
    If you want to go further you could use a plugin like the BP Avatar Map ( https://wordpress.org/extend/plugins/bp-members-avatar-map/ ) which needs a ‘Location” extended field using various depth of location eg. just USA or Sydney,Australia or Sydney, NSW, Australia – the WordPress search should then find all from Sydney or all USA etc. The plugin includes a map for the Directory page but you could probably exclude that if you wanted.
    Hope this helps.

    #136836
    danbpfr
    Participant

    Hi,

    please read the roles capabilities in wordpress
    https://codex.wordpress.org/Roles_and_Capabilities
    If you need more precision work, try a role plugin like this one:
    https://wordpress.org/extend/plugins/user-role-editor/

    #136827
    Roger Coathup
    Participant

    @mike00m – first thing: if you want support on a particular problem, it really helps to give your thread a meaningful title that says something about the sort of problem you are experiencing.

    Showing a list of latest posts from blogs around a WordPress multisite install is actually surprisingly challenging because of efficiency concerns. Polling lots of blogs takes a large amount of CPU time.

    However, in BuddyPress, you can implement this relatively easily using a custom activity stream loop (which avoids the efficiency concerns):

    Each time a post is saved, an entry with the details of the post is added to the activity stream.

    You can then write a custom activity loop that just pulls out the latest blog post related activity.

    Unfortunately, BuddyPress saves the info (thumbnail, excerpt, etc.) in a monolithic chunk that’s cumbersome to manipulate later (e.g. to pull out and style the thumbnail as you want). Therefore, you might also want to look at modifying the action hooks on post save, to set up the activity stream entry in the correct format for your site to begin with.

    It’s relatively easy to set this up, but you do need to be a competent PHP / WordPress developer.

    [it’s possible that someone else might be able to point you to an off the shelf plugin / widget for this]

    BlinkyBill01
    Participant

    @karmatosed, the issue is that, for me at least, the template pack instructions are too vague. It basically says that if you have issues with alignment, to look at your themes page.php and your activity/index.php (and all other buddypress created indexes) and figure it out.

    The template pack instructions give you a second option: copy and rename your themes header.php, footer.php, and sidebar.php to header-buddypress.php, footer-buddypress.php, and sidebar-buddypress.php.

    Well, then what? There are no files in buddypress to replace a header-buddypress.php. The instructions just end and don’t give the average user any idea of what needs to be replaced and where. Granted, every theme is different, but they don’t even give you a general idea. Just a vague description of a solution.

    The theme I’m using, and it’s subject to change, is called “The Secret World” and is located here. http://l3cdn.funcom.com/tsw/download/wordpress-template.zip

    I tried editing what I thought the template pack asked to do wut it didn’t work. I tried other methods posted that worked for others. None worked. I’m not sure where to go.

    A link to a live-test site I’m tinkering with is http://forcedreality.net/members

    Thanks for looking into it.

    #136817
    Roger Coathup
    Participant

    It’s stored in the wp_user_meta table, and there are some BuddyPress wrapper functions around the standard WordPress get_user_meta() functions.

    You should be able to use:

    $activity = bp_get_user_meta( $user_id, ‘last_activity’, true );

    Let me know if that works.

    Cheers, Roger

Viewing 25 results - 11,876 through 11,900 (of 22,602 total)
Skip to toolbar