Does anyone know how I can add a constant code to the end of every single link that is submitted to my Pligg website?
If anyone can help, I would really appreciate it!


![]() |
| | Thread Tools | Display Modes |
| |||
|
Does anyone know how I can add a constant code to the end of every single link that is submitted to my Pligg website? If anyone can help, I would really appreciate it! |
| ||||
|
Can you explain more of what you are looking for? Is it a type of code? Or is it programming code? |
| |||
|
Id love to have nofollow added to all outgoing links.
|
| |||
|
Hi, I would also like to provide rel="nofollow" for all outgoing story links. Could anyone here help me by letting me know where to add the code for each story on homepage and all story pages? Thanks in advance, Vivek |
| |||
|
I think you can do it in the link_summary.tpl file. Just put rel="nofollow" to the appropriate link. Don't know what template you are using but in Yget you can find the title links after thiss: Code: <div class="top">
<div class="toptitle" id="ls_thetitle-{$link_shakebox_index}">
... |
| |||
|
This is a great idea. Has anyone gotten this working yet? I am using the b-ice template on Pligg beta 9.7 Please let us know, thanks. |
| |||
|
Here you go. Find this block of code and depending on your settings add rel="nofollow" to the proper link. Or if you aren't sure where to put it you can put it to all of them. Code:
<div class="top">
<div class="toptitle" id="ls_thetitle-{$link_shakebox_index}">
{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} rel="nofollow">{$title_short}</a>
{else}
<a href="{$story_url}" rel="nofollow">{$title_short}</a>
{/if}
{else}
{if $pagename eq "story"}
<a href="{$url}" rel="nofollow">{$title_short}</a>
{else}
<a href="{$story_url}" rel="nofollow">{$title_short}</a>
{/if}
{/if}
</div> Last edited by Andtony; 08-24-2007 at 07:21 PM. |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Pligg Pro Coupon Code: $5 Off | Yankidank | Questions and Comments | 5 | 06-06-2010 01:10 PM |
| Pligg 1.0.0 RC3 | Yankidank | Current Version | 2 | 04-02-2009 12:21 PM |