PDA

View Full Version : playing sound files in VB 3.7.1


Noosphere
07-10-2008, 10:51 PM
Newb alert.

I spent years participating and modding a vbulletin board (never used the admin cp or did any coding). On that board, in order to embed a sound file, all you had to do was to put either ..... or ...... tags around the url location of the sound file. That was it.... However, on our new board, this doesn't work. I know - probably a stupid question (yes - they exist!) and simple answer (they always are when you know them!). Help a learnin' brother out.

--------------- Added 1215741960 at 1215741960 ---------------

You know its apparently REALLY a stupid question when you get lots of views, and cricket-chirps. Bummer. I've looked in all the obvious places .... nothing related to sound files playing/not playing....and I don't see anything in the admin cp settings that references them. I really always thought the bb tags and url were all that was necessary (at least for basic sound files (wavs, mp3, midi, etc..)...

Opserty
07-11-2008, 08:48 AM
There is nothing about playing sound files in default vBulletin. You could create customised BBCode to play the sound files, most likely it would be possible to find the HTML code to do so on Google. Then use that HTML code as the custom BBCode replacement.

Or you could try: AnyMedia BBCode for 3.5.x (https://vborg.vbsupport.ru/showthread.php?t=106239&highlight=BBCode%26quot%3B%26quot%3B),simple any-title *.mp3 BBCode (https://vborg.vbsupport.ru/showthread.php?t=174858&highlight=BBCode%26quot%3B%26quot%3B) or more by searching the mods section.

Noosphere
07-11-2008, 11:23 PM
Thanks for the reply Opserty....