https://www.icyphoenix.com/viewtopic.php?f=28&t=85
-----------------------------------
okada1314
Wed 16 Aug, 2006 14:20

EMFF Player XS BBcode
-----------------------------------
[code]##############################################################
## MOD Title: EMFF XSBBcode MOD
## MOD Author: PATRICK C.P.H < reiji325@yahoo.com.hk > http://patpatforum.prophp.org
## MOD Description: EMFF XSBBcode MOD
## MOD Version: 1.0.0
## 
## Installation Level: Easy
## Installation Time: 5 minutes
## Files To Edit: includes/bbcode.php
##
## Included Files: 
##                  emff_mod/emff_lila.swf
## 
## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2 
############################################################## 
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD 
##############################################################[/code]

[b]Demo:[/b]
[emff]http://okada1314.phpnet.us/Daniel%20Powter%20-%20Daniel%20Powter%20-%2003%20-%20Bad%20Day.mp3[/emff]

[b]How to use the code:[/b]
[code][emff]http://www.yousite.com/xxx.mp3[/emff][/code]


-----------------------------------
Nikola
Wed 16 Aug, 2006 15:19

Re: EMFF Player XS BBcode
-----------------------------------
I like that  :D  
First listening song and if it's ok, download it, it's not, listen another song.


-----------------------------------
ThE KuKa
Wed 16 Aug, 2006 16:22

Respuesta: EMFF Player XS BBcode
-----------------------------------
Thanks [b]okada1314[/b],

Moved to XS Mods Forum

Greets 8)


-----------------------------------
Tom
Wed 16 Aug, 2006 17:16

Re: EMFF Player XS BBcode
-----------------------------------
@Kuka
You should actually move it, if you say so. ;)


-----------------------------------
ganesh
Wed 16 Aug, 2006 19:01

Re: EMFF Player XS BBcode
-----------------------------------
Wow!!!
That's great!
Thank you very much!


-----------------------------------
Mighty Gorgon
Thu 17 Aug, 2006 12:34

Re: EMFF Player XS BBcode
-----------------------------------
Added to XS.

Thanks.


-----------------------------------
ThE KuKa
Thu 17 Aug, 2006 19:37

Respuesta: EMFF Player XS BBcode
-----------------------------------
[quote user="Tom" post="541"]@Kuka
You should actually move it, if you say so. ;)[/quote]
jajaja, sorry Tom :mryellow:


-----------------------------------
casimedicos
Fri 08 Sep, 2006 13:59

Re: EMFF Player XS BBcode
-----------------------------------
good 
thanks
ill use for my podcasts


-----------------------------------
Matt-Savage
Thu 05 Oct, 2006 09:41

Re: EMFF Player XS BBcode
-----------------------------------
Great addition to phpbb XS.

I would not have know it was installed if not for this article. 

Any chance of bbcode button? or is the aim to make this an admin only function...?


-----------------------------------
Mighty Gorgon
Mon 16 Oct, 2006 01:26

Re: EMFF Player XS BBcode
-----------------------------------
[quote user="Matt-Savage" post="3679"]Great addition to phpbb XS.

I would not have know it was installed if not for this article. 

Any chance of bbcode button? or is the aim to make this an admin only function...?[/quote]
There are many BBCodes, but not all of them have a button. :roll:

Even if the button is missed, everyone can use the BBCodes by adding directly the code.

I will udpate the BBCode Glossary with the new ones added.


-----------------------------------
senyafin
Sat 28 Oct, 2006 13:02

Re: EMFF Player XS BBcode
-----------------------------------
[quote user="Mighty Gorgon" post="3841"][quote user="Matt-Savage" post="3679"]Great addition to phpbb XS.

I would not have know it was installed if not for this article. 

Any chance of bbcode button? or is the aim to make this an admin only function...?[/quote]
There are many BBCodes, but not all of them have a button. :roll:

Even if the button is missed, everyone can use the BBCodes by adding directly the code.

I will udpate the BBCode Glossary with the new ones added.[/quote]

Hi all!

Maybe here i find help how to include that MOD into XS bbcode 1.08.
Would be great if someone could assist me on that issue

Tia
Pascal


-----------------------------------
Mighty Gorgon
Sun 29 Oct, 2006 10:53

Re: EMFF Player XS BBcode
-----------------------------------
[quote user="senyafin" post="4194"]Maybe here i find help how to include that MOD into XS bbcode 1.08.
Would be great if someone could assist me on that issue[/quote]
Hi Pascal... what do you mean by XS BBCode 1.08?


-----------------------------------
senyafin
Sun 29 Oct, 2006 13:21

Re: EMFF Player XS BBcode
-----------------------------------
Hello Mighty Gorgon, thank you for your Response.

Here you can find the DL
http://www.custombuiltsoftware.co.uk/downloads/phpBB_Stuff/phpbb_mods/XS_Mods/

Here a description
http://www.phpbbstyles.com/viewtopic.php?t=12126

Imho a 1st class release but for n00bs like me really hard to modifiy
Without assistance nearly impossible.


-----------------------------------
difus
Sun 29 Oct, 2006 13:58

Re: EMFF Player XS BBcode
-----------------------------------
If I understand your question

it is not phpbb with XS templates it is phpbbXS project !
bbcodes are different 
You can ask for it in phpbb forums


-----------------------------------
Mighty Gorgon
Sun 29 Oct, 2006 17:45

Re: EMFF Player XS BBcode
-----------------------------------
Yes, bbcodes are different, but you can try to apply EMFF to your mod.

It should work, because that mod is based on CyberAlien BBCodes too. :wink:

Try and let us know.


-----------------------------------
senyafin
Sun 29 Oct, 2006 18:09

Re: EMFF Player XS BBcode
-----------------------------------
Hello MG,

i've made these changes, unfurtunately it doesn't work
Find 
[code]
                ),
                // tab
                'rquote' => array(
                        'nested'        => false,
                        'inurl'                => false,
                        'allow_empty'        => true,
                ),
[/code]

after add
[code]
				        ),  
				      'emff' => array(
							'nested' => true,
							'inurl' => true,
							'allow_empty' => false,
							),
[/code]

Find
[code]if($tag === 'flash'[/code]

inline after add || $tag === 'emff'
[code]if($tag === 'flash'|| $tag === 'emff')[/code]

Find
[code]
                                return array(
                                        'valid'                => true,
                                        'start'                => $html,
                                        'end'                => '</embed></object>'
                                );
                        }
[/code]
after add
[code]
elseif ($tag === 'emff')
													{
														$html = '<object data="forum/emff_mod/emff_lila.swf" type="application/x-shockwave-flash" width="200" height="55" align="top" ><param name="FlashVars" value="src=' . $content . '" /><param name="movie" value="forum/emff_mod/emff_lila.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ECECEC" /></object>';
													}
[/code]

any help would much appreciated


-----------------------------------
difus
Mon 30 Oct, 2006 20:28

Re: EMFF Player XS BBcode
-----------------------------------
I don't study this bbcode but I think
that in first change you must after add

[code]           
'emff' => array(  
         'nested' => true,  
         'inurl' => true,  
         'allow_empty' => false,  
          ),  [/code]


-----------------------------------
MartinTruckenbrodt
Mon 06 Nov, 2006 19:10

Re: EMFF Player XS BBcode
-----------------------------------
Hello,
the source code of the MOD:
http://www.phpbb.com/phpBB/viewtopic.php?t=415087
http://marcreichelt.de/spezial/musicplayer/#english

I am wondering that this has not been added to the install.txt .

Bye Martin


-----------------------------------
senyafin
Mon 06 Nov, 2006 19:54

Re: EMFF Player XS BBcode
-----------------------------------
Hello Martin,

nice to see you around, maybe you remember our conversation about your great newsletter Mod!
Also thanks for your reply, i appreciate it very much.
My problem is, that the code needs to include to the XS bbcode parser.

I've no idea how i could make it.


-----------------------------------
MartinTruckenbrodt
Mon 06 Nov, 2006 20:00

Re: EMFF Player XS BBcode
-----------------------------------
Hello senyafin,
sorry, but I'm not using XS.

Only I've found this topic with Google.

Bye Martin


-----------------------------------
Mighty Gorgon
Wed 08 Nov, 2006 22:45

Re: EMFF Player XS BBcode
-----------------------------------
[quote user="MartinTruckenbrodt" post="4529"]Hello,
the source code of the MOD:
http://www.phpbb.com/phpBB/viewtopic.php?t=415087
http://marcreichelt.de/spezial/musicplayer/#english

I am wondering that this has not been added to the install.txt .

Bye Martin[/quote]
Hi Martin, glad to see you here around. :wink:

The mod is working fine in phpBB XS... why you are stating that this has not been added in the install file? :roll:

[quote user="senyafin" post="4531"]Hello Martin,

nice to see you around, maybe you remember our conversation about your great newsletter Mod!
Also thanks for your reply, i appreciate it very much.
My problem is, that the code needs to include to the XS bbcode parser.

I've no idea how i could make it.[/quote]
[b]senyafin[/b] didn't you solve yet? :roll:

After you have applied those modifications, did you include SWF player in the correct folder?


-----------------------------------
DonLeon
Sat 03 Feb, 2007 17:53

Re: EMFF Player XS BBcode
-----------------------------------
nice! where could I make autostart and loop?


-----------------------------------
Zuker
Sat 07 Apr, 2007 20:51

Re: EMFF Player XS BBcode
-----------------------------------
[b]This modification is only for php XS and maybe is not working with IcyPhoenix.

If you are the author or are able to make them icy compatible, please feel free to post it.    

Thanks for your time and the good work so far.[/b]


-----------------------------------
Mighty Gorgon
Sun 08 Apr, 2007 12:15

Re: EMFF Player XS BBcode
-----------------------------------
This has been included into Icy Phoenix.

I'm locking this.


