Tut TuT Tut...
Its Rickard not Richard. Please remember that
You are not logged in. Please login or register.
PunBB Forums → Posts by Dale
Tut TuT Tut...
Its Rickard not Richard. Please remember that
/bump
I think it does fit your site. Nice
Well Yesterday (9th march 2004) this PunBB site had reached its 1000th member SuNBor9
Congratz to him.. and have a nice day...
I did do something like that with punBB, phpBB and Phorum a while ago.. but i did it on Apache (and cuz im on 56k, everytime i reconnected the IP changed :\)
I will do it again actually... could do it now... yeah.. here goes
Dont see any change wat so ever!
Kewl
Well i've found some people like there forum to look like vBulletin so i thought what the heck i'll mess around myself
Im no good with CSS'ing so im just actually editing the colours of things via the PHP files (will take a long time) but heres my vBulletin 2.x.x Attempt so far:
Done So Far:
Front Page
Most forums allow only 15 people or soemthing like that maximum on the Ignore List.
I agree with tekenen about this:
This kind of feature has been in every good USENET newsreaders since, well, near the beginning of time and I, quite simply, believe it is a required one.
... it is required as i know many people would like it.
erm... im still not sure what you mean so heres the $pattern section...
$pattern = array('#\[b\](.*?)\[/b\]#s',
'#\[i\](.*?)\[/i\]#s',
'#\[u\](.*?)\[/u\]#s',
'#\[url\](.*?)\[/url\]#e',
'#\[url=(.*?)\](.*?)\[/url\]#e',
'#\[email\](.*?)\[/email\]#',
'#\[email=(.*?)\](.*?)\[/email\]#',
'#\[color=([a-zA-Z]*|\#?[0-9a-fA-F]{6})](.*?)\[/color\]#s',
'#\[google\](.*?)\[/google\]#',
'#\[glow=(.*?)\](.*?)\[/glow\]#',
'#\[fliph\](*.?)\[/fliph\]#');
... and heres the $replace code block...
$replace = array('<strong>$1</strong>',
'<em>$1</em>',
'<u>$1</u>',
'truncate_url(\'$1\')',
'truncate_url(\'$1\', \'$2\')',
'<a href="mailto:$1">$1</a>',
'<a href="mailto:$1">$2</a>',
'<span style="color:$1">$2</span>',
'<a href="http://www.google.com/search?=$1" target="_blank"><img src="./images/google.gif" border="0"></a>',
'<table style="filter:(glowcolor=$1, strength=4)">$2</table>',
'<table style="filter:flipH">$1</table>');
... Hope thats it.. if not i'll upload the "include/parser.php" file.
Like in vBulletin (sorry i keep refering to this Rick) theres a feature like if i got annoyed with my sisters posts i can add here to my ignore list then when i read a thread that has here post(s) in, it changes the text to something like
This author of this post is on your Ignore List. Click Here to view post.
I just added:
'#\[google\](.*?)\[/google\]#',
Then i added:
'<a href="http://www.google.com/search?=$1" target="_blank"><img src="./images/google.gif" border="0"></a>',
Is that what you mean?
Block there IP (if there IP seems the same everytime they come on)
I cant post it cuz i get an error (The BBCode syntax in the message is incorrect. Missing one or more end tags for
.) so i've uploaded it in a TXT file here.
Hopefully there wont be a major difference in mods and support...
Line 220 - 230
'<table style="filter:(glowcolor=$1, strength=4)">$2</table>',
'<table style="filter:flipH">$1</table>');// This thing takes a while!
$message = preg_replace($pattern, $replace, $message);if (strpos($message, 'quote') !== false)
{
Line 227
$message = preg_replace($pattern, $replace, $message);
I have aded 2 custom BBCodes to my PARSER.PHP file making to total amount of BBCodes to 10, but when i add anyone i get this error:
Warning: Compilation failed: nothing to repeat at offset 10 in c:\program files\app serv\www\include\parser.php on line 227
I wouldnt mind having a vbulletin style templating system. All the styles are stored in a big file (599kb) in the admin directory and then its all accessed in that. It would be so kewl if PunBB had that feature.
I dont think you can, well i cant seem to find it, unless its in the user table, because i cant find it in the VOTE table :\
Also, have it so a certain amount of avatars unlock at like 10 posts or 25 or something.... like on vBulletin.
You use the same colour scheme as me
Looking good
it looks like a MAC forum type thing
PunBB Forums → Posts by Dale
Powered by PunBB, supported by Informer Technologies, Inc.