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 tongue
yea same as your demo, smile

KeyDog wrote:

works in IE now. see top for download.

Thanks KeyDog.
It works fine now big_smile
Thanks a lot for your help wink

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 ? roll

Edit : oops it works on firefox but not in IE... hmm

Thanks.
But its not working for me, even on the demo page I could only see the blank space roll
and btw what I want is an extension which allows to play any flv url, not only from my site. cool
thanks again.

Edit : there is a java script file when you download the player, I think this script should be loaded. roll

5

(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. sad
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

(28 replies, posted in PunBB 1.3 additions)

Garciat wrote:

Lol, I was using the user's ID for the post ID -.- It's fixed!

haha big_smile , yeah its fine now smile
thanks again wink

7

(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 roll
why??? roll

I mean it shows the first topic that I've posted when I created the forum roll

8

(28 replies, posted in PunBB 1.3 additions)

wow ! now its awesome big_smile
you've added link to user profile, thats great wink
my forum looks pretty now smile
thank you very much Garciat, for you help wink

9

(28 replies, posted in PunBB 1.3 additions)

Thanks a lot Garciat, its working fine now big_smile
I think I made a mistake while editing the file... roll

just one more question... cool
I want to remove the last post time and replace this with poster ID "by User". roll
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

(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

(28 replies, posted in PunBB 1.3 additions)

Yea I have the same message. neutral

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

(28 replies, posted in PunBB 1.3 additions)

Garciat wrote:

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

(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 sad
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.

Thanks for the screenshot smile 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 cool
Thats really a superb car. wink

15

(22 replies, posted in PunBB 1.3 extensions)

Garciat wrote:

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 cool

16

(22 replies, posted in PunBB 1.3 extensions)

hi there.
I've got one... tongue
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....  roll

haha I dont know if it is possible to make as an extension.... but just an idea and a question lol tongue

I've modified the parser.php as sais Garciat here.
anyway I will try your extension smile
thanks.

hi Garciat, I m using punBB 1.3.2 .
but what is punBB_trunk ??? roll
may I use this on my 1.3.2 ?
thanks smile

oh btw could you post a screen shot ? (if you've got time.... tongue)

19

(9 replies, posted in PunBB 1.3 extensions)

oh yeah you made it as an extension, nice smile
I already modified the parser.php and bb_code extension, so someone else could give a try wink

20

(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 smile

21

(76 replies, posted in PunBB 1.3 extensions)

Oh ! No !!! you are right, my host is running on PHP 4.4.3 hmm
anyway thanks a lot man smile

22

(76 replies, posted in PunBB 1.3 extensions)

Thanks Garciat, but I'm always geting the same message sad

23

(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.

haha, its alright.
yeah try it when you are free and got time smile

25

(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.