묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
익명게시판을 쓰려고 하는데요
2011.09.08 15:41
바치웹 메모출력 위젯을 이용해서 닉네임이 익명으로 나타나도록 하려고 합니다.
닉네임은 멍멍이, 야옹이처럼 하나로 통일시킬거구요..
아래의 코드를 어떻게 변경시켜야 하나요? 꼭좀 도와주세요~~
<!--@if($widget_info->display_author!='N')-->
닉네임은 멍멍이, 야옹이처럼 하나로 통일시킬거구요..
아래의 코드를 어떻게 변경시켜야 하나요? 꼭좀 도와주세요~~
<!--@if($widget_info->display_author!='N')-->
<span class="bachiname">
<!--@if(!$oDocument->getMemberSrl())-->
<span class="author">
<!--@if($oDocument->isExistsHomepage())-->
<a href="{$oDocument->getHomepageUrl()}" onclick="window.open(this.href);return false;">{$oDocument->getNickName()}</a>
<!--@else-->
{$oDocument->getNickName()}
<!--@end-->
</span>
<!--@else-->
<span class="author"><span class="member_{$oDocument->get('member_srl')}">{$oDocument->getNickName()}</span>
</span>
<!--@end-->
</span>
<!--@end-->