[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!
Lord-Xanthor
Registered User
Posts: 9
Joined: Fri Jul 03, 2020 10:05 pm

Re: [RC] Element for phpBB 3.3.0

Post by Lord-Xanthor »

Been looking for a theme like this to replace my old one which is similar from 2001 and severely outdated. I saw this theme off of Google from another website and after installing it, noticed the other colors which was when I saw the folders and went into some files to see if I can change location of what was loading the images. It was when I saw code that told me there should be an option to change it within the website, that I I was dumbfounded why I could not locate it. It then dawned on me because the other site didn't give much info, that I checked over here because this theme/style was so awesome, it had to have come from here. Here is the weird part. Run a search in style for Element turned up nothing. There was just to much work that went into this theme and no issues for it to not be here. I figured either the other site stole it and renamed which happens all to often, or the search was just being picky. Ran a search in google for phpbb element color edit and sure enough, ended up here with the theme/Style I was looking for. I also noticed that the name here is called RC Element. Not sure why the search here comes up empty, but glad I found the info I was looking for. Thanks for a great style/theme!
Lord-Xanthor
Registered User
Posts: 9
Joined: Fri Jul 03, 2020 10:05 pm

Re: [RC] Element for phpBB 3.3.0

Post by Lord-Xanthor »

I'm having the strangest issue with the color selector which runs perfectly when viewed through edge, google chrome mobile, PC chrome incognito, yet when I view on pc via normal google chrome, I see two light bulbs that do nothing, and color selector instead of showing what colors to select, shows a black updown box with nothing inside, though when I click on it, colors change randomly. Not sure what is making it display incorrectly.

Solved issue:
Seems just like cookies, garbage saves when using localhost as well. After clearing the cache for localhost, and resetting, the style displayed in google fine.
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.1

Post by jrolson »

Element 1.1.4 released
*updated for phpBB 3.3.1
*fixed online status for left profiles
*misc. fixes
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.2

Post by jrolson »

Element 1.1.5 released
*updated for phpBB 3.3.2
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.3

Post by jrolson »

Element 1.1.6 Released

*updated for phpBB 3.3.3
*improved issue when using the color switcher that the default color would flash briefly before loading the users selected color.
User avatar
noth
Registered User
Posts: 2528
Joined: Fri Jan 07, 2005 7:10 pm
Location: North Surrey
Contact:

Re: [RC] Element for phpBB 3.3.3

Post by noth »

looks just great as it is , wow that is a lovely 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.4

Post by jrolson »

Element 1.1.7 released

*Updated for phpBB 3.3.4
*Added custom buttons for the Collapsible Categories mod.
*Changed color switcher & night mode to use localStorage instead of cookies.
Protochad
Registered User
Posts: 2
Joined: Fri Oct 23, 2020 5:49 am

Re: [RC] Element for phpBB 3.3.4

Post by Protochad »

I love this style and so do my site's members. The only issue I have is that the diagonal banner which should displays on a user's posts when they are "online" is almost entirely hidden when an avatar is used because it is displayed behind the avatar rather on top.

Image

Image

Is there a fix to this besides restricting the size of avatars? I much prefer to allow them to fill up the full width of the profile area.
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.4

Post by jrolson »

Unfortunately no, as the online images are declared as background images. This is just the way prosilver was designed...

In a future update I may add the option to switch to a simple online status next to the username.
Protochad
Registered User
Posts: 2
Joined: Fri Oct 23, 2020 5:49 am

Re: [RC] Element for phpBB 3.3.4

Post by Protochad »

Thanks for the quick reply! I found that reducing the maximum avatar width to 75% or less is sufficient to reveal the online banner and still looks quite nice.

In content.css change:

Code: Select all

.postprofile .avatar img {
	display: block;
	height: auto !important;
	max-width: 100%; 
to:

Code: Select all

.postprofile .avatar img {
	display: block;
	height: auto !important;
	max-width: 75%; 
Image
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.4

Post by jrolson »

Element 1.1.8 released

*Performance fix for night mode.
*Added simple online status option in config.html
*Misc. fixes.
User avatar
Austeyr
Registered User
Posts: 30
Joined: Thu Jun 23, 2016 5:48 am
Location: Australia
Name: Randell Monaghan
Contact:

Re: [RC] Element for phpBB 3.3.4

Post by Austeyr »

Great looking theme. One of the nicest I've seen in a bit.
My phpBB Forums Top Ad Coop, 4WD Nexus & Gamer Raid
Free Banner Advertising Share My Ads
Fav Quote: Words are vehicles that can transport us from the drab sands to the dazzling stars. ~M. Robert Syme
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 »

Element 1.1.9 released

*updated for phpBB 3.3.5
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 »

Element 1.1.10 released
*moved jquery back to footer
*added version numbers for css cache
*various other fixes
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 »

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 :)
Post Reply

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