Sidebar/User Icon issues

Feb 10, 2007 19:32

Oh, people. Someone help me, because I am confused and useless ( Read more... )

sidebar:profile:user icon, $acct level:paid or perm, sidebar:placement

Leave a comment

Comments 14

mygothangel February 10 2007, 20:17:10 UTC
did you make the layer visible? the link gives me an error message...

anyway, the code in the entry you mentioned works (I did it, too)
just copy the whole code in the box in the first comment to your theme layer - if you don't to change anything, it will work

Reply

oh_mumble February 10 2007, 20:51:52 UTC
::facepalm:: Like I said, I'm useless at this. The layer is visible now!

Hum. I've put the code into my layer and it's still not working; any ideas?

Reply


mygothangel February 10 2007, 20:33:10 UTC
Question 2 ( ... )

Reply

oh_mumble February 10 2007, 20:53:56 UTC
Yay, got the sidebar switched! Thank you!!!

Hum. I've c/p'ed the code, but the links are still there.

Reply

mygothangel February 10 2007, 21:01:37 UTC
for the "powered by" find those lines and delete them:

# Put poweredby and designedby modules last
#$*sidebar_secondary[size($*sidebar_secondary)] = ["poweredby"];
#$*sidebar_secondary[size($*sidebar_secondary)] = ["designedby", $*base_theme];

Reply

mygothangel February 10 2007, 21:13:24 UTC
only wild guessing now, because the way I did it worked on two journals...

change the beginning of your layer from:

layerinfo "type" = "theme";
layerinfo "name" = "apple";
set base_theme = "endless-summer-brown";
layerinfo "source_viewable" = 1;

to:

layerinfo "source_viewable" = 1;
layerinfo "type" = "theme";
layerinfo "name" = "apple";
layerinfo "redist_uniq" = "voxhtml/endless-summer-brown";
set base_theme = "endless-summer-brown";

sorry, but I don't understand enought of it to see any reason why it shouldn't work...

Reply


(The comment has been removed)

mygothangel February 10 2007, 21:49:55 UTC
humm, such an easy solution...
still don't understand why it works on the two journals where I did it.. LOL

Reply

oh_mumble February 10 2007, 22:10:31 UTC
Okay, I get this error when I c/p that coding in:

S2 Compiler Output at Sat Feb 10 22:09:06 2007
Error compiling layer:

Compile error: line 134, column 1: Unexpected token parsing statement block
S2::NodeStmtBlock, S2/NodeStmtBlock.pm, 46
S2::NodeFunction, S2/NodeFunction.pm, 104
S2::Layer, S2/Layer.pm, 58
S2::Compiler, S2/Compiler.pm, 27

Context

130: if ($*control_strip_linkcolor.as_string == "") {
131: $*control_strip_linkcolor = $*theme_linkcolor;
132: }
133:
134: .designed-widget {
135: display: none;
136: }
137:
138: .powered-widget {

Thing means nothing to me :(

Reply

(The comment has been removed)


Leave a comment

Up