Warning: The author of this contribution does not provide support for it anymore.

WYSIWYM

nothing preview - WYSIWYM

nothing preview

New postby Relawda » Mon Aug 09, 2010 6:25 pm

the button preview of mod WYSIWYM no appear nothing.
its like desabled.
can help, a test user:
user: test
pwd: 123456
Image
User avatar
Relawda
Registered User
 
Posts: 29
Joined: Thu Mar 04, 2010 7:49 pm

Re: nothing preview

New postby leviatan21 » Wed Aug 11, 2010 7:42 am

I's a bug already reported : viewtopic.php?p=12813418#p12813418

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 :D
Excuse me for my poor English, I speak Spanish. | Image phpBB en EspaƱol
User avatar
leviatan21
Registered User
 
Posts: 2656
Joined: Fri Aug 10, 2007 7:22 am
Location: Buenos Aires, Argentina
Name: Gabriel

Re: nothing preview

New postby Relawda » Wed Aug 11, 2010 2:25 pm

thank you leviatan21 thay work good.
:) for you.
Image
User avatar
Relawda
Registered User
 
Posts: 29
Joined: Thu Mar 04, 2010 7:49 pm