Quote:
Originally Posted by United32
What exactly I should do? Is everithing using Ajax effected in some way?
|
Should not affect Ajax at all.
If there is an issue with a conflicting function name in another plugin, just rename functions. As in the shoutbox example, you would open the plugin called Title_Replace and find any instances of this phrase:
convert_url_to_bbcode_callback_auto_title
Change that to a different name, example:
convert_url_to_bbcode_callback_auto_title_Changed