Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 6,001 through 6,025 (of 32,678 total)
  • Author
    Search Results
  • mouriana
    Participant

    Please excuse me if this is a stupid question, as I am fairly new to WordPress and brand new to BuddyPress, so I’m just trying to figure things out.

    I am using WP 4.5.3 and BuddyPress 2.6.1.1. I’m using social magazine theme 1.9.1 and a number of plugins that I could list if you think it would be helpful. My site is Storymakers Network

    I am basically wanting to give my users TinyMCE functionality when posting activity. I have scoured the plugins and forums and the only things I have found on the subject are BuddyPress Forum Editor (which hasn’t been updated in over a year and doesn’t work) and forum posts trying to turn rich text editing OFF in multi-line text fields in the profile. Everything seems to be old, as though this is a function now regularly available I have just missed it.

    If it involves inserting code, could you be very specific in how to apply it? I’m technically savvy but unfamiliar with the process.

    PleasurePrimer
    Participant

    Hello,

    I am building a directory based site using the GeoDirectory plugin and BuddyPress. I would like to have a link on each member’s profile to a Member’s Guide I am creating (which is simply a WordPress page) that spells out the services and features available to members as well as the content guidelines. Is this possible?

    Thank you.

    #257222
    mrjarbenne
    Participant

    As you have established that this is a WordPress issue, and not a BuddyPress one, you might be better to create a ticket over on wordpress.org, where there are more eyes looking at your ticket.

    #257221
    mrjarbenne
    Participant

    If I’ve read this wrong and you are just trying to sort out who an admin is, the best way to check for a role is via user capabilities (https://codex.wordpress.org/Roles_and_Capabilities). So checking to see if the users can “activate_plugins” will let you identify whether they have the admin role or not.

    #257215
    mrjarbenne
    Participant

    You could use something like this to add a badge to admin/verified users.

    https://wordpress.org/plugins/buddypress-verified/

    #257212
    mrjarbenne
    Participant

    Your htaccess file should be set to 644: https://codex.wordpress.org/Changing_File_Permissions

    #257209

    In reply to: Featured Member Plugin

    mrjarbenne
    Participant

    I would suggest checking out this one, which will work for members, but can also be leveraged to feature other content as well:

    https://wordpress.org/plugins/cac-featured-content/

    #257205
    modemlooper
    Moderator

    This would be a lot of custom development. Read this post about consuming external API in WordPress http://ben.lobaugh.net/blog/46117/wordpress-interacting-with-external-apis

    #257202
    r-a-y
    Keymaster

    The Notifications %s string looks like it is available:
    https://plugins.svn.wordpress.org/buddypress/tags/2.6.1.1/buddypress.pot

    If you’re using a custom translation from a previous version, you need to merge your language files together. Here’s a quick tutorial I found on Google:
    http://www.marketpressthemes.com/blog/how-to-merge-two-po-files-using-poedit/

    You might also benefit from a translation that is already available here:
    https://translate.wordpress.org/projects/wp-plugins/buddypress

    #257196
    nbguy
    Participant

    Hello,

    Does anyone know of a way of displaying all the information from a users profile as a featured member? I’ve tried the Enhanced Featured Members Widget but it only shows the name and avatar. I’d like to display all the users’s info.

    WordPress 4.5.3 BuddyPress 2.6.1.1

    Thanks in advance.

    #257195
    peterspliid
    Participant

    Hi.

    I have the newest stable version of WordPress and Buddypress. My problem is that most tabs under the profile (notifications, messages, friends and groups) won’t translate from english to my language. I have successfully translated other strings that are used by Buddypress, and I know for sure that I have translated them in .po and .mo file (as it works with the other translations I have applied).

    For the notifications string, it seems like it is added in buddypress/bp-notifications/classes/class-bp-notifications-component.php line 136:

    _x( 'Notifications %s', 'Profile screen nav', 'buddypress' )

    However, when I look at the .po file, I cannot find the exact string “Notifications %s”, only “Notifictions”. Could that be the problem?

    Let me know if you need more information.

    Thank you

    #257192
    delfindelfin
    Participant

    How do I know if my server is able to write to the .htaccess file? The content of the file is:

    Options +FollowSymlinks
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress
    

    Still I have the same error. I think you are right, it’s a WordPress issue

    #257191
    themakeupchair
    Participant

    Hi
    The notice below pops up when I activate BuddyPress. The theme creators recommend installing BuddyPress.

    Wordpress: 4.5.3
    PHP version: 5.6
    BuddyPress version: 2.6.1.1
    Theme: Rehab child theme – Revendor
    Plugins: ManagerWP-worker. I have disabled all other plugins but still get the same message on activation.

    Notice: bp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). === Trace: #6 /home/themakeu/public_html/dv/wp-content/themes/rehub/functions/user_review_functions.php(82): is_user_logged_in() #7 /home/themakeu/public_html/dv/wp-content/themes/rehub/functions.php(811): include(‘/home/themakeu/…’) #8 /home/themakeu/public_html/dv/wp-settings.php(369): include(‘/home/themakeu/…’) #9 /home/themakeu/public_html/dv/wp-config.php(89): require_once(‘/home/themakeu/…’) #10 /home/themakeu/public_html/dv/wp-load.php(37): require_once(‘/home/themakeu/…’) #11 /home/themakeu/public_html/dv/wp-admin/admin.php(31): require_once(‘/home/themakeu/…’) #12 /home/themakeu/public_html/dv/wp-admin/options-permalink.php(10): require_once(‘/home/themakeu/…’) #13 {main} === Please see Debugging in WordPress for more information. (This message was added in version 1.7.) in /home/themakeu/public_html/dv/wp-includes/functions.php on line 3897

    Warning: Cannot modify header information – headers already sent by (output started at /home/themakeu/public_html/dv/wp-includes/functions.php:3897) in /home/themakeu/public_html/dv/wp-includes/pluggable.php on line 1167

    Thanks for your help.

    #257180
    r-a-y
    Keymaster

    I don’t believe this is a BuddyPress issue. When you change your permalinks, are you able to visit a regular WP post permalink? If not, it’s a WordPress issue.

    I would say make sure your server is able to write to the .htaccess file.

    Also, you might have to alter your .htaccess file to add the following to the top of the file:

    Options +FollowSymlinks

    #257171
    Paul Wong-Gibbs
    Keymaster

    Yes. There’s some sort of bug in the W3 Total Cache’s object cache file. Last time a few of us looked into it, we didn’t figure out what the problem was. However, we tested several other object cache loaders (I think https://github.com/tollmanz/wordpress-pecl-memcached-object-cache and https://wordpress.org/plugins/wp-redis/) and the problem did not exist. i.e. it’s a problem with W3TC.

    I don’t have any advice other than the unhelpful “don’t use W3TC for object caching”. πŸ™

    #257170
    Paul Wong-Gibbs
    Keymaster

    If you set permalinks to something not-default, and then visit a wordpress blog post on your site, does it work?

    delfindelfin
    Participant

    In my WordPress Dashboard, I get a message that says:

    BuddyPress is almost ready. You must update your permalink structure to something other than the default for it to work.

    But if I change the permalink structure to something other than the default, when I visit the pages that I have, I get a 404 not found error. How can I fix this problem?. I am running WordPress in my own server.

    I also uploaded an image of my root directory

    Files

    #257159
    maxlinux2000
    Participant

    Hi all,

    I’m new here. a big hello to the community!!

    I’m tring to hacking an external WP plugin in order to works with buddypress.
    The Plugin is WP Mobile Menu

    My idea is to add some buttons in the header to this plugin, in order to make easy for the user open some useful page, like Activity, Profile an so on.

    Actually Is working just fine, with this code:

    $current_user = wp_get_current_user();
    // Profile
    $output .= '<div id="toolbar-profile" onclick="location.reload();location.href=\'http://example.org/members/';
    $output .= $current_user->user_login;
    $output .=   '\'"></div>';

    …but…but… if the username contain a dot character, buddypress transform the dot in ‘-‘ so pressing the button above, the user obtain a 404 page… and some users of mine, are using a email address as username.

    So I’m trying to modify my code so, but it doesn’t work at all.

    global $bp;
    $userlink = get_bp_loggedinuser_link();
    // Profile
    $output .= '<div id="toolbar-profile" onclick="location.reload();location.href=\'http://example.org/members/';
    $output .= $userlink->user_login;
    $output .=   '\'"></div>';
    

    Someone know ho to import the bp_loggedinuser_link() variable in a external WP plugin?
    (it’s not a 3th part buddypress plugin)

    regards
    MaX

    #257158
    djdog123
    Participant

    Hello,

    I am fairly new to the BuddyPress/WordPress software and am trying to create a website that is focused on groups. At this point, I am wondering how to create more tabs under each group page (e.g. About Us, Contact Us, etc.)

    Any sort of help is greatly appreciated.

    Thank you,
    Matt

    #257147
    buddycore
    Participant

    I’m going to design & develop a theme for BuddyPress to help pay the bills around here.

    The theme will be made open-source until I have an audience then I may put a price on the theme to maintain it and help pay my bills.

    This is my research before embarking on the project. I’d really appreciate the help.

    Should I make a light or dark theme?

    What components are most important, I will build in this order and release for testing once each component is functional. Please order accordingly.

    1. Activity Stream
    2. Member Profiles
    3. Member Directory
    4. Group Pages
    5. Group Directory
    6. Network
    7. BBPress Forums

    Are you interested in being a beta tester? You will get access to the theme files to use in your own projects in return.

    What customisations would you like built in? Things like custom logos, and colours? That type of thing.

    How many custom navs are required?

    Do you want full WordPress support for posts and pages? Things like post format, post thumnbails and HTML5 when and where possible.

    What about templates, would you like an optional custom front-page?

    Anything else you feel like discussing please do so.

    After the theme gets off the ground I may decide to release it as a premium theme to help pay the bills, but for now I’m looking for an audience to get started with.

    Lastly, I was going to blog about the progress in my site buddycore.com to keep anyone who is interested up to date.

    Thanks for your help.

    #257144
    buddycore
    Participant

    First you are creating a custom function called automatic_group_membership() this takes one parameter $user_id.

    This function terminates if there is no $user_id provided, meaning you don’t run rogue code and your site is more optimised.

    When a $user_id is present the groups_accept_invite() function is run. This function is a BuddyPress core function you can find it in wp-content/plugins/buddypress/bp-groups/bp-groups-functions.php on line 1400.

    It accepts two parameters a $user_id and a $group_id. You need both in order to create the relationship.

    This function is “hooked” with add_action() which is a WordPress core function. This function add_action() has many hooks available for various situations. You can read more about hooks here https://codex.wordpress.org/Plugin_API/Hooks.

    Essentially it’s an opportunity to run your own code against WordPress core, or in this case BuddyPress core. BuddyPress provides the hook and we use them to achieve cool things.

    So the hook in this case is bp_core_activated_user and the code we want to run when this hook is available would be the customer function automatic_group_membership which is passed as a second parameter.

    I’m not sure where the $user_id gets populated along the way here, nor the $group_id maybe someone can help?

    Otherwise, I would do this not on activation but when a user has logged in for the first time.

    Then we have access to global $bp which contains a loggedin_user->id which can be used with this function and you could manually set the $group_id in bp-custom.php

    #257138
    pandafoxxxx
    Participant

    Hello,

    Im busy with a theme and have an notification menu in the nav. I tried to find a code so when I press a button under the current notifications, they all get marked as read without going to the notification page and marking them as read or ticking boxes and using bulk select. Im relative new to php and I hope somebody can help me here πŸ™‚

    Buddypress: 2.6.1.1
    Wordpress: 4.5.3

    #257109
    andyeuph
    Participant

    Wordpress version – 4.5.3 running suffusion theme
    Buddypress version – 2.6.1.1
    Web address http://www.theeuphonium.com

    On the groups page the β€˜groups’ button does not allow the creation of groups, even when logged in as admin. The only way I can create a group as an admin is to go to the dashboard and do this from there. I would like users to be able to create their own groups. Even when logged in as a contributor who has that role allowed, this is not possible as the add group function does not appear in their dashboard, and the add group button does not work on the groups page. Also on both the groups and member pages the search bar is cut off at the top so is not useable.
    Thanks
    Andy

    kennedyfc
    Participant

    When I enable allow customizable avatar for groups it messes up any line in the activity feed of when a ser joins a group.

    It displays like this

    Robin Wright joined the group Volunteer Pack</Group logo of Volunteer Packa> 6 days, 13 hours ago.

    In the place above where the “logo of volunteer pack” is, it actually shows the group avatar not the words. I installed wordpress from a folder to install a Multisite network. Using a wildcard to create other subdomains. Please help, I am new to wordpress and it’s driving me insane

Viewing 25 results - 6,001 through 6,025 (of 32,678 total)
Skip to toolbar