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

Extensions for phpBB 3.3.X
Maintained and supported by Stoker
Post Reply
User avatar
Stoker Offline
Site Admin
Site Admin
Posts: 4,561
Joined: 12 May 2008, 21:26
Local time: 07 Sep 2025 07:13
Last active: -
Favourite EXT: Forum Goal
Location: Denmark
Contact:

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

Post 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
Last edited by Stoker on 11 Jul 2025, 12:27, edited 5 times in total.
~ The greatest achievement in life is to inspire ~
Regards Stoker
User avatar
Stoker Offline
Site Admin
Site Admin
Posts: 4,561
Joined: 12 May 2008, 21:26
Local time: 07 Sep 2025 07:13
Last active: -
Favourite EXT: Forum Goal
Location: Denmark
Contact:

[3.3][RC] Random Joke - phpBB Extension

Post by Stoker »

Updated to 1.0.3
Minor style changes and in general to meet the coding standards.
Purge cache after updating.
~ The greatest achievement in life is to inspire ~
Regards Stoker
User avatar
flumsi Offline
BBCoder III
BBCoder III
Posts: 95
Joined: 03 Mar 2025, 10:55
Local time: 07 Sep 2025 07:13
Last active: -
Location: Schweiz
Contact:

[3.3][RC] Random Joke - phpBB Extension

Post by flumsi »

Thank you very much for the update :pub:
User avatar
Stoker Offline
Site Admin
Site Admin
Posts: 4,561
Joined: 12 May 2008, 21:26
Local time: 07 Sep 2025 07:13
Last active: -
Favourite EXT: Forum Goal
Location: Denmark
Contact:

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

Post 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
~ The greatest achievement in life is to inspire ~
Regards Stoker
User avatar
flumsi Offline
BBCoder III
BBCoder III
Posts: 95
Joined: 03 Mar 2025, 10:55
Local time: 07 Sep 2025 07:13
Last active: -
Location: Schweiz
Contact:

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

Post by flumsi »

Thank you for the update :pub:
Post Reply