Quote:
Originally Posted by Kolbi
3) Incredible the class tag seems not to work for links? Although it might be good, if you make the span tag as an option, because for example me I don't want to use it
Your new version is now working  Although it was a clean vB 4.1.2 installation.
Suggestions: - Optional span tag
- Option: Links per page
|
I hear you on the span tags... for now you can, and probably have, remove(d) them from the plugin code by changing the line:
PHP Code:
$boplink = '<span class="boplink"><a href="'.trim($boplink).'"' . $boptarg . $bopnofollow . ' >$1</a></span>';
to:
PHP Code:
$boplink = '<a href="'.trim($boplink).'"' . $boptarg . $bopnofollow . ' >$1</a>';
In all 3 plugins.
I'll make the span tags optional in the next release.
Appreciate the nominations.