R_J
AdminR_J Admin
-
Re: Catagories
You know that some of your questions make me think "He must be joking!" Create the category structure you need and create the buttons for it. You already did that, why not simply keep on do… (View Post)1 -
Re: Import option missing
Please add the following line to the end of the /conf/config.php file to see the import option: $Configuration['Feature']['Import']['Enabled'] = true; (View Post)2 -
Re: How to not display a module
If you simply do not want to show it, and ask for the simplest solution, using CSS and display:none would be the answer. The module will nevertheless be built and the html will be transferred to the … (View Post)1 -
Re: Catagories
For simple styling questions you should try any search engine. Search for "change background color css" and you will find an awful lot of results. See the below as a start: <style> .M… (View Post)1 -
Re: Is this still working?
Replace line 28 class YagaRankInMeta extends Gdn_Plugin {with class YagaRankInMetaPlugin extends Gdn_Plugin { Afterwards deletet he file /cache/addon.php (View Post)7
