Forum Activity for @michael

michael
@michael
06/30/16 06:51:13PM
7,826 posts

Welcome to the Alpha Team



Welcome @ultrajam, good to see you SteveX :)
michael
@michael
06/29/16 11:16:03PM
7,826 posts

Queue depth status


Using Jamroom

Might be able to use the jrTrace module add an event.
https://www.jamroom.net/the-jamroom-network/networkmarket/92/event-tracer

might need a custom event though if one doesnt exist.
michael
@michael
06/29/16 04:03:41PM
7,826 posts

Team Chat



Thats the type of setup I like, much display area. :)
michael
@michael
06/29/16 03:19:20PM
7,826 posts

Multi-Skin Coding for Modules


Jamroom Developers

IDEAS:
* add multiple classes.
* use the same classes names for all your skins.

Each skin can over-ride any module template for itself:

Docs: "Altering a modules template"
https://www.jamroom.net/the-jamroom-network/documentation/development/1051/altering-a-modules-template

So each skin can have its own version of the modules template and styled however it likes.

If you want to set the css classes in just one location, perhaps the TEMPLATES tab of the module in the ACP, AND you dont want to use the same classes across different skins (for whatever reason) you can add more than one class.

<div class="skin1_blog_container  skin2_blog_container skin3_blog_container">
  <div class="skin1_blog_item  skin2_blog_item skin3_blog_item">

Then in skin1 you can use one set of css to target one class, while in another target a different class.
michael
@michael
06/29/16 03:11:40PM
7,826 posts

FoxyCart Question


Using Jamroom

You're right, do the upgrade. :)
michael
@michael
06/29/16 03:09:38PM
7,826 posts

Embedded Audio and Video not working on Blogs - Beat Slinger


Design and Skin Customization

check the setting at:
ACP -> MODULES -> SYSTEM CORE -> QUOTA CONFIG -> ( profile quota) -> ACTIVE TEXT FORMATTERS -> Convert Embed Tags

Make sure its on for the quota that the [ jrEmbed .....] is happening on.
updated by @michael: 06/29/16 03:09:47PM
michael
@michael
06/29/16 02:07:18AM
7,826 posts

Showing a jrCore_list removing nulled titles


Jamroom Developers

did you try not like null or like %
{jrCore_list module="jrForum" order_by="_created desc" template="latest_forum.tpl" pagebreak="5" search1="some_title not_like null"}
{jrCore_list module="jrForum" order_by="_created desc" template="latest_forum.tpl" pagebreak="5" search1="some_title like %"}
michael
@michael
06/29/16 01:18:33AM
7,826 posts

FoxyCart Question


Using Jamroom

changing from v1 to v2 should have no effect at all, and if v1 is working you can leave it as is. Jamroom only uses foxycart for their payment gateway integration. We dont use their subscription system other than to register that the user has paid again, so continue their subscription at jamroom.
michael
@michael
06/29/16 01:15:48AM
7,826 posts

question on new joinup emails


Using Jamroom

If I joined your site and signed up with michael@fotmd.com the mail looks like a valid one, I don't have access to it, but it would probably pass the validity checks.

if i tried to join with the email address michael@is@cool.net that would fail the checks because its not in the correct email format.

The default method, without the pending system, is to send an email to the addressed used with a link to confirm they can access it.

With the pending system working, I believe the admin gets the chance to say "NO" before that email gets sent out. If the admin says "YES" then the "welcome" message should go.
michael
@michael
06/29/16 01:11:37AM
7,826 posts

How to add Artist Name and Rated items on Site Builder Widget List Grid 3


Design and Skin Customization

Check out this doc for alteration methods, there are several places you could do it.

Docs: "Altering a Modules Template"
https://www.jamroom.net/the-jamroom-network/documentation/development/1051/altering-a-modules-template

The template in question is:
/modules/jrGallery/templates/widget_list_grid_3.tpl
  379