Forum Activity for @michael

michael
@michael
10/23/15 11:13:21PM
7,832 posts

Google is reporting a huge amount of 404 errors,


Using Jamroom

The number is not significant, you'll want to figure out what urls google is saying that it can't find.

If there are a million pages that don't exist that google cant find, that's not surprising because they don't exist.
michael
@michael
10/23/15 06:59:47PM
7,832 posts

Admin Skin switches on different pages


Using Jamroom

not me. I see the set admin skin on all 3 urls:
site.com/core/activity_log
site.com/core/debug_log
site.com/core/php_error_log

any other setup clues?
michael
@michael
10/23/15 06:52:04PM
7,832 posts

Post a new Activity Update: issue


Design and Skin Customization

Which skin? or here on jamroom.net? which browser? got a screenshot? Thanks! :)
michael
@michael
10/23/15 06:50:32PM
7,832 posts

I need someone fast would can customize a theme to make a dance site


Design and Skin Customization

mattbrady:..How do they do that smiley button on here?...

Nice definition of "good and fast" :) the smiley is colon)
michael
@michael
10/23/15 06:16:39PM
7,832 posts

Activity Time Lines


Design and Skin Customization

In your loop that outputs your activity timeline stuff, put in a condition to filter out the stuff you don't want.

like:
{foreach $_items as $item}
 {if $item.module != 'New Blogs' || $item.module != 'New Videos' || $item.module != 'New Members'}
  {continue}
 {/if}

 // whatever you are outputting

{/foreach}

So only the ones you want come out. You'll need to figure out what the variable names for each that you want are though.
michael
@michael
10/23/15 05:35:23PM
7,832 posts

Documentation suggestions


Suggestions

More useful stuff! thanks very much. I will add some sections on what the user levels are:

USER LEVELS
* Standard User // what 99% of the site will be
* Profile Admin // the trusted users who go round editing profiles content
* Master Admin // the guys who can access the ACP

'Members' isn't a term in JR5 like it was in JR4, there is no member level user. In JR4 it meant "FANS, users who cant upload stuff because they are not a band". But in JR5 all profiles stuff is set via the quota they are in, so you could make 2 quotas ARTISTS|FANS if you wanted to set it up how JR4 was and not let the fans quota upload stuff.

I'll get some docs up on these topics and post the links here once they are done.

--edit--
Oh, and you can put the site into always refresh the cache mode at:
ACP -> TOOLS -> DEVELOPER TOOLS -> GLOBAL CONFIG -> run in developer mode

That will make the cache refresh each pageload.
updated by @michael: 10/23/15 05:36:35PM
michael
@michael
10/23/15 02:54:51AM
7,832 posts

Subscribe to a Forum?


Ning To Jamroom

Haven't been able to nail down the source of the issue. The issue is that the group_member are not being expanded and stored correctly in the cache.

If you find this happening to you, try setting the cache to 0 for a couple of hours (or if you know the url's of the not working groups, then visit them while the cache is off and it should come right, then turn the cache back on.).
ACP -> -> CORE -> SYSTEM CORE -> GLOBAL CONFIG -> "default cache seconds" = 0

Will keep looking for how that non-expanded entry is finding its way into the cache. Sorry for the hassle.
michael
@michael
10/23/15 01:59:10AM
7,832 posts

Subscribe to a Forum?


Ning To Jamroom

Actually, nope, its not this simple. Its got something to do with the caches, just not sure what yet. Still looking. :(
michael
@michael
10/22/15 11:20:13PM
7,832 posts

Nginx and Jamroom


Installation and Configuration

Brian's been interested in Ngix for a while:

http://www.jamroom.net/brian/documentation/guides/1202/configuring-apache-with-mod-ruid2
Quote: Note: for those of you wondering why I didn't mention FPM, just hold your horses - I'll be covering FPM setup under the (hopefully coming soon) guide to running Jamroom 5 under Nginx.

but its not something we've got around to yet.
michael
@michael
10/22/15 11:16:14PM
7,832 posts

Documentation suggestions


Suggestions

more useful stuff, thanks.

You made up "User Members" though to try to catch me sleeping, that doesn't exist. ;)

Quota systems pretty similar to what JR4 had. the USER is the person, the PROFILE is where they put their stuff. one USER can have a number of profiles. the QUOTA is attached to the profile to define what can be put there.

Along with the docs, I think I need to get some maps to lead through the docs for explaining points.

This page tries to explain the user/profile system:

"Concepts the admin user needs to know"
https://www.jamroom.net/the-jamroom-network/documentation/getting-started/2167/concepts-the-admin-user-needs-to-know
  474