R_J
AdminR_J Admin
-
Re: Bug?
Great that you've learned a little bit about coding, now! ;) But in order to achieve what you've asked for, you wouldn't need a plugin. Vanilla 2.2 comes with "Advanced Notificati… (View Post)1 -
Re: I want to Disable the categories module in the Panel and redesign the profile page
You should read about custom themes and view overrides. Don't change any core file. In short: create a new theme by copying an existing theme. Change the about.php in your custom theme. Create a… (View Post)1 -
Re: Piwik : Install Code Piwik
By the way: if you do not want to edit your own theme, the HTMLEdit plugin is a good option to make small changes to the default.master.tpl (View Post)2 -
Re: HOWTO install Sphinx Search on Ubuntu 14.04
When you get a 500 response, check your server logs. (View Post)1 -
Re: how to add id to link tag which refers to your themes style.css
public function base_beforeToString_handler($sender, $args) { $tags = $sender->tags(); foreach ($tags as $key => $value) { if (substr($value['href'], 0, 40) == '/applications/das… (View Post)2
