Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 17,676 through 17,700 (of 32,678 total)
  • Author
    Search Results
  • kraigg
    Participant

    Hi there,

    I was wondering if it was possible for forum posts to be held in moderation, and don’t appear on the website, until the administrator approves them?

    I’m looking for something similar to the default WordPress comment approval/moderation system for the ‘Contributor’ user role.

    I had a look at the ‘Buddypress Moderation’ plugin, but it doesn’t do what I’m after. With this plugin, all posts already appear on the website regardless of administrator approval, and users can only report them (crowd-sourcing).

    #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

    #30341
    calico_owl
    Member

    I’m considering switching from my current installation of Mingle to Buddypress, as my users and I are finding Mingle is not as intuitive as we’d like. I know Mingle uses WordPress’s user registration and management system and I believe Buddypress does the same, so would it be possible to make the switch without my users having to re-register? Also, if I have issues with Buddypress and need to switch back (as Mingle is functional right now, if not a little awkward), would that be possible? Not sure if anyone knows, but this seemed the best place to ask. :)

    ElbowRobo
    Participant

    The theme I am using is:
    http://themeforest.net/item/smallfolio-wordpress-theme/111268
    And when running the bp-template pack it tells me to edit some files. But I am at a complete loss.

    I want this:
    http://stormation.info/tsc2/members/

    to look like this:
    http://stormation.info/tsc2/sample-page/

    Thanks in advance,
    Eliott

    #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

    qhead
    Member

    I’m trying to do a small tweak to my activity stream. The problem is that my site is a membership site where certain posts are public and some are not. Basically public posts are teaser versions of full posts (for SEO purposes) so it looks a bit funny when I have those teaser posts visible in activity stream.

    I browsed through plugin section but couldn’t find anything that could do this. I used to code PHP for a living but I don’t know WordPress all too well. And if it makes any difference, I’m using Headway as a theme.

    #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.

    majohnse
    Member

    The error message “The following active BuddyPress Components do not have associated WordPress Pages: Search Page” shows up on the all my BuddyPress Dashboard pages. When I press “Repair,” nothing happens.

    #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.

    douglerner
    Member

    I tried buddypress for the first time today. At first it installed ok, but it completely overwrote my nice Weaver II theme. So.. I uninstalled it. My site went to a blank page, so I went into pages and deleted all the pages buddypress created (activity stream, groups, members, etc.).

    Then I decided to try again and choose the option that seemed to let me integrate with my existing theme. But I’m seeing this error at the top of all the dashboard pages:

    The following active BuddyPress Components do not have associated WordPress Pages: Activity Streams, Discussion Forums, User Groups, Members.

    There is a “repair” button next to that but pressing that doesn’t seem to “repair” anything.

    Any suggestions as to how I might proceed?

    Thanks,

    doug

    #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

    CWrightson
    Member

    I looked around the forums but could not find this question. I currently have the latest version of wordpress and buddypress installed and I am working with the Genesis Framework. They sent me over here for my question…

    All I want to do is sub out the Register button with a Home button when the user is logged in. Currently it redirects the user to the home page if they are logged in, but this is misleading and unnecessary.

    I am not sure really sure where to start, but essentially something like this has to placed somewhere in the buddypress directory…..right?

    Thanks for your help!

    strategizeme
    Participant

    Hello,

    I got Worpdress 3.4 multisite and buddypress which is installed on a secondary blog. The primary site is example.com and example.com/community is buddypress.

    I have installed the plugin http://wordpress.org/extend/plugins/add-users-sidebar-widget/ on the front page of example.com to enable users to create an account/site with example.com.

    When they do create an account then they get an email from multisite superadmin however the activation link looks like this:

    http://example.com/community/wp-activate.php?key=5576f5c8cbaf0529

    After the activation, the user gets a second email from the Multisite super admin with the site login credentials:

    http://example.com/username/wp-login.php

    Question: should the user receive the first activation email as shown below?

    http://example.com/wp-activate.php?key=5576f5c8cbaf0529

    If yes, could you please advise on what to do?
    I have also posted this to buddypress however no answers yet. Thank you for your support.
    A.

    #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.

    #30301
    Alex Githatu
    Participant

    Is there a WordPress/BuddyPress plugin that allows a Group to pay subscription and then limit the number of members joining the group?

    For example: I could use such a feature to sell discounted memberships so that if you pay for 5 subscriptions as a package they come cheaper than individually purchased subscriptions. I’d simply have a group limited to 5 members and then have the group purchase the subscription. Any one of the 5 users is then able to access premium content by virtue of being members of the paid up group.

    jmsweden
    Member

    Hey

    I would like to start by saying thanks to creating Buddypress. I love it! And find it so useful to what I have created. But I have few problems.

    1. I try to register a “rest user” . I get a confirmation link to follow, but it does not register me. It says Error and then it does not allowed me to log in. I spoke to Parallelus (Salutation) about this problem, and they told me it is a Buddypress issue.

    2. I am not able to find the tempalte to CREATE AN ACCOUNT when u choose to register so I can add few more lines/subjects as age, profession etc to the registered user profile. At the moment I only have NAME http://stockholmsocial.se/register/
    Where can I add those line to it, where is the form? I only find contact form, which I have amended perfectly. (once again Parallelus about this issue and they told me it is a Buddypress issue.

    3. I also would like to hide all users for NON Members, how do I do that? At the moment people can see users online and their status event though they are not members. I tried to find a CSS to add the function-is-user-logged-in but cant find.

    4. I have activated the WordPress Social Log in buttons FB, Twitter, Linked etc and they show only when I log in as admin, but I would like it to show under the button REGISTRATION and LOG IN in the front page. I copied the shortcode, but does not work.

    Thanks in advance

    JM

    jmsweden
    Member
    Posted 0 seconds ago # Edit

    I get this message

    An error occurred when the site was getting http://stockholmsocial.se/register/. It may be down for maintenance or be configured incorrectly.
    Here are some suggestions:
    Load the Web page again later.
    HTTP Error 500 (Internal Server Error): An unexpected condition was that the server could not fulfill the request.

    #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/

    #30285
    Kookidooki
    Participant

    Hello guys,

    I’ve just installed an external Buddypress plugin named YD Profile Visitor Tracker.
    I hope someone of us is using this too.

    I’ve followed the instructions at http://buddypress.org/community/groups/yd-profile-visitor-tracker/ and http://www.yann.com/en/wp-plugins/yd-profile-visitor-tracker

    But it’s throwing this error:

    Warning: strip_tags() expects parameter 1 to be string, array given in /home/frisco/wp-content/plugins/yd-profile-visitor-tracker/inc/pvt.inc.php on line 392

    From line 388-392 I’ve found this code:

    `
    // Fetch other (regular, default) WordPress (wp) user data
    if( function_exists( ‘get_userdata’ ) ) {
    $visitor_data = get_userdata( $data );
    foreach( $visitor_data as $key => $value ) {
    $data = strip_tags( $value );
    }
    `

    I’ve tried to fix this by modifying line 392:
    `
    $data = strip_tags( (string) $value ); `

    But now it’s throwing this error:

    Catchable fatal error: Object of class stdClass could not be converted to string in /home/frisco/wp-content/plugins/yd-profile-visitor-tracker/inc/pvt.inc.php on line 392

    I hope someone is using this BP plugin too. Who can help me to fix this?

    Tanks in advance,

    Kookidooki

    #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]

Viewing 25 results - 17,676 through 17,700 (of 32,678 total)
Skip to toolbar