yeah facebook connect, twitter oauth and open id are badly needed and gravatar, google login
for 1.2.x aswell as 1.3
1 2010-08-25 20:10
Re: Facebook connect plugin for money. (10 replies, posted in Feature requests)
2 2007-04-28 22:04
Re: Parser Error (10 replies, posted in PunBB 1.2 troubleshooting)
i did and it says the same thing - the parser code has the bbcode tags in the code it wont let me just paste it or enclose it in {code}{/code} tags
3 2007-04-28 21:53
Re: Parser Error (10 replies, posted in PunBB 1.2 troubleshooting)
same thing just pasting it - The BBCode syntax in the message is incorrect. Missing end tag for {code}.
4 2007-04-28 21:50
Re: Parser Error (10 replies, posted in PunBB 1.2 troubleshooting)
lol it won`t let me - it says there is an unclosed {code} replace with square brackets
5 2007-04-28 21:46
Re: Parser Error (10 replies, posted in PunBB 1.2 troubleshooting)
Like I said most of the forum posts work fine it only seems to affect some and these posts were already there and working before upgrading.
I have youtube and googlevideo bbcode mod in here but i am able to post videos ok although now i think about it the posts this occurred on had a video in them.
ggfgdf
6 2007-04-28 16:30
Re: Parser Error (10 replies, posted in PunBB 1.2 troubleshooting)
line 342 is "$text = preg_replace($pattern, $replace, $text);"
'<a href="mailto:$1">$1</a>',
'<a href="mailto:$1">$2</a>',
'<span style="color: $1">$2</span>');
// This thing takes a while! :)
$text = preg_replace($pattern, $replace, $text);
return $text;
}
//
// Make hyperlinks clickable
//
function do_clickable($text)
{
global $pun_user;
$text = ' '.$text;
$text = preg_replace('#([\s\(\)])(https?|ftp|news){1}://([\w\-]+\.([\w\-]+\.)*[\w]+(:[0-9]+)?(/[^"\s\(\)<\[]*)?)#ie', '\'$1\'.handle_url_tag(\'$2://$3\')', $text);
$text = preg_replace('#([\s\(\)])(www|ftp)\.(([\w\-]+\.)*[\w]+(:[0-9]+)?(/[^"\s\(\)<\[]*)?)#ie', '\'$1\'.handle_url_tag(\'$2.$3\', \'$2.$3\')', $text);
return substr($text, 1);
}
7 2007-04-28 16:13
Topic: Parser Error (10 replies, posted in PunBB 1.2 troubleshooting)
I am getting the following error in some of my forum posts after upgrading can anyone help me? I have tried looking in parser.php for an extra < but everything seems fine.
Parse error: syntax error, unexpected '<' in /home/www/orangeao/chronicle/forum/include/parser.php(342) : regexp code on line 1
Fatal error: preg_replace(): Failed evaluating code: <a href="mailto:http://www.ulsterscotsexperience.co.uk/">http://www.ulsterscotsexperience.co.uk/</a> in /home/www/orangeao/chronicle/forum/include/parser.php on line 342