| Author |
Message |
Thyllian
Nuke Soldier


Joined: Jun 19, 2007
Posts: 22
|
Posted:
Wed Jul 04, 2007 6:55 am |
  |
|
   |
 |
Slackervaara
Captain


Joined: Sep 13, 2003
Posts: 355
|
Posted:
Wed Jul 04, 2007 7:28 am |
  |
|
   |
 |
Thyllian
Nuke Soldier


Joined: Jun 19, 2007
Posts: 22
|
Posted:
Wed Jul 04, 2007 9:10 am |
  |
Thanks for your help, but it is still not working...
Can you explain me HOW to POST an code in the news module, mayb im doing that wrong |
|
|
   |
 |
Thyllian
Nuke Soldier


Joined: Jun 19, 2007
Posts: 22
|
Posted:
Fri Jul 06, 2007 6:55 am |
  |
Please its an simple question |
|
|
   |
 |
Thyllian
Nuke Soldier


Joined: Jun 19, 2007
Posts: 22
|
Posted:
Mon Jul 09, 2007 8:52 am |
  |
|
   |
 |
Thyllian
Nuke Soldier


Joined: Jun 19, 2007
Posts: 22
|
Posted:
Wed Jul 11, 2007 7:06 am |
  |
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaargh |
|
|
   |
 |
moods
Corporal


Joined: Dec 13, 2005
Posts: 72
|
Posted:
Thu Sep 20, 2007 10:52 am |
  |
| moods wrote: |
| hue wrote: |
| moods wrote: |
i tried but it didn't work. then i copy the entire code displayed and replaced with the ones in my config.php. still it didn't work.
now what can be the problem and the solution? |
Open your config and replace your $AllowableHTML array with this one
| Code: |
$AllowableHTML = array("b"=>1,
"i"=>1,
"a"=>2,
"em"=>1,
"br"=>1,
"strong"=>1,
"blockquote"=>1,
"tt"=>1,
"li"=>1,
"ol"=>1,
"H1"=>1,
"H2"=>1,
"H3"=>1,
"H4"=>1,
"center"=>1,
"img"=>2,
"alt"=>1,
"table"=>2,
"tr"=>2,
"td"=>2,
"p"=>2,
"div"=>2,
"font"=>2,
"p"=>1,
"p"=>1,
"href"=>2,
"hspace"=>2,
"embed"=>2,
"ul"=>1); |
You must have left something out or copied it wrong or maybe even just used a tag that was not in your config . |
replace exactly like the above. it works for me |
this is not working with phpnuke 8. anyone has any solution pl? |
|
|
   |
 |
RaptureReady
Nuke Soldier


Joined: Nov 13, 2007
Posts: 17
|
Posted:
Tue Nov 13, 2007 8:05 am |
  |
Hey all, I am also having issues with html not working in topics, news, etc. I am using PhpN 8.0.
Anyone got any clues?
John |
|
|
   |
 |
HSM
Lieutenant


Joined: Mar 10, 2005
Posts: 166
|
Posted:
Thu Nov 22, 2007 11:35 pm |
  |
Ever since Patch 3.4 came out - the HTML has not functioned correctly. Some HTML commands work, some do not.
Example: H1 thru H4 - hr: DO NOT work.
Does anyone have a solution to this annoying issue??
Ver 7.5 Patched with 3.4
Because this is not working, my custom menu's are completely messed up. |
_________________ ...everything that has a beginning, has a horrible hell like ending... |
|
     |
 |
HSM
Lieutenant


Joined: Mar 10, 2005
Posts: 166
|
Posted:
Sun Nov 25, 2007 6:45 pm |
  |
What themes are you folks all using?? (for those that are having this issue that is) |
_________________ ...everything that has a beginning, has a horrible hell like ending... |
|
     |
 |
snoogans
Nuke Cadet


Joined: Dec 26, 2007
Posts: 2
|
Posted:
Tue Dec 25, 2007 11:28 pm |
  |
I was wondering if anyone has found a fix. I recently installed version 8.0 and tried moods config.php fix without success. Somehow my code gets changed during save as you can see in my forums. When I try code in News I can get the image to show in HTML editor but it disapears altogether when saved. Oh yeah, I'm using a custom theme but I tried in DeepBlue also.
I am having the same problem as
| Quote: |
Thyllian
Posted: Wed Jun 27, 2007 7:04 am Post subject:
--------------------------------------------------------------------------------
It doesnt work ... If I post the "embed" code you will see a square in the preview... but when you post it its gone...
My config string is like this : |
|
Last edited by snoogans on Mon Jan 14, 2008 11:41 am; edited 1 time in total |
|
    |
 |
Evaders99
Site Admin


Joined: Aug 17, 2003
Posts: 12482
|
Posted:
Thu Dec 27, 2007 6:01 am |
  |
|
     |
 |
snoogans
Nuke Cadet


Joined: Dec 26, 2007
Posts: 2
|
Posted:
Mon Jan 14, 2008 11:38 am |
  |
Thank you for your reply. I'm not sure how to disable the WYS editor or allow tags in config.
For some reason the HTML code changes when I save it. When I save an image link in my signature, it saves as <img><a></img> or similar.
In order for HTML to work I have to paste my code directly into the database. This worked for a little while.
Now I have another problem; the database table says user_sigs should be 255 chars and it used to give me a big text box to paste in my HTML code but now it only gives me a small text box (maybe 50 chars) even though it says its 255? I am hobbled using HTML code with only 50 chars!
Though I am managing for now it is annoying to go to PHPMyAdmin to use HTML. |
|
|
    |
 |
|
|