It's not that I don't care; its that the mod works exactly as it was designed on all versions.
What may cause it not to work is other mods you may have installed. For example, if you have the mod installed that doesn't allow a user to post a URL in their post until they have XX posts, the post to the forum will fail since the user doesn't have enough posts to make the thread to begin with. In this case you end up having to modify my mod to include something like:
$vbulletin->userinfo[posts] = 20;
before it tries to post.
I don't have time to trace down all the mods you have running; but what I do know is that this mod works as it was designed.
|