|
||||||
Views:
11,030,524 |
Main | FAQ | IRC chat | Memberlist | Active users | Latest posts | Stats | Ranks | Online users | Search | 11-21-24 01:13 PM |
||||
Guest: Register | Login |
0 users currently in AcmlmBoard II Software/Bug Report Forum | 1 bot |
Main - AcmlmBoard II Software/Bug Report Forum - Acmlmboard themes thread |
gridatttack |
| ||
Normal User
Purple Leever de geso!~! Level: 32 Posts: 126/200 EXP: 189617 Next: 16825 Since: 08-02-12 Last post: 3293 days Last view: 81 days |
Posted by Scrydan 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 |
| |||
Normal User
Red Birdo RIP Fat Lesbian Level: 89 Posts: 779/2142 EXP: 6734930 Next: 180971 Since: 04-03-12 From: Seattle, USA Last post: 3665 days Last view: 3664 days |
|
Dirbaio |
| ||
Normal User
Micro-Goomba Level: 8 Posts: 6/10 EXP: 2168 Next: 19 Since: 01-08-12 Last post: 4269 days Last view: 4083 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 |
| ||
Normal User
Micro-Goomba Level: 8 Posts: 7/10 EXP: 2168 Next: 19 Since: 01-08-12 Last post: 4269 days Last view: 4083 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 |
| ||
Normal User
Scryforce - A place that still exists. Neat. Level: 86 Posts: 1152/2020 EXP: 6096590 Next: 45517 Since: 07-18-12 From: USA Last post: 982 days Last view: 964 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 |
| ||
Normal User
Level: 29 Posts: 93/169 EXP: 147039 Next: 846 Since: 08-17-12 Last post: 3997 days Last view: 3855 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 |
| ||
Normal User
Scryforce - A place that still exists. Neat. Level: 86 Posts: 1153/2020 EXP: 6096590 Next: 45517 Since: 07-18-12 From: USA Last post: 982 days Last view: 964 days |
Alright, here's some changes I have in mind.
Tablestable.c1 = not sure, will edit latertable.c2 = not sure, will edit later TRstr.h = tr.headtr.c = tr.center tr.n1 = tr.row1 tr.n2 = tr.row2 tr.n3 = tr.row3 TDstd.b = td.bordertd.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 |
| ||
Normal User
Level: 29 Posts: 94/169 EXP: 147039 Next: 846 Since: 08-17-12 Last post: 3997 days Last view: 3855 days |
Gotta love regex!
ezmodo |
Scrydan |
| ||
Normal User
Scryforce - A place that still exists. Neat. Level: 86 Posts: 1166/2020 EXP: 6096590 Next: 45517 Since: 07-18-12 From: USA Last post: 982 days Last view: 964 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 |
| ||
Normal User
Scryforce - A place that still exists. Neat. Level: 86 Posts: 1254/2020 EXP: 6096590 Next: 45517 Since: 07-18-12 From: USA Last post: 982 days Last view: 964 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 |
| ||
Normal User
Micro-Goomba Level: 8 Posts: 8/10 EXP: 2168 Next: 19 Since: 01-08-12 Last post: 4269 days Last view: 4083 days |
Posted by Scrydan 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 |
| ||
Normal User
Scryforce - A place that still exists. Neat. Level: 86 Posts: 1260/2020 EXP: 6096590 Next: 45517 Since: 07-18-12 From: USA Last post: 982 days Last view: 964 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 |
| ||
Normal User
Scryforce - A place that still exists. Neat. Level: 86 Posts: 1389/2020 EXP: 6096590 Next: 45517 Since: 07-18-12 From: USA Last post: 982 days Last view: 964 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. (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 |
| ||
Site Administrator
11 Hit Combo: Mother's Rosario Level: 109 Posts: 1411/3393 EXP: 13563546 Next: 396099 Since: 12-30-11 From: Akron, Ohio; USA Last post: 114 days Last view: 3 days |
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:
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 |
| ||
Normal User
Micro-Goomba Level: 8 Posts: 9/10 EXP: 2168 Next: 19 Since: 01-08-12 Last post: 4269 days Last view: 4083 days |
Posted by Scrydan Okay, finally found out how to fix it!
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 |
| ||
Site Administrator
11 Hit Combo: Mother's Rosario Level: 109 Posts: 1608/3393 EXP: 13563546 Next: 396099 Since: 12-30-11 From: Akron, Ohio; USA Last post: 114 days Last view: 3 days |
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 |
Main - AcmlmBoard II Software/Bug Report Forum - Acmlmboard themes thread |
Acmlmboard v2.5.6 (06/11/2024) © 2005-2024 Acmlm, Emuz, et al. |
MySQL - queries: 204, rows: 603/638, time: 0.062 seconds. |