object81
Forum Replies Created
-
Forum: Plugins
In reply to: A Mood Tracker/Chart Plugin?Very cool that you want to write a tool for that. Here is a list of features I would like to see.
– Widget in the Admin-area which asks about my mood
– Predefined moods which can be selected, or other mood-descriptions can be added
– Statistics, that is mood frequency can then be displayed in the Admin-area and also embeded in the frontend-theme.
– A little extra-feature could be to export statistics to Excel or SPSS for further processing+1
I’m wondering about the same. I took the .po file, updated it with the .pot file and saved the .po and the .mo file. But the strings in the .po file don’t seem to be used.
Forum: Plugins
In reply to: [WordPress Backup to Dropbox] Security Implications when using wpb2dThank you!
Will look into htaccess change and look forward for your next release. Nice work!
I have the same question, how can I remove this cookie? Additionaly the cookie exposes the full local pathname where wordpress is located.
Set-Cookie: w3tc_referrer=http://domain.tld/referrer; path=/var/www/path/to/wordpress
I guess this has possible security implications.
Frederick, what do you mean by:
In the case where referrer isn’t set. W3TC sets a cookie so it can ensure the correct user experience.
How will users experience referrer set vs. referrer not set?
Forum: Networking WordPress
In reply to: Multisite images cannot be displayed in subsitesThanks progers and oliverobrien
oliverobrien suggested adding ob_clean() before the readfile in ms-files.php:
// If we made it this far, just serve the file
ob_clean();
readfile( $file );
?>
This fixed the problem with the images not displaying!Hope someone comes up with a permanent fix. Annoying to edit core files.
Sounds like those issues are related to javascript. You could use FireBug or Chrome Developer Tools to circle in the Problem.
P.S.: Dein Englisch ist doch ganz ok:)
Found a plugin which does this: http://ww.wp.xz.cn/extend/plugins/pc-robotstxt/
Anyone? Or maybe someone knows about a plugin which does exactly this, creating a unique robots.txt file for every site on a multisite-installation?
Forum: Plugins
In reply to: Password via category or via age of postI’m looking for the same thing. A plugin to password-protect posts older then x years.
Thanks for your answer. But this isn’t was I meant. The Watermark option enables pre-filled text in the Text-box. But I want I label in the upper-left corner of the Text-box. Please look at the Twenty Eleven Theme to see what I mean (http://ww.wp.xz.cn/extend/themes/twentyeleven Preview > Find Comment Form).
Forum: Plugins
In reply to: Wikipedia Article Summary ExcerptI’m looking for the same thing. Tried with the Wiki Embed Plugin, but it pulls the whole article. But I only want a summary or the first section of an article.
Forum: Plugins
In reply to: [WP-WikiBox] [Plugin: WP-WikiBox] Doesn't Seem To Work AnymoreAnyone knows about an alternative to this plugin?
Forum: Plugins
In reply to: Plugins to play back 3gp video filesI also need help with this. Found a solution yet?
Forum: Plugins
In reply to: [W3 Total Cache] Problems with "Rewrite URL structure" in Minify SettingsProblem solved!
I had to move the
include /home/username/www/wordpress/nginx.conf;statement higher up in my configuration file.Forum: Themes and Templates
In reply to: Show shortcodes in excerptThanks for your advice. But that doesn’t work for me.