MyBB Community Forums
Mouse over Thread Preview 2.0 plugin problem - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Plugins (https://community.mybb.com/forum-73.html)
+---- Forum: Plugin Support (https://community.mybb.com/forum-72.html)
+---- Thread: Mouse over Thread Preview 2.0 plugin problem (/thread-149493.html)



Mouse over Thread Preview 2.0 plugin problem - konstantin - 2014-01-01

Hi!

I have downloaded the Mouse over Thread Preview 2.0 plugin (MOTP 2.0) from http://mods.mybb.com/download/mouse-over-thread-preview-2.0
When I install it, and try to activate I got an SQL error message:

MyBB SQL Error

MyBB has experienced an internal SQL error and cannot continue.
SQL Error:
1054 - Unknown column 'css' in 'field list'
Query:
UPDATE mybb_themes SET css=' .motp{ position: relative; z-index: 0; } .motp:hover{ background-color: transparent; z-index: 50; } .motp span{ position: absolute; background-color: #E8E9F9; padding: 8px; width: auto; left: -1000px; border: 1px dashed gray; visibility: hidden; color: black; text-decoration: none; } ' WHERE tid='2'

[Image: RbH3Uhg.png]

MyBB Version 1.6.5
PHP Version 5.3.20
SQL Engine MySQLi 5.1.67

What can I do to make the plugin work? Or is there any similar working plugin?


RE: Mouse over Thread Preview 2.0 plugin problem - .m. - 2014-01-01

it was coded for an earlier version of MyBB and doesn't work on the recent versions
you can try using Thread Tooltip Preview plugin


RE: Mouse over Thread Preview 2.0 plugin problem - konstantin - 2014-01-01

(2014-01-01, 03:07 AM).m. Wrote: it was coded for an earlier version of MyBB and doesn't work on the recent versions
you can try using Thread Tooltip Preview plugin

Thx, but as far as I know, that plugin doesn't show images in the preview tooltip, only text.


RE: Mouse over Thread Preview 2.0 plugin problem - .m. - 2014-01-01

you can try inline thread popups plugin available here (I've not tested it)
[original plugin link (made for MyBB v1.2)]