I'm noticing this causing the iPhone optimized browser style supported by vBulletin to function incorrectly when viewing a thread.
Could you possibly look into this?
It never finishes loading and only shows the ad from the first post...
I'm guessing what happens is that the plugin screws up with the rendering so it only ends up rendering the ad instead of the whole thread.
It needs to disable itself if vBulletin is rendering in mobile mode.
Style & Language Settings > Default Style for Modern Mobile Browsers > "Mobile Style"
Is there a way to add a condition in the plugin to see if this is turned on, and if it is, to disable the plugin functionality?
*Ended up using the following code*:
in the after hook
Code:
if (STYLEID!=14){
// plugin code
}
Having issues with "Post Thanks" compatibility now...
** edit fixed both of those things.
Can you add a FAQ in this thread to help others with this potential issues? Thanks!