R_J
AdminR_J Admin
-
Re: How to always show full date of posting (publishing date as required by Google's Data Highlighter)?
That is the line in the code where the output of the discussions date is made: https://github.com/vanilla/vanilla/blob/2.1/applications/vanilla/views/discussion/discussion.php#L47 (DO NOT CHANGE THAT… (View Post)2 -
Re: [Moved] JsConnect tells me something has gone wrong
Don't know, but here is one more great way to debug: http://vanillaforums.org/discussion/26786/tutorial-how-to-enable-a-debug-log-and-collect-debugging-information (View Post)7 -
Re: Displaying Reaction Points Total in Discussions Archive
I found a Vanilla subselect: https://github.com/vanilla/vanilla/blob/2.1/applications/vanilla/models/class.commentmodel.php#L143-155 Its magic is in those two lines: $Select = $Sql2->GetSelect();$… (View Post)9 -
Re: User Role "Guest"
visit that link: yourforum.com/dashboard/role/defaultroles ;) (View Post)3 -
Re: Discussion viewable only by certain group members
Could you please try that: I think it must be a right outer join and you should include all DiscussionGroupID = 0 discussions (if they should not adhere to any restrictions) (View Post)4
