[Styles DB] *SE Gamer

Any abandoned 3.0.x Styles will be moved to this forum.
User avatar
Prosk8er
Registered User
Posts: 1744
Joined: Sun Mar 12, 2006 3:30 am
Location: Rochester, NY
Name: Tyler
Contact:

Re: [Dev] *SE Gamer

Post by Prosk8er »

Christian 2.0 got another question for you in index_body.html you have

Code: Select all

<div class="stats">
but it isn't being closed in the index_body.html instead it's being closed in the footer not sure if this was intentional or not. for kiss portal this caused a issue with the blocks on the index(thanks to mike from phpbbireland for finding that) so I added the closing div for stats in the index_body.html and just removed a closing div from the footer from the below code I removed the second closing div

Code: Select all

            </div></div><-----THIS ONE
        <div class="border-bottom"><span><span></span></span></div>
    </div></div></div></div></div>
</div>
*found something else in imageset folder topic_read.gif should be topic_read.png
*as pit-pl said I added a line height to .nav in se_gamer.css and it fixed the ie10 issue I used

Code: Select all

	line-height: 1.1;
also checked in latest firefox, chrome, and opera and it doesn't cause a issue in them using the above fix
User avatar
PlanetStyles.net
Former Team Member
Posts: 4809
Joined: Wed Nov 04, 2009 11:16 pm
Location: Way up in the sky close to the stars
Name: Christian
Contact:

Re: [Dev] *SE Gamer

Post by PlanetStyles.net »

Hi Tyler,

Another well spotted piece of sloppy coding. Most of the work on this style happened while I was covering some night shifts at work (7pm-7am) so I kind of expected there to be some issues, especially given the nature of some of the features.

That opening stats div isn't supposed to be there, initially I was going to completely re-code that bottom area with the legend and who is online ... then really couldn't be bothered.

Interested to know what you plan on doing with the portal if the user has both sidebars enabled. :geek:
User avatar
Prosk8er
Registered User
Posts: 1744
Joined: Sun Mar 12, 2006 3:30 am
Location: Rochester, NY
Name: Tyler
Contact:

Re: [Dev] *SE Gamer

Post by Prosk8er »

Christian 2.0 wrote:Hi Tyler,

Another well spotted piece of sloppy coding. Most of the work on this style happened while I was covering some night shifts at work (7pm-7am) so I kind of expected there to be some issues, especially given the nature of some of the features.

That opening stats div isn't supposed to be there, initially I was going to completely re-code that bottom area with the legend and who is online ... then really couldn't be bothered.

Interested to know what you plan on doing with the portal if the user has both sidebars enabled. :geek:
yeah I understand if you want i'll throw together and send you the unported version all fixed up
ah alrighty I'll remove that from index then
shouldn't need the sidebars with the portal since they can just make a block on the left or right but i'll see what it looks like enabled
User avatar
Prosk8er
Registered User
Posts: 1744
Joined: Sun Mar 12, 2006 3:30 am
Location: Rochester, NY
Name: Tyler
Contact:

Re: [Dev] *SE Gamer

Post by Prosk8er »

heres some updated screenshots of the ported version all done http://phpbbireland.com/kiss2/viewtopic ... =721#p5167

heres whats happens when you enable the sidebars this is with the width changed to 90%
http://gotskillslounge.com/downloads/ph ... blocks.png
http://gotskillslounge.com/downloads/ph ... blocks.png
http://gotskillslounge.com/downloads/ph ... blocks.png
sp0knlv
Registered User
Posts: 33
Joined: Sat Apr 21, 2012 7:35 pm

Re: [Dev] *SE Gamer

Post by sp0knlv »

hello
Any news on the dark style?
User avatar
PlanetStyles.net
Former Team Member
Posts: 4809
Joined: Wed Nov 04, 2009 11:16 pm
Location: Way up in the sky close to the stars
Name: Christian
Contact:

Re: [Dev] *SE Gamer

Post by PlanetStyles.net »

sp0knlv wrote:hello
Any news on the dark style?
Waiting on the light version to pass validation, then it'll only be a 1-2 day job to create the dark version. :)
User avatar
PlanetStyles.net
Former Team Member
Posts: 4809
Joined: Wed Nov 04, 2009 11:16 pm
Location: Way up in the sky close to the stars
Name: Christian
Contact:

Re: [Dev] *SE Gamer

Post by PlanetStyles.net »

Light version has been released: https://www.phpbb.com/customise/db/styl ... mer_light/ .

Will ask for this topic to remain open whilst development of the dark style takes place. Hoping to begin work on that after the weekend. :)
User avatar
Prosk8er
Registered User
Posts: 1744
Joined: Sun Mar 12, 2006 3:30 am
Location: Rochester, NY
Name: Tyler
Contact:

Re: [Dev] *SE Gamer

Post by Prosk8er »

Christian 2.0 wrote:Light version has been released: https://www.phpbb.com/customise/db/styl ... mer_light/ .

Will ask for this topic to remain open whilst development of the dark style takes place. Hoping to begin work on that after the weekend. :)
awesome congrats
I compared it to the kiss portal port and updated that here's the link to it
http://gotskillslounge.com/viewtopic.php?f=36&t=243
http://kiss-portal-styles.com/viewforum.php?f=32

*xhtml validation is throwing a error for a extra closing div
Snorty
Registered User
Posts: 2
Joined: Mon Jun 03, 2013 12:39 pm

Re: [Released] *SE Gamer

Post by Snorty »

Hello,

First of all, nice style! I really like it.
I've got a question: Could you tell me how to delete the topic title in every post? When start a topic named "Test", in the first post at the top is "Test" written, in the second post then "RE Test" and so on. I want to outline/delete this, because the topic title is already on the top of the site.
Would be nice if you could tell me what lines in which file I have to change. Thank you!
User avatar
PlanetStyles.net
Former Team Member
Posts: 4809
Joined: Wed Nov 04, 2009 11:16 pm
Location: Way up in the sky close to the stars
Name: Christian
Contact:

Re: [Released] *SE Gamer

Post by PlanetStyles.net »

Snorty wrote:Hello,

First of all, nice style! I really like it.
I've got a question: Could you tell me how to delete the topic title in every post? When start a topic named "Test", in the first post at the top is "Test" written, in the second post then "RE Test" and so on. I want to outline/delete this, because the topic title is already on the top of the site.
Would be nice if you could tell me what lines in which file I have to change. Thank you!
Hi!

The template file would be viewtopic_body.html , I can't tell you what code exactly as I'm currently away from my development laptop, although CTRL+F and look for "subject", look for the one inside <h3> tags and delete. :)
Snorty
Registered User
Posts: 2
Joined: Mon Jun 03, 2013 12:39 pm

Re: [Released] *SE Gamer

Post by Snorty »

Nice, worked well! Thank you, and go on with such nice styles! :)
iminneedofhelp2
Registered User
Posts: 3
Joined: Fri Jun 14, 2013 1:19 am

Re: [Released] *SE Gamer

Post by iminneedofhelp2 »

I am trying to use the Multiple Rank Mod found:
viewtopic.php?t=967635

I'm having an issue with multiple ranks showing up in posts. It shows up in the members list and the profile . When i change the style board to prosilver 1 or 2 it works so i was wondering if maybe you knew why it doesn't work with your custom style since i thought it was based off of prosilver1?

thanks
User avatar
PlanetStyles.net
Former Team Member
Posts: 4809
Joined: Wed Nov 04, 2009 11:16 pm
Location: Way up in the sky close to the stars
Name: Christian
Contact:

Re: [Released] *SE Gamer

Post by PlanetStyles.net »

Can't imagine why it wouldn't work. You are correct that the style is based on Prosilver Special Edition.

There are edits to viewtopic_body.html, but nothing that should effect the rank. What problems are you having? Do you have any screenshots? :)
iminneedofhelp2
Registered User
Posts: 3
Joined: Fri Jun 14, 2013 1:19 am

Re: [Released] *SE Gamer

Post by iminneedofhelp2 »

Ya so here are a picture of my profile showing 2 different ranks

http://imgur.com/C5v9eUQ

And a picture of my post only showing 1

http://imgur.com/jaN8aJ7
posse
Registered User
Posts: 1
Joined: Fri Sep 16, 2011 4:18 am

Re: [Released] *SE Gamer

Post by posse »

i really like the light theme, but when is the dark theme going to be released? cant wait! really good work!
Locked

Return to “[3.0.x] Abandoned Styles”