Forum Activity for @famegroup

alt=
@famegroup
12/22/13 11:09:24AM
15 posts

How to register JS or Css in the footer


Jamroom Developers

Hi thanks Brian, ok if i want to register the JS from the skin folder into the footer how would i do it?
alt=
@famegroup
12/22/13 10:24:51AM
15 posts

How to register JS or Css in the footer


Jamroom Developers

every page and how would i make it specific pages?
alt=
@famegroup
12/22/13 09:05:03AM
15 posts

js file path


Design and Skin Customization

How can we add it to the footer?
in the include i have
jrCore_register_module_feature('jrCore', 'javascript', 'jrCore', 'jquery-1.8.3.min.js');
which registers it to the header. now i do i make it in the footer?
alt=
@famegroup
12/22/13 09:02:34AM
15 posts

How to register JS or Css in the footer


Jamroom Developers

Hi, can someone help me, i want to place JS and Css in the footer in the include.php.

the code in the tpl is this
{if isset($css_footer_href)}
{foreach from=$css_footer_href item="_css"}

{/foreach}
{/if}
{if isset($javascript_footer_href)}
{foreach from=$javascript_footer_href item="_js"}

{/foreach}
{/if}
{if isset($javascript_footer_function)}

{$javascript_footer_function}

{/if}

and in include is jrCore_register_module_feature('jrCore', 'javascript', 'jrCore', 'jquery-1.8.3.min.js');
but this register in the header how can i put it in the footer?

updated by @famegroup: 02/02/14 09:51:52AM
alt=
@famegroup
12/01/13 09:02:49PM
15 posts

JR5 Cluster server or CDN


Using Jamroom

Hi guys ,
can you please let me know if we want to cluster or use a CDN for JR5 what is the plan?

I need to know urgently

Thank you!
updated by @famegroup: 12/29/14 09:14:08AM
  2