Quote:
Originally Posted by suko22
Hi, congrats for this addon, works great in my forum.
But have one problem with images. Using the default 'Insert image' button from vbulletin, if I try to insert an image whit a name linked whit this addon, I have this problem:
The word linked is 'dmt' , and the image name is 'dmt22.jpg' . How can I solve it?
thanks 
|
I quote myself because i am having the same problem again. Look at this post
http://www.todocircuito.com/foro/tod...49/#post250349
This is the last fix I used months ago... now doesn?t work
Quote:
Nevermind- I see the issue- you're image resizer mod is conflicting.
You can fix this by editing the three plugins:
Word Linker Group Message
Word Linker Postbit
Word Linker Visitor Messages
In EACH find the line:
Code:
$bopfind = '~'.$bopwd.'('.$bopfind.')'.$bopwd.'(?![^<]*(</a>|" />|width="\d+"|target="_blank"|width=\'\d+\'|follow ">|onclick="[\w .()]+"))~'.$bopcase;
And replace it with:
Code:
$bopfind = '~'.$bopwd.'('.$bopfind.')'.$bopwd.'(?![^<]*(</a>|" />|width="\d+"|target="_blank"|width=\'\d+\'|follow ">|rel="thickbox">|onclick="[\w .()]+"))~'.$bopcase;
In a future version I will include an option for a custom regex to take care of special circumstances like yours.
|