Notings of Attention™
Acmlmboard 2 Released
Github/GIT | @acmlmboard
Chatting Places
Discord

Affiliates
Super Mario Bros. X | Kuribo64
Views: 8,952,314
Main | FAQ | IRC chat | Memberlist | Active users | Latest posts | Stats | Ranks | Online users | Search
03-28-24 04:33 PM
Guest: Register | Login

0 users currently in AcmlmBoard II Software/Bug Report Forum | 2 bots

Main - AcmlmBoard II Software/Bug Report Forum - Acmlmboard themes thread
Next newer thread | Next older thread

Pages: 1 2

gridatttack
Posted on 09-17-12 04:12 AM, in Link | ID: 26745
Normal User

Purple Leever
de geso!~!
Level: 31


Posts: 126/200
EXP: 184531
Next: 832

Since: 08-02-12

Last post: 3055 days
Last view: 1390 days
Posted by Scrydan
I could do so later if no one else and if it is fine with their proper owners. Although it might be slow for awhile seeing how I might do some revisions and will need to look through each one's class names/code.


Yeah it would be nice if you could port the theme :)

And yes, I already asked Ninji about the pinstripes blue theme. (of course, all credits to Ninji for the theme)

Taryn
Posted on 09-17-12 06:01 AM, in Link | ID: 26746
Normal User

Red Birdo
RIP
Fat Lesbian
Level: 88


Posts: 779/2142
EXP: 6559087
Next: 91577

Since: 04-03-12
From: Seattle, USA

Last post: 3427 days
Last view: 3426 days
Oh, by the way, any way I can get the credit for the LMB Green theme (i.e., the one that's already there, not Luna's) switched from TKB to Taryn? ^_~

(Yes, I am TKB.)

____________________
'Cause when you've given up,
When no matter what you do it's never good enough,
When you never thought that it could ever get this tough,
That's when you feel my kind of love.

Dirbaio
Posted on 09-20-12 10:55 AM, in Link | ID: 26968
Normal User

Micro-Goomba

Level: 8


Posts: 6/10
EXP: 2112
Next: 75

Since: 01-08-12

Last post: 4031 days
Last view: 3845 days
So... I got bored (nothing new in me) and ported my ABXD theme "ABXD Gold". It's not the best theme ever but I like it.
Preview:
Index page: http://dirbaio.net/d/screenshots/screen-12-09-20-12-46-53.png
Edit profile http://dirbaio.net/d/screenshots/screen-12-09-20-12-48-05.png

Stylesheet file: http://dirbaio.net/d/paste/CWneQ622.txt
Sorry for hotlinking the images, it's just way easier to do it using Firefox's style editor. If needed I can provide a self-contained version in a zip file.

:)

Dirbaio
Posted on 11-07-12 08:15 PM, in Link | ID: 28692
Normal User

Micro-Goomba

Level: 8


Posts: 7/10
EXP: 2112
Next: 75

Since: 01-08-12

Last post: 4031 days
Last view: 3845 days
Bumping this thread since the theme I posted above got ignored, and I think it's actually worth including it in the board :)

If there's anything I should fix or improve in it, just tell me.

Scrydan
Posted on 11-08-12 04:23 AM, in (rev. 2 of 11-08-12 04:27 AM by Scrydan) Link | ID: 28700
Normal User
Scryforce - A place that still exists. Neat.
Level: 86


Posts: 1152/2020
EXP: 5933621
Next: 208486

Since: 07-18-12
From: USA

Last post: 744 days
Last view: 726 days
Huh, I thought I commented on it. Suppose it slipped somehow. I like the look and it will be added when 2.6 comes along.
However, something has been on my mind lately and it might just be me "cleaning the code" but it is still something that bothers me.


Now while I could do this all on my own (and believe me, I practically cleaned every script in the board), I would like some others to make this process quicker. First of all, the class names. Short and sweet is nice but I just don't like them as they are now. It might be just be me though. Right now, TR uses "h" for header rows. What I'd like to see is something like "head"/"header" in the HTML source. It is probably me nitpicking but I'd like it to be known. TD uses "h", "b", "n1", "n2" and such. "h" could be "head"/"header", "b" could be "border" and "nX" could be "rowX".

The great thing about this system is all that needs changed is layout.php. Of course, the CSS needs changed as well. You don't need to be a good coder to help the process really so take a few people and convert the CSS and it will be simple.

I just want this brought up now before we add anymore themes. (the actual PHP variables that use $L[TRh] and such can be dealt with later as I don't mind their names for the moment. It would take some HTML revamps I could easily do in my sleep but we'll see.)


Now this isn't a done deal of course. I want to see the people's opinion who make the themes and coders as well. Not to mention if people strongly feel this is "too big of a thing to change".

NightKev
Posted on 11-08-12 07:59 AM, in (rev. 2 of 11-08-12 08:51 AM by NightKev) Link | ID: 28701
Normal User

Level: 29


Posts: 93/169
EXP: 143082
Next: 4803

Since: 08-17-12

Last post: 3759 days
Last view: 3617 days
I like this change, having short one-letter "variables" is just really annoying to me. So, +1 etc. Btw, you'll have to do the .php files (such as css/dailycycle.php) yourself.

Also, tell me exactly what you want them all renamed to. I downloaded all the .css files, and I'll just run a regex on them all to replace the appropriate class names.


Scrydan
Posted on 11-08-12 10:40 AM, in (rev. 2 of 11-08-12 10:43 AM by Scrydan) Link | ID: 28702
Normal User
Scryforce - A place that still exists. Neat.
Level: 86


Posts: 1153/2020
EXP: 5933621
Next: 208486

Since: 07-18-12
From: USA

Last post: 744 days
Last view: 726 days
Alright, here's some changes I have in mind.

Tables

table.c1 = not sure, will edit later
table.c2 = not sure, will edit later

TRs

tr.h = tr.head
tr.c = tr.center

tr.n1 = tr.row1
tr.n2 = tr.row2
tr.n3 = tr.row3

TDs

td.b = td.border
td.nb = td.noborder
td.h = td.head

td.n1 = td.row1
td.n2 = td.row2
td.n3 = td.row3
- td.space -> gives 16px of table row space.
- td.vspace -> gives 16px of space <-->.


More to come later and this will be edited more later as well.

NightKev
Posted on 11-08-12 11:27 AM, in Link | ID: 28704
Normal User

Level: 29


Posts: 94/169
EXP: 143082
Next: 4803

Since: 08-17-12

Last post: 3759 days
Last view: 3617 days
Gotta love regex!
\.h([^\w\d])
to
\.head\1
etc.
ezmodo


Scrydan
Posted on 11-11-12 05:31 AM, in (rev. 3 of 11-11-12 06:16 AM by Scrydan) Link | ID: 28741
Normal User
Scryforce - A place that still exists. Neat.
Level: 86


Posts: 1166/2020
EXP: 5933621
Next: 208486

Since: 07-18-12
From: USA

Last post: 744 days
Last view: 726 days
Alright, figured out something I want for the table classes c1 and c2. In addition, I would like versions of them that don't have width 100%.

So for the none width 100%, the classes will be: tbl1 and tbl2 (would it be better for table1 or table2?). For the width 100% versions, they could be tblw1 and tblw2. The w standing for full width. Not too sure on the name actually. Just mere suggestions.

Edit: Or better yet, make it where the width 100% is not in the class but part of the PHP $L variable to add width 100%. (such as adding 'w' to it).

Edit 2: I just now added tbl1 and tbl2 to all current 2.6 themes. Although the ones mentioned/shown here are not included yet. I'll need to get a list or someone can just fix 'em up for me. Either way sounds good.

Scrydan
Posted on 11-29-12 05:52 AM, in (rev. 2 of 11-29-12 06:26 AM by Scrydan) Link | ID: 29105
Normal User
Scryforce - A place that still exists. Neat.
Level: 86


Posts: 1254/2020
EXP: 5933621
Next: 208486

Since: 07-18-12
From: USA

Last post: 744 days
Last view: 726 days
Just an update.

All themes have been double checked properly and prepped for the new themes system. The new system won't require meta tags like before but it is still encouraged to leave who is responsible in comments starting the file.


As for @Dirbaio's Kafuka Gold Theme, I am waiting on a download that contains the image directory and the css already properly pointing to the right directory instead of hot linking to his site. I'd like to add it and I could change it myself but I'd rather the ones who offer do at least that much.

Oh and you are missing td.n3's class, @Dirbaio. Please make sure all classes are properly implemented.


@NightKev, if you have already done so, send me a PM linking to the updated CSS. I'll probably mess with them some more as I'll double check each one.



I want to update the class names before too long since I am also working on a themes editor and I may do some things for those who create new themes with it. It will offer to "pre create" classes empty so you know all that is currently used within the board. I may go over each class and have a testing page to make sure each have a good use or remove any not used.

Dirbaio
Posted on 11-30-12 01:17 PM, in (rev. 2 of 11-30-12 01:17 PM by Dirbaio) Link | ID: 29117
Normal User

Micro-Goomba

Level: 8


Posts: 8/10
EXP: 2112
Next: 75

Since: 01-08-12

Last post: 4031 days
Last view: 3845 days
Posted by Scrydan
As for @Dirbaio's Kafuka Gold Theme, I am waiting on a download that contains the image directory and the css already properly pointing to the right directory instead of hot linking to his site. I'd like to add it and I could change it myself but I'd rather the ones who offer do at least that much.


I was expecting that, so no problem! Here it is: http://dirbaio.net/d/theme.zip

There's still one thing.
http://dirbaio.net/d/screenshots/screen-12-11-30-14-15-18.png
That border isn't supposed to be in there. But there's no class for it, it's just a hardcoded style that sets it to no border. I'm doing the border with a BG image, so I dunno how to remove it.

Scrydan
Posted on 11-30-12 05:51 PM, in Link | ID: 29119
Normal User
Scryforce - A place that still exists. Neat.
Level: 86


Posts: 1260/2020
EXP: 5933621
Next: 208486

Since: 07-18-12
From: USA

Last post: 744 days
Last view: 726 days
I think the classes need a good looking at and and a revamp. There's certain needed classes missing such as a table class that doesn't force borders and then there's what you mention.

Plus this could give me a chance to work out a standard that all themes must follow. Most do but some center some things that others don't and little things here and there. Some classes that use row 3 or 2 possibly looking weird on one theme and not on others.


Not saying this is the actual case but those are things we need to look at closely with each theme.

Scrydan
Posted on 12-17-12 01:52 AM, in (rev. 3 of 12-17-12 02:39 AM by Scrydan) Link | ID: 29495
Normal User
Scryforce - A place that still exists. Neat.
Level: 86


Posts: 1389/2020
EXP: 5933621
Next: 208486

Since: 07-18-12
From: USA

Last post: 744 days
Last view: 726 days
I recently added the Kafuka Gold theme upon @Emuz notifying me it has been updated.
Although I had to change the image pointers to '../img/themes/kafukagold/' but it works well and looks nice. :D

(I made a mistake the first time I tried it. Derp!)

Revision 3:
It looks like Chrome has a few issues with this theme.
Edit Profile has some select inputs white and unreadable until you click and read the selection but you can't read the selection.

So whenever you find time to fix this issue, let me know if you fixed that. :)

Emuz
Posted on 01-14-13 11:55 AM, in (rev. 2 of 01-14-13 11:55 AM by Emuz) Link | ID: 30062
Site Administrator

11 Hit Combo:
Mother's Rosario
Level: 108


Posts: 1411/3392
EXP: 13210757
Next: 309742

Since: 12-30-11
From: Akron, Ohio; USA

Last post: 115 days
Last view: 15 hours
We are almost ready to start implementing new themes on the test board more regularly. So I'd like to start with, any classic 2.x theme you think we should have. They can be from non-Acmlm sources as well as long as you have permission to submit them.

Also when the time comes I think we need a new Daily Cycle theme, and Acmlm's 1.x ported too. So if you got some ideas on either one let me know. :)

Here is a list of the current themes in the development tree:
Standard
Alternate
Alternate 2
Acmlm's Board
Acid
Arabian Gold
Acmlm's ROM Hack Domain
Bloodlust (Acmlmboard 1.x Classic)
Blue Storm
Black Matrix
Diet board2
Christmas
Classic (Acmlmboard 1.x Classic)
Cubeminer
Daily Cycle
Daily Cycle 2.0
Danicess (Acmlmboard 1.x Classic)
Desolation
Dig (Acmlmboard 1.x Classic)
Emerald Envy
End of Final Fantasy (Acmlmboard 1.x Classic)
Final Fantasy 9 (Acmlmboard 1.x Classic)
Fire Wave
Fish
Fragmentation - Cold water variety
Fragmentation - Laggy cold water variety
Fragmentation - Lagtastic
Fragmentation
Nostalgia
Got Wood?
Grape Vineyard
Green Night
Kafuka
Kirby (Acmlmboard 1.x Classic)
The Left Mouse Button
Mario
Megaman (Acmlmboard 1.x Classic)
Miner's Lament
Neon (Acmlmboard 1.x Classic)
Acmlmboard NES (Acmlmboard 1.x Classic)
Night (Acmlmboard 1.x Classic)
Touch of Purples
Old Blue (Acmlmboard 1.x Classic)
Overgrowth
Pinkielicious
Purple (Acmlmboard 1.x Classic)
Remastered Cycle
Simply Luna
Snowy
Start of the Decade
Tanzanite
Theme of the Day
TwilightRO Classic
Tropicals
Minus World
Standard
Kafuka Gold


Let me know if we've missed your theme etc.

I will be adding the additional color versions of LMB as well as @Ijah's theme now that I have the chance to. I also recovered YoshiDude's Kirby ranks so expect them to make an appearance again after the update as well :)

The Dynamic Profile Administratorâ„¢


"Never Knows Best"
Note: if you can see this my layout broke. ALL THE CREDITS WILL BE REVEALED!!
'Victory Noriko' by @thatsheepagain.
'Chibi Dance Noriko' by @Haru__Kitsu.
'Deity's Night Out (Featuring Gabbie)'
by @thatsheepagain
Noriko Emotes by @Haru__Kitsu.
Side Bar Noriko by @thatsheepagain
'Noriko's Nature Walk' by @projectTiGER_
Emotive Noriko by @thatsheepagain.
"Space Candy Noriko" by BerryVerrine.
"Super Sharp Noriko" by Xionfes.
A gift illustration from the wonderful EverKinzPony!
"Magical Girl Noriko" by @cute_hospital!
"Patient Chibi Noriko" by @Ruii_ki!
'Dapper '60s Noriko' by @thatsheepagain.
'Shiny Chibi Noriko' by @inioli.
'Flower Veil Noriko' by @Sushiee_.
'Noriko in Realism' by @_Sarybuu.
'Noriko's Midnight Adventure' by @projectTiGER_
'Yukata Noriko' by @yunyunmaru_
'Birthday Wishes Noriko' by @thatsheepagain

Dirbaio
Posted on 02-24-13 08:44 PM, in Link | ID: 31163
Normal User

Micro-Goomba

Level: 8


Posts: 9/10
EXP: 2112
Next: 75

Since: 01-08-12

Last post: 4031 days
Last view: 3845 days
Posted by Scrydan
It looks like Chrome has a few issues with this theme.
Edit Profile has some select inputs white and unreadable until you click and read the selection but you can't read the selection.

So whenever you find time to fix this issue, let me know if you fixed that. :)


Okay, finally found out how to fix it!

/* Fix white-on-white on Chrome */
select option, select optgroup
{
background-color:inherit;
}


Also that bug is present in waaaay more themes that set select's background color. The above snippet fixes them all.
(We had that bug with most of the ABXD themes too. I added that code to the common CSS and all the themes work fine now!)

Emuz
Posted on 02-26-13 03:26 AM, in Link | ID: 31223
Site Administrator

11 Hit Combo:
Mother's Rosario
Level: 108


Posts: 1608/3392
EXP: 13210757
Next: 309742

Since: 12-30-11
From: Akron, Ohio; USA

Last post: 115 days
Last view: 15 hours
I've added it to the development copy. Thanks for the update :)

The Dynamic Profile Administratorâ„¢


"Never Knows Best"
Note: if you can see this my layout broke. ALL THE CREDITS WILL BE REVEALED!!
'Victory Noriko' by @thatsheepagain.
'Chibi Dance Noriko' by @Haru__Kitsu.
'Deity's Night Out (Featuring Gabbie)'
by @thatsheepagain
Noriko Emotes by @Haru__Kitsu.
Side Bar Noriko by @thatsheepagain
'Noriko's Nature Walk' by @projectTiGER_
Emotive Noriko by @thatsheepagain.
"Space Candy Noriko" by BerryVerrine.
"Super Sharp Noriko" by Xionfes.
A gift illustration from the wonderful EverKinzPony!
"Magical Girl Noriko" by @cute_hospital!
"Patient Chibi Noriko" by @Ruii_ki!
'Dapper '60s Noriko' by @thatsheepagain.
'Shiny Chibi Noriko' by @inioli.
'Flower Veil Noriko' by @Sushiee_.
'Noriko in Realism' by @_Sarybuu.
'Noriko's Midnight Adventure' by @projectTiGER_
'Yukata Noriko' by @yunyunmaru_
'Birthday Wishes Noriko' by @thatsheepagain
Pages: 1 2


Next newer thread | Next older thread
Main - AcmlmBoard II Software/Bug Report Forum - Acmlmboard themes thread


Acmlmboard v2.5.5 (10/04/2020)
© 2005-2024 Acmlm, Emuz, et al.

Page rendered in 0.094 seconds. (945KB of memory used)
MySQL - queries: 204, rows: 605/640, time: 0.072 seconds.