Edit: solved thanks to
marilla_pm67. Is there a way of having free standing "add to memories", "edit entry", "edit tags" etc. links? I'm working on a future layout and I'd like to have these links somewhere else than in a linkbar. I've already managed to move the "add comment" and "read comments" links, but the others are a mystery. I only have the Entry::
(
Read more... )
Comments 7
Sam
Reply
Unfortunately, I haven't been able to find the template for those links. The only one I have is for the permalink ( $*text_comment_permalink). I tried replacing some elements but it doesn't work.
The rest of the funtion amounts (basically) to this:
var Link link;
var string url;
var string text;
foreach var string link_key ($.link_keyseq) {
$link = $this->get_link($link_key);
$url = $link.url;
$text = $link_caption{$link_key} != "" ? $link_caption{$link_key} : $link.caption;
if (defined $link) {
print safe """
$link->print_raw();
}
}and I haven't managed to select ( ... )
Reply
But to change the text into images that's possible and to 'delete' or make some of them 'not visible' that's possible too :)
Here is the code to change the link into images:
http://www.livejournal.com/customize/advanced/layersource.bml?id=9265575
And here is the code to format the links you want/not want :
http://babytest.livejournal.com/11527.html#cutid1
Any chance to get a view at your theme layer?
Sam
Reply
( ... )
Reply
Leave a comment