from dukes to duchesses and kings to queens ([info]halffling) wrote,
@ 2005-03-14 00:04:00
Previous Entry  Add to memories!  Tell a Friend!  Next Entry
Current mood: restless
Current music:"Despre Tine" - O-Zone
Entry tags:opal

Opal Template (halffling)
Here be my Opal Template :D

UPDATES:
[Edit 3/15/05] Template has been reuploaded due to an error that occurs when userpics are turned off. Thank you, [info]pamelajoy! <3

[Edit 4/14/05 & 4/17/05] Reuploaded template to enable the option of printing your default userpic instead of an intro box, explained behind cut, along with more stylesheet tips.

[Edit 5/15/05] Reuploaded to fix problems with spacing when making a userpic appear on the sidebar. Many thanks to [info]onetimeoffer & [info]roniabirk!

[Edit 8/19/05] Reuploaded template to enable tag support and changing the words "Edit Entry", "Add to Memories", etc. Added a few more tutorials.

[Edit 10/26/05] OUT OF BETA TESTING, this template is now "public"! The question session has been closed, please do not post any. They will not be answered.

[Edit 12/21/05] Reuploaded template to remove ugly scrolly-bar-thingies that appear in FireFox v1.5+ See edits below on how to do it manually.

[Edit 12/23/05] [info]kunzite1 took it upon himself to clean up the coding. Go.

[Edit 05/31/06] Fixed error that appears when voice posts are made.


I must first say that this is based on [info]ignited's fantabulous Opal template *worships* Even so, mine has literally been several months in the making, customizing the stylesheet to my liking, etc. I also worked on adding things, like having the keywords show up when you hover over a commenter's userpic. I actually never intended to share it with others, but that's mostly because I didn't think it was that special anyway *shrugs* I'm so happy, though, for all the wonderful feedback I've been getting about my layouts, and I'm more than honored that people want a template.

Ja ja, enough of the jabber, right? =) Apologies ahead of time, as I'm quite wordy and my spelling errors are vast.

CREDITS: (Thank you velly, velly much!)



GUIDELINES: (Which, unlike Pirate codes, should be followed)
  • You need a paid account in order to use Opal.
  • Credit to both [info]ignited and [info]halffling would be spiffy :) Or, at least link here, so other people know where to get it. Cause really, is it that hard?
  • Comment if you take and/or use, or have a suggestion (no questions, sorry!)
  • DO NOT COPY OR STEAL! Don't use this template to copy my layout (or anyone else's layouts, for that matter)
  • DO NOT REDISTRIBUTE THE FILE! Likewise, do not repost it or hotlink!
  • If you've never installed an Opal template before, I highly recommend skimming through [info]ignited's entry, because her step-by-step instructions are very clear, and include screenshots! :D 'My' instructions are are practically the same, but taking a look at hers first, in my opinion, is very helpful in order to understand what the heck I'm was trying to say.
  • You should know some basic HTML and CSS to be able to customize this template to your liking.
  • I was going to offer this template using one of my old layouts, however, I decided to create a completely new color scheme instead. Thus, it is perfectly okay to keep the stylesheet as is. Of course, if would be better if you didn't, but even if you don't, I won't come after you with my fleet of Dementors.
  • As of October 26, 2005, I will no longer offer support for this template. The question session was only offered during the beta-testing period because:
    • I am not expert at this, and I do not pretend to be. To do things, I mainly guess and check - my sad attempt to learn. I know that there are lots of flaws in this template (for instance, I know it's annoying to have to directly code each stylesheet attribute by hand, but I don't have the skill to implement another method ;__;). I do welcome any and all suggestions, but please don't bite my head off :)
    • The template has been updated to fix any known bugs. If you notice one that has been overlooked, do let me know.
    • By then, additional questions should have already been answered in previous comments and in the entry itself.
    • I don't have the time to keep up with it.

    In the future, I may open a question session again. If anyone would like to offer their support, please leave me a comment :)


PREVIEW: (A Picture is Worth a Thousand Words)
Here is a small screenshot I took with the template in action! *cough* It might look slightly different with yours, given that I changed some of the navigation links at the top, your screen resolution and browser may not be the same as mine, and various other factors.

the awesome preview image

No, I didn't desaturate the image - the default color scheme is greyscale. :) The download file contains ONLY the HTML/CSS, not any header images or icons. Sadly, you will not receive the awesome header or icon pictured above =]

INSTRUCTIONS: (Part One)
  • Download the template. Please right-click-save-target-as :) Save it somewhere you'll remember. (I also recommend making a copy of it, so in case you mess up the file, you can revert back to the original.) The URL to this template will be changing periodically, so don't even try to hotlink >O

    ALTERNATIVELY, download the 'cleaner' version of my template by [info]kunzite1 HERE.

  • Your style system should be on "New system (S2)". If it isn't, go to LJ's Customize page, and under 'Choose style system' drop-down menu, pick S2 & click 'Change'

  • Venture to the Advanced Customization area (livejournal.com/customize/advanced/layers.bml)

  • Near the bottom should be an area called Create layout-specific layer with two drop-down menus. In the first one (Type) choose "Theme"; in the second (Layout), choose "Opal (Libra OSWD)". Click Create.

  • The page should refresh, and you will see a new layer under your previous stuff that looks somewhat like:
    Click the Edit button next to the new layer, and you'll be taken to a page with the header "Edit layer source," and a giant text box. In that box reads something like this:

    layerinfo "type" = "theme";
    layerinfo "name" = "";

    Now comes the fun part! Remember that template you downloaded earlier? Open it up and you can begin to customize it. How, you say? Well, read below for some of my tips!


CUSTOMIZATIONS: (A Segway)
  • Layerinfo, setting text:
    The first part is pretty self-explanatory. On the first few lines of copypaste.txt is the info for your specific layer, so change "Your Theme Name" to the name of your theme. Otherwise, you have to keep track of your layers by the numbers assigned to them - and that can be confusing in the future. Likewise, you can change how your comment, mood, music, links, back and forward text appear.


  • The Stylesheet/Background Image:
    "function print_stylesheet()" is the meat of the layout - this is where you customize all the colors. I put comments within the stylesheet in order to help you figure out what each CSS class does. For further help on what each color affects (effects? Bah!), check out this post by [info]onetimeoffer, which I found to be quite helpful.

    Included in the stylesheet (under body) is the property:

    background-image:url(http://yourserver.com/blah/backgroundimage.jpg);
    background-attachment:fixed;


    For a background image, replace the URL above.
    If you don't want it to stay fixed as you scroll, remove the second line (background-attachment).
    If you don't want a background image at all, remove both lines.

    I tried my best to rid of the classes that repeat or which happened to override each other, but of course I might have erased something important or overlooked another. (Do let me know if you stumble on something of that nature.)


  • Adding borders:
    Most useful for .entryinfo and .entrylinks (where it lists your entry's info and links at the bottom). In the stylesheet, insert:

    border:1px solid #000000;

    to add a 1-pixel border. If you want just a top and bottom border, do this instead:

    border-top:1px solid #000000;
    border-bottom:1px solid #000000;


  • Moving the Navigation Tabs up: (thank you [info]reprieved)
    To move the Navigation buttons "up" first find #nav in your stylesheet. Add in "padding-bottom:#px" - where you replace the # with however many pixels you want. It should end up looking something like so:
    #nav {
    
    	font-size:10px;
    	letter-spacing:2px;
    	text-transform:uppercase;
    	padding-top:10px;
    	padding-bottom:10px;
    	white-space:nowrap;
    	}

  • Sidecolumn contents:
    "function Page::lay_print_sidebar ()" contains all of the items in the left side column. The first is the Introduction paragraph, which can be removed if you don't want one. I commented out "$this->lay_print_summary();" (by putting the # symbol on the side) thus, there is no page summary on the journal. Remove the # if you want the page summary.

    Next are quick LJ links (updates, memories, edit filters, etc), feel free to remove or add more links as you please.

    Replace "yourusername" with your username. (The Find & Replace function in Notepad, WordPad, or Microsoft Word works well.)

    Afterwards I included two other columns, for images or whathaveyou ;) Again, add more or delete them (for that you must remove starting at 'var string' and ending at the ; at the end of the 'print_box' function).


  • Navigation Links: (those tabs at the top)
    "function Page::lay_print_header ()" contains the navigation links. Edit the name that links to your website under "var string website," what follows are the navigation links themselves. You can renumber/delete/insert more of them, just remember to replace "yourusername" with your username.


  • Title, Header Image
    Place your Journal's title within the <title> </title>.
    Scroll down a bit and you may adjust the width of your journal (change where it says: width="650")
    The next line is where you place your header:

    <tr><td align="center" valign="top"><img src="http://yourserver.com/blah/headerimage.jpg"></td></tr>

    If you want a header, just change the URL so it points to your image =) (Tip: the width of your header image should be the same as the width of your journal - the 650 mentioned above).
    If you don't want a header, remove the ENTIRE line.


  • Default Usericon / Deleting Intro Paragraph
    NEW! Edit, 4/14/05: I moved a bit of the coding around so that you can print your default usericon on the top of the sidebar, in case you'd rather have that than an intro post. You MUST redownload the file if you are attempting to follow the next few steps. First of all, search in copypaste.txt for a line that reads:

    #	$this->lay_print_userpic();

    The userpic has been commented out, simply delete the "#" to enable it!

    To delete the intro paragraph, find where it says:

    var string intro = """
    <div class="columnitem" align="center">Insert a welcome message here!</div>
    """;
    print_box("Introduction", $intro);


    And delete all four lines.


  • Adding Tags
    NEW! Edit, 8/17/05: If you have downloaded the template before this date, I suggest that you redownload it. You should only attempt to edit it yourself if you are comfortable with using advanced HTML, and can follow directions XD I will not answer any questions regarding this, since the template has the code already inserted and works perfectly. If you have trouble with the following instructions, I suggest you simply get the template. Thanks to [info]kunzite1 and [info]baublez for help :D

    First, insert the following at the top of your coding, after the large set of "set text_"'s:

    set tags_aware = true;

    Then, place this into your stylesheet:
    /* tags */
    .tags {
    	color:#9A9A9A;
    	font-size:9px;
    	background-color:#D0D0D0;
    	text-transform:uppercase;
    	padding:1px;
    	}

    The next is the most challenging part, but it's not really XD First, find the area that reads:

    <div class="subject">$e.subject</div>
    .... junk junk junk ...
    <div class="entrytext"><br>


    REPLACE that with:

    <div class="subject">$e.subject</div>
    <div class="entryinfo">$security <b>posted on:</b> $date <b>@</b> $time</div>
    """;
    if($show_name) {
    $this->lay_make_username($e);
    }
    var int count = 0;
    var string tags = "";
    var string tags_root = $.journal->base_url() + "/tag";
    foreach var Tag t ($e.tags) {
    $tags = $tags + """<a href="$tags_root/$t.name">$t.name</a>""";
    if(++$count < size($e.tags)) {
    $tags = $tags + ", ";
    }
    }
    if($tags != "") {
    $tags = "<b>Tags:</b> " + $tags;
    }
    """
    <div class="tags">$tags</div>
    <div class="entrytext"><br>


    Your tags will therefore print under the "posted on la la la" line, like so!


    Feel free to edit the text so that it reads how you wish (instead of Tags: tag, tag, tag) and move it to where you like. Also, edit the stylesheet bit so it goes with your layout.


  • Converting nav links from tabs to one line, changing entrylinks words:
    NEW! Edit, 8/17/05: See this thread :D Alternatively, check out [info]s2howto's entry here.


  • Separating the sidebar from the entry text:
    NEW! Edit, 10/24/05: See this thread on how to accomplish this by directly editing the code.
    Alternatively, try [info]parsleh's method by editing the stylesheet, as posted in [info]opal_help here.


  • I GET OOGLY SCROLLBARS IN MY ENTRY! HELP!
    NEW! Edit, 12/21/05: Remove the following portion from the stylesheet, and compile:

    .entrytext {
    	overflow-x:hidden;
    	text-overflow:clip;
    	word-wrap:break-word;
    	text-align:justify;
    	}


  • Etc.
    Everything afterwards can be left alone. You can most certainly go through them and customize your journal further, for instance, you can alter where it says "Posted On:" below the entry subject, or "Back To Top" at the bottom of each entry. If you edit things there, I cannot guarantee that the layout will still work. Please do so at your own discretion.


INSTRUCTIONS: (Part Two)
  • Please make sure you typed in a Theme name in order to recognize it later on. The stylesheet may be left unchanged for this next part, if you're curious as to how this works or don't have a layout ready yet.

  • Do you still have that text area open on Advanced Customization? If not, go back to that page, find your theme layer, and click on 'Edit.' Again, you should have a giant text box with two lines, and a button that says 'Compile.' Copy all of the contents from copypaste.txt, then paste it into the box. Note: If working in Notepad, make sure 'Word Wrap' is OFF before copying. (Format --> Word Wrap (unchecked)) Once you've pasted, hit 'Compile'.

  • If you've done everything correctly, you should read "No Errors" -- CONGRATS! If you've made a mistake, LJ will point out where the troubled line is, and you can fix the contents.

  • Next, we must implement the layout. Go to Customize (livejournal.com/customize/).
    On the Step 1: Layout drop-down list, choose "Opal (Libra OSWD)" & click the 'Change' button.
    Once the page reloads, go down to Step 2: Customize Layout - Themes & choose the new layer you created (the name will be whatever you replaced "Your Theme Name" with). Click the 'Change' button, then visit your journal to see the results! Don't like? Go back to the layer editing... place and edit your theme. (Or go back to Customize and click 'Edit Customizations')


I believe I covered all grounds. I ask that you don't distribute the codes on your own journal. Instead, direct people to this entry :)

Right now, I'm verreh verreh sleepy, so I shall hit the pillow. *waves wearily* <3



Page 1 of 5
<<[1] [2] [3] [4] [5] >>

(Post a new comment)


[info]hokoru
2005-03-14 01:58 pm UTC (link)
You. Are. A. Goddess. ♥ That's all that needs to be said. Now I just need to get my paid time back! THANK YOU!!!!!!!!!!!

(Reply to this) (Thread)


[info]halffling
2005-03-15 09:37 pm UTC (link)
Awww, thank you, dear! *HUGS YOU* Too. Kind. *lots of love* ;)

*tagging this onto every comment* An error in the coding was pointed out to me, so it may interest you to redownload the (corrected) template :)

(Reply to this) (Parent)

(no subject) - [info]bonesbaby33, 2006-03-23 08:29 pm UTC
(no subject) - [info]zsuness, 2006-04-15 06:39 pm UTC
(no subject) - [info]mands_angelfox, 2006-09-01 03:20 pm UTC
(no subject) - [info]mr_likestofight, 2006-09-26 06:25 pm UTC

[info]katrinaswift
2005-03-14 03:22 pm UTC (link)
Um...going to download that baby. But maybe later tonight. :D:D

Yay, pretty layout!

(Reply to this) (Thread)


[info]halffling
2005-03-15 09:39 pm UTC (link)
*skips* YAY! :D

HANSELLLLL. Ahahahaa, I love him <3

*tagging this onto every comment* An error in the coding was pointed out to me, so it may interest you to redownload the (corrected) template :)

(Reply to this) (Parent)


[info]pseudoaquatic
2005-03-14 04:28 pm UTC (link)
wow that's so awesome of you to do that! I'm gonna save it and then try and figure everything out. This is so totally awesome~ <3 courtney

(Reply to this) (Thread)


[info]halffling
2005-03-15 09:41 pm UTC (link)
Heee, thank you! I'm so glad you're taking it for a test run ;) <33

*tagging this onto every comment* An error in the coding was pointed out to me, so it may interest you to redownload the (corrected) template :)

(Reply to this) (Parent)(Thread)

(no subject) - [info]pseudoaquatic, 2005-03-18 03:10 pm UTC
(no subject) - [info]halffling, 2005-03-19 07:20 am UTC

[info]iliveforthis
2005-03-14 04:51 pm UTC (link)
So, do you know how amazingly awesome you are? XD It's a shame I have to be off to school in about a few minutes or else I'd stay and play around with this. I'm so excited, and it looks good. Good job. :D And thanks so, so, so much!

(Reply to this) (Thread)


[info]halffling
2005-03-15 09:46 pm UTC (link)
Hee, I don't! I am such a loser you don't even know ;D *HUGS YOU* Thank youuuuu so much dear, I'm glad that you're interested in playing around with the code! <3

*sends you good luck for school* *uses matching icon*

*tagging this onto every comment* An error in the coding was pointed out to me, so it may interest you to redownload the (corrected) template :)

(Reply to this) (Parent)(Thread)

(no subject) - [info]iliveforthis, 2005-03-15 11:51 pm UTC
(no subject) - [info]halffling, 2005-03-16 04:41 am UTC

[info]katla_asriel
2005-03-14 05:08 pm UTC (link)
*saves on the extremely tiny chance that she might get a paid account* I'll also send it over to my friend--she has Opal also, and I remember when she first did it she was talking about how much of a bitch it was to change it.

Good job! *applause*

(Reply to this) (Thread)


[info]halffling
2005-03-15 09:48 pm UTC (link)
Hehee, aww, thank you! *sends you good luck in finding paid account* :D

I hope that your friend likes it! <3 Opal is SUCH a pain in the butt to edit, but I hope that I helped in alieving the stress with some of my (albeit longwinded) explanations :)

*tagging this onto every comment* An error in the coding was pointed out to me, so it may interest you to redownload the (corrected) template :)

(Reply to this) (Parent)


[info]sandbenders
2005-03-14 06:22 pm UTC (link)
totally going to use this. <3 thanks so much. wonderful job.

(Reply to this) (Thread)


[info]halffling
2005-03-15 09:48 pm UTC (link)
Aww, thank you! Am glad you want to use :D <33

*tagging this onto every comment* An error in the coding was pointed out to me, so it may interest you to redownload the (corrected) template :)

(Reply to this) (Parent)


[info]ellefleur
2005-03-14 07:48 pm UTC (link)
OMG. *is in love*

(Reply to this) (Thread)


[info]halffling
2005-03-15 09:48 pm UTC (link)
*GLOMPS YOU* <3

*tagging this onto every comment* An error in the coding was pointed out to me, so it may interest you to redownload the (corrected) template :)

(Reply to this) (Parent)


[info]ohlily
2005-03-14 07:51 pm UTC (link)
DAMN. Now I have no excuse not to get my paid accout. This is gorgeous and helpful and yay, Vicky, thanks so much.

<3333

(Reply to this) (Thread)


[info]halffling
2005-03-15 09:49 pm UTC (link)
Heeeee, that's right! ;D *huggles* I'm glad I can be of some help (ehehe, for once) You're very welcome, I hope it's works just the way you wanted!

*tagging this onto every comment* An error in the coding was pointed out to me, so it may interest you to redownload the (corrected) template :)

(Reply to this) (Parent)(Thread)

(no subject) - [info]ohlily, 2005-03-15 10:58 pm UTC
(no subject) - [info]halffling, 2005-03-16 04:42 am UTC
(no subject) - [info]ohlily, 2005-03-16 04:52 am UTC
(no subject) - [info]halffling, 2005-03-16 05:13 am UTC
(no subject) - [info]ohlily, 2005-03-16 05:14 am UTC
(no subject) - [info]halffling, 2005-03-16 05:37 am UTC
(no subject) - [info]ohlily, 2005-03-16 05:51 am UTC
(no subject) - [info]halffling, 2005-03-16 05:56 am UTC
(no subject) - [info]ohlily, 2005-03-16 05:58 am UTC
(no subject) - [info]halffling, 2005-03-16 06:04 am UTC
(no subject) - [info]ohlily, 2005-03-16 06:05 am UTC
(no subject) - [info]halffling, 2005-03-16 08:27 am UTC
(no subject) - [info]ohlily, 2005-03-16 08:29 am UTC
(no subject) - [info]halffling, 2005-03-16 08:32 am UTC
(no subject) - [info]ohlily, 2005-03-16 08:38 am UTC

[info]jillenhall
2005-03-14 08:01 pm UTC (link)
omg Vicky, you're a genius *nods*

I won't get the chance to play around with this until I get back from London *this weekend omg!* But as soon as I get home, I'm trying this out.

Get some sleep petal, you work too hard =D *HUGGLES* loveyou!

(Reply to this) (Thread)


[info]halffling
2005-03-15 09:50 pm UTC (link)
Awww, no I'm not! You are the genius, dear <333 LONDON OMG. So jealous of you, sooo jealous ;) But I still loves you! <3

I need sleep, yes I do. One more class to go and I'll hit the pillow. Again :D *many hugs and loff and Phantom*

*tagging this onto every comment* An error in the coding was pointed out to me, so it may interest you to redownload the (corrected) template :)

(Reply to this) (Parent)


[info]stonyglenrider
2005-03-14 09:30 pm UTC (link)
Can I just say that I worship you, this is EXACTLY what I was looking for. Will definitley Credit love, thank you/gracias/bitte/tak/hannon le/domo arigatou!

(Reply to this) (Thread)


[info]halffling
2005-03-15 09:51 pm UTC (link)
Awwww, you're too sweet!! *HUGS YOU* De nada y no problemo! Hehee, I do hope you have some fun playing around with it =]

*tagging this onto every comment* An error in the coding was pointed out to me, so it may interest you to redownload the (corrected) template :)

(Reply to this) (Parent)


[info]squee1123
2005-03-14 09:47 pm UTC (link)
i obviously need a sugardaddy...someone who will buy me a paid account because i reeeally want one...i did not read the whole thing because i cannot use it and therefore why tempt myself?

but you are a complete doll...

(Reply to this) (Thread)


[info]halffling
2005-03-15 09:52 pm UTC (link)
LOL! We alllll need a sugardaddy, mmhmm ;D Hehe, I hope you get a paid account soon, I'm sorry I can't help in that area!!

<33

(Reply to this) (Parent)


[info]scofo
2005-03-14 10:57 pm UTC (link)
I took it, and I finally made something out of it! Thanks!

(Reply to this) (Thread)


[info]halffling
2005-03-15 09:54 pm UTC (link)
You're very welcome! :D

*apologizes profusely* I'm sorry, but there's a little issue I need to discuss with you, so I sent you an email to your Gmail *nods*

(Reply to this) (Parent)(Thread)

(no subject) - [info]scofo, 2005-03-16 01:48 am UTC
(no subject) - [info]halffling, 2005-03-16 04:43 am UTC
(no subject) - [info]scofo, 2005-03-16 11:09 am UTC

[info]_theo
2005-03-15 12:56 am UTC (link)
This is wonderful! Thank you for creating and sharing!

Took the layout and properly credited. Going to tinker around with it for a few days so it's not exactly like the example. Your comments on the layout will definitely be a help while customizing. A huge help. Thank you so much for including those.

(Reply to this) (Thread)


[info]halffling
2005-03-15 09:56 pm UTC (link)
Oh, you're welcome! Aiyeee, I went to your journal and it seems like it works velly well! *is happy* With pretty PRETTY COLORRRRRSSS <3 *hugs you and your brilliance*

I'm glad I can be of some help, usually I'm the one asking all the questions *giggles* <3 And can I add that I heaved a happy sigh when I saw your icon? ;)

*tagging this onto every comment* An error in the coding was pointed out to me, so it may interest you to redownload the (corrected) template :) Sorry for the trouble!

(Reply to this) (Parent)


[info]krispies
2005-03-15 01:31 am UTC (link)
I bookmarked this. I'll probably fiddle with it later, after I make myself do some homework. :D

You rock.

(Reply to this) (Thread)


[info]halffling
2005-03-15 09:57 pm UTC (link)
Aw, thank you <33 Am so glad that you're interested in taking a look at the template, though! :D *thwaps evil homework*

*tagging this onto every comment* An error in the coding was pointed out to me, so it may interest you to redownload the (corrected) template :)

(Reply to this) (Parent)(Thread)

(no subject) - [info]krispies, 2005-03-16 04:56 am UTC
(no subject) - [info]halffling, 2005-03-16 05:18 am UTC

[info]herinapotter
2005-03-15 03:52 am UTC (link)
Sure, AFTER I finally figure out how to work my new Opal layout do you post this help. No, only kidding-- thanks so much for this! :D Added to memories.

(Reply to this) (Thread)


[info]halffling
2005-03-15 09:58 pm UTC (link)
LOL *sighs* I suck. Sorry about that, dear! I am in love with your current layout, though, so perhaps it was best that I didn't offer mine until now anyway ;D

*tagging this onto every comment* An error in the coding was pointed out to me, so it may interest you to redownload the (corrected) template :)

(Reply to this) (Parent)


[info]the__tenth
2005-03-15 04:04 am UTC (link)
Wow... I really could have used that like last week when I was re-doing my layout in Opal. *sad* Oh well. *memories* Tis brilliantly helpful, all the same.

(Reply to this) (Thread)


[info]halffling
2005-03-15 09:59 pm UTC (link)
*hugs you* Sorrrry! A couple of people have said the exact same thing to me - I have the worst timing ever *headdesk*

Although thank you so much for your compliments <33 :D *loff*

*tagging this onto every comment* An error in the coding was pointed out to me, so it may interest you to redownload the (corrected) template :)

(Reply to this) (Parent)


[info]pamelajoy
2005-03-15 04:59 am UTC (link)
I'm pretty set on using my current layout but I'm sure I'll get bored with it soon enough. Thanks for the template, I'll definitely be using it soon! <333

(Reply to this) (Thread)


[info]pamelajoy
2005-03-15 05:24 pm UTC (link)
I did notice one thing when I was messing around with the code. When you disable userpics on the recent view your subjects dissappear too. It's not a big deal to me, just giving you a heads up. It may just be Firefox, I didn't try IE.

(Reply to this) (Parent)(Thread)

(no subject) - [info]halffling, 2005-03-15 09:11 pm UTC
(no subject) - [info]pamelajoy, 2005-03-16 01:48 am UTC
(no subject) - [info]halffling, 2005-03-16 04:45 am UTC
(no subject) - [info]halffling, 2005-03-15 09:08 pm UTC

[info]morningstar___
2005-03-16 01:37 am UTC (link)
If I still had a paid account, I'd SO use that layout.

<3 it.

(Reply to this) (Thread)


[info]halffling
2005-03-16 04:45 am UTC (link)
Aw, thank you dear! I wish I could help you in the paid account area *sends you hugs*

<3

(Reply to this) (Parent)

OHMYTEMPLATEGOD (how did the world 'template' get in there? HMM oh well am too excited to care XD)
[info]inevendim
2005-03-16 02:13 am UTC (link)
OH WOW.

I really REALLY REALLY REALLY WISH I didn't have to run off to a lecture right now, but I just have to proclaim this:

You are a GENEROUS GENIUS OF GRAND AND GIANT PROPORTIONS.

I don't know if that even makes sense, but yes. You are so brilliant andandand I love you aaaandandand I really want to try this sooon! <333

*wanders away, still overwhelmed by the Insane Vicky Talent, planning on returning to comment better later and sending many hugs from the now-default crevasse into which she falls every time Vicky does another insanely brilliant thing* XD

<3333333333333

(Reply to this) (Thread)

Re: OHMYTEMPLATEGOD (how did the world 'template' get in there? HMM oh well am too excited to care X
[info]halffling
2005-03-16 04:48 am UTC (link)
HAHAHA. HA. <333

I WISH YOU DIDN'T HAVE TO GO TO LECTURE EITHER! *stabbity* *the lecture, that is*

Gagh, you're too kind! I'm not generous or a genius! XD *stingyyyy* Hehehehee. I loffff youuuuu! I hope you give it a try, but realize that, YOU, m'dear, are my superior (in all senses) and will be able to do something even MORE fantastical than I could EVUR do.

*ties rope around waist and decends down the default-crevasse to rescue the insanely brilliant Mira*

*sings PicasSsssOoOoOoo! all the way down* ;)

(Reply to this) (Parent)


[info]krispies
2005-03-20 06:57 am UTC (link)
Okay. I didn't think I'd have a question, but I do.

How do you make the columns on the side skinnier?

(Reply to this) (Thread)


[info]halffling
2005-03-21 08:17 pm UTC (link)
Yay questions! =)

Actually, I have no idea how to make the columns smaller. I've tried many things, but I still can't figure it out =( Sorry about that, but perhaps you can browse through [info]opal_help or [info]s2styles. I *believe* it has to do with the stylesheet under .columncontent (and that entire section) -- I know you can make the width of the sidebar wider by changing size of the images placed in it.

You can also try editing:
.bodytable {
width:50%;
}
.sidetd {
width:175px;
}

Hmm... another thing I just though of was to add this to your stylesheet:
#sidecolumn {
width:#px;
}

Let me know if any of these work.

(Reply to this) (Parent)


[info]poetrytoprose
2005-03-29 12:35 am UTC (link)
Took and credited. You did such a wonderful job with this. Now my journal looks all spiffy! :D Thanks! <33

(Reply to this) (Thread)


[info]halffling
2005-03-30 08:20 am UTC (link)
Ohhh, thank you so much! Your journal always looked spiffy, so this is quite an honor *hugggggles* So glad you like it! <3

(Reply to this) (Parent)


[info]loverswalk
2005-03-30 06:45 am UTC (link)
Definatley snagging. It is so amazing. You did an awesome job <3.

(Reply to this) (Thread)


[info]halffling
2005-03-30 08:21 am UTC (link)
Oh thank you so much! Am glad you like, so do enjoy! <3

(Reply to this) (Parent)


[info]outpour
2005-03-30 08:56 am UTC (link)
So. Hello there. :D lmfaoo! Okay. I hate asking for help, but I'm scared that if I do anything I'll mess it up. How do you get your default icon at the top instead of an intro? Thanks<3

(Reply to this) (Thread)


[info]halffling
2005-03-30 09:11 pm UTC (link)
Aw, I love questions! Heee. I'm not entirely sure how to do this, as I've never done it myself, but try this and see if it works:

In the copypaste.txt area, find the line where it says:

# $this->lay_print_userpic();

It's a bit after the part where you put your header image, right before print_username and print_header.

Remove the "#" in the front, then move the entire line above the place where it says:

$this->lay_print_sidebar();

Overall, it should look something like this:

<table cellspacing="0" cellpadding="0" border="0" width="650">
<tr><td align="center" valign="top"><img src="http://yoursever.com/blah/headerimage.jpg"></td></tr>
<tr>
<td>
<div align="left" width="100%">
""";
# $this->lay_print_username();
$this->lay_print_header();
"""
<div class="border2">
<div class="border3">
<div class="border4">
<div id="content" align=left>
<table cellspacing="10" cellpadding="0" border="0">
<tr>
<td valign="top" class="sidetd" width="120px">
<div id="sidecolumn" width="140px">
""";
$this->lay_print_userpic();
$this->lay_print_sidebar();
"""
</div>
</td>

Hope that makes sense! Let me know if it doesn't, and I'll redo the template and send it to you.

(Reply to this) (Parent)


[info]livedittwice
2005-04-11 09:43 pm UTC (link)
snagged. thanks so much. might use it, might not. always lovely to have around, definitly will credit you and ignited. <33

(Reply to this) (Thread)


[info]halffling
2005-04-15 06:47 am UTC (link)
Ah, well thank you! <3

(Reply to this) (Parent)


[info]driven
2005-04-12 08:08 pm UTC (link)
haha, wow. it looks like i got an added bonus as being your friend. i was actually looking for tutorials and bam. we should talk sometime on AIM or something :)

(Reply to this) (Thread)


[info]halffling
2005-04-15 06:48 am UTC (link)
LOL! Well, so you did! :) I'm glad I could be of service, and it would be fun to talk on AIM sometime! Hope to see you then.

(Reply to this) (Parent)


Page 1 of 5
<<[1] [2] [3] [4] [5] >>

Create an Account
Forgot your login or password?
Login w/ OpenID
English • Español • Deutsch • Русский…