Quote:
Originally Posted by craiovaforum
It changes but I managed to do it with this code:
Replaced
Code:
$boplink = $bopspan1 . '<a href="'.trim($boplink).'"' . $bop_target_array[$bopi] . $bop_nofollow_array[$bopi] . ' >$1</a>' . $bopspan2;
with
Code:
$boplink = $bopspan1 . $bopspan2;
and included instead of the url, the whole html code.
this should work, right? 
|
If it works, it works. :up: