R_J
AdminR_J Admin
-
Re: Editing the message: "Sign In or Register to comment."
Don't modify core files! Want you want to do can be done with a translation: http://vanillaforums.org/docs/localization (View Post)3 -
Re: Can you filter Questions or Discussions by username @mention ?
I'm looking forward for your contributions to the addons ;) I can't think of any useful example :( I must admit that this sounds interesting! (View Post)1 -
Re: 030214 test discussions
Do you see this mention, @TownFish ? (View Post)1 -
Re: not working with editer
@inno4du: I've uploaded a new version which should be working with Vanilla 2.1 http://vanillaforums.org/addon/informnewcomments-plugin @peregrine: I'm quite surprised, but there is no LastCommentID c… (View Post)1 -
Re: SQL/Gdn_Model: Get previous and next entry WHERE...
Sounds like this is no job for SQL, but if I had to, I would do it that way: SELECT ID FROM TABLE WHERE ID > KnownID ORDER BY ID ASC LIMIT 1 SELECT ID FROM TABLE WHERE ID < KnownID ORDER BY ID … (View Post)2
