How to remove no follow attributes? I think there is three Can anyone help? here, http://www.blogengage.com/story.php?title=libertarian-environmentalism and here, http://www.blogengage.com/upcoming.php <div class="{if $link_shakebox_index eq 0}alt1_first{elseif $link_shakebox_index % 2}alt2{else}alt1{/if} clearfix"> <ul> <li class="columns submitter">{if $UseAvatars neq "0"}<a href="{$submitter_profile_url}"><img src="{$Avatar_ImgSrc}" height="30" width="30" alt="{$link_submitter} avatar" /></a>{/if}</li> <li class="columns title"> <h2> {checkActionsTpl location="tpl_pligg_story_title_start"} {if $use_title_as_link eq true} {if $url_short neq "http://" && $url_short neq "://"} <a href="{$url}"{if $open_in_new_window eq true} target="_blank"{/if}{if $story_status neq "published"} rel="nofollow"{/if}>{$title_short}</a> {else} <a href="{$story_url}"{if $open_in_new_window eq true} target="_blank"{/if}>{$title_short}</a> {/if} {else} {if $pagename eq "story" && $url_short neq "http://" && $url_short neq "://"} <a href="{$url}"{if $open_in_new_window eq true} target="_blank"{/if}{if $story_status neq "published"} rel="nofollow"{/if}>{$title_short}</a> {else} <a href="{$story_url}">{$title_short}</a> {/if} {/if} {checkActionsTpl location="tpl_pligg_story_title_end"} </h2> <div class="meta small_font"> <span class="list_more"><a href="{$story_url}">Read More</a></span> <span class="sharethis"><span class="bullet"> • </span> <a href="javascript://" onclick="show_hide_user_links(document.getElementById('share_this-{$link_shakebox_index}'));">Share This </a></span> {if $story_comment_count eq 0}<span class="discuss"><span class="bullet"> • </span> <a href="{$story_url}#discuss">{#PLIGG_MiscWords_Discuss#}</a> <span class="bullet"> • </span></span>{/if} {if $story_comment_count eq 1}<span class="discuss"><span class="bullet"> • </span> <a href="{$story_url}#comments">{$story_comment_count} {#PLIGG_MiscWords_Comment#}</a> <span class="bullet"> • </span></span>{/if} {if $story_comment_count gt 1}<span class="discuss"><span class="bullet"> • </span> <a href="{$story_url}#comments">{$story_comment_count} {#PLIGG_MiscWords_Comments#}</a> <span class="bullet"> • </span></span>{/if} {if $url_short neq "http://" && $url_short neq "://"} <a href="{$url}"{if $open_in_new_window eq true} target="_blank"{/if}{if $story_status neq "published"} rel="nofollow"{/if}>{$url_short} <img src="{$my_pligg_base}/templates/{$the_template}/images/icons/link.png" alt="" /></a> {else} {$No_URL_Name} {/if} </div> </li> <li class="columns vote"> {checkActionsTpl location="tpl_pligg_story_votebox_start"} <ul> <li class="votes"><a id="xvotes-{$link_shakebox_index}" href="javascript:{$link_shakebox_javascript_vote}">{$link_shakebox_votes}</a></li> <li id="xvote-{$link_shakebox_index}"> <ul> <li> {if $link_shakebox_currentuser_votes eq 0 && $link_shakebox_currentuser_reports eq 0} <a href="javascript:{$link_shakebox_javascript_vote}"><img src="{$my_pligg_base}/templates/{$the_template}/images/vote_vote.png" alt="{#PLIGG_Visual_Vote_For_It#}" /></a> {else} {if $link_shakebox_currentuser_reports neq 0} <img src="{$my_pligg_base}/templates/{$the_template}/images/vote_buried.png" alt="{#PLIGG_Visual_Vote_Report#}" /> {else} {if $pagename eq "user" && $user_logged_in neq $link_submitter} <a href="javascript:{$link_shakebox_javascript_unvote}"><img src="{$my_pligg_base}/templates/{$the_template}/images/vote_unvote.png" alt="{#PLIGG_Visual_Unvote_For_It#}" /></a> {else} <img src="{$my_pligg_base}/templates/{$the_template}/images/vote_voted.png" alt="{#PLIGG_Visual_Vote_Cast#}" /> {/if} {/if} {/if} </li> <li> {if $link_shakebox_currentuser_votes eq 0 && $link_shakebox_currentuser_reports eq 0} <a href="javascript:{$link_shakebox_javascript_report}"><img src="{$my_pligg_base}/templates/{$the_template}/images/vote_bury.png" alt="{#PLIGG_Visual_Vote_Bury#}" /></a> {else} <img src="{$my_pligg_base}/templates/{$the_template}/images/vote_buried_down.png" alt="{#PLIGG_Visual_Vote_Bury#}" /> {/if} </li> </ul> </li> </ul> {checkActionsTpl location="tpl_pligg_story_votebox_end"} </li> </ul> </div> Code (markup):
Are you serious? Just find and replace rel="nofollow" with rel="dofollow" Is there something I'm missing?
Yes, the fact that there is NO attribute rel="dofollow". All he has to do is remove the nofollow attribute.