-
Posts
115 -
Joined
-
Last visited
About Seth Jones

- Birthday 01/16/1992
Recent Profile Visitors
2,718 profile views
Seth Jones's Achievements See all achievements

Community Regular (7/13)
-
Rare
-
-
-
-
Recent Badges
9
Reputation
-
No, I just need to store the memberID in the table, correct?
-
Seth Jones started following Yea not happy , Settings , Querying Database and 4 others
-
Is there a guide on how to add a settings form like plugins for applications? I wanted to add a simple settings form for my application that was originally a plugin. Thanks!
-
I wanted to clarify my question. My plugin uses the database table core_members, which is not allowed anymore. I needed to make it use a separate database table called profileSongs_song which holds the profile songs URL. I needed help with linking the database tables with the member ID. Any tips is appreciated. protected function _profileSongSet( \IPS\Helpers\CoverPhoto $song ) { $this->member->kuzi_song_path = isset( $song->file ) ? (string) $song->file : NULL; $this->member->save(); } So this line is what I need to change. $this->member->kuzi_song_path = isset( $song->file ) ? (string) $song->file : NULL; I have a database schema created in my application called profilesongs_song, with the profile song URL which the column name is songPath.
-
How do we query a database separate in an application? For example, if an application has something called profileSongs, how would we query that and retrieve a table value in php? Any examples or documentation available?
-
Thanks! @Sonya*
-
Can someone list me a place to find documentation on how to handle errors in IPS suite?
-
How exactly does Invision Power Board handle error logs and messages? Generally we use try catch. catch ( \RuntimeException $e ) { if ( method_exists( get_parent_class(), __FUNCTION__ ) ) { return \call_user_func_array( 'parent::' . __FUNCTION__, \func_get_args() ); } else { throw $e; } }
-
In the applications, I have updated the language.xml file with the new strings, and it is not imported into the application directly in dev_mode. How do I update language words in the application as for plugins this works for what I expect just not for applications. Inside the data folder of my application, I have where the lanague.xml is modified after the application is installed. What do I need to do for it to save to the application properly?
-
Seth Jones changed their profile photo
-
How do you authorize a client using the API? Like, I want to enter a form that verifies the account using the username or password, or a key generated from an oAuth like Facebook. Any tips or guides to get started with?
-
We are trying to move our login system on our game server to use the oAuth API for logins. Does anyone know the best practice to use this? For example, we have a C# login server which checks tables for certain items, then we apply it to our player save file. Although, we use a custom C# .DLL to invoke a browser on the client side, then it receives a token and sends it to the login server.
-
IPS Community Suite 4.0.0 Beta 6 Available
Seth Jones commented on Charles 's entry in Product Updates
Ok thanks, I do not plan to upgrade my live board immediately, at-least the one that is the largest, but I want to get familiar with it as soon as possible and prepare using it on a one of my smaller live boards since it will teach me how to use it (demoing isn't the same as actual use). -
IPS Community Suite 4.0.0 Beta 6 Available
Seth Jones commented on Charles 's entry in Product Updates
Release Candidate is safe to use for a live board? -
Draffi reacted to a post in a topic: Yea not happy
-
media reacted to a post in a topic: Yea not happy
-
surferboy reacted to a post in a topic: Yea not happy
-
I kind of think that IP.Board 4 is better than 3 so far, but I hope that they fix some of the issues with theming. I never liked it in IP.Board 3. It's one of the things that has made me want to switch to myBB or even Xenforo mostly due to how customizable it appears to be. I feel like open-source software is usually better unless the paid software is backed by tons of skilled developers (Photoshop is a prime example) who are truly passionate which IP.Board developers are don't get me wrong, which is rare since money is more of a driving force rather than a passion for these people. I essentially can get myBB to do all I need, for no money. Paid suites like IP.Board/Xenforo really just for business people who aren't willing to customize their board.
-
LIF reacted to a post in a topic: Yea not happy
-
It will take many years before 4 is worth switching to. Remember how much 3 sucked up until like 3.3? It will be the same with this one. Early adopters go ahead, but I am not gonna jump ship that soon.
-
(JG32 / JG33 / JG34) Forum Spammer IP & Email Check via Stop Forum Spam
Seth Jones replied to JGrucza 's topic in Support
I've tried the above fix, but the graph is not working for me.