[CDB] we_universal 2.4.0

For style authors to post and receive feedback on 3.1.x styles still in development. Any development styles you wish to use on your live board should be installed with caution!
Scam Warning
Locked
User avatar
Vanea'Moldoveanu
Registered User
Posts: 15
Joined: Tue Oct 28, 2014 6:10 pm
Location: Localhost
Name: Stefan Alexandru
Contact:

Re: [Dev] we_universal 2.4.0

Post by Vanea'Moldoveanu »

I want move profile stats from red to green line
Attachments
Untitled-1.png
qarclas
Registered User
Posts: 21
Joined: Wed Jan 07, 2015 2:31 am

Re: [Dev] we_universal 2.4.0

Post by qarclas »

Am I missing something or is clearblue still only working in pre 3.1.x ?
weeb
Registered User
Posts: 392
Joined: Fri Apr 09, 2010 7:54 pm
Contact:

Re: [Dev] we_universal 2.4.0

Post by weeb »

Proulx06, it mostly depends if some extension for random logo/header exists. I bet not yet. For phpBB 3.0 I prepared quick modification but for phpBB 3.1 it should be done the "extension way" which is more complicated. Currently I'm focusing only on we_universal 2.4 release.

Vanea'Moldoveanu, do you mean only username (and avatar) or whole profile with statistics and contact?

qarclas, there isn't we_clearblue for phpBB 3.1 yet because I'm still working on we_clearblue.
phpBB styles: we_universalwe_clearblue
Styles news and updates: FacebookGoogle+Twitter
lknhan
Registered User
Posts: 400
Joined: Mon Dec 15, 2003 1:15 am

Re: [Dev] we_universal 2.4.0

Post by lknhan »

weeb wrote: Vanea'Moldoveanu, do you mean only username (and avatar) or whole profile with statistics and contact?
All thing: Post, username, avatar, contact...: Not center.
Help profile: Center.
mikef35
Registered User
Posts: 117
Joined: Wed Jun 15, 2011 5:43 pm
Contact:

Re: [Dev] we_universal 2.4.0

Post by mikef35 »

lknhan wrote:
weeb wrote: Vanea'Moldoveanu, do you mean only username (and avatar) or whole profile with statistics and contact?
All thing: Post, username, avatar, contact...: Not center.
Help profile: Center.
In content.css

FIND

Code: Select all

.postprofile dt {
	text-align: center;
}
Replace with

Code: Select all

.postprofile dt {
	text-align: left;
}
User avatar
Vanea'Moldoveanu
Registered User
Posts: 15
Joined: Tue Oct 28, 2014 6:10 pm
Location: Localhost
Name: Stefan Alexandru
Contact:

Re: [Dev] we_universal 2.4.0

Post by Vanea'Moldoveanu »

I want to be small were is "Profile" stats si too large smal space..


Where find width from class="postprofile"
mikef35
Registered User
Posts: 117
Joined: Wed Jun 15, 2011 5:43 pm
Contact:

Re: [Dev] we_universal 2.4.0

Post by mikef35 »

Vanea'Moldoveanu wrote:I want to be small were is "Profile" stats si too large smal space..


Where find width from class="postprofile"
in content.css play with these settings

Code: Select all

* User profile */
.postprofile,
.pm .postprofile,
.search .postprofile {
	min-height: initial;
	width: 23%;
	margin: 0;
	border: 0;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
	color: #525252;
	vertical-align: top;
}
lknhan
Registered User
Posts: 400
Joined: Mon Dec 15, 2003 1:15 am

Re: [Dev] we_universal 2.4.0

Post by lknhan »

Hello weeb , Some were dropped from the line at menu.
Please see attach
Help me
Thanks
Attachments
Capture.JPG
weeb
Registered User
Posts: 392
Joined: Fri Apr 09, 2010 7:54 pm
Contact:

Re: [Dev] we_universal 2.4.0

Post by weeb »

Hello, please show me a demo of your board.
phpBB styles: we_universalwe_clearblue
Styles news and updates: FacebookGoogle+Twitter
lknhan
Registered User
Posts: 400
Joined: Mon Dec 15, 2003 1:15 am

Re: [Dev] we_universal 2.4.0

Post by lknhan »

CD130
Registered User
Posts: 116
Joined: Thu Nov 13, 2014 2:09 pm

Re: [Dev] we_universal 2.4.0

Post by CD130 »

Is it also possible to make the "Thanks for posts" extension working or is this a lot of work?
mikef35
Registered User
Posts: 117
Joined: Wed Jun 15, 2011 5:43 pm
Contact:

Re: [Dev] we_universal 2.4.0

Post by mikef35 »

CD130 wrote:Is it also possible to make the "Thanks for posts" extension working or is this a lot of work?
That would be up to the MOD author
CD130
Registered User
Posts: 116
Joined: Thu Nov 13, 2014 2:09 pm

Re: [Dev] we_universal 2.4.0

Post by CD130 »

@mikef35, are you sure? With prosilver it works fine. Isn't it possible that this is a problem with a template event in we_universal?
lknhan
Registered User
Posts: 400
Joined: Mon Dec 15, 2003 1:15 am

Re: [Dev] we_universal 2.4.0

Post by lknhan »

Hi weeb,
I want to add more link at top banner? nearly Notification
Thanks
Attachments
Capture.JPG
weeb
Registered User
Posts: 392
Joined: Fri Apr 09, 2010 7:54 pm
Contact:

Re: [Dev] we_universal 2.4.0

Post by weeb »

lknhan, sorry but I don't know how to fix that. It might be a Chrome (WebKit/Blink) bug because Firefox and IE renders it correctly. A workaround could be manually set width for those links. Open navbar_header.html, find:

Code: Select all

<li><a href="http://cailuongvietnam.vn/donation.html" role="menuitem">Donation - Ủng Hộ</a></li>
replace with:

Code: Select all

<li style="width: XXXpx;"><a href="http://cailuongvietnam.vn/donation.html" role="menuitem">Donation - Ủng Hộ</a></li>
Apply width to the rest of broken links.

To add more links in user menu I suggest first downloading latest update from GitHub. I pushed some nice changes today :) Just add additional <li> entries to insert more links (in overall_header.html).

CD130, not now. Providing support on forum and adding extensions takes much time. I would like to spent it on developing to finish the style finally.
phpBB styles: we_universalwe_clearblue
Styles news and updates: FacebookGoogle+Twitter
Locked

Return to “[3.1.x] Styles in Development”