[RC] Element for phpBB 3.3.11

For style authors to post and receive feedback on 3.3.x styles still in development. Any development styles you wish to use on your live board should be installed with caution!
User avatar
jrolson
Registered User
Posts: 968
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [RC] Element for phpBB 3.3.5

Post by jrolson »

dbrewood wrote: Sat Jan 15, 2022 9:45 am I'm either going nuts (or blind).... in which file is the logo specified? I need to change it to my own logo but I'll be darned if I can find the logo in the style?

Got it...... common and colours :)
Logo url is in config.html if needed...

Code: Select all

<!-- DEFINE $E_LOGO_URL = '{T_THEME_PATH}/images/site_logo.gif' -->
User avatar
dbrewood
Registered User
Posts: 446
Joined: Tue Feb 09, 2021 9:35 am
Name: Daron Brewood
Contact:

Re: [RC] Element for phpBB 3.3.5

Post by dbrewood »

Ahhh I'd not realised that, so I just need to uncomment the line and alter the path. That will make it a lot easier going forward!
User avatar
jrolson
Registered User
Posts: 968
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [RC] Element for phpBB 3.3.6

Post by jrolson »

Element 1.1.11 released
*updated for phpBB 3.3.6
User avatar
BBBenj
Registered User
Posts: 164
Joined: Mon Jun 02, 2014 8:05 pm
Name: Benjamin
Contact:

Re: [RC] Element for phpBB 3.3.7

Post by BBBenj »

Hi!

As I asked here, is it possible to have the normal rank and the special rank on the same line?

Extension used: Normal and Special ranks

Image
User avatar
warmweer
Jr. Extension Validator
Posts: 11234
Joined: Fri Jul 04, 2003 6:34 am
Location: Van Allen Bel ... gium
Contact:

Re: [RC] Element for phpBB 3.3.7

Post by warmweer »

jrolson wrote: Tue Jan 07, 2020 8:04 pm Style Version: 1.1.11
phpBB Version: 3.3.7
yet
Just something I noticed
style.cfg from Element 1.1.11
style_version = 1.1.11
phpbb_version = 3.3.6
Spelling is freeware, which means you can use it for free.
On the other hand, it is not open source, which means you cannot change it or publish it in a modified form.


Time flies like an arrow, but fruit flies like a banana.
User avatar
jrolson
Registered User
Posts: 968
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [RC] Element for phpBB 3.3.7

Post by jrolson »

it's still on 3.3.6 since no style changes were needed for 3.3.7
User avatar
warmweer
Jr. Extension Validator
Posts: 11234
Joined: Fri Jul 04, 2003 6:34 am
Location: Van Allen Bel ... gium
Contact:

Re: [RC] Element for phpBB 3.3.7

Post by warmweer »

jrolson wrote: Tue Apr 12, 2022 4:30 pm it's still on 3.3.6 since no style changes were needed for 3.3.7
:thumbsup:
Thought so but haven't looked at style changes between 3.3.6 and 3.3.7 yet (for prosilver) (probably the same for Aero)
Spelling is freeware, which means you can use it for free.
On the other hand, it is not open source, which means you cannot change it or publish it in a modified form.


Time flies like an arrow, but fruit flies like a banana.
User avatar
BBBenj
Registered User
Posts: 164
Joined: Mon Jun 02, 2014 8:05 pm
Name: Benjamin
Contact:

Re: [RC] Element for phpBB 3.3.7

Post by BBBenj »

Hi!

Does someone has an idea how to put the normal rank and the special rank on the same line, please?
User avatar
Kailey
Community Team Leader
Community Team Leader
Posts: 3732
Joined: Mon Sep 01, 2014 1:00 am
Location: sudo rm -rf /
Name: Kailey Snay
Contact:

Re: [RC] Element for phpBB 3.3.7

Post by Kailey »

BBBenj wrote: Sat May 07, 2022 10:09 am Hi!

Does someone has an idea how to put the normal rank and the special rank on the same line, please?
This topic is for a style in development. You've already asked your question in the appropriate place (the support section in the CDB). Please wait for the author or another community user to reply there.
Kailey Snay - Community Team Leader
Knowledge Base | Documentation | Community rules

If you have any questions about the rules/customs of this website, feel free to send me a PM.
User avatar
jrolson
Registered User
Posts: 968
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [RC] Element for phpBB 3.3.7

Post by jrolson »

BBBenj wrote: Sat May 07, 2022 10:09 am Does someone has an idea how to put the normal rank and the special rank on the same line, please?
Open the html file located at,

Code: Select all

ext\posey\nasr\styles\prosilver\template\event\viewtopic_body_postrow_rank_after.html
Find and remove,

Code: Select all

<br />
Flush cache.
Last edited by jrolson on Sat May 07, 2022 10:54 pm, edited 2 times in total.
User avatar
jrolson
Registered User
Posts: 968
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [RC] Element for phpBB 3.3.7

Post by jrolson »

Not 100% sure this will work though as I didn't test and because Im not the mods author....
User avatar
BBBenj
Registered User
Posts: 164
Joined: Mon Jun 02, 2014 8:05 pm
Name: Benjamin
Contact:

Re: [RC] Element for phpBB 3.3.7

Post by BBBenj »

Thanks Jrolson for your help.

Sadly, it doesn't work, as it put the rank icon and the rank title on the same line, instead of both rank titles on the same line and above both rank icons on the same line.

Nice try, by the way...

@Kailey: that's why I posted my question here, as it seems to be depent also from the style...
User avatar
jrolson
Registered User
Posts: 968
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [RC] Element for phpBB 3.3.7

Post by jrolson »

BBBenj wrote: Mon May 09, 2022 10:56 am Thanks Jrolson for your help.

Sadly, it doesn't work, as it put the rank icon and the rank title on the same line, instead of both rank titles on the same line and above both rank icons on the same line.

Nice try, by the way...

@Kailey: that's why I posted my question here, as it seems to be depent also from the style...

After looking more at the code and how the mods works, it does not look possible since the mod injects a new <dt> after the normal rank.
User avatar
BBBenj
Registered User
Posts: 164
Joined: Mon Jun 02, 2014 8:05 pm
Name: Benjamin
Contact:

Re: [RC] Element for phpBB 3.3.7

Post by BBBenj »

OK, it would have been great...

Let's forget it!
User avatar
Mannix_
Registered User
Posts: 1838
Joined: Sun Oct 25, 2015 2:56 pm
Name: Matt
Contact:

Re: [RC] Element for phpBB 3.3.7

Post by Mannix_ »

BBBenj wrote: Sat May 21, 2022 7:51 am OK, it would have been great...

Let's forget it!
try this

Code: Select all

dd.profile-rank:first-of-type {
	float: left;
}

dd.profile-rank {
	width: 45%;
}
dd.profile-rank img {
	width: 100%;
}

dd:not(.profile-rank) {
	clear: both;
}


edit or this

Code: Select all

.postprofile {
	display:flex;
	flex-wrap:wrap;
}
.postprofile > *:not(.profile-rank) {
	flex-basis: 100%;
}

dd.profile-rank {
	flex-basis: 45%;
}

dd.profile-rank img {
	max-width: 100%;
}
Did I helped You? Consider a donation.
New version of phpBB has been released? My styles aren't validated for it yet? Check my page for the latest downloads!
Post Reply

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