Search found 115 matches

by weeb
Mon Jan 23, 2017 5:44 pm
Forum: [3.2.x] Abandoned Styles
Topic: [ABD] we_universal - phpBB 3.2.0
Replies: 86
Views: 31498

Re: [DEV] we_universal - phpBB 3.2.0

I'm glad the style won't die :) Keep up that good work!
by weeb
Thu Apr 21, 2016 10:11 am
Forum: [3.1.x] Styles in Development
Topic: [CDB] we_clearblue for phpBB 3.1.8
Replies: 7
Views: 3376

Re: [DEV] we_clearblue for phpBB 3.1.7

Thank you :) The style is now in Customisation Database:
https://www.phpbb.com/customise/db/style/we_clearblue/
by weeb
Fri Mar 18, 2016 10:03 am
Forum: [3.1.x] Styles in Development
Topic: [CDB] we_clearblue for phpBB 3.1.8
Replies: 7
Views: 3376

Re: [DEV] we_clearblue for phpBB 3.1.7

Please use template for we_universal: https://github.com/PayBas/RecentTopics/tree/master/styles/ Just copy or rename we_universal to we_clearblue in ext/paybas/recenttopics/styles/. --- Style has been submitted to Customisation Database. Current demo is available here: https://inventea.com/phpbb/3.1...
by weeb
Thu Feb 18, 2016 4:37 pm
Forum: [3.1.x] Styles in Development
Topic: [CDB] we_clearblue for phpBB 3.1.8
Replies: 7
Views: 3376

[CDB] we_clearblue for phpBB 3.1.8

This style is now available in customization database: https://www.phpbb.com/customise/db/style/we_clearblue/ For support click here: https://www.phpbb.com/customise/db/style/we_clearblue/support we_clearblue project is still alive and after long stagnation new release is coming. Style name: we_clea...
by weeb
Thu May 14, 2015 11:51 am
Forum: [3.1.x] Styles in Development
Topic: [CDB] we_universal 2.4.0
Replies: 294
Views: 43291

Re: [CDB] we_universal 2.4.0

The style has been approved and can be downloaded from Customisation Database:
https://www.phpbb.com/customise/db/style/we_universal/
by weeb
Sat May 09, 2015 2:36 pm
Forum: [3.1.x] Styles in Development
Topic: [CDB] we_universal 2.4.0
Replies: 294
Views: 43291

Re: [RC1] we_universal 2.4.0

If you have updated your boards to phpBB 3.1.4, you can update we_universal too. I made necessary changes for new release. Download on GitHub: https://github.com/inventea/we_universal/archive/develop.zip Just to not be confused: - master branch now contains code for we_universal 2.4.0 (previously it...
by weeb
Wed May 06, 2015 8:45 am
Forum: [3.1.x] Styles in Development
Topic: [CDB] we_universal 2.4.0
Replies: 294
Views: 43291

Re: [RC1] we_universal 2.4.0

Yes, it awaits validation in Styles Database. I'll change style version to stable release after approval. lknhan, how would you like to solve this? Image fits automatically to available space but at some point it must overlap with forum title. I also suggest small enhancement with image alignment: h...
by weeb
Sun Apr 26, 2015 1:38 pm
Forum: [3.1.x] Styles in Development
Topic: [CDB] we_universal 2.4.0
Replies: 294
Views: 43291

Re: [RC1] we_universal 2.4.0

Background is set to cover header area so it's correct behaviour. Probably it would look better with single line menu tabs. I see two quick solutions: 1. Try to change media query breakpoints from 700px to 980px (for example). In this lines: https://github.com/inventea/we_universal/blob/develop/we_u...
by weeb
Tue Apr 21, 2015 3:25 pm
Forum: [3.1.x] Styles in Development
Topic: [CDB] we_universal 2.4.0
Replies: 294
Views: 43291

Re: [RC1] we_universal 2.4.0

lknhan could you describe it more detailed or provide a screenshot?

Backgrounds are in common.css defined for body and .inventea-header. Do you want fixed white bar or whole header with image? It wasn't work well so I decided to move it for we_universal 2.5.0.
by weeb
Thu Apr 16, 2015 11:52 am
Forum: [3.1.x] Styles in Development
Topic: [CDB] we_universal 2.4.0
Replies: 294
Views: 43291

Re: [Dev] we_universal 2.4.0

CD130 , it's already implemented :) Tno306 , header image isn't clickable by default (only forum title). Open overall_header.html, find: <div class="inventea-dashboard"> Add after: <a href="{U_INDEX}" style="position: absolute; width: 100%; height: 100%;"></a> --------...
by weeb
Wed Apr 01, 2015 10:58 am
Forum: [3.1.x] Styles in Development
Topic: [CDB] we_universal 2.4.0
Replies: 294
Views: 43291

Re: [Dev] we_universal 2.4.0

There are some bugfixes from last few days: - fixed auto expanding textarea - reverted Subscribe forum link - fixed back to top icons - fixed login/register forms inputs in mobile view - fixed invisible PM message tools dropdown Full changes and download at: https://github.com/inventea/we_universal/...
by weeb
Tue Mar 31, 2015 7:37 pm
Forum: [3.1.x] Styles in Development
Topic: [CDB] we_universal 2.4.0
Replies: 294
Views: 43291

Re: [Dev] we_universal 2.4.0

common.css, for .inventea-userbar add:

Code: Select all

border-top-left-radius: Xpx;
border-top-right-radius: Xpx;
The same file but for .inventea-content add:

Code: Select all

border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
by weeb
Tue Mar 31, 2015 5:05 pm
Forum: [3.1.x] Styles in Development
Topic: [CDB] we_universal 2.4.0
Replies: 294
Views: 43291

Re: [Dev] we_universal 2.4.0

Thanks. Version 2.5.0 will be even better :)

travel, where do you want to put rounded corners?
by weeb
Mon Mar 30, 2015 8:16 am
Forum: [3.1.x] Styles in Development
Topic: [CDB] we_universal 2.4.0
Replies: 294
Views: 43291

Re: [Dev] we_universal 2.4.0

lknhan, I don't know what do you mean. That grey background on left and right of header image? If yes, it's ok. See how it looks on bigger resolutions. qarclas, you probably didn't remove this lines (ecpecially INCLUDEJS ones): https://github.com/inventea/we_universal/commit/34518ad83e186cf53232cf6d...
by weeb
Sun Mar 22, 2015 4:35 pm
Forum: [3.1.x] Styles in Development
Topic: [CDB] we_universal 2.4.0
Replies: 294
Views: 43291

Re: [Dev] we_universal 2.4.0

Rafael. wrote:The style is finished?
It's still a development versions, not the final one.

JörgCH, all events should be present in we_universal. Do you have the latest version from GitHub? Copying templates shouldn't be necessary since they are inherited from prosilver.

Go to advanced search