R_J
AdminR_J Admin
-
Re: How to kick one or more Comments from CommentModel::Get
@hgtonight: thanks for your help, again! (View Post)1 -
Re: How to kick one or more Comments from CommentModel::Get
YEAH! Garden is just too awesome: $Comments = $CommentModel->Get($DiscussionID); $CommentsFiltered = array(); foreach ($Comments as $Comment) { if ($Comment->CommentID > $CommentID) { $Comme… (View Post)2 -
Re: how to Vanilla forum Activity Welcome to Vanilla! vanila! remove
The Activity is added with those lines: // Insert the new user$UserID = $this->_Insert($Fields, array('NoConfirmEmail' => TRUE));AddActivity( $UserID, 'Join', T('Welcom… (View Post)1 -
Re: Need to change Welcome message
@pujakumari: No, don't do that. Look at that discussion to find out why: http://vanillaforums.org/discussion/25869/have-you-modified-vanilla-core-files If you find the old Howdy Stranger in the … (View Post)1 -
Re: Having Multiple Installs of Vanilla in one database
To be more concrete, open the file /conf/config-defaults.php, search for "GDN_" and change the corresponding line to something like that $Configuration['Database']['DatabaseP… (View Post)2
