Welcome to Geeklog, Anonymous Tuesday, December 16 2025 @ 12:47 am EST

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: 1482
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: 1582
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
 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 EST. The time is now 12:47 am.

  • 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