|
uCoz Community uCoz Modules Forum DoFollow link's in forum signature |
DoFollow link's in forum signature |
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, 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) |
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, Jack of all trades in development, design, strategy.
Working as a Support Engineer. Been here for 13 years and counting. |
| |||
| |||