Welcome to Geeklog, Anonymous Saturday, December 21 2024 @ 06:35 am EST
Geeklog Forums
Setting a JavaScript File
Ramos
Anonymous
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
12
11
Quote
Status: offline
Laugh
Site Admin
Admin
Registered: 09/27/05
Posts: 1470
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.
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.
9
8
Quote
Status: offline
::Ben
Forum User
Full Member
Registered: 01/14/05
Posts: 1569
Location:la rochelle, France
Can you also try?
like this
Ben
I'm available to customise your themes or plugins for your Geeklog CMS
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
12
12
Quote
Ramos
Anonymous
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
),
);
}
10
10
Quote
All times are EST. The time is now 06:35 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