[ABD] [DEV] Did You Know

Any abandoned Extensions will be moved to this forum.

WARNING: Extensions in this forum are not currently being supported or maintained by the original Extension author. Proceed at your own risk.
Forum rules
IMPORTANT: Extension Development Forum rules

WARNING: Extensions in this forum are not currently being supported nor updated by the original Extension author. Proceed at your own risk.
User avatar
dmzx
Registered User
Posts: 853
Joined: Fri Sep 05, 2014 6:48 am
Location: The Netherlands
Contact:

[ABD] [DEV] Did You Know

Post by dmzx »

Extension Name: Did You Know
Author: dmzx

Special thanks to: martin

Extension Description:
With this extension you can display texts in a small box at the top of the forum in a random order.

Extension Version: 1.0.3

Version 1.0.3
Add version check ACP

Version 1.0.2
Added Hide link

Version 1.0.1
Added UCP option

Screenshots:
Image
Image
Image

Extension Download:
http://www.dmzx-web.net/downloadsystemcat?id=4

Installation:
  1. Download the latest release.
  2. Unzip the downloaded release, and change the name of the folder to `didyouknow`.
  3. In the `ext` directory of your phpBB board, create a new directory named `dmzx` (if it does not already exist).
  4. Copy the `didyouknow` folder to `/ext/dmzx/` if done correctly, you'll have the main extension class at (your forum root)/ext/dmzx/didyouknow/composer.json
  5. Navigate in the ACP to `Customise -> Manage extensions`
  6. Look for `Did You Know` under the Disabled Extensions list, and click its `Enable` link.
Last edited by dmzx on Sun Nov 29, 2015 12:09 pm, edited 2 times in total.
Contact me on dmzx-web.net
Buy me a beer Donate and try binance.com or try CentOS Web Panel
User avatar
Mauron
Registered User
Posts: 342
Joined: Wed Jul 16, 2014 11:25 am

o: !

Post by Mauron »

Nais!
User avatar
dmzx
Registered User
Posts: 853
Joined: Fri Sep 05, 2014 6:48 am
Location: The Netherlands
Contact:

Re: [DEV] Did You Know

Post by dmzx »

First post updated
Contact me on dmzx-web.net
Buy me a beer Donate and try binance.com or try CentOS Web Panel
zium
Registered User
Posts: 1
Joined: Wed Nov 19, 2014 6:26 pm
Name: Ricardo Melo
Contact:

Re: [DEV] Did You Know

Post by zium »

Hi! Is it possible to display texts not just in foruns but also on top of every page?
User avatar
Raul [ThE KuKa]
Style Customisations
Style Customisations
Posts: 11073
Joined: Mon Dec 08, 2003 9:24 pm
Location: Spain
Name: Raul Arroyo
Contact:

Re: [DEV] Did You Know

Post by Raul [ThE KuKa] »

"PR" Spanish translation ready ;)
2 "PR" (my mistake). :oops:
All unsolicited PMs will be ignored.
:warning: Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats :warning:


If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
:flag_es: phpBB Spain - Online Since 2003 :heart:


User avatar
dmzx
Registered User
Posts: 853
Joined: Fri Sep 05, 2014 6:48 am
Location: The Netherlands
Contact:

Re: [DEV] Did You Know

Post by dmzx »

;)
Contact me on dmzx-web.net
Buy me a beer Donate and try binance.com or try CentOS Web Panel
User avatar
thunderchero
Registered User
Posts: 129
Joined: Sun Nov 03, 2013 10:16 pm

Re: [DEV] Did You Know

Post by thunderchero »

instead of display text in random order could it display by date code? for "This Day in history" or daily trivia?
User avatar
Hippie459MN
Registered User
Posts: 964
Joined: Mon Oct 15, 2007 10:13 pm
Location: Minnesota, USA
Contact:

Re: [DEV] Did You Know

Post by Hippie459MN »

I installed this and nothing seems to be showing up anywhere.

http://www.hydrostreamforums.com is the URL. Its enabled and I have two things set. Just text text right now but either way, its not showing up. And the UCP setting is set to yes also.
User avatar
dmzx
Registered User
Posts: 853
Joined: Fri Sep 05, 2014 6:48 am
Location: The Netherlands
Contact:

Re: [DEV] Did You Know

Post by dmzx »

Hippie459MN wrote:I installed this and nothing seems to be showing up anywhere.

http://www.hydrostreamforums.com is the URL. Its enabled and I have two things set. Just text text right now but either way, its not showing up. And the UCP setting is set to yes also.
Check if you have <!-- EVENT viewforum_forum_title_before --> in your viewforum_body.html maybe your style does not have that event.
Contact me on dmzx-web.net
Buy me a beer Donate and try binance.com or try CentOS Web Panel
User avatar
Hippie459MN
Registered User
Posts: 964
Joined: Mon Oct 15, 2007 10:13 pm
Location: Minnesota, USA
Contact:

Re: [DEV] Did You Know

Post by Hippie459MN »

dmzx wrote:Check if you have <!-- EVENT viewforum_forum_title_before --> in your viewforum_body.html maybe your style does not have that event.
You are correct. That does not seem to be there. I do however have this,
<!-- EVENT viewforum_forum_name_prepend -->
and
<!-- EVENT viewforum_forum_name_append -->
User avatar
dmzx
Registered User
Posts: 853
Joined: Fri Sep 05, 2014 6:48 am
Location: The Netherlands
Contact:

Re: [DEV] Did You Know

Post by dmzx »

Hippie459MN wrote:
dmzx wrote:Check if you have <!-- EVENT viewforum_forum_title_before --> in your viewforum_body.html maybe your style does not have that event.
You are correct. That does not seem to be there. I do however have this,
<!-- EVENT viewforum_forum_name_prepend -->
and
<!-- EVENT viewforum_forum_name_append -->
Can you update your style?
Contact me on dmzx-web.net
Buy me a beer Donate and try binance.com or try CentOS Web Panel
User avatar
Hippie459MN
Registered User
Posts: 964
Joined: Mon Oct 15, 2007 10:13 pm
Location: Minnesota, USA
Contact:

Re: [DEV] Did You Know

Post by Hippie459MN »

It seems for whatever reason the theme author has removed that snippet of code from the theme and not really sure for the reasoning.

Here is the theme - viewtopic.php?p=14284451
User avatar
dmzx
Registered User
Posts: 853
Joined: Fri Sep 05, 2014 6:48 am
Location: The Netherlands
Contact:

Re: [DEV] Did You Know

Post by dmzx »

Hippie459MN wrote:It seems for whatever reason the theme author has removed that snippet of code from the theme and not really sure for the reasoning.

Here is the theme - viewtopic.php?p=14284451
Add it like this https://github.com/phpbb/phpbb/blob/3.1 ... dy.html#L2
Contact me on dmzx-web.net
Buy me a beer Donate and try binance.com or try CentOS Web Panel
Neufoxet
Registered User
Posts: 4
Joined: Sat Mar 26, 2016 9:39 am

Re: [DEV] Did You Know

Post by Neufoxet »

zium wrote: Wed Dec 09, 2015 3:24 pm Hi! Is it possible to display texts not just in foruns but also on top of every page?
rename file viewforum_forum_title_before.html to overall_header_content_before.html
Last edited by Neufoxet on Sun Apr 23, 2017 11:17 am, edited 1 time in total.
Neufoxet
Registered User
Posts: 4
Joined: Sat Mar 26, 2016 9:39 am

Re: [DEV] Did You Know

Post by Neufoxet »

Please add a button "Next" to see more
Locked

Return to “Abandoned Extensions”