Forum Activity for @michael

michael
@michael
05/30/16 08:02:44PM
7,826 posts

Display a New Module Template?


Design and Skin Customization

Ken Rich:.....Is there a link to those rules?.....

http://www.smarty.net/

And to do the docs searching for you on this occasion, this is the docs page regarding embedding multi-part variables in double quotes:

"Embedding Vars in Double Quotes"
http://www.smarty.net/docs/en/language.syntax.quotes.tpl

Another location that is very helpful to developers is:
http://stackoverflow.com

The search term "smarty3" will bring up many question/answer pairs.
michael
@michael
05/30/16 07:50:12PM
7,826 posts

Add all modules to profile automatically


Suggestions

izhmel:....Each time you create a profile you have to add the modules to the profile ....
You're going to need to outline in steps what you mean here, its not obvious.

You don't add modules to a profile, you do it once to a quota. The new profile gets all the modules that are active for the quota.

Create 100 profiles in 'quota A' and each of them gets all the modules that are active for 'quota A' there is no adding modules to profiles.
michael
@michael
05/30/16 07:42:51PM
7,826 posts

Update Action Data


Suggestions

Yeah it timed well with something else I was working on. The youtube module got a sync-with-channel option that syncs a profiles youtube videos with their channels and adds a timeline entry. Sometimes a video that exists in the youtube channel is inappropriate for the profile, so having this there is real useful. Delete the video and the timeline entry goes too. Good suggestion, makes managing the site simpler.
michael
@michael
05/30/16 07:14:09PM
7,826 posts

Update Action Data


Suggestions

Its added as an option in the next version of the jrAction module. Its not the default option, the default is the way it works now, but if you would like to delete timeline entries when the item that created them is deleted there is now a "Delete With Item" option in the GLOBAL CONFIG tab.

ACP -> MODULES -> PROFILES -> TIMELINE -> GLOBAL CONFIG -> Delete with item
Quote:
Check this option to delete the activity timeline entry along with the item when the item is deleted.
michael
@michael
05/29/16 07:10:01PM
7,826 posts

Display a New Module Template?


Design and Skin Customization

Read this:

Docs: "{debug}"
https://www.jamroom.net/the-jamroom-network/documentation/development/1477/debug
Quote:
$_conf = configured variables in the system
$_user = user looking at the screen
$_profile = the profile info of the profile being viewed
$_post = stuff coming in from outside the page
$_items = all the stuff asked for via jrCore_list

Then read the {debug} page.

anything in the $_user array is information from the user looking at the screen
anything in the $_profile array is information from the profile being viewed
michael
@michael
05/28/16 11:31:38PM
7,826 posts

Has The Jamroom Site Showcase Been Removed?


Design and Skin Customization

"Showcase"
https://www.jamroom.net/showcase

Don't think we link to it anymore in the main navigation but the page is still there.
michael
@michael
05/28/16 11:28:05PM
7,826 posts

Where can I see which version of JR my hosted account is using?


Using Jamroom

If its JR5 you'll find the version number at:
ACP -> MODULES -> CORE -> SYSTEM CORE -> INFO

Unless your site is more that 4 years old, it wont be JR4.
michael
@michael
05/28/16 11:25:30PM
7,826 posts

Display a New Module Template?


Design and Skin Customization

what does:
{jrCore_list module="xxSales" search1="_item_id > 0" search2="_profile_id = 1" order_by="_created desc" pagebreak="10" pager="true" page=$_post.p }
show.

Should show only those from profile #1
michael
@michael
05/28/16 11:23:55PM
7,826 posts

First install / Can't create user


Installation and Configuration

you can check the error log too at:
/data/logs

There is probably 'error_log' or 'debug_log' that can be opened with a text editor. Those are all the errors jamroom throws, but if its a server error, check your servers error logs.
michael
@michael
05/26/16 08:22:58PM
7,826 posts

Elastic Skin - Events Module tabs


Design and Skin Customization

michael:..... Their styling is controlled by the template provided by the jrProfile module and found at:
/modules/jrProfile/templates/profile_tabs.tpl
  392