by trippyboy » 28 Feb 2011, 04:34
I'm working on this. will post the package in a couple of days.
If you are working on it, be careful with the file "suf_theme.po" on the line 1167
1167 msgid "The text you enter here will be the displayed in the button for \\\"All Posts\\\". If you leave this field blank the button will not be shown."
you don't need \\ so many.
try this.
msgid "The text you enter here will be the displayed in the button for \"All Posts\". If you leave this field blank the button will not be shown."
it should work better.
I will be back soon.