Author |
Message |
pedram_pm
New Member
Joined: Jul 20, 2004
Posts: 7
|
Posted:
Fri May 06, 2005 9:29 am |
|
hello
I using phpnuke 7.7 with patch 3.0 and bbtonuke 2.0.14
and everything work good
but in forum if I send message - show topic with HTML code
example :
Code:
only<br />for test<br /><br /><strong>text</strong>
|
html and BBCode is ON !
please help me |
|
|
|
|
pdoobepd
Worker
Joined: May 07, 2005
Posts: 129
|
Posted:
Sun May 08, 2005 7:54 pm |
|
Turn HMTL Coding off...I had the same Problem with it... If you turn it off you can use the [ url ] and [ / url ] functions for links. |
|
|
|
|
chatserv
Member Emeritus
Joined: May 02, 2003
Posts: 1389
Location: Puerto Rico
|
Posted:
Sun May 08, 2005 11:59 pm |
|
|
|
|
pdoobepd
|
Posted:
Tue May 10, 2005 1:22 pm |
|
After Install of 3.0 Patch I was still having the "html" problem with coding showing up in posts...So I grabbed Bob's edit and changed the 1st line of coding in javascript.php to what he had. It worked and Turned off the freaking HTML editer. No more coding on forum...wonder how admin will handle it ? LOL
Just Thought I'd let ya know.
Ging... |
|
|
|
|
CurtisH
Life Cycles Becoming CPU Cycles
Joined: Mar 15, 2004
Posts: 638
Location: West Branch, MI
|
Posted:
Tue May 10, 2005 5:20 pm |
|
Is that what makes that d*** html editor show up in the posting form on some sites? Patch 3.0? I was wondering cause I have noticed a few sites have that now in the forum posting form in addition to the bbcode buttons. That thing is down right annoying cause on every site that has it I have to post, and then edit my post to remove the d*** html tags. *LOL* |
_________________ Those who dream by day are cognizant of many things which escape those who dream only by night. ~Poe |
|
|
|
pdoobepd
|
Posted:
Thu May 12, 2005 9:25 am |
|
No it is not the patch that makes it show up...It was there originally...there are problems with it and they are trying to figure out a fix for them. In the mean time use the link Chat posted and apply that fix not the "better" fix. The "better" fix is already applied in the 3.0 patch. Use the Quick and dirty fix on that link that Chat posted, it will turn off the HTML editor for the forum area. |
|
|
|
|
m4yh3m
New Member
Joined: Sep 15, 2005
Posts: 2
|
Posted:
Thu Sep 15, 2005 11:35 am |
|
That link does not work (but I found the artical and it resolved my problem by disabling the java HTML editor)
Here is what Bob Marion wrote:
Quote: |
Like it's anything new but FB poorly coded the condition for keeping the WYSIWYG editor from opening in the Forums. Here's the quick fix, open includes/javascript.php and find the line:
Code:
if (is_admin($admin) AND defined('ADMIN_FILE') AND $advanced_editor == 1) {
Change that to:
if ($name == "Private_Messages" OR $name == "Forums") {
} elseif (is_admin($admin) AND defined('ADMIN_FILE') AND $advanced_editor == 1) {
| |
Hope this helps someone else in the future!
-MayheM |
|
|
|
|
Shinitenshi
New Member
Joined: Nov 15, 2005
Posts: 10
Location: California
|
Posted:
Fri Nov 18, 2005 1:49 am |
|
|
|
|
|