1

Topic: Ohhhh request very cool for all (and for me ...), The Tip TOooOl Word

Mmmmmm Basing of the Censor bad word, would it be possible to do this ...


My site talks about all is possible to do the night in my town (Rouen) ...

I have to write each time I specify a location to copy/paste from my site the adress/the tel ...

Would it be possible to use a dhtml tooltip which do this (with a parsing ...)


I tape my location ... for example CHAKRA

And the user can have is tel/adress by putting its mouse on this name ???

A lot of time win, and very friendly way to show infos ...

2

Re: Ohhhh request very cool for all (and for me ...), The Tip TOooOl Word

Rod wrote:

I tape my location ... for example CHAKRA

And the user can have is tel/adress by putting its mouse on this name ???

A lot of time win, and very friendly way to show infos ...

I've used javascript for tooltips, haven't seen a DHTML one.

You can see the javascript tooltip here: http://hcgtv.info

3

Re: Ohhhh request very cool for all (and for me ...), The Tip TOooOl Word

It's something like this, indeed ...

Re: Ohhhh request very cool for all (and for me ...), The Tip TOooOl Word

if you open parser.php and find

function parse_message($text, $hide_smilies)
{
...
}

move

    if ($pun_config['o_censoring'] == '1')
        $text = censor_words($text);

from near the top to the bottom just above

    return $text;

then you can use html in the censor text

include a javascript in main.tpl and you can do anything...?

5

Re: Ohhhh request very cool for all (and for me ...), The Tip TOooOl Word

if I say you I understand nothing, do you see me in future like a dumb man ? smile

Re: Ohhhh request very cool for all (and for me ...), The Tip TOooOl Word

well what don't you get? you need to enable html for the censoring to do that and thats how, then you need to find a tooltip script you like

7 (edited by Rod 2005-03-25 00:30)

Re: Ohhhh request very cool for all (and for me ...), The Tip TOooOl Word

Ok ok ... but I don't want to transform Censor tool !!!

I would like to have a clone which have the same way to work ... with
1. enter the name you want to have a tooltip
2. enter the content of the tooltip

Simply (when I say simply, It's no simple, but I think my explanation is better, here)


Or the best of the best ...

all these names are inside already in the db !!! Is it possible to say
the name of the table where the tooltip has to search ...

mmmmmmmmmmm yes I see how, mais how to explain ...

too hard to explain ... the first solution would be great.