Forum Activity for @michael

michael
@michael
09/13/17 12:49:48AM
7,826 posts

User Registration


Design and Skin Customization

Good point about the signup quota, that needs to be added in.
michael
@michael
09/13/17 12:45:43AM
7,826 posts

User Registration


Design and Skin Customization

That code is for LOGIN, not SIGNUP.

What do you mean by direct the "signup to the correct quota"?

Where the user is redirected after signup/login is set on the QUOTA CONFIG page of the USER module:
ACP -> MODULES -> USER -> USER ->QUOTA CONFIG -> Login Redirect Page
ACP -> MODULES -> USER -> USER ->QUOTA CONFIG -> Signup Redirect Page
michael
@michael
09/12/17 11:52:50PM
7,826 posts

Couple of gallery delete issues


Using Jamroom

Slate's not available anymore, been retired. Could be something connected to the skin. Ok if I login and add something, then delete it to see whats going on?
michael
@michael
09/12/17 11:42:25PM
7,826 posts

Couple of gallery delete issues


Using Jamroom

delete moves the item into the Recycle Bin, you can undelete it from there.
DASHBOARD -> RECYCLE BIN

Deleting it from the detail page is working for me. Which skin? Are you up to date with the latest stuff from the marketplace?
michael
@michael
09/12/17 10:40:11PM
7,826 posts

Profile Tab Home Link for Ninja Skin


Ning To Jamroom

add the link into the profile_menu.tpl file.
ACP -> SKINS -> NINJA -> TEMPLATES -> profile_menu.tpl -> MODIFY

Just add it at the top before the foreach loop.
<a href="{$jamroom_url}/{$profile_url}/"><div class="profile_menu_entry">Home</div></a>
michael
@michael
09/12/17 06:05:56AM
7,826 posts

User Registration


Design and Skin Customization

If you use a Site Builder page, there is a widget you can drop in.
michael
@michael
09/11/17 08:28:27PM
7,826 posts

Keeping $_user Timely


Jamroom Developers

That would be:
jrUser_session_sync($_user['_user_id']);
"Refresh an existing user session with the latest User and Profile info"
michael
@michael
09/11/17 07:38:18PM
7,826 posts

Profile Photo required on "Create Account"


Ning To Jamroom

List calls are any lists created by the jrCore_list function (which is pretty much every list of anything on the site)

Docs: "{jrCore_list}"
https://www.jamroom.net/the-jamroom-network/documentation/module-developer-guide/89/jrcore-list

You'll see them everywhere in the templates,

Docs: "Using the Template Editor"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-admin-handbook/3183/using-the-template-editor

So if there is a list that you only want to show stuff that HAS an image, alter its {jrCore_list} call to include require_image=
{jrCore_list ............. require_image="profile_image"}
michael
@michael
09/11/17 06:42:30PM
7,826 posts

Jamroom.net Forum signature change is not saved


Using Jamroom

This is fixed in jrForum ver 2.2.1.

The core issue was the $_user session details were not being updated, so the sig would only show as changed after the user logged out and back in again.

Thanks for finding this. :)
  187