- Posts: 36
- Thank you received: 0
How can i expand BLANKIE to include all SPARKY ?
-
RichardRNC
Inactive member - Topic Author
- Member
Less
More
10 years 9 months ago #37320
by RichardRNC
How can i expand BLANKIE to include all SPARKY ? was created by RichardRNC
I have hotstarted Blankie in a new domain and would like the entire Sparky framework.
I have used the SPARKY full framework features in another modern template from you on another site, but am unsure which folders need to be transferred, and which administrator files, etc need to be updated.
Can you let me know which items are needed to fully implement SPARKY in the Blankie template?
I have used the SPARKY full framework features in another modern template from you on another site, but am unsure which folders need to be transferred, and which administrator files, etc need to be updated.
Can you let me know which items are needed to fully implement SPARKY in the Blankie template?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 9 months ago #37324
by ivan.milic
Replied by ivan.milic on topic How can i expand BLANKIE to include all SPARKY ?
You need to take layout editor for sparky, then change parameter that holds layout value to that type. You also need tadmin element to place as first parameter in parameter list. also copy all files named tadmin.
Please Log in to join the conversation.
-
RichardRNC
Inactive member - Topic Author
- Member
Less
More
- Posts: 36
- Thank you received: 0
10 years 9 months ago #37326
by RichardRNC
Replied by RichardRNC on topic How can i expand BLANKIE to include all SPARKY ?
1.
I am unsure what you mean by: " layout editor for sparky, then change parameter that holds layout value to that type" in what folder and file do i find the parameter i am supposed to change? What parameter is the layout value and where is it located?
2.
I replaced the following file contents in Blankie with the contents of the tadmin files from Explorer template. When i go to view the template default settings, Sparky gives me a fatal error now in joomla.
css folder
tadmin.css
js folder
tadmin.js
elements folder
tadmin.php
and in library folder
sparky_parameters.php
THEN I GOT THIS ERROR:
ERROR detail: I overwrote something in Blankie from Explorer. Is this the parameter you mentioned?
Details
Style Name *
Template
Default
ID 116
Template description Commercial template "Hot Blankie" by Hot Joomla Templates
Layout Designer
Fatal error: Call to a member function getElementsByTagName() on a non-object in /home/libjust/public_html/templates/hot_blankie/elements/tadmin.php on line 105
I am unsure what you mean by: " layout editor for sparky, then change parameter that holds layout value to that type" in what folder and file do i find the parameter i am supposed to change? What parameter is the layout value and where is it located?
2.
I replaced the following file contents in Blankie with the contents of the tadmin files from Explorer template. When i go to view the template default settings, Sparky gives me a fatal error now in joomla.
css folder
tadmin.css
js folder
tadmin.js
elements folder
tadmin.php
and in library folder
sparky_parameters.php
THEN I GOT THIS ERROR:
ERROR detail: I overwrote something in Blankie from Explorer. Is this the parameter you mentioned?
Details
Style Name *
Template
Default
ID 116
Template description Commercial template "Hot Blankie" by Hot Joomla Templates
Layout Designer
Fatal error: Call to a member function getElementsByTagName() on a non-object in /home/libjust/public_html/templates/hot_blankie/elements/tadmin.php on line 105
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 9 months ago #37337
by ivan.milic
Replied by ivan.milic on topic How can i expand BLANKIE to include all SPARKY ?
Make sure that under /elements folder you have all files like in sparky
Then this is xml form templateDetails.xml of sparky:
note this:
<field type="tadmin"/>
and this:
<field name="layoutdesign" type="designlayout" ....
Then this is xml form templateDetails.xml of sparky:
Code:
<fields name="params" addfieldpath="/templates/sparky_framework/elements">
<fieldset name="layoutdesign" label="TPL_SPARKY_FRAMEWORK_LAYOUT_DESIGN">
<field type="tadmin"/>
<field name="templateWidth" type="width" default="960" label="TPL_SPARKY_FRAMEWORK_TEMPLATE_WIDTH_LBL" description="TPL_SPARKY_FRAMEWORK_TEMPLATE_WIDTH_DESC"/>
<field name="fluidWidth" type="flipyesno" default="0" label="TPL_SPARKY_FRAMEWORK_FLUID_WIDTH_LBL" description="TPL_SPARKY_FRAMEWORK_FLUID_WIDTH_DESC"/>
<field name="layoutdesign" type="designlayout" label="TPL_SPARKY_FRAMEWORK_LAYOUT_DESIGN_LBL" description="TPL_SPARKY_FRAMEWORK_LAYOUT_DESIGN_DESC" default=""/>
note this:
<field type="tadmin"/>
and this:
<field name="layoutdesign" type="designlayout" ....
Please Log in to join the conversation.
Time to create page: 0.301 seconds