• Page 1 of 1
  • 1
uCoz Community » uCoz Modules » Forum » DoFollow link's in forum signature
DoFollow link's in forum signature
Whisper
Posts: 45
Reputation: 11

Message # 1 | 11:02 PM
Hi to all uCozer's! bye
How can i change the forum signature link's from nofollow to follow (do follow) ?
(Sorry for my bad english :D)
Paradox
Old Guard
Posts: 3284
Reputation: 145

Message # 2 | 9:07 AM
Whisper, I don't believe it is possible to do this using the standard system methods. It may be possible through the use of custom system methods however I am not sure how you would approach it.
Jack of all trades in development, design, strategy.
Working as a Support Engineer.
Been here for 13 years and counting.
Sunny
Posts: 9296
Reputation: 456

Message # 3 | 10:47 AM
Whisper, unfortunately it is not possible.
I'm not active on the forum anymore. Please contact other forum staff.
Whisper
Posts: 45
Reputation: 11

Message # 4 | 4:04 PM
Sunny, is it possible in future to have an option like this?
I have 1485 active members on the site and slowly I begin to lose them because of this.
I need to provide a reciprocal link for their activity
Otherwise I have to move to another CMS where i can do this :| (no big deal after all, just that I do not want to lose them)
(i apologize again for my English)
Paradox
Old Guard
Posts: 3284
Reputation: 145

Message # 5 | 11:54 PM
Whisper, I don't believe it is currently in the plans atm. In regards to your problem however the following script will work as long as you have jQuery enabled on your site and you have no links that you do want marked as nofollow. I was not sure whether you would have wanted to use this earlier as it will apply the changes to the entire module/site depending on where you decide to place it.

Code
<script type="text/javascript">  
$(document).ready(function(){  
  $("a").attr("rel","dofollow");  
});  
</script>


Hope this helps, happy

Jack of all trades in development, design, strategy.
Working as a Support Engineer.
Been here for 13 years and counting.
Whisper
Posts: 45
Reputation: 11

Message # 6 | 8:41 AM
Really helps me out - Thank You!
uCoz Community » uCoz Modules » Forum » DoFollow link's in forum signature
  • Page 1 of 1
  • 1
Search: