Aolee
✭✭Aolee ✭✭
Reactions
-
Re: How can i check whether a plugin is enabled or not?
Plus this is handy Gdn::PluginManager()->GetPluginInfo('WhosOnline');//gets the info of plugin e.g version (View Post)1 -
Re: How can i check whether a plugin is enabled or not?
nevermind i found the method, just to share Gdn::PluginManager()->CheckPlugin('WhosOnline'); //will return true or false if enabled or not (View Post)1 -
Re: SQL fetching advice needed.
The way i do is, i always off load the processing to DB, incase there will be a perfomance hit, I troubleshoot the query (especially if there are a lot of joins), then if can't be fine tuned, i use t… (View Post)3 -
Re: How do I add panels to the side bar?
play with this first <div id="LinkExchange" class="Box"> <h4>Link Exchange</h4> * <strong><a href="http://www.goodoldmemories.com/">Good Ol… (View Post)3 -
Re: how to remove the thread counts in category side panel?
add this in your styles.css enjoy! :D Note: provided you are using the default theme ul.PanelCategories li.Depth2 span.Count { color: #E3F4FF; background: none repeat scroll 0 0 #E3F4FF; } ul.PanelCa… (View Post)1