nothing preview - WYSIWYM
nothing preview
its like desabled.
can help, a test user:
user: test
pwd: 123456
-

Relawda - Registered User
- Posts: 29
- Joined: Thu Mar 04, 2010 7:49 pm
Re: nothing preview
Is my fault : I didn't take into account line breaks in the "HTML replacement" from custom bbcodes :
Please do this :
Open :
- Code: Select all
root/includes/functions_posting_wysiwym.php
Find :
- Code: Select all
'WBBCODE_REPLACE' => strtolower($row['bbcode_tpl']),
Replace with :
- Code: Select all
'WBBCODE_REPLACE' => str_replace(array ("\n", "\r", "\t"), array ("", "", ""), strtolower($row['bbcode_tpl'])),
Remember purge the board cache and refresh the browser cache
phpBB en EspaƱol-

leviatan21 - Registered User
- Posts: 2656
- Joined: Fri Aug 10, 2007 7:22 am
- Location: Buenos Aires, Argentina
- Name: Gabriel
