Quote:
Originally Posted by qpurser
However I have a couple issues:
The thread tooltip shows up fine but it still shows also the "standard" popup from vBulletin when hovering over a thread. How can I turn the "standard" popup off?
|
That shouldn't happen, doing the template edit the original 'title=""':
PHP Code:
<div class="threadinfo" title="{vb:raw thread.preview}">
is replaced by the edit:
PHP Code:
<div class="threadinfo">
so hiding the original tip.
Quote:
Did the modifications also for the postbit as instructed but my postbit looks like this now as shown in the attachment
|
Looked at your postbit piccy, but the only time I saw that was when another mod was clashing with mine. Do you have any other add-ons that use script (jquery or mootools)?