Quote:
Originally Posted by Mark.B
Ok you need to create a new plugin at newreply_start. I called mine Line Break Fix which helped me locate it years later.
Add this code:
PHP Code:
if (STYLEID==$vbulletin->options['ls_mobile_style']) { $vbulletin->userinfo[showvbcode]=0; }
|
I saw your earlier post about that, and it works... but then my checkbox for AME convert URLs to videos doesn't show up because it kills the newpost_disablesmilies hook.