At the beginning of each news article Nuke puts, "Some User writes, "
and then all of the text is italicized.
Which file contains the code to remove the italics code so that the text appears normal?
_________________ When the blind lead the blind, they both fall in the ditch...
_________________ Feed a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime.
ScriptHeaven | NukeResources
revspalding Premium
Joined: Jan 31, 2003
Posts: 125
Location: Badlands of NW Colorado
Posted:
Fri Feb 21, 2003 6:21 pm
Thanks, this sure is a great community. I've been to a lot of places, but the Nuke community is by far the most helpful when it comes to getting advise and help on the smallest of questions.
_________________ When the blind lead the blind, they both fall in the ditch...
chatserv General
Joined: Jan 12, 2003
Posts: 3128
Location: Puerto Rico
Posted:
Fri Feb 21, 2003 8:36 pm
Always glad to help
By the way you may have noticed in the same area where you removed the italics that there's also another line with them, the one for notes:
change
Code:
$notes = "<b>"._NOTE."</b> <i>$notes</i>\n";
to:
Code:
$notes = "<b>"._NOTE."</b> $notes\n";
_________________ Feed a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime.
ScriptHeaven | NukeResources
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