We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 36686
    • 165 Posts
    What’s the property for changing the text "Download Original" for the Galleriffic plugin? It’s not listed on http://rtfm.modx.com/display/ADDON/Gallery.Plugins.Galleriffic
      • 3749
      • 24,544 Posts
      Quote from: lottaar at Dec 08, 2010, 10:47 AM

      What’s the property for changing the text "Download Original" for the Galleriffic plugin? It’s not listed on http://rtfm.modx.com/display/ADDON/Gallery.Plugins.Galleriffic

      It’s probably a lexicon string rather than a property. Go to System -> Lexicon Management. Change the namespace to galleriffix. Change the topic to default (even if it already says default). You should see the language strings. Just edit the one you want. It could be in a different topic, but probably not. Your change will survive any upgrades. You may have to select a language as well if there is a translation available, if not, you could create one doing by something like the following example for a french translation. Be sure to use the correct language code for the directory name.

      Go to core/components/galleriffic/lexicon

      - Create a copy of the en directory and rename the new directory to fr.
      - Edit the files in the fr directory and translate each language string (but not its key).
      - Clear the MODx site cache.
      - email a .zip file containing the fr directory and its contents to the author of the add-on.
        Did I help you? Buy me a beer
        Get my Book: MODX:The Official Guide
        MODX info for everyone: http://bobsguides.com/modx.html
        My MODX Extras
        Bob's Guides is now hosted at A2 MODX Hosting
      • That would be nice to implement in the next version.