Tweak

InsaneJournal

Tweak says, "I paddled home with my tongue."

Username: 
Password:    
Remember Me
  • Create Account
  • IJ Login
  • OpenID Login
Search by : 
  • View
    • Create Account
    • IJ Login
    • OpenID Login
  • Journal
    • Post
    • Edit Entries
    • Customize Journal
    • Comment Settings
    • Recent Comments
    • Manage Tags
  • Account
    • Manage Account
    • Viewing Options
    • Manage Profile
    • Manage Notifications
    • Manage Pictures
    • Manage Schools
    • Account Status
  • Friends
    • Edit Friends
    • Edit Custom Groups
    • Friends Filter
    • Nudge Friends
    • Invite
    • Create RSS Feed
  • Asylums
    • Post
    • Asylum Invitations
    • Manage Asylums
    • Create Asylum
  • Site
    • Support
    • Upgrade Account
    • FAQs
    • Search By Location
    • Search By Interest
    • Search Randomly
From:shortcipher[info]shortcipher (********@boyle.name)
Account type:Permanently Insane
InsaneJournal:username: [info]shortcipher
style: (S2) core: public, i18n: user, i18nc: user, layout: public, theme: user, user: user,
email validated? yes
cluster: 2; data version: 8
scheme: worksafedropdown; language: en_IJ
underage? no
Support category:Customization [previous|next]
Time posted:Thu, 12 Feb 2009 12:00:02 GMT (45 weeks ago)
Status:answered (still needs help)
Summary:S2 layer source appears blank
Original Request:
I'm using layer 37370 on my journal, and I want to make a minor change to it. I went to http://www.insanejournal.com/customize/advanced/layers.bml and clicked Edit, and the editor is blank. Likewise from http://www.insanejournal.com/customize/advanced/layerbrowse.bml?id=37370 the Raw Source and Syntax Highlighted source are both blank. The layer still seems to be present somehow, because it's rendering just fine on my journal http://shortcipher.insanejournal.com/ (note the linking in the Music fields, for example).
Diagnostics: Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.9.0.6) Gecko/2009020911 Ubuntu/8.10 (intrepid) Firefox/3.0.6
highlander_ii[info]highlander_ii - Highlander II
Answer (#12568)
Posted: Thu, 12 Feb 2009 16:00:37 GMT (45 weeks ago)

When you added the customization, did you create the layer yourself or did you add code in the 'Customize Journal Style' section of the Journal Customization pages or link to an external style sheet?

Typically, new code should not be added to a 'user layer', but to a 'theme layer' if it is meant to alter the style of the journal and you've created the layer yourself.

If you added the custom CSS via the Journal Customization pages, you should edit the CSS there or in the style sheet.

If you created the layer yourself, you may need to recreate it as a 'theme layer' and delete the 'user layer' in order to be able to make future updates.

shortcipher[info]shortcipher - Chris Boyle
Comment (#12578)
Posted: Fri, 13 Feb 2009 07:31:19 GMT (45 weeks ago)

It is a theme layer (as you can see from the layerbrowse URL above), which I created myself using the layer editor, by writing S2 code for the print_entry function that you can see listed at the layerbrowse URL.

prozacnation[info]prozacnation - The Color #9900FF
Comment (#12581)
Posted: Fri, 13 Feb 2009 13:15:52 GMT (45 weeks ago)

Unfortunately we are not authorized to view this layer.

shortcipher[info]shortcipher - Chris Boyle
Comment (#12585)
Posted: Fri, 13 Feb 2009 20:15:53 GMT (45 weeks ago)

I don't see an option to make the layer public, or anything in the FAQ about that. Perhaps it can be done with some code in the layer itself, but pressing Save when the editor is blank doesn't sound like a good idea to me. :-) At this point I'd just like to retrieve the S2 source if at all possible. Here's hoping someone for whom layer permissions don't matter can look at this.

highlander_ii[info]highlander_ii - Highlander II
Answer (#12618)
Posted: Sat, 14 Feb 2009 20:10:46 GMT (45 weeks ago)

Below is the information that will make the layer public:

By default, your S2 layers are privately owned and viewable only by you. If you want to make the source code of a layer available to others, you will need to add the following line near the top of the layer code:

        layerinfo source_viewable = 1;

Public layers can be incorporated into any Paid account's custom S2 style, providing the user knows the layer ID number. To make a layer public, add the following line near the top of the layer code:

        layerinfo is_public = 1;



Alternatively, can you take a screenshot of the layer code box the way it looks to you so Support can attempt to troubleshoot?

shortcipher[info]shortcipher - Chris Boyle
Comment (#12646)
Posted: Sun, 15 Feb 2009 23:22:33 GMT (45 weeks ago)

Screenshots at http://chris.boyle.name/images/20090215-layeredit.png and http://chris.boyle.name/images/20090215-layerbrowse.png - note that layerbrowse shows a print_entry function, which is missing along with everything else in layeredit.

As for adding layerinfo lines, as I said, I'm reluctant to press Save while the editor is blank (or blank apart from layerinfo lines), unless you can specifically reassure me that this will somehow not lose what is left of my layer (I don't see how it could be safe).

shortcipher[info]shortcipher - Chris Boyle
Comment (#12682)
Posted: Wed, 18 Feb 2009 17:12:28 GMT (44 weeks ago)

Hmm, I wonder how long this has been broken; here's a seemingly identical ticket from 19 Sep 2008: http://www.insanejournal.com/support/see_request.bml?id=2808

highlander_ii[info]highlander_ii - Highlander II
Answer (#12718)
Posted: Sat, 21 Feb 2009 16:26:39 GMT (44 weeks ago)

Are you able to view the raw source code using the link on the layerbrowse page? That would give you the source code to enter in the edit screen.

If the data is not there, please reply to this message for additional help.

shortcipher[info]shortcipher - Chris Boyle
Comment (#12762)
Posted: Tue, 24 Feb 2009 09:24:04 GMT (44 weeks ago)

As I said in my initial message, the raw source and syntax highlighted source are both blank as well.

prozacnation[info]prozacnation - The Color #9900FF
Answer (#14246)
Posted: Mon, 20 Jul 2009 12:43:20 GMT (23 weeks ago)

We apologize for the inconvenience.

Is this still happening after the servers have been moved?

shortcipher[info]shortcipher - Chris Boyle
Comment (#14254)
Posted: Mon, 20 Jul 2009 13:04:16 GMT (23 weeks ago)

Yes, the source for that layer is still completely missing/blank. I checked by all of the methods mentioned in my original request. layerbrowse.bml still shows the presence of a print_entry function and the layer is still rendering fine on my journal.

Post a comment or solution:

You must login to help people out.
Go to: previous open request, next open request
Back to the list of open requests.
Back to the support area.

Home | Site Map | Manage Account | TOS | Privacy | Support | FAQs