Re: remove comment author URL

lemon <[email protected]> Sun, 24 Dec 2017 00:46:31 -0800 (PST)
Newsgroups gmane.comp.web.blogger.api
Message-ID <[email protected]>
maybe there are more than 1 existence of that line in your template.. the 
actual line that you want to edit

On Saturday, December 16, 2017 at 12:19:39 PM UTC+7, 
[email protected] wrote:
>
> I tried modifying the following code in my theme by replacing the 13th 
> line (marked with a *) with <data:comment.author/>
> Unfortunately, that had no effect.
>
>       <div expr:id='data:widget.instanceId + 
> &quot;_comments-block-wrapper&quot;'>
>         <dl expr:class='data:post.avatarIndentClass' id='comments-block'>
>           <b:loop values='data:post.comments' var='comment'>
>             <dt expr:class='&quot;comment-author &quot; + 
> data:comment.authorClass' expr:id='data:comment.anchorName'>
>               <b:if cond='data:comment.favicon'>
>                 <img expr:src='data:comment.favicon' height='16px' 
> style='margin-bottom:-2px;' width='16px'/>
>               </b:if>
>               <a expr:name='data:comment.anchorName'/>
>               <b:if cond='data:blog.enabledCommentProfileImages'>
>                 <data:comment.authorAvatarImage/>
>               </b:if>
>               <b:if cond='data:comment.authorUrl'>
> *                <a expr:href='data:comment.authorUrl' 
> rel='nofollow'><data:comment.author/></a>
>               <b:else/>
>                 <data:comment.author/>
>               </b:if>
>               <data:commentPostedByMsg/>
>             </dt>
>             <dd class='comment-body' expr:id='data:widget.instanceId + 
> data:comment.cmtBodyIdPostfix'>
>               <b:if cond='data:comment.isDeleted'>
>                 <span class='deleted-comment'><data:comment.body/></span>
>               <b:else/>
>                 <p>
>                   <data:comment.body/>
>                 </p>
>               </b:if>
>             </dd>
>             <dd class='comment-footer'>
>               <span class='comment-timestamp'>
>                 <a expr:href='data:comment.url' title='comment permalink'>
>                   <data:comment.timestamp/>
>                 </a>
>                 <b:include data='comment' name='commentDeleteIcon'/>
>               </span>
>             </dd>
>           </b:loop>
>         </dl>
>       </div>
>
>
> On Wednesday, December 13, 2017 at 11:57:05 PM UTC-5, 
> [email protected] wrote:
>>
>> I'd like to remove the link to the comment author URLs on the comment 
>> author names for all comments on my blogger blog.  I've found several sites 
>> claiming to have solutions, but none seem to work.  It seems that my 
>> attempts to edit my blog's them get overridden somehow.  Is there a way to 
>> do this?  Thanks.
>>
>

-- 
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/bloggerdev.
For more options, visit https://groups.google.com/d/optout.