[CDB] PhpBB Directory

A place for Extension Authors to post and receive feedback on Extensions still in development. No Extensions within this forum should be used within a live environment!
Anti-Spam Guide
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

IMPORTANT: Extensions Development rules

IMPORTANT FOR NEEDED EVENTS!!!
If you need an event for your extension please read this for the steps to follow to request the event(s)
User avatar
ErnadoO
Registered User
Posts: 337
Joined: Thu Jun 08, 2006 2:32 pm
Location: France
Name: Erwan Nader

[CDB] PhpBB Directory

Post by ErnadoO »

phpBB Directory

Image - Travis-CI
Image - Jenkins
Image - Scruntinizer-CI

Description:
That MOD add a links directory at your phpBB forum.
This extension is a port of my MOD from phpBB 3.0.x.

Features: Requirements:
  • phpBB 3.1.3
Repository:
https://github.com/ErnadoO/ext-phpbb-directory


Installation:
  • Download the repository and unzip it.
  • Copy the entire contents from the unzipped folder to phpBB/ext/ernadoo/phpbbdirectory/
  • Navigate in the ACP to Customise -> Extension Management -> Extensions.
  • Click Enable.
Demo:
http://dev.modsphpbb3.fr/directory

Author notes:
Translations, PR, suggestions and any ideas are welcome ;)
Last edited by ErnadoO on Tue Sep 15, 2015 12:07 pm, edited 6 times in total.
Former Administrator && MOD team leader on phpbb-fr.com
User avatar
PayBas
Former Team Member
Posts: 930
Joined: Thu May 25, 2006 12:37 am

Re: [DEV] PhpBB Directory

Post by PayBas »

Pretty cool. Looking through the code, this extension is more complex than I had expected. Nice job.
User avatar
Mess
Registered User
Posts: 985
Joined: Wed Jul 01, 2009 6:37 am
Name: Kim

Re: [DEV] PhpBB Directory

Post by Mess »

Thanks for porting it over ErnadoO, good job. :)
User avatar
MattF
Extensions Development Coordinator
Extensions Development Coordinator
Posts: 6038
Joined: Sat Jan 17, 2009 9:37 am
Location: Los Angeles, CA
Name: Matt Friedman

Re: [DEV] PhpBB Directory

Post by MattF »

simple_header.html does not support adding extension CSS.

The event you are using is the wrong one too. It has no event inside the head element. Also, why would your extension need to use it? simple_header is only rarely used, and usually only in popup windows
Formerly known as VSEMy ExtensionsPlease do not PM me for support.
User avatar
ErnadoO
Registered User
Posts: 337
Joined: Thu Jun 08, 2006 2:32 pm
Location: France
Name: Erwan Nader

Re: [DEV] PhpBB Directory

Post by ErnadoO »

VSE wrote:It has no event inside the head element.
I have created a header event just for testing, same result :/
VSE wrote:The event you are using is the wrong one too
I know, but I do with what is available :P
VSE wrote:Also, why would your extension need to use it? simple_header is only rarely used, and usually only in popup windows
Exactly, in this extension, comments are displayed in a popup:
https://www.phpbb.com/customise/db/download/id_80605 ;)
Former Administrator && MOD team leader on phpbb-fr.com
User avatar
MattF
Extensions Development Coordinator
Extensions Development Coordinator
Posts: 6038
Joined: Sat Jan 17, 2009 9:37 am
Location: Los Angeles, CA
Name: Matt Friedman

Re: [DEV] PhpBB Directory

Post by MattF »

ErnadoO wrote:
VSE wrote:It has no event inside the head element.
I have created a header event just for testing, same result :/
VSE wrote:The event you are using is the wrong one too
I know, but I do with what is available :P
VSE wrote:Also, why would your extension need to use it? simple_header is only rarely used, and usually only in popup windows
Exactly, in this extension, comments are displayed in a popup:
https://www.phpbb.com/customise/db/download/id_80605 ;)
Then create a bug ticket reporting that simple_headers (in the ACP and styles) do not support extension loaded CSS stylesheets.
Formerly known as VSEMy ExtensionsPlease do not PM me for support.
User avatar
nickvergessen
Former Team Member
Posts: 4397
Joined: Mon Apr 30, 2007 5:33 pm
Location: Stuttgart, Germany
Name: Joas Schilling

Re: [DEV] PhpBB Directory

Post by nickvergessen »

VSE wrote:Then create a bug ticket reporting that simple_headers (in the ACP and styles) do not support extension loaded CSS stylesheets.
Yes please
No Support via PM
User avatar
ErnadoO
Registered User
Posts: 337
Joined: Thu Jun 08, 2006 2:32 pm
Location: France
Name: Erwan Nader

Re: [DEV] PhpBB Directory

Post by ErnadoO »

Former Administrator && MOD team leader on phpbb-fr.com
User avatar
keith10456
Registered User
Posts: 2315
Joined: Thu Feb 24, 2005 6:55 pm

Re: [DEV] PhpBB Directory

Post by keith10456 »

Can you make it so the thumbnail is a link?
User avatar
ErnadoO
Registered User
Posts: 337
Joined: Thu Jun 08, 2006 2:32 pm
Location: France
Name: Erwan Nader

Re: [DEV] PhpBB Directory

Post by ErnadoO »

yeah, i will do it tomorrow ;)
Former Administrator && MOD team leader on phpbb-fr.com
User avatar
RMcGirr83
Former Team Member
Posts: 22072
Joined: Wed Jun 22, 2005 4:33 pm
Location: Your display
Name: Rich McGirr

Re: [DEV] PhpBB Directory

Post by RMcGirr83 »

Clicking on this link http://dev.modsphpbb3.fr/directory/cate ... 4b8e6798f2

Does nothing....server times out.
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then you can support me by buying a beer 🍺
User avatar
ErnadoO
Registered User
Posts: 337
Joined: Thu Jun 08, 2006 2:32 pm
Location: France
Name: Erwan Nader

Re: [DEV] PhpBB Directory

Post by ErnadoO »

It works fine for me :/

Does any body else have this times out please?
Former Administrator && MOD team leader on phpbb-fr.com
User avatar
RMcGirr83
Former Team Member
Posts: 22072
Joined: Wed Jun 22, 2005 4:33 pm
Location: Your display
Name: Rich McGirr

Re: [DEV] PhpBB Directory

Post by RMcGirr83 »

Must have been a server hiccup, seems to work now.
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then you can support me by buying a beer 🍺
User avatar
Raul [ThE KuKa]
Style Customisations
Style Customisations
Posts: 11138
Joined: Mon Dec 08, 2003 9:24 pm
Location: Spain
Name: Raul Arroyo

Re: [DEV] PhpBB Directory

Post by Raul [ThE KuKa] »

Not working ErnadoO :|

Error 504
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
ErnadoO
Registered User
Posts: 337
Joined: Thu Jun 08, 2006 2:32 pm
Location: France
Name: Erwan Nader

Re: [DEV] PhpBB Directory

Post by ErnadoO »

keith10456 wrote:Can you make it so the thumbnail is a link?
Done ;)
Raul [ThE KuKa] wrote:Not working ErnadoO :|

Error 504
No trace of any 504 error in my web server logs :/

For emergency, i have a mirror on my Synology, i hope it works:
http://ernadoo.synology.me:8080/phpBB3/ ... ategorie/1
Former Administrator && MOD team leader on phpbb-fr.com

Return to “Extensions in Development”