Seite 1 von 1

Smilie Creator

Verfasst: 24.09.2003 03:27
von Manshu
Hi, I do not speak german sorry

ANyways, I have installed the Smilie Creator by esperitox

And when I create a smilie, and when I post it, it just shows the text ([schild=1]something[/schild])

I have installed phpbbFM to see if it works on there, and it does, it just doesent work when I installed ito on my forum myself, please help me, thankyou

Verfasst: 24.09.2003 07:14
von Innos_Zorn
is "GD-Lib" and "Freetype-Support" activated on your Server?

Verfasst: 24.09.2003 23:16
von Gast
yes, its installed, because I have a I have that signature script installed, and it that works, so I know its installed, and I have a info.php and it says that its installed..

Verfasst: 25.09.2003 00:34
von Leuchte
try this
/includes/bbcode.php
Search

Code: Alles auswählen

//Begin Smilie Creator Mod Copyright esperitox 2003 [schild=] and [/schild] code..
        $patterns[] = "#\[schild=([a-z0-9]+)([a-z0-9\-\.,\?!% \*_\#:;~\\&$@\/=\+\\\\)]*)\](.*?)\[/schild\]#sie";
        $replacements[] = $bbcode_tpl['schild'];
Replace with

Code: Alles auswählen

//Begin Smilie Creator Mod Copyright esperitox 2003 [schild=] and [/schild] code..
        $patterns[8] = "#\[schild=([a-z0-9]+)([a-z0-9\-\.,\?!% \*_\#:;~\\&$@\/=\+\\\\)]*)\](.*?)\[/schild\]#sie"; 
        $replacements[8] = $bbcode_tpl['schild'];

Verfasst: 25.09.2003 03:11
von Gast
k, thanks fixed :)