R_J
AdminR_J Admin
-
Re: New Discussion Button Disappears on Mobile Browsers
As far as I know Opera Mini has a problem with symbol fonts. So this is not something that you'll be able to solve with some settings. You would have to create your own mobile theme and replace that … (View Post)2 -
Re: How to add exit button
echo '<div class="guestmessagepopup">';echo '<a href="#" class="close-guestmessagepopup" onclick="RemoveGuestMessagePopup()">X</a>'; // when … (View Post)4 -
Re: How to Add this Kind Of Dropdown Menu
Get the newest version from GitHub: https://github.com/vanilla/addons/blob/master/plugins/QnA/class.qna.plugin.php Then look at the class.qna.plugin.php and search for "AddButton". The comp… (View Post)3 -
Re: Disable the Body is required message.
@hgtonight: are you sure? DiscussionModel has that code: public function Save($FormPostValues) { $Session = Gdn::Session(); // Define the primary key in this model's table. $this->DefineSchema(); … (View Post)1 -
Re: Is there any way to control the search results?
The easiest thing would be to add a CSS snippet: .Search .Excerpt { max-height: 4em; overflow: hidden;} Either by using a custom theme or with bleistivts useful plugin CSSEdit. The negative effect wi… (View Post)1
