1

(26 replies, posted in General discussion)

I love swedish girl.... I don't know who but I guess everytime I saw one in the TV, they are just pretty and attractive. Maybe some swedish can hook me up with their cute friends. big_smile

All ideas are GREAT... but speaking of punbb.org, why don't we have google ads in here? I would love to click those for the sake of the good men of punbb so they can buy more beers. I hope to see some in the future.

YouTube integration is awesome! I just added this up to my site http://www.graphicsgenius.com/

Awesome mod... I'm gonna try this to my site too.

5

(13 replies, posted in PunBB 1.2 show off)

Rickard wrote:
Nice job. Are you going to integrate the "look and feel" of the rest of the site into the forums? Shouldn't be too much problems.

I hadn't heard of musicCube, but it sure looks good. I've been considering switching from Winamp now that it's all bloated up (I'm still using 2.91). Maybe I should try out musicCube.

Awesome work, I like it.

Cool stuff.... I hope someone will make a mod to implement this player smile.

well it does load the flv link from the parser.php. the problem now is how you insert the link in the BBCODE? I tried this but it won't work....

[video]i put the link in here but it won't play it, instead it still plays the link in the parser.[/video]

This is the link and as you can see the player is showing up fine but it won't load the flv file.

http://graphicsgenius.com/viewtopic.php?pid=131#p131

I applied the FLV mod on my site...so far using the [video][/video] BBCODE works and shows the player already but it wont load the video... Anyone can help?

The CSS is pretty simple but I have a doubt about the parser.php. Here is how i put it in the parser.php:

$pattern = array('#\[b\](.*?)\[/b\]#s',
                     '#\[i\](.*?)\[/i\]#s',
                     '#\[u\](.*?)\[/u\]#s',
                     '#\[youtube\]http://www.youtube.com/watch\?v=(.*?)\[/youtube\]#s',
                     '#\[googlevid\]http://video.google.com/videoplay\?docid=(.*?)\[/googlevid\]#s',
                     '#\[url\]([^\[]*?)\[/url\]#e',
                     '#\[url=([^\[]*?)\](.*?)\[/url\]#e',
                     '#\[email\]([^\[]*?)\[/email\]#',
                     '#\[email=([^\[]*?)\](.*?)\[/email\]#',
                     '#\[video\](.*?)\[/video\]#',
                     '#\[qt=(.*?)\](.*?)\[/qt\]#',
                     '#\[real=(.*?)\](.*?)\[/real\]#',
                     '#\[wmv=(.*?)\](.*?)\[/wmv\]#',
                     '#\[color=([a-zA-Z]*|\#?[0-9a-fA-F]{6})](.*?)\[/color\]#s');

    $replace = array('<strong>$1</strong>',
                     '<em>$1</em>',
                     '<span class="bbu">$1</span>',
                     '<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/$1"></param><embed src="http://www.youtube.com/v/$1" type="application/x-shockwave-flash" width="425" height="350"></embed></object>',
                     '<embed style="width:400px; height:326px;" id="VideoPlayback" type="application/x-shockwave-flash" src="http://video.google.com/googleplayer.swf?docId=$1&hl=en"></embed>',
                     'handle_url_tag(\'$1\')',
                     'handle_url_tag(\'$1\', \'$2\')',
                     '<a href="mailto:$1">$1</a>',
                     '<a href="mailto:$1">$2</a>',
                     '<div class="video">Vihe Video Box<object type="application/x-shockwave-flash" data="img/flvplayervihe.swf?file=img/$1.flv&autoStart=false" width="100%" height="100%" wmode="transparent"><param name="movie" value="img/flvplayervihe.swf?file=img/$1.flv&autoStart=false" /><param name="wmode" value="transparent" /></object></div>',
                     '<a href="$1" onclick="return enlarge(\'$1\', event, \'quicktime\', \'center\', \'425\', \'350\')">$2</a>',
                     '<a href="$1" onclick="return enlarge(\'$1\', event, \'realvideo\', \'center\', \'425\', \'350\')">$2</a>',
                     '<a href="$1" onclick="return enlarge(\'$1\', event, \'wmv\', \'center\', \'425\', \'350\')">$2</a>',
                     '<span style="color: $1">$2</span>');

Thanks... I will try to apply this to my site later smile

11

(3 replies, posted in PunBB 1.2 show off)

Check my forum it is a graphics resource and tutorials. I hope you guys can learn something out of it.

excellent mod... I have use this in my site already.
http://www.graphicsgenius.com

So...which css file should I embed your css code?

Make sure to use the "search" page, you will find what you are looking for.