Search Results for 'wordpress'
-
AuthorSearch Results
-
August 30, 2013 at 2:35 pm #170661
In reply to: Avatar file name?
William Castro
ParticipantSame issue here! Does nobody knows how to calculate the buddypress avatar’s filename? I need to access the avatars’s urls to show in an external non-wordpress website the members!
Waiting..August 30, 2013 at 10:23 am #170657In reply to: About the frontpage login.
schwimmbadso
ParticipantHello,
I’ve got again a problem with the Logon. Not always, but more often is me when I try to log on a white page displays the following:Error 403 blocked. blocked. Guru Meditation: XID: 2439522794 Varnish cache server
About http://schwimmbad.so/wp-admin/edit.php (after a lot of reading found on the net) I can log in normally. If I then log out and gone through the normal registration is the problem for a while and eventually the problem comes back. Whether I log in as admin or as normal user.
I’m using the latest wordpress with buddy press, bbpress and some other plugins.
CAN SOMEONE HELP ME DA?
A Thanks for your answers in advance.Kapi
August 29, 2013 at 10:05 am #170611In reply to: Private Portal with BuddyPress
Henry
MemberYou could use the WordPress conditional
is_page()to check if the user is on the activity or members page:if ( is_page('members') || is_page('activity') ) { } else { }Note: I’m assuming you haven’t changed the default slugs
August 29, 2013 at 2:43 am #170594In reply to: Added a new tab but link doesn't work
eflouret
ParticipantThanks! It worked! I can´t believe that I spent almost four hours trying to figure this out and all I needed was to set the parent slug and url.
I moved the Buddypress member templates to my theme, inside a directory named Buddypress just because I needed to do some heavy tweaking. This way the templates stay with the main theme and since I uploaded BuddyPress from WordPress control panel, I don´t have permissions to make changes to the templates. I can use the internal wordpress plugin editor, but that would drive me crazy.
Do you think that moving the templates to the main theme is wrong? Is there a better way to make changes to the templates code? Buddypress template system is like ancient chinese to me.
Thanks again!
Enrique
August 28, 2013 at 9:34 pm #170583In reply to: Show members with certain role
Henry
MemberIt is easily done. You’d need to create a new page template:
https://codex.wordpress.org/Page_Templates
You can then use a modified members loop inside the page template you create:
August 28, 2013 at 7:02 pm #170562In reply to: [Resolved] Charge visitors to upload files
danbp
ParticipantYou probably can consider this plugin as usefull:
https://wordpress.org/plugins/mycred/August 28, 2013 at 7:01 pm #170560In reply to: Charge a fee to upload media
danbp
ParticipantYou probably can consider this plugin :
https://wordpress.org/plugins/mycred/August 28, 2013 at 5:25 pm #170556In reply to: [Resolved] Charge visitors to upload files
bp-help
ParticipantPlease do not make duplicate topics that regards the same subject matter as it clutters the forum. @mercime and @modemlooper has already responded on the first topic here:
https://buddypress.org/support/topic/charge-a-fee-to-upload-media/
If their suggestions doesn’t work the only options you have is build this functionality yourself or hire a developer to do it for you. You may want to post on the jobs board:
or here:
http://jobs.wordpress.net/
Good luck!August 27, 2013 at 3:35 pm #170512koomak
ParticipantHere is the content in htaccess:
RewriteEngine On
Options +Followsymlinks# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]# add a trailing slash to /wp-admin
RewriteRule ^wp-admin$ wp-admin/ [R=301,L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule ^(wp-(content|admin|includes).*) $1 [L]
RewriteRule ^(.*\.php)$ $1 [L]
RewriteRule . index.php [L]# END WordPress
Please help!
August 27, 2013 at 2:39 pm #170505In reply to: New great plugin, buddypress-wall by @megainfo
meg@info
ParticipantOf course if your try the plugin in buddypress child theme other than the default will not work fine beceause the plugin use the default buddypress template !
the plugin work with all wordpress themes if the theme use legacy buddypress theme,
if it is child theme, in this case you must customize the plugin templates by modifying the template files. Just copy buddypress-wall\includes\templates\bp-default folder to your theme and edit the templates.A lot of Buddypress plugins present a template and suggest a customisation if the theme is buddypress child themes.
August 27, 2013 at 9:36 am #170493In reply to: How to make Avatar a requirement?
Henry
MemberWhich premium plugin did you find?
To make uploading an avatar a requirement you’d have to have an upload form on the registration page. This used to happen in BuddyPress. Some discussion on it in this thread:
https://wordpress.org/support/topic/plugin-buddypress-avatar-upload-in-registration-formAugust 27, 2013 at 1:40 am #170487In reply to: two page home page?
bp-help
ParticipantAugust 26, 2013 at 10:14 pm #170479In reply to: Stop Spam, Allow Members to Flag Spammers, etc.
Jose Conti
Participant@ubernaut and is WordPress or WordPress Multisite?
August 26, 2013 at 9:56 pm #170476In reply to: Stop Spam, Allow Members to Flag Spammers, etc.
Jose Conti
ParticipantHi @ubernaut
What WordPress and BuddyPress version do you use?
The reported users are listed in our DEV installations.
August 26, 2013 at 9:45 pm #170475In reply to: How to Get User Profile Data
shanebp
ModeratorIf you mean activity comments…
$bp_location = bp_get_profile_field_data( 'field=Location&user_id=' . bp_get_activity_comment_user_id() ); echo $bp_location;If you mean post comments, I think you need to create a custom comment display.
Example: https://codex.wordpress.org/Function_Reference/wp_list_comments#Comments_Only_With_A_Custom_Comment_DisplayAugust 26, 2013 at 7:43 pm #170463Henry
MemberDisabling usernames sitewide sounds like a huge task to me. BuddyPress needs a unique identifier to use in URLs. Have you thought about providing your members with the ability to change their username?
You’d just need to send a global message to all members letting them know how they can update their username.
August 26, 2013 at 7:25 pm #170457In reply to: Use email as usernane on registration
terraling
ParticipantI’m pretty certain there is no way to avoid them having a username, although in principle you could auto-generate a string of random characters that they never see.
I’m not familiar with the wordpress.com sign-up, but you could always pretty-please the Jetpack people to see if they will port it across to wordpress.org.
Or look at the various social networking plug-ins. Social Login allows “your visitors to comment, log-in and register with their social network accounts” and works with WordPress and BuddyPress.
If you want something more specific, then you may have to contract a developer to do it for you (then release it as a public plug-in!).
August 26, 2013 at 6:15 pm #170450In reply to: Use email as usernane on registration
Wiki Chaves
ParticipantThanks !
I understand. I want to avoid the username, since people trend to forgot about it, and adds 1 more unnecessary field.
Do you know if there’s a WordPress plugin/hack that skips that requirement so I can just use an email/password to register ?
Or if that’s not possible I like wordpress.com registration/login, 1st they ask email and based on that they auto-suggest a username (http://d.pr/i/DQa6). Then the login is with username or email + password (http://d.pr/i/8SqA) < I understand I can do this with Email Login plugin.
Thanks
WikiAugust 26, 2013 at 5:30 pm #170448In reply to: Use email as usernane on registration
terraling
ParticipantWordPress requires a username which, once set, cannot be changed. People change email addresses, so an email address as username is not permitted.
You can, though, use a plug-in called Email Login which lets users log in with their email address, so that they can use a username to register but then forget it and user their email address to access the site.
August 26, 2013 at 1:09 am #170408In reply to: [Resolved] Logged-In User Profile Link URL
bp-help
Participant@xiot
Try my trick instead. Tested and works! Get the code here:
Redirect Logged Out Visitors To Register, And Logged In Users To Profile Using A Dummy PageAugust 25, 2013 at 7:48 pm #170400In reply to: Private Message Button Label Change
funmi omoba
ParticipantThanks for your snippet which works great with standard buddypress message system but did not work if using BP Profile Message UX plugin, is there anyway to make it work please
https://wordpress.org/plugins/bp-profile-message-ux/
tahnks
August 24, 2013 at 6:21 pm #170356jstuartwp
ParticipantThanks for response!
I did some research and found that s2member syncs profiles with buddypress, so that part is solved. The only thing I’m still really looking for is a notifications bar or widget, other than the wordpress one. Hopefully there is a plugin for that?
August 22, 2013 at 5:16 pm #170244mgkoller
ParticipantHere is the actual patch
https://buddypress.trac.wordpress.org/changeset/7240
After you implement the patch, go into Settings and change your Timezone.
August 22, 2013 at 3:30 pm #170235In reply to: Group Management (feature request)
Ben Hansen
Participantbest place for that kind of thing is:
buddypress.trac.wordpress.org
August 22, 2013 at 12:39 pm #170227In reply to: Group forum tab is vanished
chathuranga
ParticipantAgain, I appreciate for your reply,because at least you sent a reply. But I’m pretty sure you didn’t check this practically.
Logically anybody can tell as there isn’t any issue. But If you have enough time please check this. I checked this with wordpress 3.6, buddypress.1.8.1, bbPress 2.3.2, result is same. Seems, this forum discussion is wasting my time. Please, close this discussion. When someone open a forum topic, please give a much responsible and valuable answer than this.Thanks,
Chathuranga. -
AuthorSearch Results