1

(10 replies, posted in Feature requests)

pingme wrote:

I think for any message board today PM/poll is a must have. Probably we should have a global switch in punbb where we can turn off these features.

While I don't mind plugins, its just makes thing complicated when you have to upgrade your board.

I agree !!
Nowadays, a BB without PMs and Polls is not a real BB ... big_smile
And I think PunBB will not be heavier with these functionalities

2

(62 replies, posted in News)

trevor wrote:

Great news. I'm very excited smile

+1 cool

it is possible to combine several of these plugins in only one

#
#---------[ 1. OPEN ]---------------------------------------------------------
#

include/parser.php


#
#---------[ 2. FIND (line: 316) ]---------------------------------------------
#

'#\[u\](.*?)\[/u\]#s',


#
#---------[ 3. AFTER, ADD ]---------------------------------------------------
#

'#\[youtube\]http://www.youtube.com/watch\?v=(.*?)\[/youtube\]#s',
'#\[dailymotion\]http://www.dailymotion.com/swf/(.*?)\[/dailymotion\]#s',
'#\[googlevideo\]http://video.google.com/videoplay\?docid=(.*?)\[/googlevideo\]#s',
'#\[mp3\]([^\[]*?)\[/mp3\]#',


#
#---------[ 4. FIND (line: 326) ]---------------------------------------------
#

'<span class="bbu">$1</span>',


#
#---------[ 5. AFTER, ADD ]---------------------------------------------------
#

'<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/$1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/$1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>',
'<object width="425" height="364"><param name="movie" value="http://www.dailymotion.com/swf/$1"></param><embed src="http://www.dailymotion.com/swf/$1" type="application/x-shockwave-flash" width="425" height="364"></embed></object>',
'<object width="425" height="364"><param name="movie" value="http://video.google.com/googleplayer.swf?docId=$1"></param><embed src="http://video.google.com/googleplayer.swf?docId=$1" type="application/x-shockwave-flash" width="425" height="364"></embed></object>',
'<object width="200" height="20"><param name="movie" value="dewplayer.swf?mp3=$1" /><param name="wmode" value="transparent" /><embed src="dewplayer.swf?mp3=$1" type="application/x-shockwave-flash" wmode="transparent" width="200" height="20"></embed></object>',


#
#---------[ 6. SAVE/UPLOAD ]-------------------------------------------------
#

mp3 bbcode needs this file to work : http://www.estvideo.com/dew/media/dewplayer.swf

4

(1 replies, posted in Feature requests)

this is a great idea smile

5

(8 replies, posted in PunBB 1.2 discussion)

hi smile

is it possible to give the rights of moderation of a forum to somebody without it being able to see the IPs and to have the other privilege of the moderators ?!
if yes how ?

thank's a lot

[BUG]

this caracter => ' doesnt work in the replay
for exemple "test'test2" became "test"

- hmm for exemple with javascript we can save the date or id of the latest message and send it to server with refreshBox function.
- in list_chatbox_msg (php), adding "where date>jsdate" in the query.
- in handleResponse (js), doing document.getElementById("scrollbox").innerHTML += response;

but you are right ! it is complicated for finally nothing tongue
the idea comme from http://www.phpfreechat.net ^^


(sorry for my poor english big_smile)

@codexp
for the list_chatbox_msg & handleResponse functions, it well be cool to add only the new messages  ... smile

update of PM is it simple with punbb 1.3 ?!
or its better to wait ?

thank you !! it works perfectly  cool

great code

+1

this is great !!! smile
the refresh can be automatic ?! (with a timer for exemple that it check the database with a little sql like the last date... big_smile)

is it possible to refresh the page with AJAX, when there is an update ... ?!

like this :
http://www.devarticles.com/c/a/XML/Buil … -Database/