I used this on one of my old Opal layouts, and I'd love to use it on one of my new Boxer ones, but I can't figure out where the Entry::print_metadata() is or what to do with all the coding. :/
i provided a link to another entry i made just minutes before this one that has function overrides for functions that deal with printing of entries.
the boxer layout has many things inside print_entry() that could be pulled out. like the metadata, comment links, and linkbar.
so. compare your version of print_entry() with the one in the previous entry. and then make sure you've got $e->print_metadata(); in it. then it'll call Entry::print_metadata(). if you have the code in this entry for your definition of Entry::print_metadata() you should get something similar to your desired effect.
those users who just copy and paste and don't read bug me. s2 is a programming language. you should at least have a small sense of how it works before you go asking questions when the code is right there for you
( ... )
I'm sorry to have annoyed you, but thank you for your help. Like you said, it is very hard to learn S2, and requires a lot of time, which I haven't had a whole lot of lately.
The only thing that really had me confused was the connection between the two pieces of code, but I think you explained that in your comment.
Again, I'm sorry that I annoyed you, I completely understand where you're coming from. But hey, we all have to start learning somehow, right?
Thanks a ton for the code. It works great except I don't want the tags to show below Mood and Music (I already have them showing at the top of my posts). How do I edit this code to get rid of the tags?
These codes are awesome, they worked like a charm. But I'd like to change the font size and move all the meta down a row or two away from my entry. Could you help me with this?
Comments 16
Reply
i provided a link to another entry i made just minutes before this one that has function overrides for functions that deal with printing of entries.
the boxer layout has many things inside print_entry() that could be pulled out. like the metadata, comment links, and linkbar.
so. compare your version of print_entry() with the one in the previous entry. and then make sure you've got $e->print_metadata(); in it. then it'll call Entry::print_metadata(). if you have the code in this entry for your definition of Entry::print_metadata() you should get something similar to your desired effect.
those users who just copy and paste and don't read bug me. s2 is a programming language. you should at least have a small sense of how it works before you go asking questions when the code is right there for you ( ... )
Reply
The only thing that really had me confused was the connection between the two pieces of code, but I think you explained that in your comment.
Again, I'm sorry that I annoyed you, I completely understand where you're coming from. But hey, we all have to start learning somehow, right?
Reply
several people who were utterly confused when they started eventually got the hang of it.
unfortunately, there are others who are still completely lost.
if i answered your question, awesome.
if not, ask again and i'll see if i can explain it better.
Reply
Thanks a ton for the code. It works great except I don't want the tags to show below Mood and Music (I already have them showing at the top of my posts). How do I edit this code to get rid of the tags?
Hope you can help, thanks so much.
Reply
Reply
Reply
Reply
Reply
Reply
.metadata {
font-size: 7pt;
padding-top: 10px;
}
Reply
Reply
( ... )
Reply
Reply
Leave a comment