Leave a comment

Comments 11

geisha_doll June 9 2006, 07:31:39 UTC
Oh this is Geek Sexy love. Woo hoo. Thank you :)

Reply

kunzite1 June 9 2006, 07:33:05 UTC
do you follow the logic here? it basically uses TagsPage as a canvas since it doesn't have much to begin with anyway.

Reply

geisha_doll June 9 2006, 07:35:54 UTC
Yes, I was hoping for that! Totally follow that logic. Get the page that has the least amount of stuff and use that as your base. So sweet. :)

Reply

kunzite1 June 9 2006, 07:37:01 UTC
excellent! :D

have at it. totally interested in seeing what you come up with.

Reply


I do know how to escape :x camomiletea August 22 2006, 00:09:35 UTC
Why are there squiggly brackets around adjust in this line?

$content = $content + """ $t.name """;

Reply

Re: I do know how to escape :x kunzite1 August 22 2006, 04:44:31 UTC
ahh. that makes it so that the % is not part of the variable name.

consider the following:
var int size = 10;
print "moo";it'd be much easier to type it as:
var int size = 10;
print "moo";so. it isolates the name. you can also do it with properties:
print "moo";

Reply


scotchsour December 19 2007, 16:52:42 UTC
Hi, I'm trying this out and keep coming up with errors in the theme layer if I try to add a table with images.

# "one" page content
if($page == "one") {
#

"putting table with images here";

#

Am I putting it in the wrong space or just plainly doing this wrong?

Reply


Leave a comment

Up