R_J
AdminR_J Admin
-
Re: Move "Flagging" link to cogwheel menu
It's not that easy. The format of addFlagButton is not the needed format for the discussion opotions. You would need at least two new methods: // For discussions:public function discussionContro… (View Post)2 -
Re: Problem with Form plugin
Thanks for that feedback! You have to change if ($sender->Menu && $sender->masterView != 'admin') { to if ($sender->Menu && $sender->MasterView != 'admin… (View Post)2 -
Re: Repace text with sprite
Looks like you are trying to change core files. Don't do that. Try a css solution instead. Something like: .PM:after { content: "\f12d";} This css will most probably not show what you … (View Post)3 -
Re: js error notificator.js
Thanks for that quality check! informMessages is part of the parameter "response" - or at least: it should be part. But it might not be part so I better have to check for that. I've al… (View Post)2 -
Re: Dynamic site title in footer!
I guess what you are looking for is {$Title}. If you want to find out more about the available Smarty variables, open /library/vendors/Smarty-2.6.25/libs/Smarty.class.php, search for $debugging and s… (View Post)1
