Main Menu
Quick Links
Other Options
Information
NukeForums
Top10 Links
Site Visitors
Membership:
Latest: qwertz
Today: 0
Yesterday: 1
Overall: 15102
Visitation:
Guests: 524
Members: 0
Total: 524
You are Anonymous user. You can register for free by clicking here
Sponsor Links
NukeResources :: View topic - <u><i><b> in topics modul ?
<u><i><b> in topics modul ?
Posted: Thu Nov 10, 2005 1:24 pm
Destro
Resource Seeker
Joined: Jul 06, 2005
Posts: 20
Location: MUC
Posted: Sat Nov 19, 2005 6:05 pm
Destro
Resource Seeker
Joined: Jul 06, 2005
Posts: 20
Location: MUC
no idea ?
Posted: Sun Dec 04, 2005 4:55 pm
Destro
Resource Seeker
Joined: Jul 06, 2005
Posts: 20
Location: MUC
pushup
Posted: Sun Dec 04, 2005 10:29 pm
Evaders99
Resource Master
Joined: May 25, 2004
Posts: 1785
It depends on what version you are using, but this is code in the Patched files for 7.8
Code:
$topictext = stripslashes(check_html($row['topictext'], "nohtml"));
You'll want to remove the check_html function from that line
Posted: Mon Dec 05, 2005 11:40 am
Destro
Resource Seeker
Joined: Jul 06, 2005
Posts: 20
Location: MUC
i got nuke 7.4 patched with the 3.1 patch
i dont know if thats the funktion is.
but i removed the html check in the $topictext
from this
Code: $topictext = stripslashes(check_html($row['topictext'], "nohtml"));
to this
Quote: $topictext = stripslashes($row['topictext']);
and in the ..........
....
damn it, i found it in the time i wrote this post
in the line 96
the code for the output
Code: echo "<img src=\"images/arrow.gif\" border=\"0\" alt=\"\" /> $cat_link<a href=\"modules.php?name=News&file=article&sid=".intval($row2['sid'])."\">".htmlentities($row2['title'])."</a><br>";
must be changed to this
Code: echo "<img src=\"images/arrow.gif\" border=\"0\" alt=\"\" /> $cat_link<a href=\"modules.php?name=News&file=article&sid=".intval($row2['sid'])."\">".($row2['title'])."</a><br>";
its the "htmlentities"
Posted: Mon Dec 05, 2005 7:26 pm
Evaders99
Resource Master
Joined: May 25, 2004
Posts: 1785
Ah good you found it
NukeResources Forum Index -> Random Thoughts
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
All times are GMT - 4 Hours
Page 1 of 1
Powered by phpBB © 2001-2005 phpBB Group. Theme created by Vjacheslav Trushkin . There have been 138 unique hit(s) in the past 24 hours.
:: Eos phpbb2 style by Cyberalien :: PHP-Nuke theme by www.nukemods.com ::