x00
MVPx00 MVP
Reactions
-
Re: MySQL query for all discussions except Categories where user has no permission.
it is better to use curl, but when you fetch something on the server side the 'person' fetching it is the server, it is unrelated to to the current user session, so you would need something capable o… (View Post)1 -
Re: MySQL query for all discussions except Categories where user has no permission.
You might check the wordpress pluign widgets, it is basically the same thing. One advantage of using @R_J VIEW idea is the data is already sanitised. The other method it it is not, but you can simply… (View Post)2 -
Re: MySQL query for all discussions except Categories where user has no permission.
JSON is not hard it is just an object notation or way of serialising data. It directly translates in to javacript object which it based around. jQuery make it a doodle. You do need to sanitise data a… (View Post)2 -
Re: Discussion Polls 1.0.1 Feed Back
@hgtonight I have submitted a pull request, however as it is unnecessary to put code in plugins to remove null value it would require those already using it to drop these tables GDN_DiscussionPollAns… (View Post)2 -
Re: alternating row colors
don't forget you also have .Mine you can do subtle variations with .Mine and .Alt.Mine (View Post)2
