Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Badges

Any minute now…

klip

Username
klip
Joined
Visits
200
Last Active
Roles
Member
Badges
0
Points
0
Posts
157

Comments

  • @Tomtom100 I understand you, but V2 is completely rewritten together with the plugin API and everything. It's like when you would like to add phpBB plugin to Vanilla. It is so different, that it is easier to write completely new addon. I don't know …
  • JFI: I'm having several busy weeks in work so this project is not dead. I just don't have free time to work on it at the moment :(
  • Try to put email templates in /applications/dashboard/locale/hr-HR/definitions.php You can copy templates from /applications/dashboard/locale/en-CA/definitions.php
  • I've noticed that when you create a user as administrator, you can use hyphen without any problem, so the registration form seems to be too strict, though I'm not sure if everything works 100 % for that user
  • I have some svn experience, and I've tried git locally already, so it won't be problem I guess ;)
  • Hello, try to follow these instructions: http://vanillaforums.org/discussion/11357/vanilla-2-how-to-make-translation-work-my-solution-/
  • @Todd yes, I do already: http://github.com/tomasklapka I'll pull the copy and try to code something then :)
  • @Todd, good to read that :) I'll try to do something. PS: Your priority listing of file locations seems to be in the opposite order. A conf/locale.php is checked first, then the theme, etc.When talking about locale files loading I was talking about …
  • just a general hint: try cleaning the browser cache. global.js file might be cached
    in Attachments Comment by klip August 2010
  • I used this addon http://www.vanillaforums.org/addon/562/translation-collector to collect undefined definitions in my locale, and followed the instructions and it worked well. "Most recent by" appeared in Vanilla application, so I put the definitio…
  • sure, if there are some other thoughts I would like to create the best solution for everyone. Just let me know.
  • Try just$Configuration['Garden']['InputFormatter'] = 'Markdown';in your /conf/config.php file
  • @Sergio965 It depend's... You need the last discussion updated, so you use DateUpdated DESC. Then you need all comments for the discussion from the first to last inserted, so DateInserted ASC. But if you want to have last on top, then you use DESC…
  • I don't see any double spaces in Markdown code, just in wordpress functions, but it's just new line, which should not be visible. Btw, isn't Markdown supported in the core of Vanilla? I use it w/o this addon enabled
  • Do you mean visualy you get double breaks? It should be possible by changing CSS style, to change p margin http://lab.artlung.com/change-space-between-paragraphs/
  • What about just connecting Vanilla's db and selecting: SELECT *, `GDN_Discussion`.`DiscussionID` AS ID FROM `GDN_Discussion` ORDER BY `GDN_Discussion`.`DateUpdated` DESC LIMIT 0, 1; to retreive a last updated discussion and selecting: SELECT * FROM …
  • @Pablin It's czech ;) I have translated all I could grab by the Undefined Translation Collector add-on and I'll make a package available when I feel it is ok. Also I'm going to translate Vanilla to esperanto someday soon.
  • Well, I take it as it is going to take more than 2 weeks, so I'll just use what is available now. This worked for me pretty well: http://vanillaforums.org/discussion/11357/vanilla-2-how-to-make-translation-work-:-my-solution/ Note: There are dupli…
  • I don't want any special features. I mean I don't want changes. I'd love to hear you to say: "Localization system of V2 is finished and stable and if you want to make a translation do it this way." You said that it's not finished and it's not a prio…
  • @vanoob, IMHO then it should be done in a different way :) problem with using conf/language.php is, that it overrides any language definition defined before, so even I choose another then English language (and there is definition in another then En…
  • it is strange, add-on should define English definitions as default in default.php by $Context->SetDefinition('term', 'definition'); This is manifestation of lack of standardized way of managing extension translations. That's the reason I made Ex…
  • @vanoob, IMHO then it should be done in a different way :) problem with using conf/language.php is, that it overrides any language definition defined before, so even I choose another then English language (and there is definition in another then En…
  • it is strange, add-on should define English definitions as default in default.php by $Context->SetDefinition('term', 'definition'); This is manifestation of lack of standardized way of managing extension translations. That's the reason I made Ex…
  • 1.1 finally released. see the updated first post (add-on description info) for change log and new information. Should upgrade from 1.0 without any problem and also removes the code (from conf/language.php) of 1.0 if you still have it in system afte…
  • So I'm really close to release a new version: changelog: - new folder structure - code installed into conf/language.php is smaller - adds language code as a prefix for definitions in languages with lower priority then main - loads all language d…
  • also there is an anonymous read-only svn access for this extension, which means there is always the latest code. install it by running svn checkout in /path/to/vanilla/extensions/ and be sure there is not ExtensionLanguageLoader folder (i.e. instal…
  • ok, it works fine with LanguageSelector if it is CORE INSTALLED if LANGUAGE.PHP INSTALLED it seemed to switch only extensions definitions (not the main LANGUAGE/definitions.php) so if it is going to work with multiple languages and their priorities…
  • @Max_B thanks for your note I cannot sleep (I'm being sick, emptying nose all the night) so I was just thinking about improving this add-on, so here is my todo-list: - easy install and uninstall of Loader into conf/language.php from Settings witho…
  • 1.1 finally released. see the updated first post (add-on description info) for change log and new information. Should upgrade from 1.0 without any problem and also removes the code (from conf/language.php) of 1.0 if you still have it in system afte…
  • So I'm really close to release a new version: changelog: - new folder structure - code installed into conf/language.php is smaller - adds language code as a prefix for definitions in languages with lower priority then main - loads all language d…