Tut TuT Tut...

Its Rickard not Richard. Please remember that big_smile

2

(1 replies, posted in PunBB 1.2 show off)

/bump

I think it does fit your site. Nice wink

3

(3 replies, posted in PunBB 1.2 show off)

Nice wink

Well Yesterday (9th march 2004) this PunBB site had reached its 1000th member SuNBor9

Congratz to him.. and have a nice day...

5

(5 replies, posted in General discussion)

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 big_smile

6

(8 replies, posted in PunBB 1.2 show off)

Dont see any change wat so ever!

Kewl wink

Well i've found some people like there forum to look like vBulletin so i thought what the heck i'll mess around myself wink

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:

MyComp

Done So Far:
Front Page

10

(18 replies, posted in Feature requests)

Most forums allow only 15 people or soemthing like that maximum on the Ignore List.

11

(18 replies, posted in Feature requests)

I agree with tekenen about this:

tekenen wrote:

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.

12

(9 replies, posted in PunBB 1.2 discussion)

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.

13

(18 replies, posted in Feature requests)

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.

14

(9 replies, posted in PunBB 1.2 discussion)

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)

16

(9 replies, posted in PunBB 1.2 discussion)

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.

17

(18 replies, posted in PunBB 1.2 discussion)

Hopefully there wont be a major difference in mods and support...

18

(9 replies, posted in PunBB 1.2 discussion)

Line 220 - 230

'<table style="filter:(glowcolor=$1, strength=4)">$2</table>',
                    '<table style="filter:flipH">$1</table>');




    // This thing takes a while! smile
    $message = preg_replace($pattern, $replace, $message);

    if (strpos($message, 'quote') !== false)
    {

19

(9 replies, posted in PunBB 1.2 discussion)

Line 227

$message = preg_replace($pattern, $replace, $message);

20

(9 replies, posted in PunBB 1.2 discussion)

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

21

(6 replies, posted in PunBB 1.2 discussion)

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.

24

(2 replies, posted in PunBB 1.2 discussion)

You use the same colour scheme as me big_smile

Looking good big_smile

25

(12 replies, posted in PunBB 1.2 show off)

it looks like a MAC forum type thing big_smile

Posts found: 1 to 25 of 190

Pages 1 2 3 8 Next

PunBB Forums → Posts by Dale