Click anywhere to close this dialog

Farewell

Great is the art of beginning, but greater is the art of ending
Henry Wadsworth Longfellow

I announce that I cease all development and activity in the programming universe indefinitely. My career has reached the turning point I was not expecting for at least another year, leaving me highly off guard and without laid-out plans for this hobby's continuity. I have begun a 5-year residency program in Neurosurgery which is clearly not compatible, time-wise, with programming.

I gave in all my passion for developing, and you gave me back your loyalty and trust, even when I did not deserve that much. Now it is the time for payback. I release all my present and past work as Open Source software, in the hope some talented developer will continue maintaining and expanding my vision of a modern, sleek forum software. The intrinsic flexibility of MyBB is the true hidden gem of an otherwise outdated codebase; I do hope the project can continue and be updated complying to the latest coding standards.

I hereby thank Euan, kawaii, andrewjs18, Ben, Matt, Omar G., effone, Eric J., Devilshakerz, Wildcard, JordanMussi and all the other team members I have had the opportunity to work with when I was a MyBB team member. I thank Tomm M, my mentor, who inspired me to pick up coding with his piece-of-art plugins. And finally, I thank all of you MyBBoost subscribers who have helped me getting through my toughest university years economically.

Yours sincerely, Filippo

Whisper 1.0.1

8 Feb 2017 Edited
#1

You are viewing page #6

Show original post
Filename Size Downloads
644.33 KB 696
Yondaime, Restia, Sedat Altay And 12 others like this post
Vulpus Maximus 28 Apr 2018
#51
Thanks so much, that fixed it.
Kausar 27 May 2018 Edited
#52
How to fix This section allows you to activate, deactivate, and manage the plugins that you have uploaded to your forum's inc/plugins directory. To hide a plugin from view, but not lose any stored information from it, click the Deactivate link.????

how to fix " This section allows you to activate, deactivate, and manage the plugins that you have uploaded to your forum's inc/plugins directory. To hide a plugin from view, but not lose any stored information from it, click the Deactivate link." I accidentally pressed deactivate whisper, help me!fast!
Shade 27 May 2018
#53
Go to Home > Configuration and update your personal admin settings to hold the Default theme. Then, reinstall Whisper.
Kausar 31 May 2018 Edited
#54
still there is no change.

how to fix the plugin does not appear?

my plugin error

like this guy's example picture @ Vulpus Maximus
Shade 2 Jun 2018
#55
What PHP version are you using?
Kausar 4 Jun 2018
#56
PHP 5.6.35 and MySQLi 10.1.32.
Kausar 5 Jun 2018
#57
hey dude how to fix it??
Shade 7 Jun 2018
#58
Go to your database manager, and run:

UPDATE mybb_adminoptions SET cpstyle = 'default'
Replace "mybb_" with your table prefix. This will revert all admins to use the default style. You can then proceed to install Whisper again.
Serpius 11 Aug 2018
#59
Got this error when I installed Whisper ACP.
Fatal error: Uncaught Error: [] operator not supported for strings in /home/h******l/public_html/main/styles/Whisper/style.php:283 Stack trace: /home/h******l/public_html/main/modules/config/plugins.php(501): Page->output_nav_tabs(Array, 'plugins') #1 /home/h******l/public_html/main/index.php(821): require('/home/h******l/...') #2 {main} thrown in /home/h******l/public_html/main/styles/Whisper/style.php on line 283

NOTE: h******l was purposely "blanked out" to protect my website.
Shade 11 Aug 2018
#60
PHP 5.4 is a minimum requirement.