R_J
AdminR_J Admin
-
Re: Merge fixes in GitHub with 3.3
Well, running the master branch bears some dangers, but in general it should work. It should... Nevertheless you are using a developers branch and therefore need some more technical skills. You alrea… (View Post)1 -
Re: How to access user profile in from Profile Extender info in static page created by Basic Pages addon
You can find out which profile extender fields are allowed by looking at the config file. They are defined there. User information of the profile extender fields is stored in the UserMeta table. If y… (View Post)3 -
Re: Username validation
Oh, I found the problem! This is where the config values are used: $validateUsernameRegex = sprintf( "[%s]%s", c("Garden.User.ValidationRegex", $defaultPattern), c("Garden.Us… (View Post)1 -
Re: What's the easiest method to assign value from PHP to smarty?
Something like public function base_render_before($sender) { $sender->setData('someName', $value); } should be the solution (View Post)1 -
Re: What Happened to the Ability to Set Font Color in a Post?
I'm totally with you! I'm not part of any team which has anything to decide what is happening behind the Vanilla scenes. I was just reporting what I had remembered (wrongish): https://open.vanillafor… (View Post)1