R_J
AdminR_J Admin
-
Re: Question re: text editor (answered)
http://vanillaforums.org/search?adv=&search=vanilla+editor&title=&author=&cat=all&tags=&discussion_d=1&discussion_question=1&comment_c=1&comment_answer=1&page_… (View Post)3 -
Re: How to setup a profil settingspage with plugin
... and if you do not need a dedicated setting screen, you can also hook into the standard user settings: public function ProfileController_EditMyAccountAfter_Handler($Sender) { echo '* '; … (View Post)2 -
Re: How to setup a profil settingspage with plugin
Sometimes when I've got no IDE at hand (I could recommend NetBeans) I use this web site for quick syntax checks: http://phpcodechecker.com/ (View Post)2 -
Re: How to setup a profil settingspage with plugin
You're on the right track! I've struggled with that some time ago, too. This is the working solution I've ended with: https://github.com/R-J/ProfileVisitors/blob/master/class.profilevi… (View Post)2 -
Re: Conditional to Member Role
You should use the frameworks power: GetByRole and GetBookmarkUsers return objects and it would be better to have array of user ids in order to a) join admins and mods and b) do a simple in_array che… (View Post)2
