x00
MVPx00 MVP
Reactions
-
Re: Where is this data located in the database
GDN_Activity contain different types of activity. You want wall posts containing links. You would need to join the ActivityType table to the Activity table On the ActivityTypeID (or simply look it up… (View Post)1 -
Re: Include Other class.php in jsconnectAutoSignIn.
Because of the TransientKey security you can do it as follows First grap a copy of this, and load it off your server: https://raw.github.com/carlo/jquery-base64/master/jquery.base64.min.js Then run t… (View Post)3 -
Re: Include Other class.php in jsconnectAutoSignIn.
jsConnect is about authentication, not session management. If you want to logout cross domain there are two solutions. * pipe the redirects do that first redirects to vanilla sign out url then back t… (View Post)2 -
Re: Include Other class.php in jsconnectAutoSignIn.
What you need to do is when your user logs out kill the vanilla session your end by deleting the cookie. If you are are on the same domain this is fairly easy, cross domain is still possible. Once so… (View Post)2 -
Re: Developer Needed , How to find one
I favour the retainer model which the client sets a budget, and how many hours the want to retain per month and they can use additional hours if available. My modification of the retainer model is I … (View Post)1
