MyBB Hacks

Full Version: Thread Tooltip Preview
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
If this is your forum URL:
http://www.beatdj.net/MyIB/forumdisplay.php?fid=4
It works for me.

If you are login as Administrator or Moderator, hover the table cell, not the thread link.
(10-08-2011 07:09 AM)RateU Wrote: [ -> ]If this is your forum URL:
http://www.beatdj.net/MyIB/forumdisplay.php?fid=4
It works for me.

If you are login as Administrator or Moderator, hover the table cell, not the thread link.

hmm i beg you pardon me, but i don't get enough what is table cell, (english is not my native language) but i've pointed everyplace and nothing appears
>< and yes, i am as admin
Table cell = the box.
But if you've pointed everywhere, then it obviously doesn't like you.
well i've hovered the mouse over "the box" and still don't work

could you tell me if the template is well edited?
Here is the screenshot:
[attachment=606]

Hover around the <td> (the table cell) where the thread title laid, but not the thread title (if you are login as Administrator or Moderator).
oh you're right, it works

i will try to figure out how to make it show instantly without the need to hover the mouse

is that even possible?

Thanks for all the patience ><
You can put {$thread['postpreview']} variable directly in your forumdisplay_thread template for the first post, and (if you want), {$thread['lastpostpreview']} variable for the last post.

There is a setting group for how many chars should be displayed.
Hello...I am using this plugin but I need to hide the tooltip that shows the users last post when you hoover over the "last post" in the thread list.  See the screen cap below:

[Image: hiddenanswer.png]
Find and delete the following:

PHP Code:
'<td class="{$bgcolor}" style="white-space: nowrap; text-align: right;">' => '<td class="{$bgcolor}" style="white-space: nowrap; text-align: right;" title="{$thread[\'lastpostpreview\']}">',

PHP Code:
'<td class="{$bgcolor}{$thread_type_class}" style="white-space: nowrap; text-align: right;">' => '<td class="{$bgcolor}{$thread_type_class}" style="white-space: nowrap; text-align: right;" title="{$thread[\'lastpostpreview\']}">'

PHP Code:
'<td class="{$bgcolor}" style="white-space: nowrap">' => '<td class="{$bgcolor}" style="white-space: nowrap" title="{$thread[\'lastpostpreview\']}">'

Thanks, Zinga...that seems to have fixed the issue.  I like the preview but it was showing answers to other members in my hidden trivia forum forum!  I wish I could have eliminated it from just several forums but I know that probably isn't possible.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Reference URL's