we_clearblue to 3.2.2 ?

For support and discussion related to templates, themes, and imagesets in phpBB 3.2.
Post Reply
TT90
Registered User
Posts: 42
Joined: Tue Jun 12, 2018 12:31 pm

we_clearblue to 3.2.2 ?

Post by TT90 »

Hi, can aynone convert this theme we_clearblue by in to 3.2.2 version ? :idea: ;)
Thanks

https://www.phpbb.com/customise/db/style/we_clearblue/

viewforum.png
User avatar
Lumpy Burgertushie
Registered User
Posts: 69223
Joined: Mon May 02, 2005 3:11 am
Contact:

Re: we_clearblue to 3.2.2 ?

Post by Lumpy Burgertushie »

http://xeronix.org/we_clearblue.php
notice that it is not validated here.
also, it is for phpbb 3.2.0 so you would need to manually update it to 3.2.2 using the code changes found here:
https://area51.phpbb.com/code-changes/3 ... -prosilver

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.
TT90
Registered User
Posts: 42
Joined: Tue Jun 12, 2018 12:31 pm

Re: we_clearblue to 3.2.2 ?

Post by TT90 »

Yes i know, but I'm not going to do it, I'm overwriting something wrong there. Best if someone who does it regularly does it.
User avatar
Mick
Support Team Member
Support Team Member
Posts: 26456
Joined: Fri Aug 29, 2008 9:49 am

Re: we_clearblue to 3.2.2 ?

Post by Mick »

You should ask the author. If he has no intention of updating it for 3.2.2 ask him if it’s ok for someone else to take the job on.
  • "The more connected we get the more alone we become" - Kyle Broflovski©
  • "The good news is hell is just the product of a morbid human imagination.
    The bad news is, whatever humans can imagine, they can usually create.
    " - Harmony Cobel
User avatar
Lumpy Burgertushie
Registered User
Posts: 69223
Joined: Mon May 02, 2005 3:11 am
Contact:

Re: we_clearblue to 3.2.2 ?

Post by Lumpy Burgertushie »

ok,
apparently the original author abandoned it and the one that took it up has not updated it since 3.2.0
so, I have updated it to 3.2.2
remember, it is not validated but it does work just fine.
https://phpbbusers.com/support/32_style ... _3.2.2.zip


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.
TT90
Registered User
Posts: 42
Joined: Tue Jun 12, 2018 12:31 pm

Re: we_clearblue to 3.2.2 ?

Post by TT90 »

I test it, thanks for your time !! ;)
TT90
Registered User
Posts: 42
Joined: Tue Jun 12, 2018 12:31 pm

Re: we_clearblue to 3.2.2 ?

Post by TT90 »

Not work... something is wrong :(

Tested on fresh install phpBB 3.2.2

Image
User avatar
Lumpy Burgertushie
Registered User
Posts: 69223
Joined: Mon May 02, 2005 3:11 am
Contact:

Re: we_clearblue to 3.2.2 ?

Post by Lumpy Burgertushie »

it doesn't look like that on my test board but it does have some problems. let me look at it.

I would suggest that since it has some problems that you find a different style that works.
what is it about this style that you like ? we can probably find a better one for 3.2


robert


EDIT:
ok, I just did a fresh install of the 3.2.2 version that I linked to on a 3.2.2 board and it all seems to work just fine:
https://phpbbusers.com/index.php
try uninstalling it, removing it using your ftp.
download the zip file again, unzip it on your computer. do NOT unzip it on the server.
then upload again using your ftp.
clear your cache before you install it again.

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.
User avatar
DTMWC
Registered User
Posts: 379
Joined: Tue Jan 16, 2018 6:17 am

Re: we_clearblue to 3.2.2 ?

Post by DTMWC »

Robert, what browser are you using?

With firefox, chrome and internet explorer your test forum shows up like: https://preview.ibb.co/j8cLvT/Screen_Sh ... llpage.png
(much the same as TT90's screen shot)

Edit, using the inspector,

Code: Select all

ul.topiclist li.row dd {
    padding: 4px 0 999px 0;
    margin-bottom: -995px;
}
Removing the padding line seems to fix it, so possibly something to do with that.
Boom.
User avatar
Lumpy Burgertushie
Registered User
Posts: 69223
Joined: Mon May 02, 2005 3:11 am
Contact:

Re: we_clearblue to 3.2.2 ?

Post by Lumpy Burgertushie »

that is surprising. that is the line in prosilver's content.css that it is pulling.
have no idea why that line is in prosilver content.css for 3.2.2 when it is not in 3.2.1 or 3.1.x 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.
User avatar
Lumpy Burgertushie
Registered User
Posts: 69223
Joined: Mon May 02, 2005 3:11 am
Contact:

Re: we_clearblue to 3.2.2 ?

Post by Lumpy Burgertushie »

TT90:
ok he is right. so the way to fix this is to open the content.css file of the we_clearblue theme folder.

add this to it at the bottom:

Code: Select all

ul.topiclist li.row dd {
    padding: 0px !important;
    margin-bottom: -995px;
}
I will fix the copy in the upload.


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.
Andii
Registered User
Posts: 15
Joined: Fri Sep 07, 2018 8:35 am

Re: we_clearblue to 3.2.2 ?

Post by Andii »

Lumpy Burgertushie wrote: Thu Jun 21, 2018 8:43 pm ok,
apparently the original author abandoned it and the one that took it up has not updated it since 3.2.0
so, I have updated it to 3.2.2
remember, it is not validated but it does work just fine.
https://phpbbusers.com/support/32_style ... _3.2.2.zip


robert
It's not working... I've got sql error.

SQL ERROR [ mysqli ]
MySQL server has gone away [2006]
Andii
Registered User
Posts: 15
Joined: Fri Sep 07, 2018 8:35 am

Re: we_clearblue to 3.2.2 ?

Post by Andii »

Lumpy Burgertushie wrote: Sat Jun 23, 2018 5:13 am TT90:
ok he is right. so the way to fix this is to open the content.css file of the we_clearblue theme folder.

add this to it at the bottom:

Code: Select all

ul.topiclist li.row dd {
    padding: 0px !important;
    margin-bottom: -995px;
}
I will fix the copy in the upload.


robert
Doesn't work! This is my content.css: https://pastebin.com/4dAwxFgm
Post Reply

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