hmm, actually I use this player to post kind of movie trailers, tv news...
Nop, not a live streaming server, just a normal webhosting one.
I also post direct links from other sites
yea same as your demo,
1 2009-01-10 13:35
Re: [Extension] FLV Player BBCode 1.0 - .mov, .mp4, .3gp etc. (17 replies, posted in PunBB 1.3 extensions)
2 2009-01-09 14:47
Re: [Extension] FLV Player BBCode 1.0 - .mov, .mp4, .3gp etc. (17 replies, posted in PunBB 1.3 extensions)
works in IE now. see top for download.
Thanks KeyDog.
It works fine now
Thanks a lot for your help
3 2009-01-08 19:53
Re: [Extension] FLV Player BBCode 1.0 - .mov, .mp4, .3gp etc. (17 replies, posted in PunBB 1.3 extensions)
Nop, only blank space.
when I had the same problem when i tried that code into the parser.php.
btw there is a java script file when you download the player, I think this script should be loaded.
maybe the problem is there ?
Edit : oops it works on firefox but not in IE...
4 2009-01-08 19:44
Re: [Extension] FLV Player BBCode 1.0 - .mov, .mp4, .3gp etc. (17 replies, posted in PunBB 1.3 extensions)
Thanks.
But its not working for me, even on the demo page I could only see the blank space
and btw what I want is an extension which allows to play any flv url, not only from my site.
thanks again.
Edit : there is a java script file when you download the player, I think this script should be loaded.
5 2009-01-08 15:23
Re: Need ideas (22 replies, posted in PunBB 1.3 extensions)
hello,
I want to add flv videos with JW Player.
is it possible to make an extension with this player : http://www.longtailvideo.com/players/jw-flv-player/
I tried some codes but its doesn't even show the player.
if you could make it as an extension, it will be great.
Thanks.
this is the code I've tried.
//FLV Videos
$pattern[] = '#\[flv width=([0-9]*) height=([0-9]*)\](.*?)\[/flv\]#';
$replace[] = '<div class="bbvideo"><object width="$1" height="$2" data="player.swf" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"><param name="movie" value="player.swf" /><param name="menu" value="false" /><param name="quality" value="best" /><param name="allowFullScreen" value="true" /><param name="flashvars" value="frontcolor=0xEEEEEE&backcolor=0x222222&lightcolor=0xFFFFFF&autostart=false&usefullscreen=true&file=$3" /><embed src="player.swf" width="$1" height="$2" menu="false" allowfullscreen="true" flashvars="frontcolor=0xEEEEEE&backcolor=0x222222&lightcolor=0xFFFFFF&autostart=false&usefullscreen=true&file=$3" type="application/x-shockwave-flash" pluginspage= "http://www.macromedia.com/go/getflashplayer"/></embed></object></div>';
6 2009-01-05 18:07
Re: Replace date with Topic (28 replies, posted in PunBB 1.3 additions)
Lol, I was using the user's ID for the post ID -.- It's fixed!
haha , yeah its fine now
thanks again
7 2009-01-05 17:57
Re: Replace date with Topic (28 replies, posted in PunBB 1.3 additions)
Opps !!! I've just noticed that when I click on the last post subject links of each forums, it shows the same post
why???
I mean it shows the first topic that I've posted when I created the forum
8 2009-01-05 17:53
Re: Replace date with Topic (28 replies, posted in PunBB 1.3 additions)
wow ! now its awesome
you've added link to user profile, thats great
my forum looks pretty now
thank you very much Garciat, for you help
9 2009-01-05 16:29
Re: Replace date with Topic (28 replies, posted in PunBB 1.3 additions)
Thanks a lot Garciat, its working fine now
I think I made a mistake while editing the file...
just one more question...
I want to remove the last post time and replace this with poster ID "by User".
I mean now I have 3 lines "subject", "day & time" , "user ID".
I wan to have only 2 lines, day and user ID on the same line insted of day and time.
Thanks.
10 2009-01-05 15:49
Re: Replace date with Topic (28 replies, posted in PunBB 1.3 additions)
Nop, its not displaying anything about last post but I have an error message in eash forum :
Parse error: syntax error, unexpected ',' in /mnt/102/sda/4/a/site/forums/index.php(211) : eval()'d code on line 15
btw what about this extension ?
is it possible to make this extension to punBB ?
11 2009-01-05 14:41
Re: Replace date with Topic (28 replies, posted in PunBB 1.3 additions)
Yea I have the same message.
Why not just put { overflow: hidden; } in the CSS for that column?
I tried this everywhere I saw lastpost in the css.
but didnt work. could you tell which line exactly ?
thanks.
12 2009-01-04 23:32
Re: Replace date with Topic (28 replies, posted in PunBB 1.3 additions)
or a 4-word limit?
I have the same problem.
Could you modify this extension ?
as you said 4 word limit or a way to adjust the max_subject_length as in the extern.php ?
thanks.
13 2009-01-04 01:08
Re: Replace date with Topic (28 replies, posted in PunBB 1.3 additions)
hi thanks for this extension hcs. its working great.
but I have a small problem... I have set the max subject length to 75 characters (uni code) into the extern.php.
so when I use this extension its also shows 75 characters... and its not looking good
anyway to limit the max length without modifying the extern.php ? beacuse I need this length to display last post/topics on my html page.
thanks.
14 2008-12-31 04:14
Re: [Release] Improved Smilies System (31 replies, posted in PunBB 1.3 extensions)
Thanks for the screenshot Garciat.
as I have 1.3.2, then it should work for me I'm going to try it.
Oh yeah! Nissan Skyline is also my favourite car
Thats really a superb car.
15 2008-12-31 04:09
Re: Need ideas (22 replies, posted in PunBB 1.3 extensions)
I don't know about specific changes on the CSS, but I could probably make an extension that will allow you to edit your styles (as text) from within PunBB (kinda like Wordpress does), without having to upload with FTP to your server and all that hassle.
Is that good?
yeah, this could help a lot to try diffrent changes on the CSS insted of uploading it everytime after some changes.
Thanks Garciat.
and if someone could help on the column width adjustments
16 2008-12-30 03:51
Re: Need ideas (22 replies, posted in PunBB 1.3 extensions)
hi there.
I've got one...
hmm is it possible to make an extension which could help us to easily personalize the css styles, like last post column width, main forum width, etc(..).
because I tried to make my last post column width smaller than the default but I realized that I have to change some more values....
haha I dont know if it is possible to make as an extension.... but just an idea and a question
17 2008-12-30 03:41
Re: [release] open links in new window (15 replies, posted in PunBB 1.3 extensions)
I've modified the parser.php as sais Garciat here.
anyway I will try your extension
thanks.
18 2008-12-30 03:37
Re: [Release] Improved Smilies System (31 replies, posted in PunBB 1.3 extensions)
hi Garciat, I m using punBB 1.3.2 .
but what is punBB_trunk ???
may I use this on my 1.3.2 ?
thanks
oh btw could you post a screen shot ? (if you've got time.... )
19 2008-12-15 02:45
Re: [Extension] DivX Adding BBCode (9 replies, posted in PunBB 1.3 extensions)
oh yeah you made it as an extension, nice
I already modified the parser.php and bb_code extension, so someone else could give a try
20 2008-12-15 02:42
Re: [Release] Sitemap Generator (76 replies, posted in PunBB 1.3 extensions)
its me again, I found the solution to activate php 5 on my host and I could install this extension
21 2008-12-14 22:09
Re: [Release] Sitemap Generator (76 replies, posted in PunBB 1.3 extensions)
Oh ! No !!! you are right, my host is running on PHP 4.4.3
anyway thanks a lot man
22 2008-12-14 21:54
Re: [Release] Sitemap Generator (76 replies, posted in PunBB 1.3 extensions)
Thanks Garciat, but I'm always geting the same message
23 2008-12-14 18:01
Re: [Release] Sitemap Generator (76 replies, posted in PunBB 1.3 extensions)
hi Garciat, help me please. I wanted to install this extension but I'm getting this error message while installing.
Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /mnt/102/sda/4/a/mywebsite/forums/extensions/sitemap/functions.php on line 41
Any idea ? thanks.
24 2008-12-13 23:33
Re: [encouragement] 3 cheers for Garciat (12 replies, posted in PunBB 1.3 extensions)
haha, its alright.
yeah try it when you are free and got time
25 2008-12-13 23:29
Re: [Release] VideoTag (v0.2.0) (41 replies, posted in PunBB 1.3 extensions)
oh yeah I got it.
You should disable automatic URL detection.
You will find it under Admin--> Settings--> Features : and uncheck it.
Allow BBCode parser to detect URLs and put them into tag.