Page 1 of 1

[3.3][RC] Random Joke/Joke of the Day - phpBB Extension

Posted: 16 Apr 2025, 11:31
by Stoker
Extension Name: Random Joke/Joke of the Day
Author: Stoker
Extension Version: Image
Requirements: Image
From my old phpBB 3.0.X Mod


Extension Description:
The Random Joke/Joke of the Day Extension adds a random joke on forum index or a daily joke
The random function display a new joke every time the page loads.
The Joke of the Day function display the same joke for 24 hours. Option to purge cache to get a new one.
Headline displays either Random Joke or Joke of the Day depending of your config
Config in ACP
Display on forum index and/or Simple Portal



Download:
Random_jokes_1.0.6.zip
(30.13 KiB) Downloaded 36 times


Screenshots:
jokes_index.png
jokes_portal.png
jokes_acp.png



Bonus Tips:
Question: How do I display Jokes on all pages?
Answer: First, disable the extension!
Open /ext/stoker/randomjokes/event/listener.php
Find 'core.index_modify_page_title'
Replace with 'core.page_header'
That step allows you the place the Random Joke anywhere in the overall_header.html
So you can open up that file and look at the events or go here to find the available events in the overall_header.html
Next step is to remane the template event file of this extension.
Go here /ext/stoker/randomjokes/styles/prosilver/template/event to find and rename the file.
Lets say you want it before the navbar, then remane it to overall_header_navbar_before.html
Purge cache and enable the extension. enjoy!

Older versions

random_joke_v1.0.3.zip
(28.21 KiB) Downloaded 24 times
random_joke_v1.0.2.zip
(26.37 KiB) Downloaded 86 times

[3.3][RC] Random Joke - phpBB Extension

Posted: 18 Jun 2025, 08:32
by Stoker
Updated to 1.0.3
Minor style changes and in general to meet the coding standards.
Purge cache after updating.

[3.3][RC] Random Joke - phpBB Extension

Posted: 18 Jun 2025, 10:07
by flumsi
Thank you very much for the update :pub:

[3.3][RC] Random Joke/Joke of the Day - phpBB Extension

Posted: 11 Jul 2025, 12:28
by Stoker
1.0.76 Available
New:
Performance improved.
Cache
Headline that display Random Joke or Joke of the Day depending on your settings.
Please visit demo site for example and Performance stats

[3.3][RC] Random Joke/Joke of the Day - phpBB Extension

Posted: 11 Jul 2025, 22:10
by flumsi
Thank you for the update :pub: