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

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

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

Post by Stoker »

Extension Name: Random Quote/Quote of the Day
Author: Stoker
Extension Version: Image
Requirements: Image
From my old phpBB 3.0.X Mod


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


Download:
Random_Quotes_1.0.7.zip
(23.96 KiB) Downloaded 71 times

Demo:
Demo BBCodes


Translations:
French


Screenshots:
random_quotes_index.png
rqp.png
random_quotes_acp.png


Bonus Tips:
Question: How do I display quotes on all pages?
Answer: First, disable the extension!
Open /ext/stoker/randomquotes/event/listener.php
Find 'core.index_modify_page_title'
Replace with 'core.page_header'
That step allows you the place the Random Quote 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/randomquotes/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_quotes_v1.0.4.zip
(21.42 KiB) Downloaded 45 times
random_quotes_v1.0.3.zip
(23.26 KiB) Downloaded 62 times
random_quotes_v1.0.2.zip
(19.14 KiB) Downloaded 63 times
Last edited by Stoker on 11 Jul 2025, 15:16, edited 9 times in total.
Reason: -
~ 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 05:56
Last active: -
Favourite EXT: Forum Goal
Location: Denmark
Contact:

Random Quote - phpBB Extension

Post by Stoker »

Download added :thumb:
~ The greatest achievement in life is to inspire ~
Regards Stoker
User avatar
Anișor Offline
Donator
Donator
Posts: 30
Joined: 14 Sep 2012, 17:31
Local time: 07 Sep 2025 03:56
Last active: -
Contact:

Random Quote - phpBB Extension

Post by Anișor »

Nice one mate!
User avatar
iorG19 Offline
BBCoder II
BBCoder II
Posts: 54
Joined: 29 Apr 2011, 12:27
Local time: 07 Sep 2025 05:56
Last active: -
Location: Behind You
Contact:

Random Quote - phpBB Extension

Post by iorG19 »

I like this extension; just installed on my forum and it works perfect! 👌
How can i see the quote centered?
Some [romanian] and [spanish] translations of extensions.
User avatar
Stoker Offline
Site Admin
Site Admin
Posts: 4,561
Joined: 12 May 2008, 21:26
Local time: 07 Sep 2025 05:56
Last active: -
Favourite EXT: Forum Goal
Location: Denmark
Contact:

Random Quote - phpBB Extension

Post by Stoker »

iorG19 wrote: 15 Apr 2025, 17:43 I like this extension; just installed on my forum and it works perfect! 👌
How can i see the quote centered?
Check the files in the styles event folder. You need to add text-align:center; to the starting div
~ The greatest achievement in life is to inspire ~
Regards Stoker
User avatar
iorG19 Offline
BBCoder II
BBCoder II
Posts: 54
Joined: 29 Apr 2011, 12:27
Local time: 07 Sep 2025 05:56
Last active: -
Location: Behind You
Contact:

Random Quote - phpBB Extension

Post by iorG19 »

Stoker wrote: 15 Apr 2025, 17:47 ... You need to add text-align:center; to the starting div
Looks much better now! 👌
Thank you!
Some [romanian] and [spanish] translations of extensions.
User avatar
iorG19 Offline
BBCoder II
BBCoder II
Posts: 54
Joined: 29 Apr 2011, 12:27
Local time: 07 Sep 2025 05:56
Last active: -
Location: Behind You
Contact:

Random Quote - phpBB Extension

Post by iorG19 »

// Romanian translation for this extension; download and upload to the forum's /ext directory.
// Traducere în limba română a acestei extensii: descarcă și urcă în directorul /ext al forumului.
stoker-randomquotes-1.0.2_ro.zip
Stoker Random Quotes 1.0.2 (RO)
(1.49 KiB) Downloaded 41 times

// Spanish translation for this extension; download and upload to the forum's /ext directory.
// Traducción a español para esta extensión; descarga y sube en la carpeta /ext de tu foro.
stoker-randomquotes-1.0.2_es.zip
Stoker Random Quotes 1.0.2 (ES)
(1.5 KiB) Downloaded 44 times
Some [romanian] and [spanish] translations of extensions.
User avatar
Stoker Offline
Site Admin
Site Admin
Posts: 4,561
Joined: 12 May 2008, 21:26
Local time: 07 Sep 2025 05:56
Last active: -
Favourite EXT: Forum Goal
Location: Denmark
Contact:

Random Quote - phpBB Extension

Post by Stoker »

Thanks iorG19 :thumb:
I have linked to your translations in first post, right under the download.
~ 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 05:56
Last active: -
Favourite EXT: Forum Goal
Location: Denmark
Contact:

Random Quote - phpBB Extension

Post by Stoker »

French by Sergio64
stoker-randomquotes-1.0.2_fr.zip
(1011 Bytes) Downloaded 43 times
~ 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 05:56
Last active: -
Favourite EXT: Forum Goal
Location: Denmark
Contact:

[3.3][RC] Random Quote - phpBB Extension

Post by Stoker »

Updated to 1.0.3
Changed location on forum index from before mark forums read to after.
It does look better.
Optimized so it doesnt run any query on index or portal if this setting isnt enabled.

Included languages:
Romanian
Spanish
French


Instructions:
Disable before updating. You dont have to delete data.
But since I changed the location, you need to delete the randomquotes folder BEFORE uploading the new version
~ The greatest achievement in life is to inspire ~
Regards Stoker
Post Reply