Die Suche ergab 3 Treffer

von Ascareus Kratos
Sa 25. Apr 2015, 02:08
Forum: Extension Support phpBB 3.1
Thema: Thema zum Download Download Extension
Antworten: 89
Zugriffe: 70767

Re: Thema zum Download Download Extension

Hi oxpus
can i suggest feature
how about better url for the download
like forum.domain.com/download instead of using app.php/xxx
I thnk phhpbb extension system support url rewriting
von Ascareus Kratos
So 1. Feb 2015, 08:01
Forum: Extension Support phpBB 3.1
Thema: Thema zum Download Download Extension
Antworten: 89
Zugriffe: 70767

Re: Thema zum Download Download Extension

W3C Validation Fail

so in file
styles->prosilver->temlate->events->overall_footer_after.html
there is a code
<script type="text/javascript" charset="utf-8">
this is not valid for w3c validation
should it be removed the charset or adding some src to it
has this bug fixed..?
thanks very much :D
von Ascareus Kratos
Fr 9. Jan 2015, 11:14
Forum: Extension Support phpBB 3.1
Thema: Thema zum Download Download Extension
Antworten: 89
Zugriffe: 70767

Re: Thema zum Download Download Extension

W3C Validation Fail

so in file
styles->prosilver->temlate->events->overall_footer_after.html
there is a code

Code: Alles auswählen

<script type="text/javascript" charset="utf-8">
this is not valid for w3c validation
should it be removed the charset or adding some src to it