Mingle WordPress Plugin


The simple way to turn your WordPress blog into a Social Network. Mingle uses your standard WordPress website and standard WordPress theme to create profile pages, user friending, profile page posts, profile activities, social comments, email notifications (with privacy settings) and a full directory of members. So go ahead and try it out — give your users a more social experience on your website!
Features:
- User Profile Pages
- User Friending
- User Profile Posting (for friends)
- User Profile Post Commenting (for friends)
- Friend Activity Pages
- Full Member Directory
- Login & Navigation Widget
- Random or Recent Users Widget
- Email Notifications
- User Email Notification Opt-Outs
Check it Out!
You can now try Mingle out by joining the Mingle Community! Come be my friend at:
Recommendations
Mingle still hasn’t been tested with every theme or browser in existence. However, it works exceptionally well on the Thesis WordPress Theme (aff link) and many others.
Many people have started using Mingle as the basis for their Membership Websites. I’ve been asked by several of them how to turn WordPress into a premium Membership Site — well, there’s a WordPress plugin for this called Wishlist Member (aff link) that is simply phenomenal. It does a fantastic job helping you to control and even charge money for access to your WordPress website.
Tutorials
I’m planning on putting together some tutorials on Mingle soon — but Paul Carter (@cartpauj on WPMingle) has created an awesome new introduction to getting started with Mingle (with an awesome intro song):
An Introduction to Mingle
Klajdi Hena over at dubupee.com has created this another good (but older) introduction to getting started with Mingle:
Getting Started with Mingle














{ 21 trackbacks }
{ 770 comments }
← Previous Comments
I changed the info at classes/views/shared/login_widget.php but nothing changed. I tried removing any instance of “Directory” but nothing changed.
I went to my Cpanel file manager and edited the files from there… is that how I need to do it? I couldnt find the file from the Wordpress Editor.
Also if you check out my site here: Http://Guitar-Insight.com … Do you see how the login bars are extended so far? How could I fix that.
I really appreciate your help!
Evan,
If you are not sure what you are doing, don’t go hacking the script!
If you want the login input shorter you can put this in the stylesheet of your theme so new releases will not change it:
.widget_mnglloginwidget .input{ width: 75% !important; }restyling is not hacking and will not get you unreliable results!
Good luck
Your advice didnt work, it made it all jumbled looking instead.
I was able to fix it by inserting some tags into the mingle code.
Then it lined up nicely.
Having some trouble getting my gravitar working…. I have been to the website and registered my e-mail and created my gravitar but still does not work on my website and yes i am using mingle… please help
thanks
Justin, I see you baby! (songtext going through my mind)
Gravatar is looking at the email address you are using and it could take some time for it to work, it is now working isn’t it?
I want to change the directory.php file to load the profile data into a 3 column per row table (6 columns total as one column holds the avatar and one the username, etc.). I am unfamiliar with php so I am not sure how to structure the table output to produce this result. Can you help?
Current code:
$profile)
{
$avatar_link = $profile->get_avatar($avatar_thumb_size);
$full_name = $profile->screenname;
if(!empty($search_query))
{
$full_name = preg_replace( “#({$search_query})#i”, “$1″, $full_name );
}
?>
<td valign="top" style="width: px; vertical-align: top;”><a href="get_profile_url(); ?>”>
<a href="get_profile_url(); ?>”>display_add_friend_button($mngl_user->id, $profile->id); ?>
See my reply to Evan: don’t go hacking the script if you want layout changes! There is a CSS solution for two columns on http://www.WPMingle.com you should register yourself there!
If you cannot find it, ask me again I will look it up.
Good luck
Lawrence,
I went there but had no clue how to navigate to what you were referencing. Basically I want directory page results in a 3 column display. If there’s a css fix, I am more than willing to try it.
Brooks
Thanks!
Okay for the 2 column styling (as it is on my site) this comes from the genious sneaker-guy http://wpmingle.com/poejea/ (you should get friendly with him!)
“Just add this to your theme’s CSS!:
.profiles-list table tbody tr {float:left; width:50%;}That should do the trick!
I also found that this makes the names appear a little nicer in the dir page (add to theme’s CSS):”
.profiles-list table tbody tr td {vertical-align: middle!important;}good luck
PS looking at it, you maybe could try with 30% and maybe get a 3 column version? (no guarantees)
Lawrence,
. Nothing happened at all, in fact. I put it in my theme CSS as well as in the Mingle WP plugin CSS.
Didn’t work
Another thought…is there a way to get paginated comments on the profile page? Im not talking WP comments (those I can control with a plugin) but I mean the Mingle comments on a profile “wall”…comment’s on the ’status’ or on a wall post…
Brooks,
Would you allow us to have a look at your site? Maybe the CSS needs more tweaking for you…
As for paginated profile pages, Mingle already works paginated on every page where the page can get too long! Activity, friends, directory etc.
Yes it did not work anymore at my site, please try this:
.friends-list table tbody tr {float:left; width:50%;}.friends-list table tbody tr td {vertical-align: middle!important;}
or for 3 columns
.friends-list table tbody tr {float:left; width:32%;}.friends-list table tbody tr td {vertical-align: middle!important;}
Sorry to be complete, make that:
.friends-list table tbody tr, #mngl-profile-results table tbody tr {float:left; width:32%;}.friends-list table tbody tr td, #mngl-profile-results table tbody tr td {vertical-align: middle!important;}
and use
50%if you only want 2 columns instead 3Lawrence,
That fix worked perfectly for the directory results columns. As far as comments go (and directory pages) it would be nice to control how many are on each page so that the included paginated feature will kick in before they data runs off the page…see, I am using the a dreaded iframe to house everything so after a certain length, I need things to show navigation to another page of comments or directory results.
Brooks,
That sounds like a feature request, you probably should post it here for best results: http://wpmingle.com/supercleanse/ However if I can give my personal thoughts about this, there will be only very few people interested in this option. Since there is already a very long list of suggestions of Mingle users, and still a few issues to make Mingle stable on every Wordpress platform, so I’m afraid you will have to wait a very long time…
I have not seen your site but is there no other way to make a layout to your liking without use of an iframe? iframe as an interface element is generaly seen as bad.
Hey there,
I’ve installed and configured Mingle on my website: http://gastromand.dk, but when I log in with my testuser and click profile, I still get the Wordpress-admin -which is what I want to avoid.
Hope to get some help
Could be the login plugin you are using, directing it the the admin screen. If you use the Mingle one it goes to the right place.
Awesome plugin!
Forgive my n00bness, but I haven’t figured it out:
How/where do I change the font color for input fields in Mingle? When I click on the input field on my activity page, the text is white (same as the field background)… This makes it a little hard to see what you’re typing
Your theme uses special input styling like so:
input, { color: #241e1e; }input[type=submit], input[type=reset] { color: white; }
input.invalid { color: #ff6801; }
You must decide if you want Mingle standard styling or your theme’s special styling for Mingle. For the last change your themes stylesheet to overrule Mingle styling.
Hi
Is there a way to show profile by the user id ? I’m trying to integrate forums with mingle and the problem is that there is no such thing like post_author_nickname(). I tried ?user_id=int , ?u_id=int and ?u=int.
Do you have time to wait for a release where the API is ready? I’m sure at some point it will be available…
Sure. As for now I wrote a small script that takes proper column from the table and redirects people to the right profile.
I am not notified by email when someone tries to Signup on my Mingle, and the user never receives an email notification with a password. What do I need to do in order to get the email notifications activated? What could be wrong?
Thanks,Rob
Does your Wordpress installation send emails anyway? Have you tried to sign up as a normal commenter without Mingle’s functionality? Mingle only extends basic Wordpress functionality so it should be working before it gets activated.
Rob the first thing I would reccomendd it at on every mingle page you turn off comments.. They are not needed at all.. I will go back later on and look at it again and sign up and see what happen then get back to you.. Have a great day.
By the way nice artisteer design you made.
I have signed up at your site and got an email.
The problem is you are using another plugin with some commenting and registration functionality which is taking over and conflicting with Mingle.
You activity page is not used by Mingle and I cannot leave a Mingle-message. Deactivate the other plugin to get Mingle working, then decide which you want to use!
Thanks for your help and comments. I will turn off the “comments” feature on my Mingle pages. I do have some “clean up” to do in order to get everything working right, but I found the main issue was my MX record for this domain was incorrect, it had the wrong IP address for the mail server. I should be able to work things out now, but I will be back if I have more questions. Thanks again!
I have same problem as Jacek
“Every time I try to activate this plugin I am kicked out of the admin panel and get the error: “You do not have sufficient permissions to access this page.”. I can;t even login any more. When I remove the plugin from the plugin folder things work well.”
Thanks in advance!
Ok. I had to delete wp-content/languages to make this plugin work.
have tried the wpmingle. looks promising, i will soon be adding the same to my blog.
Avatars don’t seem to be working for me.
I think it’s because I have a non-standard Wordpress installation inside a folder called “blog”.
So the folder the avatars are uploaded to is:
http://www.mydomain.com/blog/wp-content/uploads/mingle/avatars/
But when it displays on the page it looks for:
http://www.mydomain.com/wp-content/uploads/mingle/avatars/
Any way to correct this?
BTW, thanks for the amazing plug-in!
Your using MU and Mingle is not playing well with MU yet!!
I’m not using MU. Just a the normal version of Wordpress.
It was the dir structure that made me thing that, sorry
My Wordpress is installed in a folder called domain2 and I was able to fix this in wp-admin>settings>miscellaneous>store uploads in this folder. I installed wordpress through my host which automatically set the field to /home/users/web/b216/moo.mydomain/domain2//wp-content/uploads and by setting it back to the default: wp-content/uploads it is now fixed. The avatars now display properly.
Mingle make register plus plugin don’t work with enable new user to set password, my hosting don’t work well with php email function, so I disable email notification, but new user registration password don’t work either.
How to make mingle don’t interfere with registration?
I really love this mingle, thank you.
Yiou can in Mingel setting leave the spot for the resisteration page blank, that show make it us the wp reg page. hope this helps,,
No, it doesn’t work, even only activate mingle plugin, it already take over the user sign up progress. We can’t add custom user field at registration progress.
(1) I’ve got the same issue as Cameron – no avatars displaying, though they are uploading to the proper directory. I did attempt to fill in the “Full URL path to files” under wp-admin Miscellaneous settings – although this is optional according to WordPress, I thought it might force Mingle to look to the right directory… it doesn’t.
(2) I’m looking for a list of functions that I could use in theme development… e.g., display the user’s avatar with blog comments.
Brent,
I’m sure an API will be available in due time. When it is there, could you let other Mingle users know in what way you are extending it? It would be nice if you register at http://wpmingle.com and post any hacks you made on the activity page!
The user profile links on the activity and directory pages default to /blogname/username – generating a 404 error.
Got a fix?
deej
In setting do you have the Permalink Settings to custom and put this in it /%postname%/ then it should work fine for you.. Hope this helps
Robert
Hi have just installed and setup Mingle, have 2 issues.
1, When I check Pretty Links they don’t work says page can’t be found.
2, when I log in a a test user and click member directory it shows all members and if i want to add them as a friend etc… but say i click on a member who isn’t my friend it shows me their profile anyway.
Can anyone help please?
Davie
In setting do you have the Permalink Settings to custom and put this in it /%postname%/ then it should work fine for you..
It will show you thier profile and only show you what they want you to see. They have a setting that allows thier profile to be seen by all or only friends..
Hope this helps
Robert
Yes the settings are set to show only to friends but i can still view them, also when i change the permalink settings it saysit has saved it but when i look at my .htaccess file it hasn’t changed anything on it??
I got the pretty links working .htaccess ok now, but i still have the issue of when i click on my test user profile which is not my friend i can access their profile?? and it is set to show friends only??
You can access thier profile but if they say only to friends that is for info on them no info should show unless they let it. You can see all users profiles with limited info, to see if you know theM?? Best I can explain it for you..
Well something is wrong with mine as I can see all the info ona users profile even if they are not my friend?? any explinations? or should i just take mingle off and re install?
Davie
Hallo!
I want to ask You about Mingle.
Are You planning add Users’s gallery by Users (like Facebook?).
Are You planning adding tags in the post on the board and subscribe tags, following tags post?
Regirds.
Sebastian
Sebastian,
My advice is to register at http://www.WPMingle.com, a lot of features and issues are discussed and you can read developer reactions on feature requests. Yours seem to be asked already.
Hi!
When I put the mingle users grid in my WP website, i am not able to see the list of users who are registered (even if i make a search into the “show all” page). Anyone has an idea?
Thanks
intharah, can we have a look at your site? Maybe we can get a clue what is happening…
Hi Lawrence,
Here is my website http://www.totemkeen.com. I have updated WP with the latest version of Mingle (hoping that it will solve the problem) but it’s still not possible to see the users… Thanks for your answer
When I click on the link “Show all” there are 0 users found. I tried to register at your site but have not yet received the confirmation email. Meanwhile it is a good idea to shut down comments on the Mingle pages, that’s just too confusing for users.
There is a great tutorial video made by Paul C. check it out and see if you correctly installed Mingle: http://wpmingle.com/qa7
This plugin is conflicts with this plugin saber
Yes, that would seem plausible. Both plugins take over standard registering at Wordpress.
Could you tell us exactly what function of Sabre you need, we could ask to have it included in future versions of Mingle.
By the way have you ever had a bot register at your site?
It would be nice if you could install Mingle, it would be about twice as many registered users as WPMingle, the largest Mingle community I know of.
How to do that instead of user name to appear first and last name on profile page?
Do you have a permalink example? I can’t get them to work with Mingle. Please answer??
deej
In setting do you have the Permalink Settings to custom and put this in it /%postname%/ then it should work fine for you.. Hope this helps
Yes, or if you don’t want to change your permalink structure, wait for a later release where the choices will be more free…
i need some codes how i display the lastest users post and comments in profile.php page. i am registered http://wpmingle.com/ by user name skywolfyx1 and friend request with poejea
thanks
Hi
I have upgraded Mingle on my website. My profile picture where I login is now out of shape. I mentioned this before the upgrade, and you told me there was a problem with gravatars, and that you hoped to resolve it soon. Before, I just uploaded my image from my computer, and that solved the problem.
Can you made any suggestions as to how I can resolve this.
Many thanks
Sarah
Hi, first of all great plugin, i have been waiting for soo long.
But unfortunately i cant have it to work, everthing is okay, but when i try to view a user profile or mine i get (403 Forbidden)
———————————–
Forbidden
You do not have permission to access this document.
————————————
My permalink Setting is /%category%/%postname%/ also tried only /%postname%/ as seen on some of your response to others, but it still given the same error, could you please help me out?
Best regards.
Hi gmedy,
Please try if you have the same problem with a link to the profile like
http://wpmingle.com/profile/?u=Rolograaf.so your site than
/profile/?than the username you would like to see.Also it could help if you let us know you Mingle URL so we can see for ourselves…
i tried but it is still not working, on top of that we are using WP-Content Slide and there are some java conflicts.. do you mind maybe letting me have ur contact number or something, i’ll like to communicate with you on getting it working, we are even willing to pay the time you have for us (if neccesary). it will be much appreciated… this is the site (hiphoplead.com), but due to those problems the plugin has been disabled.
Hoping to here from you soon.
Regards
This plugin is not working with the plugin installed Sabre. When it is activated the functions of email Sabre when a User registers stopped working. I really like the plugin and would like to use it on my site if you can that would be great.
Have you seen my answer above?
I have now logged in as another user, who does not have a gravator, but just a regular avatar. It is also displaying out of shape where you log in.
I have made this for a university project, which is about to be marked, so I would really appreciate help in sorting this out.
Thanks
Sarah
Sarah,
There is normally no problem with Gravatars, some people have problems with the folder were normal avatars are uploaded with new Wordpress 2.9 and 2.9.1
I suspect there is something with CSS stylesheets wrong, sizing your images in a specific way, can we have a look at your Mingle?
Thanks for the reply. I just realised I had not left you a link! My site is at http://ss-designs.co.uk/troyblog You will have to register to see the problem.
Thanks again
Sarah
The problem is in your theme stylesheet: Blue Zinfandel Enhanced.
It has following code in the CSS:
#r_sidebar img{float: none;
border: 1px solid #ff00cc;
margin-top: 5px;
margin-bottom: 10px;
height: 125px;
}
where the height of 125 px makes an image distorted. Whether you should remove it, or also make the width 125 px, is up to you…
hi, i posted my problem but i can still see its held as waiting for moderation, could you please double check for me?
Thanks
It has been moderated and answered, check above
What I like best about plugin SABRE is a captcha on the registration form and deleting users that do not confirm their enrollment at a time (great for sites that have many accounts like mine). you could implement it would be great to mingle.
I have tried to log in 3 times on you site this morning and it will not honor the password that your system sends me..
There has been some trouble with spammers, so a more secure login and user-administration will probably be given attention in future releases. Hopefully that will than be enough for you to make the SABRE plugin obsolete.
RobertDempsey
so I can use the password that was sent to your email first pro you have to click the link to confirm your registration.
I did all that but it would not take the password it sent me. Even when i Asked it for a reset it did not take that one either. Sorry ..
rd
Looks great so far. Is there a way for users to upload more than one photo (into a gallery)?
This is a frequent request (as well as vids), so i bet it is on the list for future releases
i have a small situation. i am testing out my website, when i click on a user that is on my friend list, i get a message say “Not Found
Sorry, but you are looking for something that isn’t here.” if i log into a profile one by one, i can view and edit each profile. but viewing a profile from the friend list wont happen. and both profile settings are set to public… plz help!!!
There are some issues with the pretty link to profile pages. You will need to follow some extra instructions installing the plugin. Check the great tutorial video made by Paul C. and see if you correctly installed Mingle: http://wpmingle.com/qa7 If you did, sorry you will have to wait for and install the upcoming release
uncheck the pretty url’s in your mingle settings.
Would anyone happen to know how to pass extra “additional information” fields created with a plugin such as Pie Register through to the edit-profile.php for Mingle?
I’d ask over at the other site but I never get the emails with passwords.
Thanks much,
Rashell
I know how to add custom fields! Wait for future releases, Mingle is still in (early) development and getting better every release. I have a feeling a new release is coming after the weekend. Personally I always hope it will remain simple with just enough features to make some other plugins obsolete!
Well…. tried a brand new WP install, followed all directions to activate Mingle 2 and got this:
Plugin could not be activated because it triggered a fatal error.
Warning: require_once(/mysite.com/wp-content/plugins/mingle/classes/controllers/MnglAppController.php): failed to open stream: No such file or directory in /mysite.com/wp-content/plugins/mingle 2/mingle.php on line 48
Geeez… what’s up with this?
Figured it out…. you named the new release folder ‘Mingle 2′ – so that manual uploads will get the stated error. Rename the folder to ‘Mingle” – and no problem. Sheeesh!
My bad! I’m on a Mac, and already had a Mingle folder on my DT. When I unzipped the updated release, it added the ’space 2′ to the folder title. That’s what I get for working so late and tired! I just uploaded the folder without spotting the problem first.
Meanwhile… “pretty” urls are ugly no matter who’s instructions I follow. They don’t work, and call up a 404 error page. I’m giving up until you get this thing worked out. What a pain! Later…
Thanks for changes in the most recent update of the plugin. Muy helpful!
Rashell
Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to access /f5/theidoctor/public/wp-content/uploads/mingle/avatars/tmp_d8322a51c19a0ae46dbe7c1dc7346ae7 in /f5/theidoctor/public/wp-content/plugins/mingle/classes/models/MnglUser.php on line 374
Warning: getimagesize() [function.getimagesize]: Unable to access /f5/theidoctor/public/wp-content/uploads/mingle/avatars/tmp_d8322a51c19a0ae46dbe7c1dc7346ae7 in /f5/theidoctor/public/wp-content/plugins/mingle/classes/models/MnglUser.php on line 385
Warning: getimagesize(/f5/theidoctor/public/wp-content/uploads/mingle/avatars/tmp_d8322a51c19a0ae46dbe7c1dc7346ae7) [function.getimagesize]: failed to open stream: No such file or directory in /f5/theidoctor/public/wp-content/plugins/mingle/classes/models/MnglUser.php on line 385
Warning: copy() [function.copy]: Unable to access /f5/theidoctor/public/wp-content/uploads/mingle/avatars/tmp_d8322a51c19a0ae46dbe7c1dc7346ae7 in /f5/theidoctor/public/wp-content/plugins/mingle/classes/models/MnglUser.php on line 390
Warning: unlink() [function.unlink]: Unable to access /f5/theidoctor/public/wp-content/uploads/mingle/avatars/tmp_d8322a51c19a0ae46dbe7c1dc7346ae7 in /f5/theidoctor/public/wp-content/plugins/mingle/classes/models/MnglUser.php on line 391
Your Profile has been saved.
——————————————————————–
i have already updated the settings to change the default upload folder… i have no idea what to do next… it isnt file permissions?
http://www.theidoctor.org
http://www.wheresnifty.com
Hi Lawrence Rolograaf, i am a web developer and I seem to be having some issues with the mingle plugin and i need ur help. the default gravatar for wp is supposed to be replaced by the registered user profile image thumbnail or the mingle anonymous gravatar but it doesn’t happen dis way while i am developing offline. the anonymous gravatar only shows up only when my system is connected to the internet. I’m feld up with trying, i need help. thanks
Hi Robin,
“developing off-line” does this mean with a XAMPP installation only local on your computer? I have heard that Mingle does not behave the same on a local install as published on-line. I am afraid that you will need to test it on some (secret?) location on the web, or go live direct. But remember Mingle is still under heavy development with new releases getting more stable and secure all the time. You will have to ask yourself if you want to thrust it as a system to be delivered to a customer, which at some point will be a no-brainer.
Hi Rolograaf,
Yes i am using wamp local server but like u rightly said i will try it on the internet to see but can you help me with how to download the new release version of the plugin.
Is there a Chinese Language Translation for Mingle? Thanks.
Do I hear a volunteer for translating? Blair would really like that, send him an email for instructions!
In the description of the plug-in, in the Wordpress.org site, there is “Spanish” among the languages mingle is translated to, but there is no link. How do I get a Spanish version of it?
It should automatically load in the language of your Wordpress installation. Please check http://codex.wordpress.org/WordPress_in_Your_Language how to set this up.
cool..
hello, i am trying to get pretty urls to work on my paid hosting and i just get a 404 error page. The funny thing is it works fine on my free hosting account somewhere else. the .htaccess files are exactly the same on 2 different servers. is there a setting for apache rewrite i am missing somewhere? please let me know. everything else works great. thanks, b
b which version of Mingle are you using?
Can we have a look at your site?
Have you set-up Wordpress on the paid hosting site exactly as in the great tutorial video made by Paul C http://wpmingle.com/qa7 ?
I asked you on twitter but I was wondering if you would eventually support front end blogging for users using a page. This is a wonderful plugin and thank you. Keep up the good work everyone.
Russel, My opinion as a Mingle user is that if you want user to post blogs on your site, let them have (limited) access to your dashboard. Mingle is for social-communication in a chat-like threaded way, that is different as commenting on or writing of blogposts.
Lawrence, I was thinking of adding something like the P2 Theme. Using a plugin that sorta does the job. But it’s all good.
Russel,
Everybody should find his ideal purpose for Mingle! The beauty of Mingle is that it should work with every theme. Simple themes will have no issues, themes with a lot of Javascript gadgets can sometimes interfere with Mingle. And you can easily overrule the CSS of Mingle to your liking, for me it took just a few CSS rules.
Hi there!
Seems do be a nice and useful plugin!
But: I get blank pages using a child-theme of Pico ( http://www.wplover.com/themes/pico ) and don’t know what I have to change and where.
It’s definitely working on my installation. I checked it with the Thematic-theme ( http://themeshaper.com/thematic/ ) No problems here!
Help is appreciated!
My wish list:
1. I would like to have the first and last name as the username = real name
2. The user should be able to use his own password
3. He should be able to login with his email-adress instead of his username.
Thanks in advance!
When you made your pages for Mingle did you just type a word in the page and disable comments for each page. it needs the word (anyword) and then Mingle will show up on it. Hope this helped you..
Thanks fo a great plugin!
I’m new to both WP and Mingle so I would greatly appreciate if someone could point me in the right direction.
I’m trying to combine Mingle with another plugin called CubePoints so users will get points when they do certain actions.
I would like to give points when a user writes a comment, add a new friend etc. Can I use hooks/actions to do this without changing anything in the core of mingle?
A small example or pointer would be great. Thanks!
hi there, can i put facebook connect button to enable user to register by one simple click ? or do they still have to register using the form in the sign up page?
Mingle themes your login. you can use the regular wp login if you want and use the facebook connect there if you like.. Will not work at this time in Mingle login screen. If you want to use wp login and register you leave the login and register blank in the Mingle setup screen. Hope this helps you. You have a very face book looking site , nice..
How can i change language in the mingle?
There are 12 translations included with the Mingle plugin, more coming in the future. Mingle, like any other plugin, just automaticaly takes the language of your Wordpress setup. See http://codex.wordpress.org/WordPress_in_Your_Language If your language is missing, volunteer as a translator and send the author an email for some instructions!
Thanks, I’ll try to translate into Romanian.
I can’t get my site to send out the password emails that it is supposed to send when someone signs up. Do you know what the problem might be?
I would like to show only sign up, log in and directory pages in the front end, and all other pages (Activity, Edit profile etc.) only when the user log in.
Is that possible? How?
Also, in the sign up form and in the profile there is the term “sex”. How can I change it to “gender”? (no need to change it in database, I just want to change it in the html.
Its getting better every day. Thanks for this great Pluggin..
← Previous Comments
Comments on this entry are closed.