COMPONENT SET-UP

Jun 27, 2005 23:30


First... Go to customize like you would for the layout you have now, change your settings to the following;


That...will lead you to a page that has four tabs at the top like so;


Tamper with all the settings until you have them to your liking. Then... click 'Save' on any of the pages;


You're done if you DON'T want a header... keeping reading if you do

That... will lead you back to this wonderful page;


Scroll... down to this and click;


Click... to edit your layers;


Go to... and make settings match. Click 'Create' when done;


Find... the layer that you just created and click 'Edit';


Name... the layer;
layerinfo "type" = "theme";
layerinfo "name" = "ADD NAME HERE";

Then... underneather that add this, only change 'URL OF HEADER' to the actual URL of your header;
function page_layout(Page p) {
var string title = $p->title();
"""


/>
$p.head_content
$title






align="center">


""";
if ($*comp_state == "left") {
print_my_components($p);
"""

""";
}
print_my_entries($p, $title);
if ($*comp_state == "right") {
"""

""";
print_my_components($p);
}
"""



http://www.livejournal.com/palimg/component/clear.gif"
width="3" height="1" alt="" border="0">

http://www.livejournal.com/palimg/component/clear.gif"
width="3" height="1" alt="" border="0">

http://www.livejournal.com/palimg/component/clear.gif"
width="3" height="1" alt="" border="0">

http://www.livejournal.com/palimg/component/clear.gif"
width="3" height="1" alt="" border="0">



""";
}

Click... 'Compile', which will keep you on the same page;

Click...;


Go... back to Manage ---> Customize.

Change... 'Themes' to the layer you just created;


Again... click 'Edit Customizations'. Go back to your journal, and your done. :)

Any more help just ask.
Previous post
Up