Search Results for 'wordpress'
-
AuthorSearch Results
-
Venutius
ModeratorFor points 1 and 2 you need to ask at the BuddyDev forums as they are not BP issues.
For point 3 you can edit BuddyPress emails in Dashboard>>Emails.
For point 4 there’s some plugins that will hide the admin bar for certain user types, I’ve not tried them but try searching the WordPress plugin repository one I saw that might do the trick is https://wordpress.org/plugins/better-admin-bar/
November 24, 2016 at 11:28 am #261317In reply to: Can’t upload profile images in Internet Explorer
Hugo Ashmore
ParticipantThis being looked into on:
https://buddypress.trac.wordpress.org/ticket/7360November 23, 2016 at 9:32 am #261287In reply to: Fatal error PHP 7.1
lgreenwoo
ParticipantI see that BP 2.7.3 is due the day before PHP 7.1 GA. Perhaps a fix can be included in this release so there’s no lag between PHP 7.1 GA and BP working on PHP 7.1 – otherwise I assume we’ll be waiting for BP 2.7.4?
November 23, 2016 at 9:27 am #261286In reply to: Fatal error PHP 7.1
lgreenwoo
ParticipantPHP 7.1 Final is due on December 1st and this issue is still present in the final RC (PHP 7.1 RC6).
It looks like BBPress had a similar issue, which they’ve now fixed… https://bbpress.trac.wordpress.org/ticket/2987
November 23, 2016 at 7:23 am #261283In reply to: How to enable WYSIWYG editor in forum posts
Venutius
ModeratorNovember 22, 2016 at 6:22 pm #261265In reply to: Separate activity per post
Venutius
ModeratorHave you looked at https://wordpress.org/plugins/bp-activity-shortcode/ Maybe that could do what you want?
November 21, 2016 at 5:52 pm #261232In reply to: Error 404 for non logged in users
Slava Abakumov
Moderator#7357 duplicated an earlier created https://buddypress.trac.wordpress.org/ticket/7349
So @tizianopitisci, I closed your ticket in favour of #7349.
November 21, 2016 at 4:56 pm #261231In reply to: Error 404 for non logged in users
tizianopitisci
ParticipantOk, I just reported the bug: https://buddypress.trac.wordpress.org/ticket/7357. Hope It will help.
November 17, 2016 at 8:37 pm #261128In reply to: Custom loop for Groups Member Directories
shanebp
ModeratorUse ‘role__in’.
https://codex.wordpress.org/Function_Reference/get_usersNovember 17, 2016 at 6:56 pm #261124In reply to: uploading avatar or cover photo hangs site! help!
Henry Wright
ModeratorTry increasing your memory. Ref
https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
November 16, 2016 at 11:39 pm #261099In reply to: Hiding register link
joeaj111
ParticipantIt says only registered members can see buddypress pages. we want anyone to see our members page but we have wordpress pages we want only members to see. with buddypress registration, it registers them but they can login and see member area just not profile pages.
November 16, 2016 at 10:24 pm #261097In reply to: Custom loop for Groups Member Directories
shanebp
ModeratorWhat is this supposed to do?
d($included_users);If you want group members, you need to use
bp_group_has_membersnotbp_has_members.Turn on debugging while you trouble-shoot your code.
November 16, 2016 at 5:25 pm #261082In reply to: Just a little advice please
tille
ParticipantI’m not sure if this is still of interest – but BuddyBoss has developed a premium theme Social Marketplace that could probably do what you’re looking for:
Yes, you would also need WordPress (free) and BuddyPress (free) and WooCommerce (free) to get it running. I haven’t tried it myself yet, but I’m currently working on a site using Social Portfolio by BuddyBoss and I must say they did a great job. It can be quite demanding to get everything working, but so far I have no complaints. Cheers!
November 16, 2016 at 7:31 am #261064empressdianna
ParticipantI don’t have an exact fix but I went into “Emails” from the WordPress Sidebar and edited the email that is sent on a new message sent trigger. I just took out the {{subject}} and {{quot}} tags and then just put a message that they have to login to view the message. hth
November 16, 2016 at 6:30 am #261061In reply to: Resctrict private messages
empressdianna
ParticipantFound this on another forum and after some tweaking finally got this to work. This will only work if you force all new and existing non-paying users into one group however without some further tweaking. If a non-paying user tries to click on the “messaging” tab in wordpress it will redirect them to any page you choose. I chose the memberships level page. =D
function bp_disable_messaging() { global $bp; if ( pmpro_hasMembershipLevel('NonPayingLevel') && bp_is_current_component('messages') ) { wp_redirect( site_url("/PAGE URL/") ); exit(); } } add_action('wp','bp_disable_messaging');November 15, 2016 at 9:19 pm #261045In reply to: File Sharing Embedding
shanebp
ModeratorTry this: https://wordpress.org/plugins/buddydrive/
Google this: buddypress file sharing
Depending on your ability as a coder, you could adapt some code or write it from scratch.
November 15, 2016 at 8:50 pm #261042In reply to: Images for activity for front page
shanebp
Moderator…you are losing people and ultimately future profits and benefits
BP is free open source code. There are no direct profits.
These forums are moderated by volunteers.
There is no promise, explicit or otherwise, that you will get an answer.How does someone who does not constantly do coding for a living really get BuddyPress to function?
The primary intended audience for users of the BuddyPress codebase: Site Builders and WordPress Developers.
The widgets and shortcodes you tried ( BuddyPress Sitewide Activity ? ) probably do not include the images because widgets generally output a compressed view and images can take a lot of screen area. It would be relatively simple to tweak such a widget to include activity images.
If you don’t know how to code, you can post a job here.November 15, 2016 at 2:26 pm #261030In reply to: How To Activate Existing Members
danbp
ParticipantDeactivate https://fr.wordpress.org/plugins/smart-countdown-fx/, activate 2016 theme and give a try
It seems that this plugin throws an error.
You may also deactivate all plugins, but BP and search for an issue by reactivating them one by one.
And if nothing found for plugins, you have to debug the theme.https://buddypress.org/support/topic/when-asking-for-support-2/
November 15, 2016 at 9:30 am #261017In reply to: question about compatiblity
aladinDr
Participantnot bug just in WordPress your company show that your plugin compatible up until 4.5.4
November 15, 2016 at 7:34 am #261015In reply to: Regarding about custom field display
zxbchris
ParticipantOr maybe is there a way that I can link the default wordpress description to the custom field created in BBPress?
November 15, 2016 at 6:36 am #261013In reply to: Regarding about custom field display
zxbchris
ParticipantHi,
Thanks for your prompt response.
Do you mean that, as I know where does the theme call it, which i found it :
<div class=”gdlr-post-author-inner”>
<div class=”post-author-avartar”><?php echo get_avatar(get_the_author_meta(‘ID’), 90); ?></div>
<div class=”post-author-content”>
<h4 class=”post-author”><?php the_author_posts_link(); ?></h4><?php echo get_the_author_meta(‘description‘); ?>
</div>
<div class=”clear”></div>
</div>the ‘description’ is the place where it called the default wordpress User description.
So now I will like to replace it with the custom field that I created, which i think its called field_2, do I need to create one php in the theme with this function:
$user_id = get_the_author_meta( ‘ID’ );
$bio = xprofile_get_field_data( ‘field_2’, $user_id );
echo $bio;
and use the bio created here to replace with the description above?
Sorry that my php knowledge is quite limited, Hope you can help me in this 🙂
Thanks!
November 15, 2016 at 5:25 am #261008In reply to: Error 404 for non logged in users
danbp
Participantif you’ve found a bug, please refer it on Trac.
Login with same credential as on this forum, describe the issue and give any details to reproduce it.November 14, 2016 at 7:48 pm #261001Venutius
ModeratorHave you thought about just using BP Registration Groups?
November 14, 2016 at 8:45 am #260988danbp
Participanthi @matt2006,
a partial solution could be https://wordpress.org/plugins/bp-auto-group-join/
Total solution: the partial + premium complementary plugin.Or “do-it-yourself” by adapting auto group join for example.
November 14, 2016 at 8:35 am #260986In reply to: Remove Login & Register Links From Toolbar
EMar
ParticipantHardly paranoid considering we’re talking about a piece of software.
What I meant was, the toolbar is belong to wordpress, as you mentioned.
It’s strange that they add a feature and don’t include any options to remove different
elements of the toolbar, like it didn’t matter or they left it up to someone else to deal with.I thought I added the two links myself actually with some customizer plugin, not the case.
-
AuthorSearch Results