I can't seem to find any mention of adding a button/link under the component boxes in the tutorials.
Am I not looking in the right part of the tutorials? Or using the wrong term? Could someone please shove me in the right direction?
Thanks.
~edit~
I was hoping for this ~>
![](http://img.photobucket.com/albums/v734/DaCookie/LJ%20Hosting/sm_banner.gif)
(
Read more... )
Comments 6
The easiest way to do it, either way, is to edit a component, and just add whatever goes beneath the component after "print_comp_footer();"
For instance:
function print_profile(Page p) {
print_comp_header($*profile_text);
"""""";
if (defined $p.journal.default_pic) {
"""
( ... )
Reply
Thank you.
Was I looking for the wrong thing? I really am trying to understand, but I'm not much of a geekgrrl.
Reply
If you want it at the very bottom of your entire page, you'll have to edit the page_layout function, which is much more complicated.
Reply
Reply
Copied without end-slashes from an uber-helpful comment from kunzite1:
http://stat.livejournal.com/palimg -> $*PALIMGROOT
http://stat.livejournal.com/img -> $*IMGDIR
http://www.livejournal.com -> $*SITEROOT
Reply
Thank you so much, sweetie. If I can wrap my small non-geek brain around that, I'll give it a go.
Reply
Leave a comment