Search found 12650 matches

by Arty
Wed Apr 05, 2017 8:12 am
Forum: [3.2.x] Styles Support & Discussion
Topic: problem with colorizeit
Replies: 2
Views: 2382

Re: problem with colorizeit

Fixed. For some reason Apache crashed, resulting in that error message. If in future anyone will see any errors on colorizeit.com, please send me a message here or on my forum. Later this year colorizeit.com website may be removed. That website no longer has a purpose: latest phpBB styles are availa...
by Arty
Mon May 30, 2016 1:48 pm
Forum: [3.1.x] Support Forum
Topic: Protect .css files
Replies: 12
Views: 2073

Re: Protect .css files

There is nothing to "protect". If you disable access to css files, your forum will not have any style. CSS files are plain text files that are parsed as is, not script. It is not possible to do anything about it. You can't encrypt or obfuscate them. Besides, nobody wants anything in your c...
by Arty
Sun May 29, 2016 7:22 am
Forum: [3.1.x] Styles Support & Discussion
Topic: Rotated text in topics and posts
Replies: 2
Views: 996

Re: Rotated text in topics and posts

First your code is outdated. All browsers support unprefixed version of transform, so you need to add unprefixed version. Then remove -moz- and -o- versions because they stopped existing few years ago. Problem with transform is it doesn't change bounding box. So if content is 100x20 pixels, containe...
by Arty
Wed May 25, 2016 4:11 pm
Forum: phpBB Discussion
Topic: Handling User-Uploaded HTML5 Content (Replacing Flash)
Replies: 3
Views: 1676

Re: Handling User-Uploaded HTML5 Content (Replacing Flash)

HTML5 by itself doesn't add much. Its just a bunch of new tags. To replace Flash stuff you need combination of modern HTML, CSS and JavaScript. Inserting HTML could potentially be dangerous, so its not a good idea. However neither is using Flash, which because of massive amounts of security issues t...
by Arty
Mon May 23, 2016 8:52 pm
Forum: [3.1.x] Styles Support & Discussion
Topic: Arty latte question
Replies: 4
Views: 1269

Re: Arty latte question

You'll need to change background colors to rgba colors. You can find background declarations in _colours.scss and variables in _style_config.scss
by Arty
Thu May 19, 2016 4:00 pm
Forum: [3.1.x] Styles Database Releases
Topic: prosilver
Replies: 3
Views: 10861

Re: prosilver

Style validated/released
by Arty
Thu May 19, 2016 3:59 pm
Forum: [3.1.x] Styles Support & Discussion
Topic: css/java path
Replies: 5
Views: 1421

Re: css/java path

Links must be relative to forum root directory, not to templates directory.
by Arty
Thu May 12, 2016 9:57 pm
Forum: phpBB Discussion
Topic: [Discuss] phpBB 3.2 Rhea is near - help us test it now!
Replies: 79
Views: 320542

Re: [Discuss] phpBB 3.2 Rhea is near - help us test it now!

http://320.hifikabin.me.uk/ if you want to see for yourself and/or find out whats wrong. Tried several times, it loads in 1.3 - 1.7 seconds. More than half of it spent on downloading files from cse.google.com, which is injected by script tag in footer. Problem is in custom search engine code, not p...
by Arty
Mon May 02, 2016 4:10 pm
Forum: phpBB Discussion
Topic: PHP teething...why browsers won't parse basic code?
Replies: 6
Views: 2581

Re: PHP teething...why browsers won't parse basic code?

You seem to not understand what PHP is and how it works. All websites you've listed are average at best. Start with PHP manual: http://php.net/manual/en/ Some courses that might help you understand stuff: Learnable / Sitepoint Lynda TutsPlus Pluralsight All of those courses are high quality commerci...
by Arty
Fri Apr 29, 2016 3:13 pm
Forum: [3.1.x] Styles Support & Discussion
Topic: How do I make pro silver non reponsive
Replies: 15
Views: 2911

Re: How do I make pro silver non reponsive

Add more stuff to css:

Code: Select all

div#site-description { float: none; width: 100%; }
#logo { float: none; padding: 0; display: block; }
by Arty
Fri Apr 29, 2016 10:29 am
Forum: [3.1.x] Styles Support & Discussion
Topic: How do I make pro silver non reponsive
Replies: 15
Views: 2911

Re: How do I make pro silver non reponsive

Looks like messed up overall_header.html. You are missing </a> and logo in that code.

If you can't find <span class="site_logo"></span> you can look for {SITE_LOGO_IMG}
by Arty
Fri Apr 29, 2016 8:28 am
Forum: [3.1.x] Styles Support & Discussion
Topic: How do I make pro silver non reponsive
Replies: 15
Views: 2911

Re: How do I make pro silver non reponsive

Open overall_header.html, replace <span class="site_logo"></span> with <img src="{T_THEME_PATH}/images/site_logo.gif" />
then in css add

Code: Select all

.logo img { display: block; max-width: 100%; }
by Arty
Thu Apr 28, 2016 7:37 am
Forum: [3.0.x] Styles Support & Discussion
Topic: we_universal style is broken as broken gets
Replies: 2
Views: 1956

Re: we_universal style is broken as broken gets

I don't see anything broken, all I see is prosilver.

What exactly is the problem?
by Arty
Wed Apr 27, 2016 4:06 pm
Forum: [3.1.x] Styles Database Releases
Topic: we_clearblue
Replies: 3
Views: 10466

Re: we_clearblue

Style Updated to version 2.1.1
See first post for Download Link
by Arty
Wed Apr 27, 2016 4:03 pm
Forum: [3.1.x] Styles Database Releases
Topic: we_universal
Replies: 8
Views: 19860

Re: we_universal

Style Updated to version 2.4.6
See first post for Download Link

Go to advanced search