Good thing I decided to add the add-to-any code to my post that will show, I found out the links are no follow.. Not a good thing, that is bad, especially when linking to your own sites...
For those that plan on using this as a private network to link through your own sites and cross link everything. Make sure you edit content/plugins/sb_base/templates/sb_post.php
Find:
Replace:Code:<a href='<?php echo $h->post->origUrl; ?>' <?php echo $h->vars['target']; ?> class="click_to_source" rel="nofollow"><?php echo $h->post->title; ?></a>
Ok sb_list.php has the same nofollow, this means you inner pages would have a hard time getting indexed.. Well by google anyways since they are the only ones that use the nofollow junk...Code:<a href='<?php echo $h->post->origUrl; ?>' <?php echo $h->vars['target']; ?> class="click_to_source" rel="dofollow" title="<?php echo $h->post->title; ?>"><?php echo $h->post->title; ?></a>
Here is the line that needs replaced in sb_list.php
Edited: Just notice the link is also lacking the title on mouse over so I added that to the code also. This is good for SEO...Code:<a href='<?php echo $h->post->origUrl; ?>' <?php echo $h->vars['target']; ?> class="click_to_source" rel="dofollow" title="<?php echo $h->post->title; ?>"><?php echo $h->post->title; ?></a>
Hey Nick, are there any other nofollow tags in this script ???
James


Reply With Quote



Bookmarks