Search Results for 'wordpress'
-
AuthorSearch Results
-
October 23, 2012 at 6:41 am #143814
In reply to: [Resolved] Logout error
modemlooper
Moderatordid you use the one click WordPress installer? If so, delete it all a install WordPress manually
October 23, 2012 at 2:09 am #143805In reply to: Adding Dynamic Profile Link to Main Menu Item
sensibleplugins
ParticipantThe BuddyPress Custom Profile Menu plugin should really help you out with this: https://wordpress.org/extend/plugins/buddypress-custom-profile-menu
(full disclosure: it’s our plugin
)October 23, 2012 at 2:08 am #143804In reply to: Add Profile link to WP Custom Nav Menu
sensibleplugins
ParticipantThe BuddyPress Custom Profile Menu plugin should really help you out with this: https://wordpress.org/extend/plugins/buddypress-custom-profile-menu
(full disclosure: it’s our plugin
)October 22, 2012 at 11:12 pm #143801In reply to: 1.6 allowing users to register with spaces in SN
Tanya
ParticipantOctober 22, 2012 at 4:23 am #143784In reply to: Registering username with space can’t sign up
Jonas Lundman
ParticipantHey! for BP 6.1 :
Lous thinking!
Working on the same problem. Maybe try this advice. The problem is; you cant send private not-friend-messages or mentions or scale up to blog-user-based systems with whitepaced usernames. In the end the user gonna need to enter no-whitepace-names. So interacting nicely would be better approach:1) To accept the user to type whitespace, but not record them, using jQuery
2) Use EMAIL also to login https://wordpress.org/extend/plugins/wp-email-login/Example for 1) :
– Leave the register process AS IT IS in bp 6.1 -as now accepts:
Donald Duck = donAld duCK = or HOWEVER a user choose their username with lowercase/ uppercase (This is good for loggin back in – many forgot their cases). The username avabililty checker don alows any other combinations either by default (DonaLD-DUCK is occupied).
– Run a jQuery on(‘keyup’) function as a validator when form appears at :
a) register
b) Loggin in
c) Changing username (if enabled by any plugin)
d)* Display name (xprofile required field) = profile edit BASE submitOBS : The keyup replaces any whitepsace on the fly when user typing in their Username with hyphens. Diffrent browser handle this diffrent, so a onfocus need to be provided if user PASTE their name. NOTE : YES The user with no javascript has to look at the instructions instead …
The results will become : “Donald-Duck” as username, loggin in however letters cased.
If you don wanna show this white-space replacement, Use ‘onsubmit’ instead of keyup -so it can be added silent. But I think its better to LEARN the user to use Hypens – by see the “forced action”. The user will need to write correct usernames when sending/ composing messages and mentions and feeds and…if you scale up.
GOOD: “donald-duck” as the sitewide username = key (private messages, mentions and slugs for blogfarms etc etc)
Also – for user exp – Use a tooltip to make it CLEAR that we are replacing their favorite username with hyphens.
* Display name field, change in the template to ‘hidden’ in xprofile situations. Menaing: NEVER let the user be avaible to fill that out. So the trick comes to the register process. This field is hardcoded required. Let the field be hidden by CSS, added a clone of Username field in the submit. Let the username be Masterfield so avabililty check running ok. Then you get rid of Display name showing SAME for diffrent users – if they can type by themselfs.
Special if you dont wanna display/ using First and Last names:
I have hidden the Display name field in register/ everywhere, cloning username data on Submit, splitting hypens so it displays Donald Duck.
In the payment forms Firstname = Donald Last name = Duck
OTHERWISE the first name will be Donald-Duck and last name Empty.Summary:
Don mess with php tweaks so urls get crazy, you loose quality of your collected database if ya cant scale up or migrate in the future. I tried everything and belive me, a small site will starting have problems very soon. Don core files, its security reasons why no filtering is easy to do here – I suppose, after trying everything with authenticate filters and hooks.
I woluld like a plugin to Change ALL custom messages provided in the sign up processes in WP. Including The boring email without username provided. The Welcome Pack can do this with some trix. So the user-name is shown in confirm message.
/ Hope it helps.
October 21, 2012 at 7:50 pm #143772In reply to: What happen to all of the plugins on this site
Jonas Lundman
ParticipantThis SITE is such a confusing site. Become a buddy freak since mars and this site I cant understand. Where Am I? In a group or in a forum? In a private activity? When can I search for What?
Searching doesnt work and everything is SOO Old.
And Google points here all the time.
Just finding reply button isnt easy.
Bad for the wonderful Buddypress WordPress solution.October 21, 2012 at 7:16 am #143757In reply to: Notification emails not sending
ewebber
Participant@djpaul so sorry, you are right. I am using group email subscription – I was convinced it was core functionality (it feels like it should be). It’s @boonebgorges and @dwenaus plugin, I’ll see if I can find out more from them on their own support forum.
October 20, 2012 at 7:21 pm #143746In reply to: Buddypress Theme Designer / Developer
@mercime
Participant@techstar please post at https://buddypress.org/community/groups/bp-jobs-board/forum/
you could also post at http://jobs.wordpress.netOctober 20, 2012 at 4:58 pm #143743In reply to: Create private membership site with BuddyPress
Jonas Lundman
ParticipantHi, recently worked on a datingsite, and a school intranet for BP and scanned 6 month of Getting BP private. Have a lot of notes -and one popped up when reading this post:
http://picklewagon.com/wordpress/new-user-approve/
“When a user
registers for the blog, the user gets created and then an email gets sent to
the administrators of the site. An administrator then is expected to either
approve or deny the registration request. An email is then sent to the user
indicating whether they were approved or denied. If the user was approved,
the email will include the login credentials. Until a user is approved, the
user will not be able to login to the site.”Try this as a start – didnt remember if I have (Went trough TONS of solutions of reg process, but I saved this link so maybe its useful…), The fix might be to preserve the passwords somehow instead of autocreate them when aproved.
/ Maybe gonna share my solutions later for the BP datingsite – lot of privacy filters and hooks…
October 20, 2012 at 9:34 am #143738In reply to: Plugin: BuddyPress Media Component activation error
rtCamp
ParticipantThe plugin is no more supported. You can install the new version from here.
https://wordpress.org/extend/plugins/buddypress-media/October 20, 2012 at 2:11 am #143736In reply to: Dating Style site
@mercime
ParticipantSomething like this https://wordpress.org/extend/plugins/buddypress-user-account-type-lite/
October 20, 2012 at 2:04 am #143733In reply to: Moving from oxwall to Buddypress
@mercime
ParticipantThere’s no import plugin that I know of that’s out in the market. You’d need to code the script yourself or hire a developer to do so https://buddypress.org/community/groups/bp-jobs-board/forum/ and/or http://jobs.wordpress.net/
October 20, 2012 at 1:44 am #143732In reply to: Split members into admin defined caregories
@mercime
ParticipantThere’s https://wordpress.org/extend/plugins/buddypress-user-account-type-lite/
haven’t tested it though.October 20, 2012 at 1:38 am #143731In reply to: Search component in the forum
9087877
InactiveTry this plugin:
https://wordpress.org/extend/plugins/bbpress-search-widget/October 19, 2012 at 10:18 pm #143723meg@info
ParticipantOctober 19, 2012 at 7:34 pm #143718In reply to: What are Friends for?
9087877
Inactive@mercime Hey no problem. Just out of curiosity even though that plugin has not been updated, do you know if it works with the current versions of WP and BP? I know sometimes it just a matter of testing with the current versions and updating the readme.txt in the plugin to reflect it will work with them. Thanks again.
@tdempsey2012 if @mercime confirms the questions above this may help give a you a reason for friends on your site. Also you may want to check out the plugin BP FriendPress https://downloads.wordpress.org/plugin/buddypress-friendpress.zip . It allows you to show your friends and your own activity in the activity stream for your users like facebook does. The admin still see’s sitewide activity.
Edit:
@mercime @r-a-y @tdempsey2012 I just tested r-a-y’s plugin on my test server with the latest versions of WP and BP and its working as it should. Subscribers get denied sending a private message if they are not friends, and the admin can send a private message to anyone regardless of friendship. Is there a chance of getting @r-a-y to update the repository to reflect this plugin is still valid for the current versions of WP & BP? Thanks!October 19, 2012 at 6:43 pm #143716In reply to: What are Friends for?
@mercime
Participant@shawn38 Apologies, no bug at all. It’s my bad, I forgot I have BuddyPress Message Privacy Plugin installed in all sites ever since There’s a free https://wordpress.org/extend/plugins/buddypress-private-message-for-friends-only/ but it needs to be updated for current BP version.
October 19, 2012 at 5:04 pm #143711@mercime
Participant– Pagelines theme with BP -> if I recall well, Pagelines has a premium plugin to make Pagelines theme compatible with BuddyPress
– You can find examples of BP multisite installs at https://buddypress.org/showcase/
– Create a Network – https://codex.wordpress.org/Create_A_Network
– Before Installing BuddyPress – https://codex.buddypress.org/getting-started/before-installing/
– Installing BP – https://codex.buddypress.org/getting-started/setting-up-a-new-installation/October 19, 2012 at 4:56 pm #143710In reply to: Group Forums not Working
@mercime
Participant@amy-joy Two things:
1. Go to Settings > Forums and check/add that the path to your existing bb-config.php file is correct
and/or
2. Download a copies of WordPress and BuddyPress to your hard drive and re-upload WP and BP folders manually i.e., via FTP/cpanel/file manager/etc.October 19, 2012 at 3:59 pm #143702In reply to: PLEASE HELP bp default is duplicating post
@mercime
ParticipantRe BP Activity Plus: It has not been updated for WP 3.4.2 nor does it show it has been updated for current BP versions. To get support for this plugin, please post at https://wordpress.org/support/plugin/buddypress-activity-plus and click on Support tab. Deactivate this plugin and check if duplicate posts are resolved.
October 19, 2012 at 1:09 pm #143696In reply to: [Resolved] Buddypress Pages not working as expected
lottiejam
ParticipantHi mercime. I set up a test site on my localhost(mac environment). I then recreated the same set up on my hosting space using a fresh download of both wordpress and buddy press. I think I have located the problem to my permalinks in that WordPress includes the index.php in the permalink and this inhibits buddy press functionality(?). I have mod rewrite enabled on the server and have tried numerous elements from other support threads e.g. ensuring .htaccess is correct. I don’t have a url at present as I am only putting it up as a test site and by the time I had posted I took it down! let me know if this is enough information and any help would be most welcome.
October 19, 2012 at 9:59 am #143692In reply to: Create private membership site with BuddyPress
Paul Wong-Gibbs
KeymasterThe simplest approach may be to surpress the “click here to activate your account” emails, and use something like https://wordpress.org/extend/plugins/unconfirmed/ to manually activate them.
October 19, 2012 at 9:36 am #143688DaveyWavey
ParticipantI honestly spent hours looking for a suitable answer to this question before posting it here. There were all kinds of solutions available for older versions of WordPress – like adding this line:
`define(‘BP_DISABLE_AUTO_GROUP_JOIN’,true);`
to bp-custom.php but it seems as if there is no longer any need for bp-custom.php in BP 1.6+ – in any event, no matter what I put into the file, it has zero effect on BP, so I assume all bp-custom.php related information is not relevant to BP 1.6+ installs. So what do I do?
Or am I missing something super obvious?
October 18, 2012 at 11:58 am #143651In reply to: BP 1.6 upgrade and avatar functions
Philipp
ParticipantI spend a lot of time to find a fix for that. So if you still have problems do the following:
1.) Download the “avatars” folder and delete all bpfull-XXxXX.jpg pictures and reupload it
2.) Take a look here: https://buddypress.trac.wordpress.org/ticket/4092
@boonebgorges gave the comment with the workaround (Thanks for this!)…So this is the code to replace with in bp-core-avatars.php, line 211:
`// Check for current avatar
foreach( $avatar_files as $key => $value ) {
if ( strpos ( $value, $avatar_size )!== false ) {
$avatar_url = $avatar_folder_url . ‘/’ . $avatar_files[$key];
break;
}
}
`For me there are no more problems now… It would be great if the BuddyPress-Team could get this into the next release…

Best!
October 18, 2012 at 5:53 am #143634In reply to: No ‘create’ new member option login widget
Paul Wong-Gibbs
KeymasterThe default theme with BuddyPress doesn’t have a log in widget. If you’re not using a different theme and you’re referring to the sidebar area, that’s hardcoded into the template. In this case, some extra text with a register link will appear as long as user registrations are enabled on your site.
To check, http://www.agentwp.com/enable-or-disable-user-registration-in-wordpress
-
AuthorSearch Results