Miled
Forum Replies Created
-
Forum: Reviews
In reply to: [WordPress Social Login] Forced to give one star due to lack of supportyguez, what you said does make sense and I’m sorry for bitching at you, but the whole “support thing” is just a pain..
to justify myself and to answer your concerns about the issue you had and why you got no response, I’m actually attempting to answer all the questions and requests I recive but it’s clearly impossible to keep up with the 50+ emails per week for what I consider as one of my spare time projects http://bit.ly/XzHZ9f 🙂
one can only hope that people will help each other more often on the support forum and for other contributors to join the ship, but until then, here I am.
peace.
Forum: Plugins
In reply to: [WordPress Social Login] Facebook Logon Causes 500 Internal Sevrer Errornot with 500err,
we need the actual error message (check your log file) to know to fix it.
Forum: Reviews
In reply to: [WordPress Social Login] Forced to give one star due to lack of supportlolz, by far the most amusing review/feedback i have seen..
I guess you don’t know :
* how to be patient,
* how to appreciate people work,
* nor your Rights: http://www.gnu.org/licenses/agpl-3.0.en.html15. Disclaimer of Warranty.
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.16. Limitation of Liability.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.Forum: Plugins
In reply to: [WordPress Social Login] Adding Custom LoginsI would recommed to go with the big three (google, facebook and twiter), as its pointless to provide long list of providers for your users, but its up to you anyway..
here is how you can extend WSL with more providers:
1- download the additional providers package from here: http://hybridauth.sourceforge.net/download.html
2 – read install.html to know how it works
3 – drop the files (of the providers you want to add) in wordpress-social-login/hybridauth/Hybrid
4 – add these providers settings in wordpress-social-login\includes\hybridauth.settings.phpForum: Plugins
In reply to: [WordPress Social Login] Update FB/Twitter statusto be able to do this its required to be familiar with wordpress development in general before you can hack into it..
however you can make use of WSL code as a start. eg:
http://plugins.trac.wordpress.org/browser/wordpress-social-login/trunk/authenticate.php#L53Actually its possible to fix this but you will need to get your hands dirty with the plugin code first, but then i dont think its worth it for you.. even with that its not guaranteed to get it to work.
and yeah, sorry for the delay.
Forum: Plugins
In reply to: [WordPress Social Login] Fix for non-registered users using get_avatarThanks Derk-Jan! I’ll look into this.
Forum: Plugins
In reply to: [WordPress Social Login] In buddypress social avatar not workingthis plugin is not supposed to BuddyPress compatible, but I’ll try to look into this.
Forum: Plugins
In reply to: [WordPress Social Login] Custom 32px Imagesthe most easy way is by overwriting the existing ones found in wp-content/plugins/wordpress-social-login/assets/img/32×32/ by yours
Forum: Plugins
In reply to: [WordPress Social Login] Not showing with Theme My Login pageIm not familiar with this theme, but i think this can be fixed by following the steps described here: http://hybridauth.sf.net/userguide/Plugin_WordPress_Social_Login.html > 6. Custom integration
Forum: Plugins
In reply to: [WordPress Social Login] Error with FB Authenticationcould you update to the latest WSL version
Forum: Plugins
In reply to: [WordPress Social Login] Change to address root relative URLsCould you please explain what “root relative URLs” mean? is it an issue with WSL itself or a conflict with another plugin?
Thanks!
Forum: Plugins
In reply to: [WordPress Social Login] Plugin appears abandoned – Use socialauth-wp insteadThanks Erlend for your feedback.
I’m trying to work on this project and provide as much support as i can (mostly via email) during the little spare time I have, but it happen that I work on Hybridauth Library and serval others open source projects beside a full time job which make this plugin a low priority unfortunately.
After checking, myself I would recommed using SocialAuth WP as well.
Thanks!
Forum: Plugins
In reply to: [WordPress Social Login] Problem with Steam UsernamesWorking with steam is just a pain in the **
currently WSL is using steam OpenID which can authenticate users but provide almost no data about the connected user itself (no name, email, etc.).
not been a steam user myself, im stuck with a limited account and i can’t create an apikey to work on it..
It sound like an issue with php session on your servers..
could you run WSL plugin diagnostics to make sure if its the case: gotot tab Diagnostics > then click “Run the plugin diagnostics” button