Search Results for 'wordpress'
-
AuthorSearch Results
-
October 24, 2012 at 7:20 am #143887
EthanVan
SpectatorI just had success on a different domain. I’m starting to think it’s the WordPress update process is what is causing this bug/error. I thought we had done a 100% fresh WP 3.4.2 install when in fact it was an update.
So, in order to avoid this bug you MUST install a completely fresh copy of WP 3.4.2 first then BP 1.6.1!
Performing an update to your old WP will rustle jimmy and cause the BP 1.6.1 install to throw this error.
Sigh… I hope WP fixes their update process because this is probably the most infamous and common bug known to the BP community. It’s also a pain in the boot.
Thank you for your response. It was very much appreciated.
October 24, 2012 at 6:16 am #143885In reply to: new users can’t register
Paul Wong-Gibbs
KeymasterPlease please stop posting this on multiple topics. If you haven’t had a reply yet, it means no-one’s sure what the fix is.
How did you install BuddyPress? What versions of WordPress and BuddyPress are you using? Do you have a bp-custom.php file (if so, what’s in it)?
October 24, 2012 at 5:10 am #143883modemlooper
ModeratorTurn resend.php into a page template and place it in your theme folder. create a page and attach the page template to it
October 23, 2012 at 8:46 pm #143873In reply to: Members profiles as products to a cart like system
mairaj
ParticipantThis plugins seems to be saying what I’m trying to achieve. However its not updated for more than a year and not working now.
October 23, 2012 at 8:29 pm #143871shanebp
ModeratorPlease submit a ticket to https://buddypress.trac.wordpress.org/
October 23, 2012 at 6:08 pm #143865In reply to: Continuum Magazine Theme Alignement
@mercime
Participant@dyst4f Based on the HTML structure of your theme, you need to change 16 template files within the 6 BP folders transferred to your continuum theme folder in server during the compatibility process.
October 23, 2012 at 11:24 am #143835In reply to: Activity Stream Change…
9087877
InactiveTry @modemloopers plugin:
https://wordpress.org/extend/plugins/buddypress-extended-settings/
By the way I need a prayer request so I am interested in your site.October 23, 2012 at 10:45 am #143833In reply to: Add Profile link to WP Custom Nav Menu
9087877
InactiveEdit:
I am not trying to personally attack you but there is a pecking order and you have not earned the right to charge for a plugin yet. I program stuff like this while I am asleep so I have no use of your code other than testing it so non-programmers may benefit. People I respect are @mercime @hnla @r-a-y @djpaul @boonebgorges @johnjamesjacoby They never charge for helping a soul.
Your a developer just like me so please do not use the word “we” to address me. You are an individual trying to sell a single plugin with with no credentials at all so don’t mislead people into thinking your some big corporation by using that word. Its condescending to speak to a fellow developer in that manner. @modemlooper has already made plugins free of charge and he has a ton of experience more than I have, and probably more than you as well. His plugins are solid so I am inclined to give links here for the sake of open source:
This is a awesome plugin for free:
https://wordpress.org/extend/plugins/buddypress-profile-menu/
This is another awesome plugin for free that allows you to do many things including changing order of buddypress profile items among other things.
https://wordpress.org/extend/plugins/buddypress-extended-settings/
All credit goes to @modemlooper for his dedication and contributions to open source software. @r-a-y also has some awesome plugins that still are functional.October 23, 2012 at 9:51 am #143828In reply to: [Resolved] Logout error
9087877
InactiveYes that is the latest version. See: https://wordpress.org/support/topic/plugin-bp-adminbar-for-admins-only-extra-space-after-php-closing-tag
I cant see any white space but maybe I am overlooking it.October 23, 2012 at 6:41 am #143814In 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! -
AuthorSearch Results