Site.BlogIt-SkinTemplate-blix History

Hide minor edits - Show changes to markup

August 11, 2009, at 12:02 AM by daveg -
Changed line 11 from:

(:if auth edit:)edit(:if:)

to:

(:if bi_auth blog-edit:)edit(:if:)

Changed lines 58-59 from:

(:if [ auth admin && equal {=$:commentapproved} false ] :) - (:if:)(:if auth admin:)edit(:if:)\\

to:

(:if [ bi_auth comment-approve && equal {=$:commentapproved} false ] :) - (:if:)(:if bi_auth blog-edit:)edit(:if:)\\

August 10, 2009, at 03:56 AM by 127.0.0.1 -
Changed lines 6-7 from:

(:if1 !{(bi_isnull '{$$entryauthor}')}:)(:if2 exists {$bi_AuthorGroup}.{$$entryauthor}:)(:else2:){$$entryauthor}(:if2:)(:if1:)(:if !{(bi_isnull '{$$entrytags}')}:)(:if:)\

to:

(:if1 !bi_isnull {$$entryauthor}:)(:if2 exists {$bi_AuthorGroup}.{$$entryauthor}:)(:else2:){$$entryauthor}(:if2:)(:if1:)(:if !bi_isnull {$$entrytags}:)(:if:)\

Changed line 56 from:

(:if [ equal "{$bi_LinkToCommentSite}" "true" && !{(bi_isnull '{=$:website}')} ] :){=$:commentauthor}?(:else:){=$:commentauthor}(:if:) \

to:

(:if [ equal "{$bi_LinkToCommentSite}" "true" && !bi_isnull {=$:website} ] :){=$:commentauthor}?(:else:){=$:commentauthor}(:if:) \

August 10, 2009, at 02:48 AM by 127.0.0.1 -
Changed line 24 from:

(:includesection "#meta-data entrydate={=$:entrydate} comments={=$:entrycomments} page={=$Name} group={=$Group} entryauthor='{=$:entryauthor}' entrytags='{=$:entrytags}' ":)

to:

(:includesection "#meta-data entrydate={=$:entrydate} comments={=$:entrycomments} page={=$Name} group={=$Group} entryauthor='{(bi_encode '{=$:entryauthor}')}' entrytags='{(bi_encode '{=$:entrytags}')}' ":)

Changed line 35 from:

(:includesection "#meta-data entrydate={*$:entrydate} comments={*$:entrycomments} page={*$Name} group={*$Group} entryauthor='{*$:entryauthor}' entrytags='{*$:entrytags}' ":)

to:

(:includesection "#meta-data entrydate={*$:entrydate} comments={*$:entrycomments} page={*$Name} group={*$Group} entryauthor='{(bi_encode '{*$:entryauthor}')}' entrytags='{(bi_encode '{*$:entrytags}')}' ":)

August 10, 2009, at 02:31 AM by 127.0.0.1 -
Changed lines 6-7 from:

(:if1 !equal "{$$entryauthor}" "":)(:if2 exists {$bi_AuthorGroup}.{$$entryauthor}:)(:else2:){$$entryauthor}(:if2:)(:if1:)(:if !equal "{$$entrytags}" "":)(:if:)\

to:

(:if1 !{(bi_isnull '{$$entryauthor}')}:)(:if2 exists {$bi_AuthorGroup}.{$$entryauthor}:)(:else2:){$$entryauthor}(:if2:)(:if1:)(:if !{(bi_isnull '{$$entrytags}')}:)(:if:)\

Changed line 56 from:

(:if [ equal "{$bi_LinkToCommentSite}" "true" && !equal "{=$:website}" "" ] :){=$:commentauthor}?(:else:){=$:commentauthor}(:if:) \

to:

(:if [ equal "{$bi_LinkToCommentSite}" "true" && !{(bi_isnull '{=$:website}')} ] :){=$:commentauthor}?(:else:){=$:commentauthor}(:if:) \

Blix theme adapted by David Gilbert, powered by PmWiki