Livejournal
Log in
Post
Friends
My journal
brasaremean
in
s2flexisquares
entry userpic
Nov 05, 2006 18:56
heya there. i need help, yet again.
i want the entry userpic on my friends page to lead to the allpics page.
here
's my layer and here's the
layout
(friends view).
thanx in advance.
entry usericon and username
Leave a comment
Comments 1
kunzite1
November 6 2006, 07:40:48 UTC
# Userpic
var string userpic = "";
if ($*show_entry_userpic) {
if ($p.view == "friends" or $p.view == "entry") {
if (defined $e.userpic) {
$userpic = $userpic + """
(
...
)
Reply
Leave a comment
Up
Comments 1
# Userpic
var string userpic = "";
if ($*show_entry_userpic) {
if ($p.view == "friends" or $p.view == "entry") {
if (defined $e.userpic) {
$userpic = $userpic + """
( ... )
Reply
Leave a comment