Customizing SMF > Now Available

MouseOver: topic preview!

<< < (21/22) > >>

perro88:
oh, sorry, I made a mistake, it´s working perfect, thanks for the mod. How I can change the style of the preview?

bigo:
http://www.simplemachines.org/community/index.php?topic=187727.0

;)

icon:
i really like this one,
help me so that it would work on 1.1.3 :'(

icon:

--- Quote from: [Unknown] on October 15, 2004, 03:55:32 PM ---Bloody.... grr... find, MessageIndex.php:


--- Code: --- $row['firstBody'] = substr($row['firstBody'], 128) . '...';
$row['lastBody'] = strip_tags(strtr(doUBBC($row['lastBody'], $row['lastSmileys']), array('<br />' => '')));
if (strlen($row['lastBody']) > 128)
$row['lastBody'] = substr($row['lastBody'], 128) . '...';
--- End code ---

Replace:


--- Code: --- $row['firstBody'] = substr($row['firstBody'], 0, 128) . '...';
$row['lastBody'] = strip_tags(strtr(doUBBC($row['lastBody'], $row['lastSmileys']), array('<br />' => '')));
if (strlen($row['lastBody']) > 128)
$row['lastBody'] = substr($row['lastBody'], 0, 128) . '...';
--- End code ---

Will be resolved in the next release.

-[Unknown]

--- End quote ---

im using 1.1.3, and i cant find this code, even at my default theme :(

kai920:
this mod works great, but does anyone know how to style the hover tooltip via CSS? It's not showing all the characters (see below:)


 

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version