The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/printthread.php 16 require_once



UserSpice
Why hello there! - Printable Version

+- UserSpice (https://userspice.com/forums)
+-- Forum: General (https://userspice.com/forums/forumdisplay.php?fid=20)
+--- Forum: New to UserSpice? (https://userspice.com/forums/forumdisplay.php?fid=22)
+--- Thread: Why hello there! (/showthread.php?tid=326)



Why hello there! - Brandin - 10-27-2016

Hey guys,

Nice to meet you! I am Brandin, or neverforget98. I used to do foruming many years ago, then got into the web hosting industry, now I just code for fun. I love this software so far, it's beautiful. I was a long-time user of UserCake. There was many people who tried to replicate it when they stopped production for UserCake, but none of them worked for what I wanted, this does.

I am still getting used to PDO. I've for the time being continued using MySQLi queries and made a separate config file. I use my software too regularly currently to work on this PDO switch right now. I do however, see the benefits of doing so. I've coded PHP and HTML for several years now. I am a bit rusty, but I'm getting back into the grove.

I hope to help out eventually, after I learn what the heck I'm doing lol.

Thank you and nice to meet you!


Why hello there! - mudmin - 10-28-2016

Thanks for joining us! Note that we do have the ability to write raw queries on UserSpice

$db->query("");
We also have the ability to return results without sticking them in objects if the oop stuff messes with your brain. It did mess with me for a while.

I hope you enjoy userspice and I'll probably be interested in rolling your CSS fix out to the main project once you figure it out.


Why hello there! - Brandin - 10-28-2016

mudmin,

Thanks for your reply. I appreciate this. I will do some looking into the query feature you have told me about. I will figure it out some day! Lol.

Thank you!