[ABD] PhpBB Directory

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
eunaumtenhoid
Registered User
Posts: 1007
Joined: Wed Jun 03, 2009 12:46 am
Location: ????

Re: [3.2][RC] PhpBB Directory

Post by eunaumtenhoid »

kkkkkkkkkkkkk ty, but and this:
kevinaf wrote:Nice ext. But what i couldnt find is how to let moderators aprove new websites added by users.
There is no loosse permission to only let hem control that part in the acp.
IS possible?

how remove required of field URL?
My translations of the extensions for Brazilian Portuguese
https://github.com/phpBBTraducoes
User avatar
Hartenheer
Registered User
Posts: 780
Joined: Fri Jan 23, 2015 12:23 pm
Location: The Netherlands
Name: Willem Hartman
Contact:

Re: [3.2][RC] PhpBB Directory

Post by Hartenheer »

When a form is filled in, one gets a bug
What can I do about it?

Code: Select all

[phpBB Debug] PHP Warning: in file [ROOT]/ext/ernadoo/phpbbdirectory/core/link.php on line 661: include(./includes/functions_upload.php): failed to open stream: No such file or directory
[phpBB Debug] PHP Warning: in file [ROOT]/ext/ernadoo/phpbbdirectory/core/link.php on line 661: include(./includes/functions_upload.php): failed to open stream: No such file or directory
[phpBB Debug] PHP Warning: in file [ROOT]/ext/ernadoo/phpbbdirectory/core/link.php on line 661: include(): Failed opening './includes/functions_upload.php' for inclusion (include_path='.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')

Fatal error: Class 'fileupload' not found in /home/willem2q/deijmuidennaar.nl/ext/ernadoo/phpbbdirectory/core/link.php on line 663
Sorry English is not my native language :oops:
regards: Willem

https://bierfijnproevers.nl/bierforum
User avatar
ErnadoO
Registered User
Posts: 337
Joined: Thu Jun 08, 2006 2:32 pm
Location: France
Name: Erwan Nader
Contact:

Re: [3.2][RC] PhpBB Directory

Post by ErnadoO »

You use the 3.1 version of my extension
Former Administrator && MOD team leader on phpbb-fr.com
User avatar
Hartenheer
Registered User
Posts: 780
Joined: Fri Jan 23, 2015 12:23 pm
Location: The Netherlands
Name: Willem Hartman
Contact:

Re: [3.2][RC] PhpBB Directory

Post by Hartenheer »

Yes, but resolved.

Has been unclear which one to download.
I was wrong
Sorry English is not my native language :oops:
regards: Willem

https://bierfijnproevers.nl/bierforum
User avatar
donsenilo
Registered User
Posts: 359
Joined: Wed Oct 08, 2014 6:23 pm
Name: Markus
Contact:

Re: [3.2][RC] PhpBB Directory

Post by donsenilo »

Hi ErnadoO

I've updated my forum to 3.2.1 ... because of YOU :D

Your ext is great and works perfectly (see here) !

But here are a few questions:
  1. I wanna ask if it is possible to include in ACP an infobox that will display above the "Directory's Categories" (and stays there).
    The "idea" behind this is to show ALL visitors a message to remind them, that the use of any links in the directory is at there own risk (for example) - you know what I mean.
  2. How can I remove the link after the title of the website ?
  3. How can I set the characters to more then 999 ?
  4. And btw.: as far as I know, the pagerank does not exist anymore. Or am I wrong ?
  5. Where can I find the "none" in the flag list (to change it to german) and how to I add a graphic to this ?
And I recommend to add "padding-right: 8px;" to the directory.css at line 18:

Code: Select all

.commentbody .content {
	font-size: 1.3em;
	clear: none;
	padding-right: 8px;
}
User avatar
ErnadoO
Registered User
Posts: 337
Joined: Thu Jun 08, 2006 2:32 pm
Location: France
Name: Erwan Nader
Contact:

Re: [3.2][RC] PhpBB Directory

Post by ErnadoO »

donsenilo wrote: Thu Jul 27, 2017 4:09 pmI've updated my forum to 3.2.1 ... because of YOU :D
:twisted: :twisted:
Your ext is great and works perfectly (see here) !
Thx
I wanna ask if it is possible to include in ACP an infobox that will display above the "Directory's Categories" (and stays there).
The "idea" behind this is to show ALL visitors a message to remind them, that the use of any links in the directory is at there own risk (for example) - you know what I mean.
Yes i see, but no; there are many other extension to do that.
How can I remove the link after the title of the website ?
In view_cat.html, remove this:
<span class="responsive-hide">&nbsp;({{ site.U_LINK }})</span>
How can I set the characters to more then 999 ?
which field ?
And btw.: as far as I know, the pagerank does not exist anymore. Or am I wrong ?
Oh indeed ! it seems like since 15/04/2016, PR is not public anymore. Good, some php lines to remove, so lighter extension :p
Where can I find the "none" in the flag list (to change it to german) and how to I add a graphic to this ?
Top of the list
And I recommend to add "padding-right: 8px;" to the directory.css at line 18:

Code: Select all

.commentbody .content {
	font-size: 1.3em;
	clear: none;
	padding-right: 8px;
}
Good catch, do you want create a Pull Request (3.2.x branch) ? ;)
Former Administrator && MOD team leader on phpbb-fr.com
User avatar
donsenilo
Registered User
Posts: 359
Joined: Wed Oct 08, 2014 6:23 pm
Name: Markus
Contact:

Re: [3.2][RC] PhpBB Directory

Post by donsenilo »

I removed

Code: Select all

<span class="responsive-hide">&nbsp;({{ site.U_LINK }})</span>
and now it looks good.

About 999: I found it in settings.php and changed it to 9999

Code: Select all

'dir_length_describe' => array('lang' => 'DIR_MAX_DESC', 'validate' => 'int:1:9999', 'type' => 'number:1:9999', 'explain' => false),
About flag: Graphic "no_flag.png" found under "phpbbdirectory\images\flags"

A very very short notice: In directory.php I added a simpel non-breaking space (I found no way to solve this via css).

Code: Select all

'DIR_MAKE_SEARCH'	=> '&nbsp;Search a website',
About "Pull Request": Yes ... call me stupid but I'm not sure what this means (but it sounds like work ! :shock: )
User avatar
ErnadoO
Registered User
Posts: 337
Joined: Thu Jun 08, 2006 2:32 pm
Location: France
Name: Erwan Nader
Contact:

Re: [3.2][RC] PhpBB Directory

Post by ErnadoO »

donsenilo wrote: Thu Jul 27, 2017 7:25 pmAbout flag: Graphic "no_flag.png" found under "phpbbdirectory\images\flags"
Mhhh, strange :?
About "Pull Request": Yes ... call me stupid but I'm not sure what this means
Forget it, I'm taking care of it :mrgreen:
Former Administrator && MOD team leader on phpbb-fr.com
User avatar
donsenilo
Registered User
Posts: 359
Joined: Wed Oct 08, 2014 6:23 pm
Name: Markus
Contact:

Re: [3.2][RC] PhpBB Directory

Post by donsenilo »

donsenilo wrote: Thu Jul 27, 2017 7:25 pmAbout flag: Graphic "no_flag.png" found under "phpbbdirectory\images\flags"
Why strange ? I only found that file (and replaced it with my own)

But here I found one thing that should be added to this:
The permissions are fully customizable : you can choose the groups, which can add/edit/delete a website, comment, search, etc...
I think it would/should be possible/necessary to add the option to allow/disallow guests to view the hole directory.
I wanna ask if it is possible to include in ACP an infobox that will display above the "Directory's Categories" (and stays there).
The "idea" behind this is to show ALL visitors a message to remind them, that the use of any links in the directory is at there own risk (for example) - you know what I mean.

Yes i see, but no; there are many other extension to do that.
What extensions do you mean ? I don't know any extension to add an infobox especially to your directory.
Last edited by donsenilo on Thu Jul 27, 2017 8:51 pm, edited 1 time in total.
User avatar
Fast_Eddie
Registered User
Posts: 258
Joined: Tue Jun 09, 2015 8:32 pm
Name: Ed

Re: [3.2][RC] PhpBB Directory

Post by Fast_Eddie »

ErnadoO wrote: Wed Jul 26, 2017 6:05 pm You use the 3.1 version of my extension
I tried this on my 3.2 , it installed ok but crashed when i went to submit a website.
User avatar
Hartenheer
Registered User
Posts: 780
Joined: Fri Jan 23, 2015 12:23 pm
Location: The Netherlands
Name: Willem Hartman
Contact:

Re: [3.2][RC] PhpBB Directory

Post by Hartenheer »

Fast_Eddie wrote: Thu Jul 27, 2017 8:51 pm
ErnadoO wrote: Wed Jul 26, 2017 6:05 pm You use the 3.1 version of my extension
I tried this on my 3.2 , it installed ok but crashed when i went to submit a website.
You must have at least 3.2.1
Sorry English is not my native language :oops:
regards: Willem

https://bierfijnproevers.nl/bierforum
merlet
Registered User
Posts: 7
Joined: Sat Jun 17, 2017 2:54 pm

Re: [3.2][RC] PhpBB Directory

Post by merlet »

Sorry for my English.

Congratulations on the extension, in my opinion an incredible job. I really like it, it's like a mix of "forum" "meneame" and "directory" .... amazing!

Thanks for this great extension. Looking forward to seeing the tag "approved extension".

Best regards, Oscar.
User avatar
eunaumtenhoid
Registered User
Posts: 1007
Joined: Wed Jun 03, 2009 12:46 am
Location: ????

Re: [3.2][RC] PhpBB Directory

Post by eunaumtenhoid »

how remove required of field URL?
My translations of the extensions for Brazilian Portuguese
https://github.com/phpBBTraducoes
User avatar
donsenilo
Registered User
Posts: 359
Joined: Wed Oct 08, 2014 6:23 pm
Name: Markus
Contact:

Re: [3.2][RC] PhpBB Directory

Post by donsenilo »

I wanna ask if it is possible to include in ACP an infobox that will display above the "Directory's Categories" (and stays there).
The "idea" behind this is to show ALL visitors a message to remind them, that the use of any links in the directory is at there own risk (for example) - you know what I mean.
I've tried a few things and found a solution ...

In the file ...

Code: Select all

ext\ernadoo\phpbbdirectory\styles\prosilver\template\body.html
... I added the following lines after "{% include 'overall_header.html' %}":

Code: Select all

<div class="rules" style="margin-top: 0px;">
	<div class="inner">
	<b><u>IMPORTANT:</u></b><br><br>Your text here !
	</div>
</div>
This message will only display at the root of the directory (see here), but it works fine for me. Maybe someone find it useful too and it's possible to add this "feature" to an upcoming version of this great extension.
User avatar
donsenilo
Registered User
Posts: 359
Joined: Wed Oct 08, 2014 6:23 pm
Name: Markus
Contact:

Re: [3.2][RC] PhpBB Directory

Post by donsenilo »

Is it possible to set "Back link’s page URL:" not as required ?
Locked

Return to “Abandoned Extensions”