Todd
Vanilla StaffTodd Vanilla Staff
Reactions
-
Transifex Locales are Now Available in Addons
Hi all, some of you may have noticed a wack of new uploads to the addons site. These are all locales that have been generated from vanilla's transifex page. I've automated the process of downloading … (View Post)4 -
Re: spam link in profile page
To answer the question specifically though. You can update your status on your profile page. This status shows up at the top of your profile and can contain links. (View Post)1 -
Re: Reducing impact of /dashboard/notifications/inform
We've done a fair amount of optimization of this code in our 2.1 branch. If need be I can add some separate configuration settings for cheap hosts. (View Post)2 -
Re: How do I set a computed value in a form in a view that I can read after form submission?
You usually want to call AddHidden() in your plugin, not the view. This queues up a hidden value which will be rendered by Gdn_Form->Open(). Your call to Gdn_Form->Hidden(...) is perfectly fine… (View Post)1 -
Re: Overwrite plugin's view in theme
Plugins that have simple calls to echo cannot be overridden by your theme. I recommend using css as much as possible to change the look of things in this case. Not all plugins fetch their views in th… (View Post)6