R_J
AdminR_J Admin
-
Re: Added Font-Awesome to Custom.css
When all you need is one icon, you really shouldn't include an icon font in your page. Icon fonts have two main advantages: an icon is scalable and all images are packed into one file, which makes le… (View Post)1 -
Re: is there plugin for Search result like demo ?
There is no such thing. You would need some basic understanding of JavaScript (AJAX) in order to implement it. After the user has entered X keys (I would suggest at least 4, if not 5), make a request… (View Post)8 -
Re: Modifying Content Asset
Create a custom theme and search how to override views. The rss views have the ending _rss.php. You can override them in your custom theme. But like vrijvlinder already said: don't edit any of Vanill… (View Post)7 -
Re: is there plugin for Search result like demo ?
This is the best search plugin for Vanilla: https://vanillaforums.org/addon/sphinxsearch-plugin (View Post)2 -
Re: plugin->isEnabled() has changed
Recently I've seen plugins use a self made "IsConfigured" which makes sense to me: some plugins need to be configured before their output should be viewable by the users. But having a GDN_p… (View Post)1