Hi. Just making sure you guys get into this forum
Hi. Just making sure you guys get into this forum
Posted by Seibertron Wed Jun 04, 2025 1:32 am
Use password "PRIME" (no quotes) to access this forum.
-

Seibertron - Site Owner
- Posts: 14049
- News Credits: 3647
- Joined: Mon Sep 24, 2001 6:17 pm
- Location: Mount Prospect, IL USA
- Alt Mode: Supersonic Cybertronian Jet
- Strength: 10
- Intelligence: 9
- Speed: 7
- Endurance: 9
- Rank: 10+
- Courage: 8
- Firepower: 5
- Skill: 10+
Re: Hi. Just making sure you guys get into this.
Posted by Glyph Wed Jun 04, 2025 7:41 am
Initial impressions are decent for the overall look - I'll be able to give more feedback when I've had chance to play around a bit. I note the footer CSS is broken: it's pinning to the bottom of the content area, but the right sidebar is frequently much longer than the content and goes under the footer and out the other side.
Question for how this works: is there a way to flip between the existing and SA versions of the site? I had expected we'd be testing the new site on a separate subdomain or have a toggle or something, rather than just being switched to the new version. That's both to be able to compare the changes side-by-side, and in case something breaks in development and stops me from actually using the site (for example: HMW doesn't work at all on the new version. I can't activate bots or view mission logs and the old tabular layout is thoroughly broken by the new CSS).
I'm happy to debug and evaluate the new version on the understanding that everything's still experimental, but I do kinda need to also be able to get back to a working version of the site while that's happening.
Psychout wrote:Im not scared of a gender confused minibot!
-

Glyph - HMW Moderator
- Posts: 981
- News Credits: 34
- Joined: Thu Mar 25, 2004 2:15 pm
- Location: Manchester, UK
Re: Hi. Just making sure you guys get into this.
Posted by Seibertron Wed Jun 04, 2025 9:11 am
-

Seibertron - Site Owner
- Posts: 14049
- News Credits: 3647
- Joined: Mon Sep 24, 2001 6:17 pm
- Location: Mount Prospect, IL USA
- Alt Mode: Supersonic Cybertronian Jet
- Strength: 10
- Intelligence: 9
- Speed: 7
- Endurance: 9
- Rank: 10+
- Courage: 8
- Firepower: 5
- Skill: 10+
Re: Hi. Just making sure you guys get into this.
Posted by Glyph Wed Jun 04, 2025 9:23 am
ashe5k is having the same issues, so not limited by account either.
Psychout wrote:Im not scared of a gender confused minibot!
-

Glyph - HMW Moderator
- Posts: 981
- News Credits: 34
- Joined: Thu Mar 25, 2004 2:15 pm
- Location: Manchester, UK
Re: Hi. Just making sure you guys get into this.
Posted by Seibertron Wed Jun 04, 2025 9:51 am
Just wanted to give you guys a quick update. One of the trickiest parts of working with HMW right now is that a lot of the legacy code uses @mysql_query and similar patterns, which suppress errors. I’ve been upgrading the rest of Seibertron to use mysqli_ with some custom db_ wrappers that adapt based on site version, and because HMW has stayed mostly unchanged for the last 15 years, I keep running into little conflicts as the newer systems interact with it.
The core of HMW is impressively stable — it’s just that as the rest of the site evolves, I keep uncovering integration quirks I didn’t anticipate. I’ll probably start removing the @ suppressors and gradually modernizing things where needed so I can see and fix issues more easily.
Just wanted to keep you in the loop in case anything looks weird or breaks temporarily while I’m untangling things.
Ryan
-

Seibertron - Site Owner
- Posts: 14049
- News Credits: 3647
- Joined: Mon Sep 24, 2001 6:17 pm
- Location: Mount Prospect, IL USA
- Alt Mode: Supersonic Cybertronian Jet
- Strength: 10
- Intelligence: 9
- Speed: 7
- Endurance: 9
- Rank: 10+
- Courage: 8
- Firepower: 5
- Skill: 10+
Re: Hi. Just making sure you guys get into this.
Posted by Glyph Wed Jun 04, 2025 10:41 am
Good to see that the connection seems to be resolved now, I can see characters & logs, activate bots etc. Thanks for the quick fix!
Layout is still all kinds of messed up so I'll grab some screenshots for that.
--EDIT--
Ack, I can activate bots but now the form on missions.php has no submit/cancel buttons so can't send them to missions...
Re the version toggle I asked about above - because HMW was the biggest broken thing for me, but the other points still stand - if I click the EXIT button on the SA banner (goes to [ /set-silver-age.php?view=0 ] ), will I find a similar button on the other side to get back to the SA preview? Can I use that same URL with [ ?view=1 ] to do it? Don't want to just click blindly and get stuck.
Psychout wrote:Im not scared of a gender confused minibot!
-

Glyph - HMW Moderator
- Posts: 981
- News Credits: 34
- Joined: Thu Mar 25, 2004 2:15 pm
- Location: Manchester, UK
Re: Hi. Just making sure you guys get into this.
Posted by Seibertron Wed Jun 04, 2025 12:02 pm
Glyph wrote:Re the version toggle I asked about above - because HMW was the biggest broken thing for me, but the other points still stand - if I click the EXIT button on the SA banner (goes to [ /set-silver-age.php?view=0 ] ), will I find a similar button on the other side to get back to the SA preview? Can I use that same URL with [ ?view=1 ] to do it? Don't want to just click blindly and get stuck.
The session variable will just reset for that when you close your browser window. I don't want to spend too much time on that logic. I spent all last night working on all of the bugs dealing with the version control so I gutted much of the version control system into something less clunky and more straightforward. I'm on 3 hours of sleep from my nap last night.
I'm slamming through a bunch of global changes in HMW. I replaced all references to mysql_ and then I've been debugging the outdated HTML. I'm spending too much time on this right now. I isolated the problem with a lot of HMW's display issues to the CSS "row" class, which I've had in SEIBERTRON.com for decades, but it conflicts with Bootstrap's "row" class. So I'm going through all of the HMW files systematically to find and manually replace all of the instances where row and alternate classes are. It's more challenging than it seems because of all of the various ways those classes are utilized through HMW's code ... and avoiding conflicts with the $row variable and use of the word "alternate" in places like "alternate mode".
-

Seibertron - Site Owner
- Posts: 14049
- News Credits: 3647
- Joined: Mon Sep 24, 2001 6:17 pm
- Location: Mount Prospect, IL USA
- Alt Mode: Supersonic Cybertronian Jet
- Strength: 10
- Intelligence: 9
- Speed: 7
- Endurance: 9
- Rank: 10+
- Courage: 8
- Firepower: 5
- Skill: 10+
Re: Hi. Just making sure you guys get into this.
Posted by Seibertron Wed Jun 04, 2025 12:05 pm
Seibertron wrote:The session variable will just reset for that when you close your browser window. I don't want to spend too much time on that logic. I spent all last night working on all of the bugs dealing with the version control so I gutted much of the version control system into something less clunky and more straightforward. I'm on 3 hours of sleep from my nap last night.
DOH! I already have a built-in way to get back to the redesign if you don't want to close your browser to reset the session if you clicked the "exit" button. Just manually go to https://www.seibertron.com/?view-silver-age=1 which will reset the session variable again for the redesign. You can add ?view-silver-age=1 to any URL on SEIBERTRON for it to work properly.
-

Seibertron - Site Owner
- Posts: 14049
- News Credits: 3647
- Joined: Mon Sep 24, 2001 6:17 pm
- Location: Mount Prospect, IL USA
- Alt Mode: Supersonic Cybertronian Jet
- Strength: 10
- Intelligence: 9
- Speed: 7
- Endurance: 9
- Rank: 10+
- Courage: 8
- Firepower: 5
- Skill: 10+
Re: Hi. Just making sure you guys get into this.
Posted by Seibertron Wed Jun 04, 2025 12:16 pm
-

Seibertron - Site Owner
- Posts: 14049
- News Credits: 3647
- Joined: Mon Sep 24, 2001 6:17 pm
- Location: Mount Prospect, IL USA
- Alt Mode: Supersonic Cybertronian Jet
- Strength: 10
- Intelligence: 9
- Speed: 7
- Endurance: 9
- Rank: 10+
- Courage: 8
- Firepower: 5
- Skill: 10+
Re: Hi. Just making sure you guys get into this.
Posted by Glyph Wed Jun 04, 2025 3:44 pm
Fun thing with the HMW layout code, it was designed when the site looked like this!
I kept & extended the existing 2003-vintage HTML table layout, but the redesigns broke a lot of stuff by adding default padding, removing classes that were providing table borders etc. Ironically, the thing that kept HMW sort-of working is that so much of the layout was (terribly) hard coded into style attribs directly in the HTML!
One issue is that HMW wants to work more like a tightly-formatted game UI than a flexible forum or gallery. It needs completely reworking with modern syntactic HTML of course, preferably with some type of components, but I'd strongly favour adding a HMW-specific class to the page-content div (or something like that) in order to insulate the main site and HMW from each other and let HMW override site styles for its particular needs. That way it's more likely to degrade gracefully and not completely break and need extensive fixing when the overall site style gets updated.
... that was longer trip down memory lane than I meant to write. I just went to dig out some truly ancient screencaps to respond to something Silver Wind said, and they're not even in this thread... Promise I'll do some general non-HMW feedback too!
Seibertron wrote:I'm slamming through a bunch of global changes in HMW. [...] I'm spending too much time on this right now. [...] I have not had a chance to test any of these changes as it affected hundreds of files.
My Business Change Process-addled heart misses a beat...
Psychout wrote:Im not scared of a gender confused minibot!
-

Glyph - HMW Moderator
- Posts: 981
- News Credits: 34
- Joined: Thu Mar 25, 2004 2:15 pm
- Location: Manchester, UK
Re: Hi. Just making sure you guys get into this.
Posted by Silver Wind Wed Jun 04, 2025 4:39 pm
Glyph wrote:... that was longer trip down memory lane than I meant to write. I just went to dig out some truly ancient screencaps to respond to something Silver Wind said, and they're not even in this thread... Promise I'll do some general non-HMW feedback too!
Found you!
The style fit perfectly with my Windows XP user account, too!
And yeah, understandable HMW is lower priority. It would be nice to have a separate visual style for HMW once the dust has had a chance to settle for the website as a whole.
- Silver Wind
- Headmaster Jr
- Posts: 597
- Joined: Sun Dec 21, 2003 8:28 pm
- Location: U.S.A.
- Alt Mode: I have no idea
- Strength: 2
- Intelligence: 5
- Speed: 2
- Endurance: 2
- Rank: ???
- Courage: 3
- Firepower: 2
- Skill: 6
Re: Hi. Just making sure you guys get into this.
Posted by Glyph Wed Jun 04, 2025 5:09 pm
(Now that's a social media feature I actually would like to see added to the forums: the ability to 'react' to a post without needing to add a full reply. There's a couple of phpBB extensions out there for it, but as far as I know it's not an official feature as yet.)
Psychout wrote:Im not scared of a gender confused minibot!
-

Glyph - HMW Moderator
- Posts: 981
- News Credits: 34
- Joined: Thu Mar 25, 2004 2:15 pm
- Location: Manchester, UK
Re: Hi. Just making sure you guys get into this.
Posted by Psychout Wed Jun 04, 2025 6:00 pm
- Psychout
- HMW Moderator
- Posts: 9740
- News Credits: 42
- Joined: Tue Aug 17, 2004 8:04 am
- Location: Vatican City
- Alt Mode: Cassette. The 80s ROCKED
- Strength: 1
- Intelligence: 1
- Speed: 1
- Endurance: 1
- Rank: 10
- Courage: 1
- Firepower: 1
- Skill: 10
Re: Hi. Just making sure you guys get into this.
Posted by First Gen Wed Jun 04, 2025 9:22 pm
- First Gen
- Faction Commander
- Posts: 4113
- News Credits: 1014
- Joined: Tue Oct 24, 2006 11:56 am
- Location: Neenah, WI.
- Alt Mode: A Truck
- Strength: 8
- Intelligence: 9
- Speed: 6
- Endurance: 8
- Rank: 7
- Courage: 10
- Firepower: 7
- Skill: 10
Re: Hi. Just making sure you guys get into this.
Posted by Seibertron Wed Jun 04, 2025 10:27 pm
Glyph wrote::)) I'm liking the dedication to keeping the centre clear, and the many WinAmp playlists.
(Now that's a social media feature I actually would like to see added to the forums: the ability to 'react' to a post without needing to add a full reply. There's a couple of phpBB extensions out there for it, but as far as I know it's not an official feature as yet.)
I hope you guys can start compiling a wish list of features like that. I'm going to finally gut phpBB this year. Like *really* gut it (i.e. rewrite most of the front end). It was so customized back around 2010 at that point that I couldn't upgrade the forums to a new version. It's time to just modernize these forums into something closer to what Twitter/X, Instagram and Facebook are but with a modern day forum / Seibertron / Transformers fan twist to it.
Sky's the limit. Make your wish lists. It's happening.
-

Seibertron - Site Owner
- Posts: 14049
- News Credits: 3647
- Joined: Mon Sep 24, 2001 6:17 pm
- Location: Mount Prospect, IL USA
- Alt Mode: Supersonic Cybertronian Jet
- Strength: 10
- Intelligence: 9
- Speed: 7
- Endurance: 9
- Rank: 10+
- Courage: 8
- Firepower: 5
- Skill: 10+
Re: Hi. Just making sure you guys get into this.
Posted by Seibertron Wed Jun 04, 2025 10:28 pm
First Gen wrote:Just logged in and am looking around. Aside from what Glyph covered, is there a way to add to the homepage like a top hottest discussions in the forums? Something for users to "stay in know" on popular topics?
Absolutely. Content from the forums will be part of the new homepage. Besides hottest and newest topics, any other requests for something on the homepage or right sidebar column?
-

Seibertron - Site Owner
- Posts: 14049
- News Credits: 3647
- Joined: Mon Sep 24, 2001 6:17 pm
- Location: Mount Prospect, IL USA
- Alt Mode: Supersonic Cybertronian Jet
- Strength: 10
- Intelligence: 9
- Speed: 7
- Endurance: 9
- Rank: 10+
- Courage: 8
- Firepower: 5
- Skill: 10+
Re: Hi. Just making sure you guys get into this.
Posted by Seibertron Wed Jun 04, 2025 10:38 pm
-

Seibertron - Site Owner
- Posts: 14049
- News Credits: 3647
- Joined: Mon Sep 24, 2001 6:17 pm
- Location: Mount Prospect, IL USA
- Alt Mode: Supersonic Cybertronian Jet
- Strength: 10
- Intelligence: 9
- Speed: 7
- Endurance: 9
- Rank: 10+
- Courage: 8
- Firepower: 5
- Skill: 10+
Re: Hi. Just making sure you guys get into this forum
Posted by william-james88 Sat Jun 14, 2025 8:44 pm
please contact us using this form.
-

william-james88 - News Staff
- Posts: 33266
- News Credits: 4880
- Joined: Thu Apr 17, 2014 6:46 am
Who is online
Registered users: Apple [Bot], Bing [Bot], ChatGPT [Bot], Glyph, Google [Bot], Google Adsense [Bot], MSN [Bot], OpenAI [Bot], Yahoo [Bot], Yandex [Bot]



