![]() |
Just call me Lady Queen - Printable Version +- Universal Gaming (https://universalgaming.net) +-- Forum: Universal Community (https://universalgaming.net/forumdisplay.php?fid=6) +--- Forum: Start Screen (https://universalgaming.net/forumdisplay.php?fid=7) +--- Thread: Just call me Lady Queen (/showthread.php?tid=37) |
RE: Just call me Lady Queen - queenzelda - Jan 20th, 2025 (Jan 18th, 2025, 10:44 AM)shadow Wrote: Uhhh, these and Hello Kitty Island Adventure for the Switch, though it does have a steam listing. Also, the steam widget is nice and all but having to code it to work with the forum is kinda pain in the booty. ![]() RE: Just call me Lady Queen - Moonface - Jan 26th, 2025 (Jan 20th, 2025, 05:08 AM)queenzelda Wrote:What part of it could be better? I'm curious in case it's something I can improve with the code. RE: Just call me Lady Queen - queenzelda - Jan 27th, 2025 (Jan 26th, 2025, 11:47 PM)Moonface Wrote: I'm just lazy. But being able to place the link to the game in without having to edit for the widget itself to work, would be wonderful. Like say I want to link FF7: Rebirth on steam I would have to do this; Code: [steam]https://store.steampowered.com/widget/2909400/[/steam] Code: [steam]https://store.steampowered.com/app/2909400/FINAL_FANTASY_VII_REBIRTH/[/steam] Thus, maybe both would get here; but the widget one works better I'm assuming. RE: Just call me Lady Queen - Moonface - Jan 27th, 2025 Ah, I see. I know one way would be to make it where just using the number in the URL would work because I can make it where the BBCode automatically puts the rest of the widget URL around it. RE: Just call me Lady Queen - queenzelda - Jan 28th, 2025 (Jan 27th, 2025, 08:08 PM)Moonface Wrote: Ah, sounds interesting. If that doens't work, it's fine. I don't mean to be a pain in the butt. :3 RE: Just call me Lady Queen - Moonface - Jan 28th, 2025 (Jan 28th, 2025, 03:18 AM)queenzelda Wrote:Oh no you're fine. Funnily enough when I first made that new BBCode I debated whether to make it just use the number in the URL but because people wouldn't realize that was how the code worked I figured that approach would cause a problem. I'll likely just keep the current version but make a secondary Steam BBCode that can use just the number so that way those who know of the shortcut method can take advantage of it without those unaware of the shortcut being negatively affected. RE: Just call me Lady Queen - queenzelda - Feb 4th, 2025 I downloaded the plugin (no I don't have a mybb board but maybe one day) so I could look at the code to see what the back end looks like. It looks to me that some of it might be hosted on a server, so that it can pick up the info from steam and show up though mybb. Interesting. I would love to make the same kind of plugin for proboards, but I think I would probably have to host either a proboards site or have one point to it somehow. Still, it's interesting to see how it was coded. :3 RE: Just call me Lady Queen - shadow - Feb 12th, 2025 Wait, you understand how to read and write code? Idk that. RE: Just call me Lady Queen - queenzelda - Feb 13th, 2025 (Feb 12th, 2025, 01:35 PM)shadow Wrote:Uh, yea. Some people don't, which is fine. 🤷♀️ RE: Just call me Lady Queen - ShiraNoMai - Feb 15th, 2025 Did you teach yourself how to code, or did you learn from tutorials/schooling and such? RE: Just call me Lady Queen - queenzelda - Feb 18th, 2025 (Feb 15th, 2025, 02:51 AM)ShiraNoMai Wrote: My mom taught me how to code, when I was like 12 years old. I should be learning new code stuff (I feel) but I've been sick dealing with a bacterial thumbnail infection and the antibiotics I'm on are kicking my booty atmo. So maybe when I'm better I'll look into doing that. :3 RE: Just call me Lady Queen - Moonface - Mar 1st, 2025 What program do you use to write code with? I recently learned of a program called Visual Studio Code and I'd highly recommend it for making things way more efficient and offering a ton of useful plugins. ![]() RE: Just call me Lady Queen - queenzelda - Mar 1st, 2025 (Mar 1st, 2025, 12:51 AM)Moonface Wrote: There's a program to help with coding now? I was taught how to code from the ground up. Back when the computer was just in it's infancy and websites we're first becoming a thing. I do all of my coding on notepad then save it as an coded file, like if I needed to save it as a php I'd save the code as such in my dropbox. Good to know there's a program out there for those who need it. RE: Just call me Lady Queen - Moonface - Mar 2nd, 2025 (Mar 1st, 2025, 03:02 PM)queenzelda Wrote:I was the same way, mostly because I would just code themes directly in the stylesheets on IF/ZB rather than do it in an external program (because why bother when I'll just have to copy/paste whatever I do over to the forum stylesheets anyway) and even for MyBB I usually just do it directly in the stylesheets (especially because of how MyBB handles them). The only reason I've been using Visual Studio Code is because one of my current college classes requires it, and it's nice that it'll autofill things quickly and immediately give you a warning if something is incorrect and specifically why. How hard is it to learn php? Not necessarily to write anything from scratch but even just to understand what any of it means? I tried looking at it one time and just immediately bounced off from how overwhelming it looked. XD RE: Just call me Lady Queen - queenzelda - Mar 4th, 2025 (Mar 1st, 2025, 12:51 AM)Moonface Wrote: It's the first forum software I learned how to code for back when I was learning forum coding. For me it seemed simple enough. I think it's all in how you look at it. To me the code between php and mybb is just php is older and easier. Whereas mybb is newer and probably easier to code for younger folk. (My take.) |