![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
New person here, trying to edit a theme layer. Anybody have any clue what to do about this?
Compile error: line 14, column 5: Can't declare usage of non-existent property
S2::NodeProperty, S2/NodeProperty.pm, 90
S2::NodePropGroup, S2/NodePropGroup.pm, 77
S2::Checker, S2/Checker.pm, 374
S2::Compiler, S2/Compiler.pm, 34
Full disclosure: I don't know how to fix this or if it even can be fixed, I'm very new at this and mostly just following a tutorial on how to create theme layers.
Compile error: line 14, column 5: Can't declare usage of non-existent property
S2::NodeProperty, S2/NodeProperty.pm, 90
S2::NodePropGroup, S2/NodePropGroup.pm, 77
S2::Checker, S2/Checker.pm, 374
S2::Compiler, S2/Compiler.pm, 34
Full disclosure: I don't know how to fix this or if it even can be fixed, I'm very new at this and mostly just following a tutorial on how to create theme layers.
Tags:
no subject
Date: 2011-01-05 12:56 am (UTC)no subject
Date: 2011-01-05 01:45 am (UTC)10:
11: propgroup presentation {
12: property bool show_entry_userpic { des = "Display your userpic on your journal"; }
13: property use use_shared_pic;
14: property use view_entry_disabled;
15: property use page_recent_items;
16: property use page_friends_items;
17: set show_entry_userpic = true;
18: property use linklist_support;
no subject
Date: 2011-01-05 03:28 am (UTC)I think it might work if you change that line 14 from:
property use view_entry_disabled;
to:
property use use_journalstyle_entry_page;
no subject
Date: 2011-01-05 03:41 am (UTC)The tutorial I'm using is here: http://layouttree.dreamwidth.org/736.html
But the code I'm using comes from here: http://www.livejournal.com/customize/advanced/layersource.bml?id=4472558
no subject
Date: 2011-01-05 04:00 am (UTC)Go here:
http://www.dreamwidth.org/customize/advanced/layers
*Create top-level layer
* Layout, using core version 1 and then click create
The rest is pretty much the same I think.
no subject
Date: 2011-01-05 04:25 am (UTC)no subject
Date: 2011-01-05 07:04 am (UTC)no subject
Date: 2011-01-05 02:01 pm (UTC)no subject
Date: 2011-01-05 02:57 pm (UTC)"""<style type="text/css">""";
start_css();
"""
<!--
--->
""";
end_css();
"</style>\n";
and replace them with """ and """; respectively.
no subject
Date: 2011-01-05 03:31 pm (UTC)no subject
Date: 2011-01-05 03:32 pm (UTC)no subject
Date: 2011-01-05 03:35 pm (UTC)no subject
Date: 2011-01-05 03:39 pm (UTC)no subject
Date: 2011-01-05 03:43 pm (UTC)Thanks for trying, though. :-)