flocsy
Forum Replies Created
-
Forum: Plugins
In reply to: [Authors Widget] Use of undefined constantfixed in 2.4.7
Forum: Plugins
In reply to: [Authors Widget] Small bugNo, actually line 25 should be the reason it should work.
What php version do you have?What you can try is to change line 66 to this (added ‘ before and after the function name):
usort($authors, 'widget_authors_sort_by_id');
Forum: Plugins
In reply to: [Authors Widget] Small bugstrange. Can you add this line:
echo “ORDERBY: ${orderby};”
before line #56? (just before the switch) and let me know what it prints above the widget? For me it prints ‘id’, not ‘ID’
Forum: Plugins
In reply to: [Authors Widget] Small bug@psn, I don’t think that’s being passed from my code. If I misunderstand or miss something, then please send here the patch or describe in words what did you have to change to fix it (which line, in which function, from what to what)
Forum: Plugins
In reply to: [Authors Widget] Small bugcan you try to pass ‘id’ instead of ‘ID’ ?
Forum: Plugins
In reply to: [Authors Widget] Pls add option to show BIOHi Pavel,
can you elaborate on this, please? How would you like it to be displayed?
Regards,
FlocsyForum: Plugins
In reply to: [Authors Widget] Non object ErrorTry version 2.4.5, it should fix this problem
Forum: Plugins
In reply to: [Authors Widget] Norwegian translation available@k_abel, would you like me to include the Norwegian translation? Please send it to: flocsy _AT_ gmail _DOT_ com
Forum: Plugins
In reply to: [Authors Widget] Contribute translation@ronaldus, would you like me to include the Duthc translation? Please send it to: flocsy _AT_ gmail _DOT_ com
Forum: Plugins
In reply to: [Authors Widget] Non object ErrorIt looks like you’re trying to exclude an non-existant user ID. Try to remove it from the “exclude” field
Forum: Plugins
In reply to: [Authors Widget] turn off gravatar connectionyou can uncheck the “Show avatar” checkbox in the widget settings
Forum: Plugins
In reply to: [Authors Widget] Contribute translationyes, please mail it to me to flocsy _AT_ gmail _DOT_ com
ThanksForum: Plugins
In reply to: [Authors Widget] Plugin Updatewasn’t active lately, but I do fix bugs or even add reasonable features if requested.
Forum: Plugins
In reply to: [Authors Widget] Norwegian translation availablehi, can you send me the Norwegian translation to flocsy _AT_ gmail _DOT_ com so I can add it to the new version of the plugin?
Forum: Plugins
In reply to: [Authors Widget] Request: gravatar spacing and list bullet settingsTry adding !important to your css:
.avatar {vertical-align:middle !important; margin-right: 5px !important;} .widget ul li {background-image: none !important; padding: 0 !important;}