Support for PhpBB3 BBCodes.
Post here to get help with any BBCode related issue
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe exactly what it is you want.
3. Tell us what version of phpBB3 you are currently using.
Else your topic may be ignored or locked!
kevinviet Offline
BBCoder III
Posts: 123 Joined: 06 Mar 2010, 02:52
Local time: Saturday 13:49Last active: -
Post
by kevinviet » 22 Mar 2010, 07:23
Hello all
I need help with this 4shared BBcode, can someone please help me make this .mp3 BBcode for this website ?
Here the link to the mp3
http://www.4shared.com/file/62099798/aa ... y.html?s=1
Thanks a lot
cisco007 Offline
BBCoder VI
Posts: 1,015 Joined: 16 Mar 2010, 16:14
Local time: Saturday 17:49Last active: -
Location: Don't really know!
Post
by cisco007 » 22 Mar 2010, 12:54
I didn't create a bbcode but i used downloadhelper addon for firefox and got the url of the mp3 then used the mp3 bbcode!
[mp3]
http://dc96.4shared.com/img/62099798/aa ... review.mp3 [/mp3]
kevinviet Offline
BBCoder III
Posts: 123 Joined: 06 Mar 2010, 02:52
Local time: Saturday 13:49Last active: -
Post
by kevinviet » 23 Mar 2010, 01:19
Thanks ciscco, I was doing like this and it works for FF browser but not work for IE browser. Can you create a BBcode for this so it works for both FF and IE ?
Thanks
cisco007 Offline
BBCoder VI
Posts: 1,015 Joined: 16 Mar 2010, 16:14
Local time: Saturday 17:49Last active: -
Location: Don't really know!
Post
by cisco007 » 23 Mar 2010, 02:37
sure i can make it, but i am not sure it's going to work for all files or mp3's from that site, but here is this one!
bbcode usage:
Code: Select all
[4shared]{SIMPLETEXT1}/{SIMPLETEXT2}[/4shared]
html replacement:
Code: Select all
<embed src="http://www.4shared.com/embed/{SIMPLETEXT1}/{SIMPLETEXT2}" width="320" height="260" allowfullscreen="true" allowscriptaccess="always"></embed>
and use the two numbers with the slash in the helpline, like so:
Code: Select all
[4shared]62099798/aa4492de[/4shared]
kevinviet Offline
BBCoder III
Posts: 123 Joined: 06 Mar 2010, 02:52
Local time: Saturday 13:49Last active: -
Post
by kevinviet » 23 Mar 2010, 07:31
Thanks you so much cisco, The BBcode works for both FF browser and IE browser
that all I need
Thanks again cisco and i am very appreciated.