Quote:
Originally Posted by dartho
First, install the latest version - updated today - overwriting existing (whilst looking at this I noticed a possibly HTML injection vulerability)
Set Mobile post text to be "UA"
Edit Mobile Device Post Footer and Mobile Device Thread Footer plugins and change:
Code:
$vbulletin->options['mo37_post_text'] = $ua_str;
to
Code:
$vbulletin->options['mo37_post_text'] = "Wirelessly posted (" . $ua_str . ")";
or something like that 
|
Perfect again! Thanks very much for your help.
But one more thing. The update changed the code somewhat and I can't figure out how to make the UA post look like this:
Code:
Wirelessly posted (BlackBerry8300/4.2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/102)
With the original post/message here.