[3.3][DEV] phpBB Mp3 Playerbbw 1.0.1

A place for Extension Authors to post and receive feedback on Extensions still in development. No Extensions within this forum should be used within a live environment!
Scam Warning
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

IMPORTANT: Extensions Development rules

IMPORTANT FOR NEEDED EVENTS!!!
If you need an event for your extension please read this for the steps to follow to request the event(s)
User avatar
Galandas
Registered User
Posts: 797
Joined: Thu Jul 23, 2009 4:11 pm
Location: Italy
Name: Rey

[3.3][DEV] phpBB Mp3 Playerbbw 1.0.1

Post by Galandas »

Extension Name: phpBB Mp3 Playerbbw
Author: Galandas
Extension Description: The phpBB Mp3 Playerbbw extension is designed to provide a dynamic and fluid audio listening experience within the phpBB platform. Ideal for music forums, creative communities or any site where you want to share audio files, phpBB Player allows you to integrate an intuitive and responsive MP3 player, which offers customizable playback options and advanced features for users and administrators.

Version: Image
phpBB: Image

Features:
  • ACP: Enable/Disable function only in index
  • ACP: Enable/Disable function only in Popup window
  • ACP: Enter MP3 song link
  • ACP: Enter MP3 image link
  • ACP: Enter MP3 song title
  • ACP: Administrator Permissions
  • ACP: Permissions for groups allowed to listen to MP3 songs
  • View player on index page
  • View player in Popup window
  • Languages: :flag_it: - :flag_gb:
Screenshots:
index.png
popup.png
acp.png

Demo URL: Clik here


Download:
Clik here
You do not have the required permissions to view the files attached to this post.
Last edited by Galandas on Sat Jan 11, 2025 1:28 am, edited 2 times in total.
English is not my native language My CDB Contributions My RC extensions Styles Page
User avatar
Galandas
Registered User
Posts: 797
Joined: Thu Jul 23, 2009 4:11 pm
Location: Italy
Name: Rey

Re: [3.2][3.3][RC] Mp3 Playerbbw on index

Post by Galandas »

Small problem in the Styles.css file there is this code, which unfortunately interferes with the BBCode buttons, the BBCode buttons with margins that widen between them, so to solve this small problem you have to edit the styles.css file located in ext\galandas\phpbbplayer\styles\prosilver\theme\styles.css

FIND THIS:

Code: Select all

button {
    cursor: pointer;
    padding: 10px;
    margin: 5px;
    font-size: 16px;
}
SOLVE IT WITH THIS:

Code: Select all

button {
    cursor: pointer;
    padding: 10px;
    /* margin: 5px; */
    font-size: 16px;
}
I will update the extension anyway
English is not my native language My CDB Contributions My RC extensions Styles Page
Tread
Registered User
Posts: 108
Joined: Thu Nov 14, 2019 9:52 pm

Re: [3.2][3.3][RC] Mp3 Playerbbw on index

Post by Tread »

Nice ext but i found the images of no use in the acp also took up too much space on the index so made some changes.
Last edited by Tread on Sat Nov 09, 2024 2:11 am, edited 1 time in total.
User avatar
Galandas
Registered User
Posts: 797
Joined: Thu Jul 23, 2009 4:11 pm
Location: Italy
Name: Rey

Re: [3.2][3.3][RC] Mp3 Playerbbw on index

Post by Galandas »

I'm glad that my extension is useful to you, yes of course if you want you can insert in ACP an enable or disable to decide the image display
English is not my native language My CDB Contributions My RC extensions Styles Page
User avatar
Miri4ever
Registered User
Posts: 630
Joined: Sat Mar 07, 2015 11:18 am

Re: [3.2][3.3][RC] Mp3 Playerbbw on index

Post by Miri4ever »

Is there a way to use this player anywhere in the forum like a piece of BBCode you can place anywhere where it's needed ? We already can do this inside posts and forum locations, but a controlled player user could interact with different sounds would be a great improvement.
Homepage: Terra Oceanica

Extension Developments:
PHPBB Games Solitaire, MChat Poker, MChat Black Jack, MChat Cards, MChat Trivia
PHPBB Special Effects, Mousepointers, X-Mas Themes and Designs for PBWoW Style.
Supported work: (**New Updated** UCP Sidebar), Tables, Hide, PBWow3 Style
User avatar
Galandas
Registered User
Posts: 797
Joined: Thu Jul 23, 2009 4:11 pm
Location: Italy
Name: Rey

Re: [3.2][3.3][RC] Mp3 Playerbbw on index

Post by Galandas »

Miri4ever wrote: Mon Nov 11, 2024 9:17 am Is there a way to use this player anywhere in the forum like a piece of BBCode you can place anywhere where it's needed ? We already can do this inside posts and forum locations, but a controlled player user could interact with different sounds would be a great improvement.
sorry I'm Italian, and according to the translation I try to understand as best as possible, do you want users to be able to add songs from UCP too? according to the player if you want to see it everywhere you just have to put it in the right EVENT, example: IN overall_header_content_before.html

Edit: I think that with a few changes to the code you can also create a BBCode
English is not my native language My CDB Contributions My RC extensions Styles Page
User avatar
Miri4ever
Registered User
Posts: 630
Joined: Sat Mar 07, 2015 11:18 am

Re: [3.2][3.3][RC] Mp3 Playerbbw on index

Post by Miri4ever »

Some might want this player inside his profile, some inside posts, others inside announcements as normal BBCode use, but the songs coming from the database where they got added.

Ok adding it to events is a first good step to move it outside the index page only.
Homepage: Terra Oceanica

Extension Developments:
PHPBB Games Solitaire, MChat Poker, MChat Black Jack, MChat Cards, MChat Trivia
PHPBB Special Effects, Mousepointers, X-Mas Themes and Designs for PBWoW Style.
Supported work: (**New Updated** UCP Sidebar), Tables, Hide, PBWow3 Style
User avatar
Galandas
Registered User
Posts: 797
Joined: Thu Jul 23, 2009 4:11 pm
Location: Italy
Name: Rey

Re: [3.2][3.3][RC] Mp3 Playerbbw on index

Post by Galandas »

I will definitely work on it, and there will be additions and improvements.
English is not my native language My CDB Contributions My RC extensions Styles Page
User avatar
Galandas
Registered User
Posts: 797
Joined: Thu Jul 23, 2009 4:11 pm
Location: Italy
Name: Rey

Re: [3.3][DEV] phpBB Mp3 Playerbbw 1.0.1

Post by Galandas »

Updated extension v1.0.1 Added the ability to display the player in a popup window, you can decide whether to enable only in the index, or only in the popup window, see screenshots and demo. :)
English is not my native language My CDB Contributions My RC extensions Styles Page
User avatar
Miri4ever
Registered User
Posts: 630
Joined: Sat Mar 07, 2015 11:18 am

Re: [3.3][DEV] phpBB Mp3 Playerbbw 1.0.1

Post by Miri4ever »

I was thinking about how to this into MChat as it perfects plays our radio stations and people can switch between. But a popup window or open in tab windows seems a perfect solution to place a link anywhere at the forum. I might need to take another look at this and how it's works and how difficult the styling would become. But I love the feature to switch between stations or self created songs.
Homepage: Terra Oceanica

Extension Developments:
PHPBB Games Solitaire, MChat Poker, MChat Black Jack, MChat Cards, MChat Trivia
PHPBB Special Effects, Mousepointers, X-Mas Themes and Designs for PBWoW Style.
Supported work: (**New Updated** UCP Sidebar), Tables, Hide, PBWow3 Style
User avatar
Galandas
Registered User
Posts: 797
Joined: Thu Jul 23, 2009 4:11 pm
Location: Italy
Name: Rey

Re: [3.3][DEV] phpBB Mp3 Playerbbw 1.0.1

Post by Galandas »

Miri4ever wrote: Sat Jan 11, 2025 9:01 am I was thinking about how to this into MChat as it perfects plays our radio stations and people can switch between. But a popup window or open in tab windows seems a perfect solution to place a link anywhere at the forum. I might need to take another look at this and how it's works and how difficult the styling would become. But I love the feature to switch between stations or self created songs.
your ideas are feasible, if only I had more time I would rummage around and it would be easier and faster for me to work on the php code, if you have direct proposals maybe I'll think about it.
English is not my native language My CDB Contributions My RC extensions Styles Page
User avatar
Galandas
Registered User
Posts: 797
Joined: Thu Jul 23, 2009 4:11 pm
Location: Italy
Name: Rey

Re: [3.3][DEV] phpBB Mp3 Playerbbw 1.0.1

Post by Galandas »

Small tweak to the code, the animated Font Awesome icon does not appear, download the zip and replace the file in galandas\phpbbplayer\styles\prosilver\template\event\overall_header_head_append.html clear the cache in ACP and you will see the icon.

DOWNLOAD:

Code: Select all

https://phpbb3world.altervista.org/community/download/file.php?id=1797
English is not my native language My CDB Contributions My RC extensions Styles Page
User avatar
Stoker 4.0
Registered User
Posts: 1532
Joined: Sun Feb 13, 2011 1:33 pm
Location: Funen, Denmark
Name: Ulrik Christensen

Re: [3.3][DEV] phpBB Mp3 Playerbbw 1.0.1

Post by Stoker 4.0 »

Would be nice to see it as a popup so we can navigate the board still listening to music.
Maybe make it possible to stream radio stations?
~ The greatest achievement in life is to inspire ~
Regards Stoker
User avatar
Galandas
Registered User
Posts: 797
Joined: Thu Jul 23, 2009 4:11 pm
Location: Italy
Name: Rey

Re: [3.3][DEV] phpBB Mp3 Playerbbw 1.0.1

Post by Galandas »

Stoker 4.0 wrote: Thu Jan 16, 2025 8:12 pm Would be nice to see it as a popup so we can navigate the board still listening to music.
Maybe make it possible to stream radio stations?
in the new version I have integrated the popup window just click on the link in the navbar menu, I think you can also insert radio stations with some modifications and tests you can implement.
English is not my native language My CDB Contributions My RC extensions Styles Page

Return to “Extensions in Development”