Thank You for creating this mod, it works perfectly. I'm just wondering if there's a way I can add the nofollow tag to certain tabs. I've tried doing everything I could think of including adding rel to the evbs_sstabs table within my database.
I set the structure field as follows:
Field = rel
Type = ENUM
Length/Values1 = 'nofollow'
Collation = UTF8_general_ci
How would I go about programming this additional field into the plug-in's PHP code? Thanks in advance