Results 1 to 7 of 7

Need some help on a few things.

This is a discussion on Need some help on a few things. within the General Discussion forums, part of the vBulletin SEO Discussion category; I have just been offered an extra $40 a month to place a text link in my footer and i ...

  1. #1
    Senior Member
    Real Name
    Matt
    Join Date
    May 2006
    Posts
    973
    Liked
    3 times

    Need some help on a few things.

    I have just been offered an extra $40 a month to place a text link in my footer and i get paid in advanced. (it shows 5 random links)

    But I noticed it will open the links in the same window instead of adding no follow or watever that feature is that vbseo normally does for other links.

    So now i am concerned I may loose PR value unless I can find a way to add that no follow to the links (Or watever the correct term is, hopefully you guys will understand )

    I will attach the code they gave me so you can take a look, also you can see the ads down the bottom of the site here Gamerz Needs - For All Your Gaming Needs!

    Thanks.
    Attached Files

  2. #2
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    changing the link code will most likely be against the link buyer's TOS. might want to consult with them first.

    Afterall, thats why they buy the link.... to get your page rank.


    where's the caturday pic when you need it??

    "I'm in ur footer, stealin ur pagerankz"


  3. #3
    Senior Member
    Real Name
    Matt
    Join Date
    May 2006
    Posts
    973
    Liked
    3 times
    I'm willing to take the risk because there were no tos and there are hundreds of links that will be displayed because the 5 that show are random.

    So anyhelp would be much appreciated. thanks.

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    You should modify ad_network_405.php file for that.
    FIND:
    PHP Code:
    if ($ads_output) { 
    ADD ABOVE:
    PHP Code:
    $ad_network[$key] = str_replace('<a''<a rel="nofollow"'$ad_network[$key] ); 
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  5. #5
    Senior Member
    Real Name
    Matt
    Join Date
    May 2006
    Posts
    973
    Liked
    3 times
    Thanks, also is there a way to stop it from opening in the same window, to open it in another window would be great as well. thanks.

    I just realized the other files are different, these are the ones for normal pages so if you could take another quick look and see if you could get the nofollow and the open in a new window to show up on these it would be great as well.

    Thanks.
    Attached Files
    Last edited by hornstar6969; 03-29-2007 at 10:44 PM.

  6. #6
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    That should work:
    FIND:
    PHP Code:
                if ($output) { 
    ADD ABOVE:
    PHP Code:
      $ad_network[$key] = str_replace('<a''<a rel="nofollow" target="_blank"'$ad_network[$key] ); 
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  7. #7
    Senior Member
    Real Name
    Matt
    Join Date
    May 2006
    Posts
    973
    Liked
    3 times
    I'll try the above when i get home, but when i tried putting post number 5 above if ($output) {

    yesterday it didnt do nothing, but ill try again, thanks.

Similar Threads

  1. Replies: 2
    Last Post: 03-16-2007, 01:58 PM
  2. Thread Subscriptions doing weird things for my users
    By buro9 in forum Troubleshooting
    Replies: 3
    Last Post: 12-27-2005, 09:10 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •