hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: Advance Editor only show's Thumbnails in Thread
The editor should be auto inserting the images after uploaded. Do you have any JS errors in your console? What format are you using? (View Post)1 -
Re: wysiwyg in advanced editor
The advanced editor contains all the functionality of the Spoilers addon. They are not designed to work together. The spoiler functionality is located under the paragraph icon. (View Post)1 -
Re: How to leverage the model to access the database
For a simple case, you just define the table via the structure method, then pass the table name to the Gdn_Model constructor and use that. The base class provides everything you need for CRUD operati… (View Post)4 -
Re: Karma Purchase Highlighted Discussions
The marketplace addon is not marked as mobile friendly. This means it will not be loaded if the user agent is detected as mobile. reference: https://github.com/x00/MarketPlace-Vanilla-Plugin/blob/102… (View Post)1 -
Re: (Vanilla 2.2.1) SphinxSearch exposing full db config via analyticstick.json
To immediately resolve this, remove the following setting from /conf/config.php: $Configuration['Plugin']['SphinxSearch']['ConfText'] = '"..."; (View Post)1