Please support localization
Wrapping strings in the plugin code with appropriate gettext functions would allow me to use it in my native language, so that for example ”Flattr this!” could become ”Flattroi tätä!” for my Finnish readers.
Wrapping strings in the plugin code with appropriate gettext functions would allow me to use it in my native language, so that for example ”Flattr this!” could become ”Flattroi tätä!” for my Finnish readers.
I’d supplement saibot’s answer by saying that, instead of a raw <script>...</script>
block, you should use wp_enqueue_script()
also when including the plugin script:
<?php wp_enqueue_script("jquery-cookie", get_bloginfo('template_url').'/jquery.cookie.js', array(), '0'); ?>
Hi,
I’ve successfully configured the test suite repository, but was wondering if there’s a GPG key associated with it somewhere on the site?
In templates/default/layout.html there are elements named ”loading” and ”close”. I don’t know if these names are dictated by Lightbox, but unless they are, I’d suggest renaming them with something more closely tied to their use by Simple Lightbox (such as ”slb_loading” and ”slb_close”, as other elements in the template are). The reason is that I just spent a significant amount of time trying to debug a weird problem with my theme, which was actually caused by ”loading” being an id used by Simple Lightbox and styled in its CSS. It was obviously easy for me to fix this by changing my element’s id, but finding out the cause was time I could have spent with more useful matters.
Thanks for the great plugin, though.
Wait, so post formats are different from post types, the defaults of which are always available? Oh so confusing.
I can reproduce the ”post formats” selection box not showing in both 3.1 and 3.2 RC 2. In fact I wasn’t aware of such feature, as it only shows when posting on the root site (which I very seldom do on my multisite).
I tried disabling all plugins with no effect.
”Jokainen valikoi sivustoille itsestään parhaat puolet:”
Se on ihan kiva, että vanhakin media noteeraa sosiaalisen median ilmiöitä, mutta sitä tuntuu kerta toisensa jälkeen vaivaavan tämä ”minun kaveripiirini” = ”kaikkien kaveripiiri” -yleistäminen.
Esimerkiksi minun uutisvirrassani on valittamista, mokia, vihaa yms., mutten silti väitä, että ”jokainen valittaa ja paljastaa noloja juttuja ja suoltaa vihaa Facebookissa”. Kyse on ihmisistä ja ihmiset tekevät sitä mitä ihmiset tekevät, myös Facebookissa (ja Internetissä yleensä), joten ”kaikki sitä” tai ”kaikki tätä” -yleistykset menevät vääjäämättä ohi kohteen.
Kaikin mokomin, kertokaa juttuja omasta kaveripiiristänne. Mutta älkää yleistäkö niitä.
The download links on the post (pointing to github) give a 404.
For me this seems to be tied with using https (and KB SSL Enforcer): with encryption, switching folder views freezes Reader for up to a minute. When I switch to plain http, everything works as fluently as it used to just a week ago. I’m using Chromium 11.0.696.65 (84435) in Ubuntu 10.04.
1. Comes packaged inside a subdirectory called ”list-recent-sites.php”, which causes it not to show up under plugins after installing. Can be worked around by moving the files from within ”list-recent-sites.php” up in the directory tree (into list-recent-sites/).
2. Still doesn’t work after the aforementioned workaround and activating: the function displays nothing.