Welcome to Geeklog, Anonymous Wednesday, July 09 2025 @ 02:15 am EDT
Geeklog Forums
Setting a JavaScript File
How I can use a javascript file?
I try in lib-custom file
But this don't work.
Thanks
I try in lib-custom file
Text Formatted Code
$_SCRIPTS->setJavaScriptFile('theme.mitheme', '/javascript/myfile.js' );But this don't work.
Thanks
15
16
Quote
Status: offline
Site Admin
Admin
Registered: 09/27/05
Posts: 1475
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
Look at the modern curve theme that comes with Geeklog 2.1.0 and check out the function theme_js_files_modern_curve
11
12
Quote
Status: offline
Forum User
Full Member
Registered: 01/14/05
Posts: 1569
Can you also try?
like this
Ben
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
15
13
Quote
I fixed it, thanks.
{
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
),
);
}
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
),
);
}
14
13
Quote
All times are EDT. The time is now 02:15 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