What's happening with the Forum Skin

What's going on with the forums? Check here for updates and ask your questions.
User avatar
Schlock Schtock and Two Schmoking Barrels
Posts: 814
Joined: 2008.09.26 (13:24)
NUMA Profile: http://nmaps.net/user/chase16/
MBTI Type: ISFJ
Location: United Kingdom
Contact:

Postby Chase » 2009.05.08 (20:30)

Ok, as you're all aware, I was keeping a Bug Report thread for my Forum Skin, dubbed 'Chrome' for quite some time. I was also expecting some progress to be made with the coding behind it as well. I have a few important things to mention here.

First, 'Chrome' is being renamed to Cobalt. I'm sure you won't mind this considering that when talking about the skin it will be easier to distinguish between the skin and Google's lightweight browser.

Secondly, Pembie seems to have disappeared off the face of the Earth for quite some time, and I've had no contact with him either. Taking this into account I know that LV has the code files for the skin uploaded to TheRealN server. What this means is that if you're experienced in coding phpBB skins, I would like you to contact LV, get the code files off him and start working on fixing the bugs, but let me know first.

Here's the Bugs so far if you need it.

• Search Box Stretches Abnormally.
• Usernames have a dark box around them.
• Long locations do not text wrap.
• NUMA Profile Maps is broken.
• Post Reply window is wider than skin itself.
• Forum Headers are misaligned by 1px to the left.
• Announcement Images are strangely squashed.
• Width of the forum is too narrow. Needs to be dynamic.
• Links are hard to identify.
Last edited by Chase on 2009.05.09 (20:39), edited 1 time in total.
Image

User avatar
Retrofuturist
Posts: 3131
Joined: 2008.09.19 (06:55)
MBTI Type: ENTP
Location: California, USA
Contact:

Postby t̷s͢uk̕a͡t͜ư » 2009.05.08 (22:56)

I FOUND ANOTHER BUG PHP IS FOR FAGS LEARN A REAL WEB SCRIPTING LANGUAGE

Just kidding.
I'm actually looking forward to seeing the fruits of this project, and half-sorta-but-not-really wish I had more patience with PHP to contribute to these sorts of things.
[spoiler="you know i always joked that it would be scary as hell to run into DMX in a dark ally, but secretly when i say 'DMX' i really mean 'Tsukatu'." -kai]"... and when i say 'scary as hell' i really mean 'tight pink shirt'." -kai[/spoiler][/i]
spoiler

Image


User avatar
Cowboy Magician
Posts: 510
Joined: 2008.09.23 (13:07)
NUMA Profile: http://nmaps.net/user/wedgie123
MBTI Type: ENTJ
Location: Essex, England

Postby wedgie » 2009.05.09 (16:42)

Chase wrote:• Width of the forum is too narrow. Needs to be dynamic.
Awesome. I'd prefer a full stretch rather than this pre-set one. Just seems like my 22" monitor is being wasted.

User avatar
Lifer
Posts: 1099
Joined: 2008.09.26 (21:35)
NUMA Profile: http://nmaps.net/user/smartalco
MBTI Type: INTJ

Postby smartalco » 2009.05.09 (19:00)

Give me until Friday to get through finals and move back home, and I will gladly dive into this. (I was going to offer anyway, but it seems you actually need help now)
Image
Tycho: "I don't know why people ever, ever try to stop nerds from doing things. It's really the most incredible waste of time."
Adam Savage: "I reject your reality and substitute my own!"

User avatar
Schlock Schtock and Two Schmoking Barrels
Posts: 814
Joined: 2008.09.26 (13:24)
NUMA Profile: http://nmaps.net/user/chase16/
MBTI Type: ISFJ
Location: United Kingdom
Contact:

Postby Chase » 2009.05.09 (19:58)

Smartalco that would be amazing! Good luck with your finals and thanks for the help!

Quick addition. Can you edit the links so they have lines underneath them? That would be a good addition.
Image

User avatar
Damn You're Fine
Posts: 384
Joined: 2008.09.19 (01:47)
NUMA Profile: http://nmaps.net/user/littleviking001
MBTI Type: INTP
Location: Southern California
Contact:

Postby LittleViking » 2009.05.09 (20:43)

Template coding actually involves very little PHP. It'll mostly be CSS and phpBB's templating format which just looks like HTML with variables thrown in. You can see everything you'll need to work with here, and an example of the templates after:
http://forum.therealn.com/styles/Chrome/theme/
http://forum.therealn.com/styles/Chrome/template/

Code: Select all

<div class="postdetails" align="left">
	<!-- IF postrow.POSTER_JOINED --><br /><b>{L_JOINED}:</b> {postrow.POSTER_JOINED}<!-- ENDIF -->
	<!-- IF postrow.POSTER_POSTS != '' --><br /><b>{L_POSTS}:</b> {postrow.POSTER_POSTS}<!-- ENDIF -->
	<!-- IF postrow.POSTER_FROM --><br /><b>{L_LOCATION}:</b> {postrow.POSTER_FROM}<!-- ENDIF -->

	<!-- IF postrow.S_PROFILE_NUMAPROFILE -->
		<br /><b>{postrow.PROFILE_NUMAPROFILE_NAME}:</b>
		<a href='{postrow.PROFILE_NUMAPROFILE_VALUE}'">NUMA Profile</a>
	<!-- ENDIF -->
	<!-- IF postrow.S_PROFILE_MBTI -->
		<br /><b>{postrow.PROFILE_MBTI_NAME}:</b> <a href='http://www.typelogic.com/{postrow.PROFILE_MBTI_VALUE}.html'>{postrow.PROFILE_MBTI_VALUE}</a>
	<!-- ENDIF -->
</div>
Image
The last Metroid is in captivity. The galaxy is at peace...

User avatar
Schlock Schtock and Two Schmoking Barrels
Posts: 814
Joined: 2008.09.26 (13:24)
NUMA Profile: http://nmaps.net/user/chase16/
MBTI Type: ISFJ
Location: United Kingdom
Contact:

Postby Chase » 2009.05.10 (12:18)

We're in luck, Pembie has surfaced and is going to be finishing the new version sometime this week. :)
Image

User avatar
Cowboy Magician
Posts: 510
Joined: 2008.09.23 (13:07)
NUMA Profile: http://nmaps.net/user/wedgie123
MBTI Type: ENTJ
Location: Essex, England

Postby wedgie » 2009.05.11 (12:01)

Awesome. One thing I've been thinking though is that when you remove the box from around the usernames, you are going to have the same problem that was there in the first place with not being able to see some of the usernames properly. I think it may look better if you were to change the usergroup colours to something a little darker maybe?

User avatar
Schlock Schtock and Two Schmoking Barrels
Posts: 814
Joined: 2008.09.26 (13:24)
NUMA Profile: http://nmaps.net/user/chase16/
MBTI Type: ISFJ
Location: United Kingdom
Contact:

Postby Chase » 2009.05.11 (15:31)

Yes some of the usergroup colours cannot be seen easily in this skin. Maybe have the colours change dependant on what skin you're using, and make it client side, so that it doesn't change for everyone every time someone changes their skin.
Image

User avatar
Lifer
Posts: 1099
Joined: 2008.09.26 (21:35)
NUMA Profile: http://nmaps.net/user/smartalco
MBTI Type: INTJ

Postby smartalco » 2009.05.12 (01:29)

Just make the colors dependent on the skin and leave it at that. How many people are really changing skins often enough that this would get confusing anyway?
Image
Tycho: "I don't know why people ever, ever try to stop nerds from doing things. It's really the most incredible waste of time."
Adam Savage: "I reject your reality and substitute my own!"

User avatar
Cowboy Magician
Posts: 510
Joined: 2008.09.23 (13:07)
NUMA Profile: http://nmaps.net/user/wedgie123
MBTI Type: ENTJ
Location: Essex, England

Postby wedgie » 2009.05.12 (23:24)

Polls maybe? I'd bet that the majority are using chrome, so change the usergroup colours to fit chrome and leave it at that.

User avatar
Schlock Schtock and Two Schmoking Barrels
Posts: 814
Joined: 2008.09.26 (13:24)
NUMA Profile: http://nmaps.net/user/chase16/
MBTI Type: ISFJ
Location: United Kingdom
Contact:

Postby Chase » 2009.05.15 (09:31)

Can anyone explain why the main index images are blurred, I don't get it.

Image
Image

User avatar
Lifer
Posts: 1099
Joined: 2008.09.26 (21:35)
NUMA Profile: http://nmaps.net/user/smartalco
MBTI Type: INTJ

Postby smartalco » 2009.05.16 (00:04)

The original image is 24x24px, currently your image tag has the width and height set to 23x22px
Image
Tycho: "I don't know why people ever, ever try to stop nerds from doing things. It's really the most incredible waste of time."
Adam Savage: "I reject your reality and substitute my own!"

User avatar
Schlock Schtock and Two Schmoking Barrels
Posts: 814
Joined: 2008.09.26 (13:24)
NUMA Profile: http://nmaps.net/user/chase16/
MBTI Type: ISFJ
Location: United Kingdom
Contact:

Postby Chase » 2009.05.17 (19:02)

Ah I get it, I discussed it with LV, the image sizes in the imageset.cfg need to be edited.

So whoever I talk to first shall fix it.

Problem solved.
Image

Yes sir, no sir, three bags full sir
Posts: 1561
Joined: 2008.09.26 (12:33)
NUMA Profile: http://nmaps.net/user/incluye
MBTI Type: ENTP
Location: USofA
Contact:

Postby otters » 2009.05.23 (03:20)

Chase wrote:Long locations do not text wrap.
Is it possible to fix this? Overflow: hidden or auto? Can you make long strings of text with no spaces linebreak?
Image

User avatar
Schlock Schtock and Two Schmoking Barrels
Posts: 814
Joined: 2008.09.26 (13:24)
NUMA Profile: http://nmaps.net/user/chase16/
MBTI Type: ISFJ
Location: United Kingdom
Contact:

Postby Chase » 2009.06.29 (10:56)

Can be locked now, look here for further information.
Image


Who is online

Users browsing this forum: No registered users and 8 guests