Search found 112 matches

by hubaishan
Mon Nov 30, 2020 4:52 am
Forum: [3.3.x] Support Forum
Topic: Is 3.3.2 compatible with php 8?
Replies: 2
Views: 787

Is 3.3.2 compatible with php 8?

Any one try this?
by hubaishan
Wed Jun 24, 2020 2:19 pm
Forum: phpBB Custom Coding
Topic: How make URLs like phpbb.de and phpbb.com
Replies: 12
Views: 2089

Re: How make URLs like phpbb.de and phpbb.com

I solve this by overriding phpbb/path_helper.php
see here
viewtopic.php?f=461&t=2556991
thanks for you and for rxu.
by hubaishan
Wed Jun 24, 2020 1:24 pm
Forum: Extension Writers Discussion
Topic: path_helper class overriding
Replies: 2
Views: 909

Re: path_helper class overriding

Thank you .
by hubaishan
Sat Jun 20, 2020 4:39 am
Forum: Extension Writers Discussion
Topic: path_helper class overriding
Replies: 2
Views: 909

path_helper class overriding

Can phpbb/path_helper class be overridden or replaced as phpbb/datetime ?
by hubaishan
Thu Jun 18, 2020 1:30 pm
Forum: Extensions in Development
Topic: [DEV] Knowledge Base (2.0)
Replies: 16
Views: 2946

Re: [DEV] Knowledge Base (2.0)

A bug when using PostgreSQL:duplicated primary key.
for sample category and sample article pk must not defined because it is auto increment.
by hubaishan
Sat Jun 06, 2020 8:25 am
Forum: phpBB Custom Coding
Topic: How make URLs like phpbb.de and phpbb.com
Replies: 12
Views: 2089

Re: How make URLs like phpbb.de and phpbb.com

Paul wrote: Fri Jun 05, 2020 8:40 pm Titania is a extension like most others. The only thing is that we don't provide support for it.
how did you fix the links of the style?
by hubaishan
Fri Jun 05, 2020 5:37 pm
Forum: phpBB Custom Coding
Topic: How make URLs like phpbb.de and phpbb.com
Replies: 12
Views: 2089

Re: How make URLs like phpbb.de and phpbb.com

kinerity wrote: Fri Jun 05, 2020 1:32 pm
hubaishan wrote: Thu Jun 04, 2020 6:01 pm same thing I saw in phpbb.com with Customisation Database and knowledge base, they are extensions
I promise you, they are NOT extensions ;)
really !!
but in https://github.com/phpbb/customisation-db they said
Titania

Titania is the phpBB.com Customisations Database.
by hubaishan
Fri Jun 05, 2020 7:41 am
Forum: phpBB Custom Coding
Topic: How make URLs like phpbb.de and phpbb.com
Replies: 12
Views: 2089

Re: How make URLs like phpbb.de and phpbb.com

I use nginx server, I modified conf file for the site to location / { try_files $uri $uri/ @rewriteapp; } location /community/ { try_files $uri $uri/ @rewriteapp; # Pass the php scripts to FastCGI server specified in upstream declaration. location ~ \.php(/|$) { include fastcgi.conf; fastcgi_split_p...
by hubaishan
Thu Jun 04, 2020 8:00 pm
Forum: phpBB Custom Coding
Topic: How make URLs like phpbb.de and phpbb.com
Replies: 12
Views: 2089

Re: How make URLs like phpbb.de

janus_zonstraal wrote: Thu Jun 04, 2020 6:14 pm Why do you not ask them?
I can`t write in Germany language .
by hubaishan
Thu Jun 04, 2020 6:01 pm
Forum: phpBB Custom Coding
Topic: How make URLs like phpbb.de and phpbb.com
Replies: 12
Views: 2089

How make URLs like phpbb.de and phpbb.com

https://phpbb.de have a nice URLs and site structure the forum installed in community folder and the other site sections are phpBB extensions, But their URLs are not under community folder so it has shorter and Nice URLs and SEO friendly. The Question is: How do they do it? for writing urls they may...
by hubaishan
Tue Feb 25, 2020 11:39 am
Forum: Abandoned Extensions
Topic: [ABD] Download System
Replies: 88
Views: 39077

Re: [3.2][3.3][DEV] Download System

bug in PostgreSQL

Code: Select all

SQL ERROR [ postgres ]

ERROR: column "bd.download_id" must appear in the GROUP BY clause or be used in an aggregate function LINE 1: SELECT bc.*, bd.*, COUNT(bd.download_id) AS number_downloads... ^ []
fixed after delete bd.*, from line 376 filecore/functions.php
by hubaishan
Wed Dec 25, 2019 1:36 pm
Forum: phpBB Discussion
Topic: Discuss: phpBB 3.3.0-RC1 Release
Replies: 87
Views: 13717

Re: Discuss: phpBB 3.3.0-RC1 Release

Dropping support of Flash attachment is a big change. must be in release announcement.
by hubaishan
Wed May 01, 2019 1:16 pm
Forum: phpBB Discussion
Topic: Discuss: phpBB 3.2.6 Release
Replies: 57
Views: 10915

Re: Discuss: phpBB 3.2.6 Release

Full PHP 7.3 compatibility will be included in phpBB 3.3.
is there 3.3 or 4.0?
by hubaishan
Wed Oct 17, 2018 9:00 am
Forum: [3.2.x] Styles in Development
Topic: [RC] bootlike for phpBB 3.2.8
Replies: 123
Views: 84695

Re: [Release] bootlike for phpBB 3.2.3

Bootlike style is incompatible with all extensions. :P I see but, what is the point of that? bootlike based on bootstrap css, not prosilver css. You can fix this yourself open the ext folder if it has style files you will find them in style folder copy prosilver folder to same parent folder as boot...

Go to advanced search