Re: Try this?

Date: 2009-05-13 02:27 am (UTC)
rosefox: Green books on library shelves. (Default)
From: [personal profile] rosefox
Yep, Smooth Sailing is there. [personal profile] adrenaline, if you still have trouble with it, looks like the relevant block of code is function Entry::lay_print_subjectline, specifically this bit:

          """</span><span class="entryHeaderSubject">""";
          if ($p.view=="entry") {
            print (defined $.security_icon?" - $.security_icon":"");
          }else{
            print (defined $.security_icon or $.subject!=""?" - ":"")+(defined $.security_icon?"$.security_icon ":"")+($.subject==""?"":"$.subject");
          }
          """</span>""";


That specifically says that if you're in "entry" view, it only prints the security icon and no subject. Change it to

          """</span><span class="entryHeaderSubject">""";
          print (defined $.security_icon or $.subject!=""?" - ":"")+(defined $.security_icon?"$.security_icon ":"")+($.subject==""?"":"$.subject");
          """</span>""";


and you should be all set.
This account has disabled anonymous posting.
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting

Profile

Dreamwidth style system discussion

June 2025

S M T W T F S
1234567
891011121314
15161718 1920 21
22232425262728
29 30     

Style Credit

Expand Cut Tags

No cut tags
Page generated Jul. 2nd, 2025 08:32 pm
Powered by Dreamwidth Studios