Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> BBtoNuke
Author Message
mds
Client



Joined: Dec 24, 2004
Posts: 194
Location: Michigan

PostPosted: Thu Apr 13, 2006 12:33 am Reply with quote

since ive upgraded to 2.0.20 when quoteing someone it shows the bb code instead of the quote box .....anybody else have this issue ? or know what could possibly be wrong ?


Thank you for moving me Embarassed


Last edited by mds on Thu Apr 13, 2006 7:36 pm; edited 1 time in total 
View user's profile Send private message
evaders99
Former Moderator in Good Standing



Joined: Apr 30, 2004
Posts: 3221

PostPosted: Thu Apr 13, 2006 1:30 am Reply with quote

My suggested fix is here
http://evaders.swrebellion.com/forums/postt34.html
It is unofficial at this point, but they are supposed to update their CVS with their own fix.. I have not been able to find it

_________________
- Only registered users can see links on this board! Get registered or login! -

Need help? Only registered users can see links on this board! Get registered or login! 
View user's profile Send private message Visit poster's website
daemon
Worker
Worker



Joined: Jan 07, 2005
Posts: 163

PostPosted: Thu Apr 13, 2006 5:41 am Reply with quote

hmmm..... mine seems to work fine. is that a patch I should apply even if I dont have that issue?
 
View user's profile Send private message Visit poster's website AIM Address
evaders99







PostPosted: Thu Apr 13, 2006 1:31 pm Reply with quote

If yours is working fine, then you shouldn't need that change
 
daemon







PostPosted: Thu Apr 13, 2006 1:33 pm Reply with quote

why something works one place but not another really confuses me at time Smile
 
mds







PostPosted: Thu Apr 13, 2006 7:37 pm Reply with quote

Server not found
Firefox can't find the server at evaders.swrebellion.com.
same using IE

heres another odd twist to the situation....posts with quotes made prior to update show the quote box ...posts with quotes after update only show the code ............ Confused Rolling Eyes
 
evaders99







PostPosted: Thu Apr 13, 2006 7:54 pm Reply with quote

Sorry guys, server is having hickups on its DNS

in includes/bbcode.php
Code:



FIND

$text = bbencode_first_pass_pda($text, $uid, '/\[quote=\\\\"(.*?)\\\\"\]/is', '[/quote]', '', false, '', "[quote:$uid=\\\"\\1\\\"]");


REPLACE WITH

$text = bbencode_first_pass_pda($text, $uid, '/\[quote=\\"(.*?)\\"\]/is', '[/quote]', '', false, '', "[quote:$uid=\\\"\\1\\\"]");
 
mds







PostPosted: Thu Apr 13, 2006 8:17 pm Reply with quote

would you say this is line number 254 or so ? if so it didnt change anything
 
evaders99







PostPosted: Fri Apr 14, 2006 7:05 am Reply with quote

You may want to check http://www.phpbb.com for other solutions
 
mds







PostPosted: Fri Apr 14, 2006 9:30 pm Reply with quote

http://www.phpbb.com/phpBB/viewtopic.php?t=382680
I'll try this and let ya know
 
mds







PostPosted: Fri Apr 14, 2006 10:18 pm Reply with quote

applied the first fix and still no go
 
ruger
New Member
New Member



Joined: Dec 26, 2005
Posts: 4

PostPosted: Tue Apr 25, 2006 1:00 am Reply with quote

mds wrote:
http://www.phpbb.com/phpBB/viewtopic.php?t=382680
I'll try this and let ya know


I have applied #1 from this site on two of my websites that I just upgraded to RavenNukes 2.02.02 w/nukesentinel 2.4.2pl5 and it has fixed that issue!

1. To fix the problem that messes up the use of named quotes bbcode when html is enabled on your board, do this (source: CVS and this post: http://www.phpbb.com/phpBB/viewtopic.php?p=2088170#2088170 ):

Code:

OPEN
includes/functions_post.php

FIND
$message = addslashes($message);

AFTER, ADD
$message = str_replace('"', '\"', $message);


My file looks like this after the fix:

$tag = array(array_shift($matches[0]), array_shift($matches[1]), array_shift($matches[2]));
$message .= htmlspecialchars($part) . clean_html($tag);
}

$message = addslashes($message);
$message = str_replace('"', '\"', $message);
}

BTW..Awesome Job Raven! Very Happy
 
View user's profile Send private message
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> BBtoNuke

View next topic
View previous topic
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
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©