Search found 17 matches

by Niko!
Fri Apr 13, 2018 3:24 pm
Forum: phpBB Discussion
Topic: Accelerated Mobile Page for phpBB
Replies: 27
Views: 9367

Re: Accelerated Mobile Page for phpBB

I see AMP results a lot more these days. I don't know why anyone would say it seems to have no benefit to phpBB. AMP results load LIGHTENING fast, so hopefully there is a way to get it working on phpBB sometime. Exactly! that is what I was saying... at least for the static topics (where the first m...
by Niko!
Fri Apr 13, 2018 3:22 pm
Forum: [3.2.x] Support Forum
Topic: BBcode [IMG] interpreted as a [URL]
Replies: 11
Views: 2810

Re: BBcode [IMG] interpreted as a [URL]

I know, but it should be changed...

for example... if you provide a size the bbcode used it it, otherwise it takes the image with its dimension
by Niko!
Fri Apr 13, 2018 6:13 am
Forum: [3.2.x] Support Forum
Topic: 3.2 Inline images only showing [ url ]
Replies: 19
Views: 1631

Re: 3.2 Inline images only showing [ url ]

I solved adding the exact size in the bbcode

Code: Select all

[img]URL[/img]
was problematic

Code: Select all

[img=AxB]URL[/img]
was okay

but it is noisy to check the sizes and having to place them every time :|
by Niko!
Fri Feb 02, 2018 3:47 pm
Forum: phpBB Discussion
Topic: Accelerated Mobile Page for phpBB
Replies: 27
Views: 9367

Re: Accelerated Mobile Page for phpBB

I do agree.

But maybe as an extra service... Or maybe forums that have only locked topics.
Forumotion (external forum hosting) managed to do something with AMP and “publications”
by Niko!
Fri Feb 02, 2018 2:02 pm
Forum: Extensions in Development
Topic: [CDB] Best Answer
Replies: 141
Views: 25246

Re: [3.2][BETA] Best Answer

Hello,

I tried it, but how should someone mark the reply as "Best Answer" ?
I can't see any button or anything :shock:
by Niko!
Fri Feb 02, 2018 1:27 pm
Forum: phpBB Discussion
Topic: Accelerated Mobile Page for phpBB
Replies: 27
Views: 9367

Re: Accelerated Mobile Page for phpBB

Hello, actually the AMP project is a way to serve articles, news, pages that has nothing to do with being responsive, etc.. The point is to provide a page that is quickly loadable and available. Google really appreciate it and put AMP pages in a dedicated space at the top of the results (from mobile...
by Niko!
Tue Jan 30, 2018 11:52 am
Forum: phpBB Custom Coding
Topic: external login: questions for $auth->login()
Replies: 0
Views: 415

external login: questions for $auth->login()

Hello, i am creating an external login system. Basically if you are logged in my external website, you click on a button, the system finds the phpbb forum account linked to the website account and does a login + session create. the problem is that I need to provide a password to use $auth->login() i...
by Niko!
Wed Jan 24, 2018 3:27 pm
Forum: Abandoned Extensions
Topic: [ABD] Topic'it
Replies: 28
Views: 6598

Re: [3.1][3.2][RC] Topic'it

Hello, I must add, as a loyal member of topic’it, that more than being another option to browse my forum, it allows to follow multiple forums at once. I deeply prefer the mobile version of everything, but most of all, having the possibility to use all my forums in one place and staying updated of ev...
by Niko!
Wed Jan 24, 2018 7:47 am
Forum: Abandoned Extensions
Topic: [ABD] Topic'it
Replies: 28
Views: 6598

Re: [3.1][3.2][RC] Topic'it

Hello nou nou, if you disable the extension, your members will still be active and working.The only difference is that they will have to login with their ID/password instead of clicking on the “Login with Topic’it” button on login. About BBcodes, most of the default ones are supported. Anyway, they ...
by Niko!
Tue Oct 31, 2017 4:38 pm
Forum: [3.2.x] Support Forum
Topic: BBcode [IMG] interpreted as a [URL]
Replies: 11
Views: 2810

Re: BBcode [IMG] interpreted as a [URL]

Bumping this too :oops: :oops:
by Niko!
Mon Oct 30, 2017 9:19 am
Forum: [3.2.x] Support Forum
Topic: BBcode [IMG] interpreted as a [URL]
Replies: 11
Views: 2810

Re: BBcode [IMG] interpreted as a [URL]

Sorry, I think you didn’t get the problem :)

If “Do not automatically parse the URL” is disabled, if i post this:

Code: Select all

[img]LINK HERE[/img]
I get this:

Code: Select all

[img]<a href=“LINK HERE”>LINL HERE</a>[/img]
but if “do not automatically parse the links” is enabled.. everything is correct :)
by Niko!
Sun Oct 29, 2017 10:05 pm
Forum: [3.2.x] Support Forum
Topic: attachments in view mode are encoded
Replies: 5
Views: 337

Re: attachments in view mode are encoded

stevemaury wrote: Sun Oct 29, 2017 3:04 pm What file type is that attachment?
A simple .png file :(
by Niko!
Sun Oct 29, 2017 2:03 pm
Forum: [3.2.x] Support Forum
Topic: BBcode [IMG] interpreted as a [URL]
Replies: 11
Views: 2810

Re: BBcode [IMG] interpreted as a [URL]

Hello,

thanks for your help!

I noticed that if I disable "Do not automatically parse URLs" - the IMG bbcode works perfectly.. but once enabled, it considers the link before the img tag :roll:

Go to advanced search