Forum Activity for @michael

michael
@michael
10/24/16 05:21:35PM
7,832 posts

form designer calander template help needed


Design and Skin Customization

The calendar is not {jrCore_list} the only options it has are:

* year=
* month=
* profile_id=

Docs: "Event Calendar"
https://www.jamroom.net/the-jamroom-network/documentation/modules/276/event-calendar

So if you need "all the events that happen on a saturday from profiles in quota_id 3" then you'll need to use {jrCore_list} to retrieve the info, then build a calendar layout in your skin to display that.

Its a good idea though, I'll add it to the suggestions for future features to the event calendar module.
michael
@michael
10/23/16 08:50:53PM
7,832 posts

Login restrictions


Jamroom Developers

You'd need a module to do that. Listen for the login event then run the checks.

Docs: "Jamroom Developers Guide ยป Events and Listeners"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-developers-guide/1011/events-and-listeners
michael
@michael
10/23/16 07:04:52PM
7,832 posts

Login restrictions


Jamroom Developers

1. yes by either the USERS ONLINE tab in the dashboard, or setting the site to maintenance mode.
2.?? tabs open for an account in their browser? no.
michael
@michael
10/23/16 07:03:19PM
7,832 posts

Users can't write blog posts?


Using Jamroom

The best indication of what the issue is is going to be the error message that the user sees. Get them to copy+paste that so you know too.

Otherwise the next step is to try to see that error message for yourself by reproducing their steps.

Once you know the general area via that error message there will be a clearer path to follow.
michael
@michael
10/23/16 05:31:37PM
7,832 posts

How to delete a large number of Profile/User AND their content?


Using Jamroom

Strumelia:....Michael, can you clarify for me?- are you guys saying that you need the USER browser to be able to delete both the User and its associated Profiles when one hits the Delete button on a user? ...the goal being?- not having to do the TWO steps for each member of: 1) identify the last login in the USER browser, and then 2) having to go pull them up in the PROFILE browser in order to delete them from there to catch both user and profile?

The way you have described @strumelia is the best way to do it currently available. I've added to my TODO list to look into a way to do it in bulk, but that way doesn't exist yet.

Elise:....I'm looking for a way to do this in Jamroom.....
A module is what you want.

First step in building it is defining what it.
* what will it do: delete inactive members user accounts and their profiles (and any forum posts made by them???? and any comments made by them?????)
- will it do it automatically or is it a tool that the admin views and runs????

My guess would be that what is wanted is something like the current DASHBOARD -> DATA BROWSER -> Profiles list with a "Last Login" column (like the -> Users has) and some checkboxes to check for a mass delete option.

Not sure how to handle the interface for deleting the associated comments and forum posts or whether they should go or stay.
michael
@michael
10/23/16 05:14:09PM
7,832 posts

where are my custom smileys stored?


Using Jamroom

You are getting Awesome at Jamroom. Well done.
michael
@michael
10/23/16 05:12:32PM
7,832 posts

Users can't write blog posts?


Using Jamroom

Maybe the Media Space for that users quota. The actual error message copy+paste would help me pin point the location.

try at:
ACP -> MODULES -> CORE -> SYSTEM CORE -> QUOTA CONFIG -> Media Space

or it could be by # of blogs, if you had that set:
ACP -> MODULES -> PROFILES -> BLOG -> QUOTA CONFIG -> Max Items

Or possibly the Daily Limits module or Profile Limits moudles, they both limit things, though less likely in this case.
michael
@michael
10/23/16 05:07:29PM
7,832 posts

Audio upload limited to 32mb


Installation and Configuration

You need to set your limits to 4 TIMES the max upload you want, then run an integrity check.

Jamroom needs the overhead for file conversions.
michael
@michael
10/23/16 01:40:03AM
7,832 posts

How to delete a large number of Profile/User AND their content?


Using Jamroom

Strumelia's correct with the "click on the Last Login" column header to see USERS who haven't logged in, but you're wanting to delete their profile too.

Feel 70% sure I've built a jrPrune module in the past for someone to cull users and profiles, but I can't find it.

Every item is timestamped so we can know if its older than a year old. Is that something you'd also like? an option to "delete any forum posts, or blog posts or other content that is older than 1 year" even if the user is still an active user on the site?

( Thinking does it need automation )
--edit--
Found it, but its an old module for Jamroom 4. adding it to suggestions.
updated by @michael: 10/23/16 01:44:44AM
  326