Welcome to Geeklog, Anonymous Thursday, March 28 2024 @ 05:31 pm EDT

Geeklog Forums

Setting a JavaScript File


Ramos

Anonymous
How I can use a javascript file?

I try in lib-custom file

Text Formatted Code
$_SCRIPTS->setJavaScriptFile('theme.mitheme', '/javascript/myfile.js' );


But this don't work.

Thanks
 Quote

Status: offline

Laugh

Site Admin
Admin
Registered: 09/27/05
Posts: 1468
Location:Canada
If it is a javascript file for your theme you can set it in the functions.php which is found in the root of the theme directory.

Look at the modern curve theme that comes with Geeklog 2.1.0 and check out the function theme_js_files_modern_curve
One of the Geeklog Core Developers.
 Quote

Status: offline

::Ben

Forum User
Full Member
Registered: 01/14/05
Posts: 1569
Location:la rochelle, France
Can you also try?

Text Formatted Code
$_SCRIPTS->setJavaScriptFile('theme.mitheme', '/path_from_public_html_to/myfile.js' );


like this

Text Formatted Code
$_SCRIPTS->setJavaScriptFile('theme.mitheme', '/layout/mitheme/javascript/myfile.js' );


Ben
I'm available to customise your themes or plugins for your Geeklog CMS
 Quote

Ramos

Anonymous
I fixed it, thanks.

Text Formatted Code
function theme_js_files_c3()
{
    global $_CONF;

    return array(
       array(
            'file'      => '/layout/' . $_CONF['theme'] . '/javascript/jquery.flexslider-min.js',
            'footer'    => false, // Not requred, default = true
            'priority'  => 100 // Not requred, default = 100
        ),
    );
}
 Quote

All times are EDT. The time is now 05:31 pm.

  • Normal Topic
  • Sticky Topic
  • Locked Topic
  • New Post
  • Sticky Topic W/ New Post
  • Locked Topic W/ New Post
  •  View Anonymous Posts
  •  Able to post
  •  Filtered HTML Allowed
  •  Censored Content