Search Results for 'wordpress'
-
AuthorSearch Results
-
March 29, 2019 at 11:36 am #304168
In reply to: New user’s profile activation only by administrator
Venutius
ModeratorThis would be quite complicated to do. IF it were me I’d fork https://wordpress.org/plugins/bp-disable-activation-reloaded/ and remove the auto-activation code.
March 29, 2019 at 7:19 am #304149In reply to: Lots of returuning E-Mails
Venutius
ModeratorYes the users need a valid email address in order to activate their account. On think to check is that the emails are not being rejected as spam by their email provider ( gmail does this ). I found a way to avoid this was to change the default
wordpress@host.comto something more specific to the site using CB Change Mail Sender plugin.March 28, 2019 at 12:11 pm #304102In reply to: Limitations of Buddypress
Venutius
ModeratorThe limitations of BuddyPress are really the limitations of WordPRess and your host. If you think WordPress.com is run on WordPress you can see that scaling is possible, but that you’d probably need to do extensive customisations. File upload size is a server setting.
March 28, 2019 at 12:21 am #304093In reply to: Avatar image
biberkopf
ParticipantI had the same problem. I disabled WP User Avatar which solved the problem.
This plugin is apparently not compatiple with BuddyPress. The FAQ for the plugin says:
Will WP User Avatar work with BuddyPress?
No, BuddyPress has its own custom avatar functions and WP User Avatar will override only some of them. It’s best to use BuddyPress without WP User Avatar.March 27, 2019 at 6:50 pm #304082Topic: move nav menu ABOVE cover image
in forum How-to & Troubleshootingaccount39
ParticipantI’m using 5.1.1 in WordPress and latest Buddypress version (Nouveau template). It is currently in a subdomain (sandbox) for now. I’m also using a child theme to make adjustments. I would like to move the navigation on all pages to ABOVE the the cover image/avatar. Or just move the coverimage/avatar to below the navigation. Is this an easy adjustment?
forgot the link – https://testing.leveledproduction.com/
Side note – Buddypress is impressive.
March 27, 2019 at 4:42 pm #304079In reply to: Disable scroll top
Venutius
ModeratorHi there, WordPress and BuddyPress are predominately PHP applications. PHP requires a page load in order to view new content and this is what you are seeing – you click a menu item a new page loads and it starts from the top of the page again. There are tricks to bring the page focus back to where you were and BP uses these where appropriate, another trick is to use Javescript to fetch now content and again BP uses this, in the activity page for example. But when you are clicking a main link, an entire now page is going to be loaded to there’s not a reference of where you were in order to set the new page focus. So in short, it’s the way WordPress and BuddyPress have been written, yu’d need to do a significant rewrite to change it.
March 26, 2019 at 9:35 pm #304059Raakesh
ParticipantGood day Venutius,
Much appreciated, Please look my website Thinkbox I’ve used Astra WordPress theme and Youzer plugin for rich look.
Thanks,
Raakesh V.March 26, 2019 at 1:00 pm #304000In reply to: user profile fields
amir313
Participantyes i removed some fields follow the next link
in wp-admin i remove all the fields except the nameMarch 25, 2019 at 8:57 pm #303983In reply to: how can visitors register to my site
shanebp
ModeratorPerhaps you cannot see the ‘Log In’ link because you are already logged in.
In that case – log out and then reload the site.
Your site is hosted by wordpress.com – meaning you ( or somebody ) is paying them to host your site.
Therefore, you should use the support that is included with your purchase – you should contact them with your issue.March 25, 2019 at 8:49 pm #303982In reply to: how can visitors register to my site
shanebp
ModeratorFor now, click the ‘Log In’ link, then scroll down to ‘Create a new account’ and click it.
You don’t see a log in link on your site? Perhaps the term ‘log in’ is in swedish.
Deactivate the BuddyPress plugin and then try to register on your site.
If you do not understand how to to that, then please contact the support team at wordpress.com .March 25, 2019 at 8:11 pm #303980In reply to: how can visitors register to my site
shanebp
ModeratorSince you are hosted on wordpress.com, you should ask their support.
For now, click the ‘Log In’ link, then scroll down to ‘Create a new account’ and click it.
That may not be what you want, so you should talk to wordpress.com support.March 25, 2019 at 8:58 am #303960Venutius
ModeratorHi there, another plugin to help you is https://wordpress.org/plugins/buddypress-restrict-group-creation/ this will allow you to restrict members from creating more than one group.
If I updated this to include a restriction based on the number of group membership then that would help.
Looking at the code you’d also need to restrict the group join button showing so that it only shows for members not already in a group. How you do this depends on the BP Theme you are using, Legacy or Nouveau.
March 23, 2019 at 11:41 pm #303931Venutius
ModeratorOk I’ve added a very basic control, I’ll update this when I have time. you can give me your feedback at https://wordpress.org/support/plugin/bp-messaging-control/
March 23, 2019 at 10:12 pm #303926In reply to: Statistics of users
Venutius
ModeratorI took a look at that plugin, it no longer works. So I’ve refreshed it here. https://github.com/Venutius/buddypress-component-stats however a lot of the functions never originally worked as far as I can see. I’ll try and get it fixed.
There’s another old plugin but this one still works – https://wordpress.org/plugins/buddypress-member-profile-stats/ possibly not what you are looking for.
March 23, 2019 at 10:08 pm #303925Venutius
ModeratorGlad you got it working. I can probably do something for @mentions, might not give the same level of control but I’ll look into it.
But could you post your comments over on the plugins wordpress forum? best keep this forum for BP related issues.
March 23, 2019 at 3:50 pm #303919In reply to: Associating WordPress Posts with a member profile
trig
ParticipantThank you for the response. I reviewed both links and not sure if it answers my questions.
While I understand that your plugin will allow the member’s posts to show, it doesn’t answer my core question of what if we as administrators are the “author” of the post in WordPress and how we then associate a post with that member so it can then show?
James
March 23, 2019 at 2:07 pm #303913In reply to: Associating WordPress Posts with a member profile
Venutius
ModeratorI’ve got a BP specific front end editor – https://wordpress.org/plugins/bp-site-post this adds a profile tab for the members posts list. I believe Brajesh’s https://buddydev.com/plugins/bp-simple-front-end-post/ does the same.
March 23, 2019 at 2:03 pm #303912In reply to: Statistics of users
Venutius
ModeratorThere this old plugin I found – https://wordpress.org/plugins/buddypress-component-stats/ maybe you could try that?
March 22, 2019 at 6:38 pm #303892In reply to: WordPress Dashboard
Venutius
ModeratorThe basic option is to set up a redirect for anyone but admin, that would involve adding some code to your functions.php. There’s probably plugins that d it, but it’s quite simple with code if you are happy with that.
That would not stop links from appearing in the WordPress admin-bar / toolbar. Would you still want to give them access to the BuddyPress menu options via the toolbar?
I’ve recently launched a BP specific Front End editor and I’ve included all the various hide admin code in that. You can choose to hide the admin-bar altogether or prune out the menu items you don’t want to display, such as the +New menu item.
March 22, 2019 at 6:27 pm #303891Topic: WordPress Dashboard
in forum How-to & Troubleshootingalysonmac
ParticipantI do not want members to have access to the wordpress dashboard – is this an option to switch off?
March 22, 2019 at 4:57 pm #303885In reply to: Giving editor access to edit extended profile
Venutius
ModeratorI found this post, not covering BP but useful for when you give editors the ability to manage users. could be of use.
March 22, 2019 at 1:56 pm #303875In reply to: Giving editor access to edit extended profile
Venutius
ModeratorHi there, I got it working for ‘edit_users’ capability but I’ve had to make three changes to
class-bp-members-admin.phpto do it:https://buddypress.trac.wordpress.org/ticket/8072
https://buddypress.trac.wordpress.org/ticket/8069
https://buddypress.trac.wordpress.org/ticket/8070For ‘bp_moderate’ it seems there are other issues this time seemingly coming from WordPress:
March 22, 2019 at 11:54 am #303870In reply to: Giving editor access to edit extended profile
Venutius
ModeratorI’ve raised another ticket, don’t think this will be the last as it’s still not working.
March 22, 2019 at 11:18 am #303866In reply to: Giving editor access to edit extended profile
Venutius
ModeratorI’ve raised a ticket for this typo:
March 22, 2019 at 10:33 am #303858Topic: 404 when deleting post or comment
in forum How-to & Troubleshootinghcportos
ParticipantHi.
One more issue here (hopefully the last one)
When I post a message to activity stream, everything is OK.
But when I try to delete my own post (admin acc), I recieve 404 page and post or comment is not deleted.
You can try here https://wikidiy.orgI dont have any error in console…
Tried to find something similar on this forum but…BuddyPress 4.2.0
Wordpress 5.1.1 -
AuthorSearch Results