Author: Stoker
Extension Version:
Requirements:
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:
Demo:
Demo BBCodes
Translations:
French
Screenshots:
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!