proSilver and proSilver Dark Edition help please with the icon_user_online.gif

For support and discussion related to templates, themes, and imagesets in phpBB 3.2.
Bruce Banner
Registered User
Posts: 1383
Joined: Thu Sep 25, 2014 10:36 am

proSilver and proSilver Dark Edition help please with the icon_user_online.gif

Post by Bruce Banner »

Can someone please tell me how to move the above image (icon_user_online.gif) from the right of pages over to the left? I've been trying to figure it out all night but I give up.
User avatar
warmweer
Jr. Extension Validator
Posts: 11854
Joined: Fri Jul 04, 2003 6:34 am
Location: Van Allen Bel ... gium

Re: proSilver and proSilver Dark Edition help please with the icon_user_online.gif

Post by warmweer »

Bruce Banner wrote: Fri Nov 29, 2019 4:20 am Can someone please tell me how to move the above image (icon_user_online.gif) from the right of pages over to the left? I've been trying to figure it out all night but I give up.
Prosilver doesn't have a icon_user_online.gif there is an icon_offline.gif and an icon_online.gif (I don't know about Dark edition).
Am I correct in thinking that if one has to be moved , the other one also has to moved?

You didn't post an "above image"
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
Mannix_
Registered User
Posts: 2028
Joined: Sun Oct 25, 2015 2:56 pm
Name: Matt

Re: proSilver and proSilver Dark Edition help please with the icon_user_online.gif

Post by Mannix_ »

Bruce Banner wrote: Fri Nov 29, 2019 4:20 am Can someone please tell me how to move the above image (icon_user_online.gif) from the right of pages over to the left? I've been trying to figure it out all night but I give up.
open content.css find

Code: Select all

.online {
    background-image: none;
    background-position: 100% 0;
    background-repeat: no-repeat;
}
change 100% to 0
but you will need to edit the image and rotate it to fit
warmweer wrote: Fri Nov 29, 2019 8:35 am Prosilver doesn't have a icon_user_online.gif there is an icon_offline.gif and an icon_online.gif
Prosilver has icon_user_online.gif not icon_offline.gif or icon_online.gif
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!
User avatar
warmweer
Jr. Extension Validator
Posts: 11854
Joined: Fri Jul 04, 2003 6:34 am
Location: Van Allen Bel ... gium

Re: proSilver and proSilver Dark Edition help please with the icon_user_online.gif

Post by warmweer »

Mannix_ wrote: Fri Nov 29, 2019 9:08 am
warmweer wrote: Fri Nov 29, 2019 8:35 am Prosilver doesn't have a icon_user_online.gif there is an icon_offline.gif and an icon_online.gif
Prosilver has icon_user_online.gif not icon_offline.gif or icon_online.gif
I stand corrected :oops: (forgot to check the language folder in /theme)
but icon_online.gif and icon_offline.gif do exist in the /theme/images folder
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
Mannix_
Registered User
Posts: 2028
Joined: Sun Oct 25, 2015 2:56 pm
Name: Matt

Re: proSilver and proSilver Dark Edition help please with the icon_user_online.gif

Post by Mannix_ »

warmweer wrote: Fri Nov 29, 2019 9:14 am
Mannix_ wrote: Fri Nov 29, 2019 9:08 am
warmweer wrote: Fri Nov 29, 2019 8:35 am Prosilver doesn't have a icon_user_online.gif there is an icon_offline.gif and an icon_online.gif
Prosilver has icon_user_online.gif not icon_offline.gif or icon_online.gif
I stand corrected :oops: (forgot to check the language folder in /theme)
but icon_online.gif and icon_offline.gif do exist in the /theme/images folder
yeah they do but aren't used anymore someone should delete them honestly :)
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!
User avatar
3Di
I've Been Banned!
Posts: 17538
Joined: Mon Apr 04, 2005 11:09 pm
Location: I'm with Ukraine 🇺🇦
Name: Marco

Re: proSilver and proSilver Dark Edition help please with the icon_user_online.gif

Post by 3Di »

Mannix_ wrote: Fri Nov 29, 2019 9:21 am yeah they do but aren't used anymore someone should delete them honestly
Those were for the STYLES_IMAGESET_TABLE as a matter of fact.
Old phpBB, and are not the only ones which are redundant there in that folder.
🆓 Free support for our extensions also provided here: phpBB Studio
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Buy me a coffee -> Image
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades
Bruce Banner
Registered User
Posts: 1383
Joined: Thu Sep 25, 2014 10:36 am

Re: proSilver and proSilver Dark Edition help please with the icon_user_online.gif

Post by Bruce Banner »

Sorry, I'm having a major problem. I CANNOT get my browser's cache to refresh properly. Any browser (I've tried three of them). I managed to get icon_user_online over to the left once before but then I forgot how. The problem now is my browser still remembers when I did it right the first time and won't show me what my profile page should look like NOW. I've tried ctrl+F5 and ctrl+R and nothing works. Even though I haven't made any adjustments yet to the basic 3.2.8 files, my browser keeps showing me what my profile page should look like when I do instead of what it actually looks like now. This is driving me mad.
User avatar
Mannix_
Registered User
Posts: 2028
Joined: Sun Oct 25, 2015 2:56 pm
Name: Matt

Re: proSilver and proSilver Dark Edition help please with the icon_user_online.gif

Post by Mannix_ »

Bruce Banner wrote: Fri Nov 29, 2019 5:10 pm Sorry, I'm having a major problem. I CANNOT get my browser's cache to refresh properly. Any browser (I've tried three of them). I managed to get icon_user_online over to the left once before but then I forgot how. The problem now is my browser still remembers when I did it right the first time and won't show me what my profile page should look like NOW. I've tried ctrl+F5 and ctrl+R and nothing works. Even though I haven't made any adjustments yet to the basic 3.2.8 files, my browser keeps showing me what my profile page should look like when I do instead of what it actually looks like now. This is driving me mad.
use incognito mode of your browser ;)
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!
Bruce Banner
Registered User
Posts: 1383
Joined: Thu Sep 25, 2014 10:36 am

Re: proSilver and proSilver Dark Edition help please with the icon_user_online.gif

Post by Bruce Banner »

Mannix_ wrote: Fri Nov 29, 2019 7:31 pm
Bruce Banner wrote: Fri Nov 29, 2019 5:10 pm Sorry, I'm having a major problem. I CANNOT get my browser's cache to refresh properly. Any browser (I've tried three of them). I managed to get icon_user_online over to the left once before but then I forgot how. The problem now is my browser still remembers when I did it right the first time and won't show me what my profile page should look like NOW. I've tried ctrl+F5 and ctrl+R and nothing works. Even though I haven't made any adjustments yet to the basic 3.2.8 files, my browser keeps showing me what my profile page should look like when I do instead of what it actually looks like now. This is driving me mad.
use incognito mode of your browser ;)
Nope, just tried that, didn't work.
User avatar
Lumpy Burgertushie
Registered User
Posts: 69228
Joined: Mon May 02, 2005 3:11 am

Re: proSilver and proSilver Dark Edition help please with the icon_user_online.gif

Post by Lumpy Burgertushie »

double check that you are editing the correct files and/or that you are putting them back in the correct place etc.


robert
Premium phpBB 3.3 Styles by PlanetStyles.net

I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.
Bruce Banner
Registered User
Posts: 1383
Joined: Thu Sep 25, 2014 10:36 am

Re: proSilver and proSilver Dark Edition help please with the icon_user_online.gif

Post by Bruce Banner »

Lumpy Burgertushie wrote: Fri Nov 29, 2019 8:46 pm double check that you are editing the correct files and/or that you are putting them back in the correct place etc.


robert
Yeah, I'm definitely doing all that. My browser just won't refresh properly. It keeps showing me pages as they used to look, not how they do look now.
User avatar
Talk19Zehn
Registered User
Posts: 912
Joined: Tue Aug 09, 2011 1:10 pm

Re: proSilver and proSilver Dark Edition help please with the icon_user_online.gif

Post by Talk19Zehn »

Well, the offshoots in their concept are not that bad either. For example, I could use and / or swap them and use my own:
In an EXT perhaps ..
.
.online:before {
content: " Online " url("./images/icon_online.gif");
font-size: larger;
font-weight: bold;
}


.online {
background-image: none;
}


Or in a style (here styles/yourstyle/theme/de) here e.q. language de
/* Online image */
.online { background-image: url("./icon_online.gif"); background-position: 99% 10px; }


Back to the topic: Note prosilver_dark
In Prosilver (Dark Edition)
copyright = © PlanetStyles.net (Premium Forum Themes)
style_version = 1.0.1
phpbb_version = 3.2.8

the online graphic is declared in the dark.css line 70:

Code: Select all

.online {
	background-image: url("./en/icon_user_online.gif") !important;
	background-position: 100% 0 !important;
	background-repeat: no-repeat !important;
}
:?: Maybe this is the mistake in your editing:
Hint: The dark.css is loaded as last position in the stylesheet.css and thus overrides the conventional rules.

First it says icon_user_online.gif to left (viewtopic) and now it says in profile on the left side.
Or is both meant? I lost the overview. :oops:

Regards
Bruce Banner
Registered User
Posts: 1383
Joined: Thu Sep 25, 2014 10:36 am

Re: proSilver and proSilver Dark Edition help please with the icon_user_online.gif

Post by Bruce Banner »

Talk19Zehn wrote: Sat Nov 30, 2019 12:32 am Well, the offshoots in their concept are not that bad either. For example, I could use and / or swap them and use my own:
In an EXT perhaps ..
.
.online:before {
content: " Online " url("./images/icon_online.gif");
font-size: larger;
font-weight: bold;
}


.online {
background-image: none;
}


Or in a style (here styles/yourstyle/theme/de) here e.q. language de
/* Online image */
.online { background-image: url("./icon_online.gif"); background-position: 99% 10px; }


Back to the topic: Note prosilver_dark
In Prosilver (Dark Edition)
copyright = © PlanetStyles.net (Premium Forum Themes)
style_version = 1.0.1
phpbb_version = 3.2.8

the online graphic is declared in the dark.css line 70:

Code: Select all

.online {
	background-image: url("./en/icon_user_online.gif") !important;
	background-position: 100% 0 !important;
	background-repeat: no-repeat !important;
}
:?: Maybe this is the mistake in your editing:
Hint: The dark.css is loaded as last position in the stylesheet.css and thus overrides the conventional rules.

First it says icon_user_online.gif to left (viewtopic) and now it says in profile on the left side.
Or is both meant? I lost the overview. :oops:

Regards
Thanks. I figured it out. It actually wasn't a browser issue. I'd actually changed an image and then forgotten I'd changed the image, so then when I saw the new one, I thought, wait, where's the old one? Why aren't I seeing that? So it was my fault. All sorted now. And I happened to come across those lines of code in dark.css last night. I'd looked for them in content.css because I'd assumed if they were in that file in prosilver, they'd be in that file in prosilver Dark Edition. Serves me right for thinking logically, I guess. But when I noticed the file dark.css, I just searched for the word online in it and found those lines. Thanks again.
User avatar
Tastenplayer
Registered User
Posts: 999
Joined: Thu Jul 03, 2014 9:20 pm
Location: Village in the middle of Switzerland
Name: Jutta Koliofotis

Re: proSilver and proSilver Dark Edition help please with the icon_user_online.gif

Post by Tastenplayer »

yeah they do but aren't used anymore someone should delete them honestly
I have styles in which the online.png of the css and image folder and not from the language folder is grabbed. But for user online in pm :)
More of my styles you can find in my phpBB Style Board & More
Be the best version of yourself rather than a bad copy of someone else!
Excuse me for my English, but I learned the language by speaking to people and not at school.
🎨 All my styles are updated to 3.3.8 and can be downloaded here
User avatar
warmweer
Jr. Extension Validator
Posts: 11854
Joined: Fri Jul 04, 2003 6:34 am
Location: Van Allen Bel ... gium

Re: proSilver and proSilver Dark Edition help please with the icon_user_online.gif

Post by warmweer »

Bruce Banner wrote: Fri Nov 29, 2019 9:03 pm Yeah, I'm definitely doing all that. My browser just won't refresh properly. It keeps showing me pages as they used to look, not how they do look now.
You'll probably need to purge cache (phpBB cache).
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.

Return to “[3.2.x] Styles Support & Discussion”