| Author |
Message |
southern Client

Joined: Jan 29, 2004 Posts: 530 Location: Texas
|
Posted:
Fri Feb 09, 2007 4:37 pm |
|
|
|
 |
southern Client

Joined: Jan 29, 2004 Posts: 530 Location: Texas
|
Posted:
Fri Feb 09, 2007 5:27 pm |
|
| Gremmie wrote: | | southern wrote: | It was htmlentitized, it looks just like your example:
|
Oh ok....that's the problem then. If you use phpMyAdmin to un-entity-ize it, it will display correctly in your footer.
Just edit the copyright field in nuke_config by hand and
Replace < with <
> with >
" with "
That should get you all of it hopefully. |
Didn't work, apparently the revised code htmlentitized as soon as I saved the copyright edit and the plain html showed again so I re-commented the line in mainfile. Something is preventing html in my footer. |
|
|
|
 |
Gremmie Moderator

Joined: Apr 06, 2006 Posts: 2348 Location: Iowa, USA
|
Posted:
Fri Feb 09, 2007 6:04 pm |
|
Edit the database directly in phpMyAdmin.
Apparently...?...(I'm guessing) what is happening is the code that processes the form in admin/preferences is running htmlentities on the copyright info. If you edit it directly in phpMyAdmin you should be able to fix it. As long as you don't resave your preferences again in the admin panel....yuck. |
|
|
|
 |
southern Client

Joined: Jan 29, 2004 Posts: 530 Location: Texas
|
Posted:
Fri Feb 09, 2007 10:18 pm |
|
Yeah, yuck lol I don't wanna edit phpmyadmin everytime I need to put something in my admin Preferences foot1, 2 or 3. Besides I keep getting those missing parameter: goto errors when I try to edit in phpmyadmin, so I'm not sure the edits take. It is not just the copyright that shows as htmlentity but any html, such as the CSS Valid buttons etc. that I might put in foot1, 2 or 3 in Preferences. I think this issue is connected to the issue of not being able to post images with stories
<img src tags are stripped off when I preview and any footer html is htmlentitized...  |
|
|
|
 |
southern Client

Joined: Jan 29, 2004 Posts: 530 Location: Texas
|
Posted:
Fri Feb 09, 2007 10:47 pm |
|
However you've provided a clue so I did a google on htmlentities and found
htmlentities are within the admin/modules/settings.php file and this is the admin Preferences and nuke_config, and all my probs center around this file. |
|
|
|
 |
southern Client

Joined: Jan 29, 2004 Posts: 530 Location: Texas
|
Posted:
Sat Feb 10, 2007 12:55 am |
|
OK that site gave me another clue, not that I could figure it out lol so I u/led the 72-73 3.3 patched settings.php to admin/modules and lo and behold I can again post images in stories and html in foot1, 2 and 3. FB's copyright is still html so I'm keeping $copyright in mainfile commented. Maybe I'll put his c/r in foot3 and maybe I won't. Thanks everyone for your help. Thanks Gremmie  |
|
|
|
 |
|
|
|
|