r9 - 12 Sep 2008 - 12:11:59 - PeterSykoraYou are here: CWiki >  Blogs Web > TopicFunction > RenderBlogComment

Function: RenderBlogComment

Render a single BlogComment

Note, the use of hardcoded rights in REDDOT{grant="..."} in the "format" section below as long as the RedDotPlugin does not support TWikiGroups natively. Replace it with your main BlogAuthor or remove the grant="..." completely to allow guests to get reddots to their comments.

see also: RenderDocNavigation

Parameters

Implementation

Main

%STARTINCLUDE%
%~~ DBCALL{"RenderDocNavigation" 
~~~   NAME="%NAME%" 
~~~   WHERE="BlogRef='%DBQUERY{topic="%NAME%" format="$formfield(BlogRef)"}%'"
~~~   ORDER="created"
~~~ }%
%~~ DBQUERY{topic="%NAME%" 
~~~  format="
*~~     <div class=\"BlogRef\">
~~~     %STOPALIASAREA%$n<noautolink>
~~~        <h3>Zu 
~~~            <a href=\"$percntSCRIPTURLPATH{\"view\"}$percnt/$web/$expand(BlogRef)\" 
~~~              title=\"link to <nop>$expand(BlogRef)\">
~~~              \"$expand(@BlogRef.Headline or BlogRef)\"
~~~              <span class=\"blogDate\">
~~~                ($formatTime(@BlogRef.createdate, '$day, $mon $year'))
~~~              </span>
~~~            </a>
~~~        </h3>
~~~     </noautolink>$n%STARTALIASAREA%$n
~~~     </div>
~~~     <div class=\"blogComment\">
~~~     %DBCALL{"%TOPIC%" section="format"}%
~~~     </div>"
~~~ }% 
%~~ DBCALL{"RenderDocNavigation" 
~~~   NAME="%NAME%" 
~~~   WHERE="BlogRef='%DBQUERY{topic="%NAME%" format="$formfield(BlogRef)"}%'"
~~~   ORDER="created"
~~~ }%
%STOPINCLUDE%

Format

%STARTSECTION{"format"}%
*~~ <h3 style=\"margin-bottom:0px;padding-bottom:0px;font-size:120%;\">
~~~   <a name=\"$topic\"></a><a name=\"$expand(Nr)\"></a>
~~~   <span class=\"blogCommentNr\">$expand(Nr)</span>
~~~   $percntIFDEFINEDTHEN{\"$expand(Url)\"}$percnt
~~~     [[$test][$expand(Name)]] 
~~~     <a href=\"$percntSCRIPTURLPATH{\"view\"}$percnt/$web/$topic\"
~~~        title=\"link to <nop>$topic\">
~~~   $percntELSEDEFINED$percnt
~~~      $percntCALC{
~~~        \"$dollarIF($dollarEXISTS(%MAINWEB%.$expand(Name)),
~~~          [[%MAINWEB%.$expand(Name)][$expand(Name)]] 
~~~          <a href=\\"$percntSCRIPTURLPATH{\"view\"}$percnt/$web/$topic\\"
~~~             title=\\"link to <nop>$topic\">,
~~~          <a href=\\"$percntSCRIPTURLPATH{\"view\"}$percnt/$web/$topic\\"
~~~             title=\\"link to <nop>$topic\\">$expand(Name))\"
~~~      }$percnt
~~~   $percntFIDEFINED$percnt
~~~   <span class=\"blogDate\">
~~~     antwortete 
~~~     $percntTIMESINCE{
~~~        from=\"$expand(@BlogRef.createdate)\"
~~~        to=\"$expand(createdate)\"
~~~        format=\"$time später\"
~~~        null=\"immediately\"
~~~      }$percnt
~~~   </span></a>
*~~   $percntREDDOT{\"$web.$topic\" grant=\"Main.PeterSykora\"}$percnt 
~~~ </h3>$n
~~~ $n
~~~    $percntIFDEFINEDTHEN{\"$expand(Headline)\" glue=\"off\"}$percnt$n
~~~       <h4>$test</h4>$n
~~~    $percntFIDEFINED$percnt$n
~~~ %STARTALIASAREA%$n
~~~ <div class=\"blogCommentText\">$n
~~~    $expand(Text)
~~~    &#8230;<p>&nbsp;
*~~   $percntIFDEFINEDTHEN{\"$percntATTACHMENTS{\"$topic\"}$percnt\"}$percnt
*~~   <h2>Fotos</h2>$percnt$nopIMAGEGALLERY{columns=\"3\" topic=\"$topic\"}$percnt
*~~   $percntFIDEFINED$percnt
*~~   <a href=\"$percntSCRIPTURLPATH{\"view\"}$percnt/$web/$topic#bottomComment\"
~~~      title=\"comment on <nop>$topic\">Antworten</a></p>
~~~ </div>$n
~~~ %STOPALIASAREA%$n
*~~ 
%ENDSECTION{"format"}%

Test

GeorgB »

1 PeterSykora antwortete 2 Tage(n), 23 Stunden später

Hallo Georg,

da hätten wir uns ja fast treffen können, wir waren genau 1 Tag vorher in der AlmbachklammCanyon. Aber ich find die Wasserqualität war nur am Anfang nicht so toll, dann war ich eher positiv überrascht, siehe http://canyon.carto.net/cwiki/bin/view/Canyons/AlmbachklammCanyonFotos080911065930?id=1&filename=IMGP1032.JPG#igp1

Danke übrigens auch für deine vielen Canyonbeschreibungen aus Slowenien!

Ciao Peter …

 Antworten

GeorgB »

Calls to 'RenderBlogComment'

Edit | WYSIWYG | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r9 < r8 < r7 < r6 < r5 | More topic actions
 
CWiki
Copyright © 1999-2012 by the contributing authors. All material on this collaboration platform is the property of the contributing authors. Ideas, requests, problems regarding CWiki? Send feedback.