Quote:
Originally Posted by pornask
I took that text file that Cyber linked to and followed instructions to manually modify the script. It does exactly the job.
|
Cool. Haha. Looking at it, it does almost the same thing, but that one lets you set a 'minumum number of posts' before not adding the 'nofollow' tag. Mine doesn't take that into consideration. (Then again, it wasn't asked for, and that would have been more than 5 minutes of work.)
Although, I gotta say:
Code:
if ( $postrow[$i]['user_posts'] <= NOFOLLOW_POSTS )
That's kinda hokey, but hey, it works.