By Colin Girard on Wednesday, 20 December 2017
Posted in General Issues
Replies 13
Likes 0
Views 619
Votes 0
Is it possible to reset users points. We want to start fresh for 2018
Hey Colin,

Do you want to selectively reset for specific users? It can be done from the user's listing, http://take.ms/c3Mty . However, if you want to reset everyone's points, you need to manually run a SQL query instead because we don't think it is a good idea to display such actions to any admins :x

If you want to reset points for all users on the site, you can run the following SQL query and you are good to go:

[gist]
truncate table #__social_points_history;
[/gist]

Replace #__ with your table prefix though.
·
Wednesday, 20 December 2017 22:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark. Right now I'm freaking out about the last post, (initially about CDN) as I have stated many times stated that everything needs to be public, but I am now finding that people that are not logged in cannot see events, profiles etc.If they can't then this has been a big waste of time
·
Wednesday, 20 December 2017 23:26
·
0 Likes
·
0 Votes
·
0 Comments
·
Hm, sorry but which last post eh? If you have disabled the privacy, then everything should be visible
·
Wednesday, 20 December 2017 23:32
·
0 Likes
·
0 Votes
·
0 Comments
·
es images are not using our cdn post. Privacy is disabled
·
Wednesday, 20 December 2017 23:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Colin,

Ah, okay saw that post. Will take a look at it, but as long as the privacy is disabled, then anyone should be able to view anything. Let me check this with Arlex too.

If I recall correctly, he is referring to the "load more" button on the stream only but I think this was a limitation in prior versions until we added the option to turn off privacy altogether in 2.1.
·
Wednesday, 20 December 2017 23:52
·
0 Likes
·
0 Votes
·
0 Comments
·
but as long as the privacy is disabled, then anyone should be able to view anything


That is great news!

We can deal with the stream post issue, but I have been testing since then and cannot view events or profiles unless I am logged in. If I click the events link on our top menu, I get a must login first message.
·
Wednesday, 20 December 2017 23:57
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Colin,

Just checked your site and the redirection is being triggered from Joomla and upon inspecting, it seems like your "Community" menu item has been set to "Registered", http://take.ms/ScdHC . This is why it is requesting you to login

If you set the menu item to public, then it will be accessible
·
Thursday, 21 December 2017 00:09
·
0 Likes
·
0 Votes
·
0 Comments
·
Whew! Thank you Mark! My sincere apologies for my freakout! I had meant that only that menu item was not viewable until logged in. You have saved the day myy friend!
·
Thursday, 21 December 2017 00:17
·
0 Likes
·
0 Votes
·
0 Comments
·
I am now a happy camper! So is it possible for people to see more posts on the community page? If I'm logged in I see more posts, but if not I am only able to see the first set.
·
Thursday, 21 December 2017 00:25
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Colin,

Not a problem at all I actually need to check with Arlex and Sam about this tomorrow as it is 12.30 AM here and they are both probably asleep by now :x
·
Thursday, 21 December 2017 00:31
·
0 Likes
·
0 Votes
·
0 Comments
·
No Problem Mark. I am grateful for your 24hr support. I love you guys!
·
Thursday, 21 December 2017 00:34
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for understanding Colin, appreciate it very much
·
Thursday, 21 December 2017 00:36
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post