OK – thanks for your feedback!
Hi Kelune,
Any chance you could pastebin your code so far as the forum redacted it? I’d be keen to have a look myself.
Thanks,
Edward
I think this is due to a slight implementation issue with a patch I sent in, here’s the amendment needed to fix the problem:
85c85
< echo '<li class='. implode(' ', $classes) .'><a href="'.qtrans_convertURL($url, $language).'"';
---
> echo '<li class="'. implode(' ', $classes) .'"><a href="'.qtrans_convertURL($url, $language).'"';
Have notified Qian about this via email.
Hi Steve,
What makes you say the plugin’s development has stopped?
I’m seeing “Last Updated: 2011-6-2” on the addon page – I’m also seeing a bit of community buzz on the forum around the plugin?
Edward