#################################### # LINKLIST IN SCROLLBOX # # kunzite1, component-help/270309 # # overrides Page::print_linklist() # #################################### function Page::print_linklist() { var string height = "200px"; # height of component var int count = 0; var string return = ""; var string compBR = """<div class="medLine">""" + """<img src="$*SITEROOT/palimg/component/clear.gif" width="1" height="1" alt="" border="0" />""" + """</div>""" + """<div class="ltLine">""" + """<img src="$*SITEROOT/palimg/component/clear.gif" width="1" height="1" alt="" border="0" />""" + """</div>\n"""; if (size $.linklist <= 0) { return; } elseif (not $*linklist_support) { return; } var bool section_open = false; $return = $return + """<div id="Layer1" style="position:relative; height:$height; z-index:1; overflow: auto;">"""; foreach var UserLink l ($.linklist) { $count = $count + 1; if ($l.title) { if ($l.is_heading) { if ($section_open) { $return = $return + "<br />"; } $return = $return + """<span style="font-weight: bold;">$l.title</span>$compBR"""; $section_open = true; } else { $return = $return + """<a href="$l.url">$l.title</a>"""; if($count < size($.linklist)){ $return = $return + $compBR; } } } } $return = $return + """</div>"""; """$return"""; }
linklist in scrollbox
-
Hiding Share (tell_friend) Icon from Linkbar and Separating Entry Icon from Entry Text
Hi, I've never posted on here before but I am wondering how to Hide the "Share" (tell_friend) Icon from Linkbar, it's the big plus sized icon and it…
-
What Did LJ's Userhead Code Change To?
LJ must have changed the code for their userhead because now the LJ userhead is overlapping my custom image. Can anyone tell me what I need to change…
-
Ok, I'm no CSS expert...
...but I simply changed my sidebar from the right to the left and it doesn't appear 'wrong' when you go to read comments. The only problem is, I'd…
-
Hiding Share (tell_friend) Icon from Linkbar and Separating Entry Icon from Entry Text
Hi, I've never posted on here before but I am wondering how to Hide the "Share" (tell_friend) Icon from Linkbar, it's the big plus sized icon and it…
-
What Did LJ's Userhead Code Change To?
LJ must have changed the code for their userhead because now the LJ userhead is overlapping my custom image. Can anyone tell me what I need to change…
-
Ok, I'm no CSS expert...
...but I simply changed my sidebar from the right to the left and it doesn't appear 'wrong' when you go to read comments. The only problem is, I'd…
← Ctrl ← Alt
Ctrl → Alt →
← Ctrl ← Alt
Ctrl → Alt →