I want to duplicate sounds module

Hello, I want to duplicate a sound module, someone knows how to do?

Quote · 24 Aug 2011

It's unlikely someone will take the necessary time to do this and document all the changes for you.

Should start with this http://www.boonex.com/trac/dolphin/wiki/DolphinTutorialMyFirstModule and learn how a module works and is developed.

Then to copy the sound module.

1) Class names must be unique to your module. So all class names will need to be changed.

2) All references to those class names in every file will have to found and changed.

3) Module name will have to be changed.

4) Modules database names will need to be changed.

5) Modules Language catagory will have to be changed.

6) Modules language key names will have to be changed.

I think thats about it. I may have missed something. Should take between 1-2 hours for someone that knows what they are doing. Much longer for someone that don't.



https://www.deanbassett.com
Quote · 24 Aug 2011
Hello friends, I am duplicating the sound module that comes in the Dolphin, the module name is "Playbacks", displaying the following message after installing the panel administrator:

Installation of: Playbacks Done
-- Introduction from vendor:
Follow the instructions carefully!!!
-- Checking permissions: Done
-- Changing database: Done
-- Update languages: Done
-- Recompiling global paramaters: Done
-- Recompiling main menu: Done
-- Recompiling member menu: Done
-- Recompiling site statistics: Done
-- Recompiling page builder: Done
-- Recompiling comments: Done
-- Recompiling tags: Done
-- Recompiling votes: Done
-- Recompiling categories: Done
-- Clear database cache: Done
-- Recompiling permalinks: Done
-- Recompiling alerts: Done
-- Conclusion from vendor:
Congratulation!!! 
P.S. It's easy to install and easy to use. :)
Installation finished
But after changing the keys to translate and make changes to the database, the module installs but when I click in the administrative module, it displays the following message:
Method (actionAdministration) was not found in module (playbacks).

And all menus module appears something similar in the case of albums appears:
Method (actionAlbums) was not found in module (playbacks).

And also on the front page of my website the message:
Fatal error: Can not redeclare class BxSoundsSearch in / home / ktaqui / public_html / kalouros / modules / BoonEx / playbacks / classes / BxSoundsSearch.php on line 279

Ever looked at this line and is calling a table, where the sounds are stored sent by users, but still could not correct this error.
You know how I can solve this problem?
Quote · 25 Aug 2011

It appears you did not rename all the class files and update those class names in all of the files and update the class prefix in the config.php file.

https://www.deanbassett.com
Quote · 25 Aug 2011

ok, I'll do it, and already put here to talk if it worked!

Quote · 25 Aug 2011

Hello, is working.

Thanks.

Quote · 1 Sep 2011

I am trying to duplicate module also but I get following error message.

Fatal error: Call to a member function getBaseUri() on a non-object in /home/sunrise/public_html/modules/srm/weeklymessage/request.php on line 38


I don't know what to do with this error message. Please teach me how to solve this problem.


Please help.

Quote · 6 Jun 2016
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.