Forum Activity for @strumelia

Strumelia
@strumelia
05/19/18 11:38:27AM
3,603 posts

Activity Timeline Question


Design and Skin Customization

Curtis, you can adjust your index_activity_list template.
First, see if you have that template in your custom skin... if so, then adjust that one. If not, then adjust that template in your jrAction module.
In my skin, I have it set so that two things do NOT show up in the main page activity feed: when someone 'follows' someone else, and when someone leaves a comment on another member's profile page. (I have lots of "welcome to the site!" comments)
So, my skin's template omits those things from the activity feed by adding:
{jrCore_list module="jrAction" search1="action_module != jrFollower" search2="action_module != jrComment"
to the skin's index_activity_list.
You could add something like Nate's above suggested search parameter there, using his "login" code example.

That said, logins do not show up on my main page activity feed to begin with, so I'm not sure how your site and mine differ in that way. There must be something else making them show up on yours. But perhaps that code will stop them showing regardless of the cause.
updated by @strumelia: 05/19/18 11:40:45AM
Strumelia
@strumelia
05/19/18 10:49:26AM
3,603 posts

Activity Timeline Question


Design and Skin Customization

Curtis, the function controls BOTH together, as per the Help text:

"If this option is checked, when a user signs up or logs in to this quota, the action will be added to the timeline."
Strumelia
@strumelia
05/19/18 08:53:54AM
3,603 posts

Activity Timeline Question


Design and Skin Customization

Oh cool, under quota config there! Never noticed it because my default was for 'off' anyway.
Thanks Paul, I learn something new every day!
Strumelia
@strumelia
05/14/18 07:20:11AM
3,603 posts

login & signup template


Design and Skin Customization

Rd, speaking of editing those pages, you can also add handy help text on both your login and signup pages, that your members will see, go to your Users module, then Global Config tab, then NOTES tab, when signed in as admin, you'll find it here:
https://yoursite.com/user/admin/global/section=notes

for example, I've added this to my Login page:
"Note: you can login using EITHER your account email address OR your member User name, plus your password."
Strumelia
@strumelia
05/14/18 07:03:48AM
3,603 posts

login & signup template


Design and Skin Customization

Not sure if you mean 'edit' the colors (probably reflects your skin's overall site 'style' settings)
OR edit the questions on your site's Signup page. To edit the signup and profile questions members are presented with, you use the Form Designer for those areas of your site, found at:
https://(yoursite.com)/user/form_designer/m=jrUser/v=signup ...and
https://(yoursite.com)/user/form_designer/m=jrUser/v=account

Here's a great tutorial on using the Form Designer in Jamroom:
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-admin-handbook/1275/using-the-form-designer
Strumelia
@strumelia
05/11/18 09:06:34AM
3,603 posts

How to use the notifications dropdown menu - more clarity is needed


Using Jamroom

Oh, I see what you mean. ...and then I could temporarily switch my view if I actually NEEDED to do some Admin chore on a mobile in some unexpected situation maybe?
Strumelia
@strumelia
05/11/18 07:18:38AM
3,603 posts

How to use the notifications dropdown menu - more clarity is needed


Using Jamroom

Steve, I'm not into self torture... L O L ...my phone screen is way too small to even -think- about doing ACP Admin chores except for the most absolute simple stuff. I'd rather eat nails. hahaha...
Strumelia
@strumelia
05/10/18 07:23:15AM
3,603 posts

How to use the notifications dropdown menu - more clarity is needed


Using Jamroom

SteveX:
Stacked scrolling vertical tabs, would be kind of unique.
Yeah, 'cause you'd sort of 'have to' click on each one to do anything- and clicking on one would pull out the notification choices for it- email/PM/none. Like a slim bureau of drawers.
JR does already have modules stacked vertically on the left in the ACP- when you click on one it opens the options for that one... click on another and the first one closes back up... limiting the clutter a bit.
updated by @strumelia: 05/10/18 07:24:50AM
Strumelia
@strumelia
05/09/18 06:07:55PM
3,603 posts

Is there a way to reorder GROUPS


Design and Skin Customization

This is cool. Though i don't want to do the same stuff Curtis does, I fixed up my two sites so that all three: the main Group Index page, the main page Groups widget, and now the Groups owner profile page Groups Tab ...ALL are coordinated to show the groups ordered by: group_member_count numerical_desc ...the groups with the most members on top, groups with least members on bottom. Used to have those profile page Groups Tab lists ordered differently (by date of creation) than at the other two 'group list' locations.
Much tidier now. Thanks for bringing this up Curtis. :)
  42