R_J
AdminR_J Admin
-
Re: Looking for freelancer to develop/update vanilla addon.
Okay, problem solved. There is a small bug that was causing the user name to not be filled. I've filed a pull request and the fix might be enclosed in the next version. You could easily change it if … (View Post)3 -
Re: Migrate to Vanilla from Elkarte [RESOLVED]
Since Elkarte is "just" a SMF fork, I wouldn't expect that they made big changes to the db structure. I do not know the interface of the Vanilla Porter, but have you already tried treating … (View Post)2 -
Re: Announcement functionality.
@hgtonight: I can confirm (tested with 2.3b1): If I announce a discussion in a category only, it disappears from the recent discussion list. I announced a second discussion, this time to category and… (View Post)2 -
Re: Controller in discussion header
In Vanilla there is no thread which is a group of posts like it is in many other forum software scripts. Vanilla has a discussion with comments. So you only have to copy those lines and change Commen… (View Post)2 -
Re: Number of bookmarks (CountBookmarks) in 2.2 set to one or zero?
For sure. You only build a string and that wouldn't have any effect at all. You need to query the db: $result = Gdn::sql()->query($sql); (View Post)2