R_J
AdminR_J Admin
-
Re: Discussion doesn't refresh when you post a new comment?
So that will be faster (because it is cached) $Limit = C('Vanilla.Comments.PerPage');$Offset = 3 * $Limit$Comments = CommentModel::Get($DiscussionID, $Limit, $Offset) than this $Limit = C('Vanilla.Co… (View Post)1 -
Re: profile.json into a Javascript Variable
At least the notifications could be pimped that way ;) (View Post)1 -
Re: profile.json into a Javascript Variable
Don't know about resource consumption, but having a forum using WebSocket instead of AJAX could be quite interesting :) (View Post)1 -
Re: Need to add stuff to profile sidebar [2.2.4]
I think you are speaking about the UserInfoModule. You can use public function UserInfoModule_OnBasicInfo_Handler($Sender) { and add definition lists here. See that as an example: https://github.com/… (View Post)2 -
Re: How to `$DiscussionView = $DiscussionController->Index($DiscussionID);`?
The first one: get the contents in a string and work with that (View Post)1
