mfuchs
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: GD Star Rating]: Vote Waiting Message not displayed anymoreHi GDragoN. Did you maybe come across a solution for this?
Thanks,
MartinCould anybody maybe help with this?
Forum: Plugins
In reply to: [Plugin: GD Star Rating]: Vote Waiting Message not displayed anymoreThanks, looking forward to hear back from you! By the way, great how fast you always respond to forum posts.
Forum: Fixing WordPress
In reply to: Upload an image to WP and NOT have it placed in a <p> tagThanks for the tips stvwlf! I installed the adcanced Tinymce now. I just thought there would be some way to do that without installing a plugin.
Thanks a lot Michael. That worked. Would you be able to let me know the same kind of code to use to display the total number of posts within a monthly archive?
Forum: Fixing WordPress
In reply to: Adding list of recently commented posts with additional informationProblem solved. See this forum post.
Forum: Fixing WordPress
In reply to: Display list of recently commented on postsPerfect! Thanks a lot!
I actually used the following code in order to not display the time of the comment but the commenters name in addition.
<?php c2c_get_recently_commented(5, "<li>%comments_URL%<br />%comments_fancy%<br />%last_commenter%</li>"); ?>Forum: Fixing WordPress
In reply to: Adding list of recently commented posts with additional informationTried looking at the Comment Tags in Codex but was still unable to solve the problem…