| Author |
Message |
dholt Regular


Joined: Nov 21, 2005 Posts: 67
|
Posted:
Sun Apr 16, 2006 4:25 am |
|
Well its not the bbcode box that is the problem as I put everything back and I am still getting the same problem.
looks like this [quote="SHAT"]
Ok yours on here quotes the same way but I am not getting the box for it
[quote="dholt"]bla bla bla bla showing all text and no box around the text
so the problem is now I am not getting the boxed quote it just displays everything
I updated the forums to 2.0.20 so maybe the problem is in there
Thanks in advance |
Last edited by dholt on Sun Apr 30, 2006 5:56 pm; edited 4 times in total |
|
|
 |
dholt Regular


Joined: Nov 21, 2005 Posts: 67
|
Posted:
Sun Apr 16, 2006 1:32 pm |
|
ok here is the fix for it.
also you may find this helpful
The first link will fix your problem  |
|
|
|
 |
dholt Regular


Joined: Nov 21, 2005 Posts: 67
|
Posted:
Sun Apr 30, 2006 5:57 pm |
|
Thanks DHOLT 198 views and not one answer to my Questin wow  |
|
|
|
 |
montego Site Admin

Joined: Aug 29, 2004 Posts: 7339 Location: Arizona
|
Posted:
Tue May 02, 2006 6:48 am |
|
Sorry, dholt, not sure how we missed your post. Things get crazy around here sometimes and the flood of posts can get overwhelming. Again, sorry about that. Thanks for posting the link though. I believe we have this already fixed in the next RavenNuke76 release. |
|
|
|
 |
dholt Regular


Joined: Nov 21, 2005 Posts: 67
|
Posted:
Tue May 02, 2006 7:23 am |
|
Not a Problem, but Another release of Ravens, I'm still recovey from the first one
I get it on every install so I have to use the fix, but I am surprised more have not posted this Question.
As far as me posting the fix, thats just me as I like things to be usefull to someone. I hate posted something that no one can use, or learn from.
As I have learned from everyone here.
I hate peaple that post a problem then they find the fix but never take the time to go back and reply to them self the fix so others can shaare.
Thats what it all about peaple helping peaple |
|
|
|
 |
Pmoney Hangin' Around

Joined: Jan 18, 2006 Posts: 42
|
Posted:
Tue May 02, 2006 8:37 pm |
|
| dholt wrote: | ok here is the fix for it.
|
The page says to open functions_post.php, I can't seem to find this file in RavenNuke version 2.02.02. |
|
|
|
 |
dholt Regular


Joined: Nov 21, 2005 Posts: 67
|
Posted:
Tue May 02, 2006 8:47 pm |
|
root/includes/functions_post.php
when your done editing it will look like this
| Code: |
$message = addslashes($message);
$message = str_replace('"', '\"', $message);
|
|
|
|
|
 |
|
|
|
|