maddogmcewan
Forum Replies Created
-
I am trying to get this working for steam logins as well (using STEAM WEB API – u will need an API key)
https://developer.valvesoftware.com/wiki/Steam_Web_API
see GetFriendList (v0001)
$api = "https://api.steampowered.com/ISteamUser/GetFriendList/v0001/?key=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX&steamid=".$steamID64."&relationship=friend"; $json = file_get_contents($api); $decoded = json_decode($json); print_r($decoded);
this returns a neat array
{ "friendslist": { "friends": [ { "steamid": "76561198118150514", "relationship": "friend", "friend_since": 1411898458 }, { "steamid": "76561198129669246", "relationship": "friend", "friend_since": 1411942139 }, { "steamid": "76561198137607247", "relationship": "friend", "friend_since": 1412004765 }, { "steamid": "76561198143001321", "relationship": "friend", "friend_since": 1411898366 } ] } }
anyone want to help?
Forum: Plugins
In reply to: [WordPress Social Login] Want to help? STEAM login improvementyeppo – got this done
yep also need to know this
Forum: Plugins
In reply to: [WordPress Social Login] Compatible with WordPress v. 4.0 ?yes i have it running on a few sites on v4 – all good
Forum: Plugins
In reply to: [Wordpress Social Invitations - Lite] facebook ERRHey Damian – sure you have been to site before – i will make you admin again…. https://smeak.com
You have version 2.3.2 installed.
Forum: Plugins
In reply to: [BP Group Hierarchy] wordpress failure notice on hierachy stepWhen i try to create a sub group of an existing group i get whitescreen after 1st step https://smeak.com/groups/create/step/group-detail
Forum: Plugins
In reply to: [BP Group Hierarchy] wordpress failure notice on hierachy stepHi David – apologies for delay – it seems to be after step https://smeak.com/groups/create/step/hierarchy/
Browser titles – WordPress Failure Notice – message is Are you sure you want to dot his? Please try again
I tried this creating a root group. As you can see group hierachy is step 2 in steps…
1. Details
2. Group Hierarchy
3. Settings
4. Group Blog
5. Avatar
6. Documents
7. Customise Header
8. Customise Backgroundhey… Libib, tried that, unfortunate for me it did not word deactivating/activating the plugin… other oss thing i have is when i choose colors with colorpicker, then save, it does not seem to save the colors i chose… can i just type in the #value for color so long?
Hi Paulo, sure look I know how to do it, but I was asking where in your plugin ( i have all the add ons) would be the best place to hook into, e.g. where in your plugin is the new listing saved, or a users rating saved.?
I was hoping to be able to make an add on plugin for buddypress that you guys can have. Preferably I did not want to make any changes to the CORE geodirectory plugin itself,
Hi Paulo, sure look I know how to do it, but I was asking where in your plugin ( i have all the add ons) would be the best place to hook into, e.g. where in your plugin is the new listing saved, or a users rating saved.?
I was hoping to be able to make an add on plugin for buddypress that you guys can have. Preferably I did not want to make any changes to the CORE geodirectory plugin itself,
Thanx Gabriel !!! I have to say… never came across better support from any any any plugin dev… you are on the ball
Forum: Plugins
In reply to: [BuddyPress Like] Working version modifiedsorry took so long to reply, yes, we linked it with activity bump to record the activity
Have Central Logging going and network activated… no i just checked logs… I used your excellent, brilliant, incredible, awesome import from cubepoints to myCRED, that worked like a charm !!! I then set up my ranks, then ran the allocate utility in admin, that also worked fine, but as i said it seems to reset the users ranks every now and then, and i don’t see any pattern at this stage, users points remain fine so it is not resetting those
thanx for that – done !!!! my log table was empty though
aaaah – no worries – in which table is that stored – i can edit in db