shogunn
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: [Dynamic Widgets] [Plugin: Dynamic Widgets] tags exceptionLove this plugin! Thanks.
Feature request:
“Show widget on archive pages only for certain tags” (e.g. the tag “news”)For example:
Widget shows only if you go to https://www.yoursite.com/tag/newsSolution: Delete (or rename) the plugin folder for Language Switcher through FTP and wait for a compatible upgrade.
Forum: Requests and Feedback
In reply to: Is upgrading plugins automatically not working with 2.6.2?I am having the same problem. I get an internal server error. Anybody knows how to fix this?
Forum: Fixing WordPress
In reply to: two upload image errors (2.5)I forgot to mention that this solved BOTH my problems.
a) The fatal error problem is gone.
and
b) The admin login page displays correctly now.Forum: Fixing WordPress
In reply to: two upload image errors (2.5)Ok I resolved this problem
1) I deleted all the root files (except wp-config.php and .htaccess)
2) Completely deleted both wp-admin and wp-includes folders from my server.3) Re-uploaded above mentioned files to the server.
Now I get no errors. Hope that helps.
Forum: Fixing WordPress
In reply to: two upload image errors (2.5)I have also re-uploaded the root files but am still having the same problem:
“Fatal error: Call to undefined function: wp_constrain_dimensions()…”
Another problem I am having is there are no images in the admin login page. Could be related?
Forum: Fixing WordPress
In reply to: Icelandic characters don’t work with tagsOk I think I fixed it by adding this code to formatting.php (right after: “// Decompositions for Latin Extended-A”:
chr(195).chr(144) => 'D', chr(195).chr(176) => 'd', chr(195).chr(158) => 'TH',chr(195).chr(190) => 'th', chr(195).chr(134) => 'AE',chr(195).chr(166) => 'ae',
This should be apart of the default code!!!
Where can I send the code so it will be in the next version of WP?
Forum: Fixing WordPress
In reply to: Icelandic characters don’t work with tagsMore info:
I can always change the slug name manually. The problem is that everytime I add an existing tag to a new post the slug name changes back to these scrambled words.Can I change the slug for tags FOREVER?
Siggi
Forum: Fixing WordPress
In reply to: Insert image box is blankOk, I figured this out. You just have to clear the cache in Firforx
1) Tools – Options – Privacy
2) Under “Private data” click “Clear Now…”This should fix the issue.
Forum: Fixing WordPress
In reply to: Insert image box is blankAll pop-ups are blank (not just the image pop-up) in Firefox but work in IE7. Is there any solution for this?
Forum: Fixing WordPress
In reply to: Multilanguage blog (Icelandic, japanese, english, spanish)Thanks moshu. I followed your advise. I deleted every post and page, then I deleted
define(‘DB_CHARSET’, ‘utf8’);
define(‘DB_COLLATE’, ”);Now can write post in all of the above language!
Forum: Fixing WordPress
In reply to: Force page reload on every visitI inserted this code into my header.php file (above everything else):
<?php header('Expires: Mon, 26 Jul 1997 05:00:00 GMT'); header('Cache-Control: no-store, no-cache, must-revalidate'); header('Cache-Control: post-check=0, pre-check=0', FALSE); header('Pragma: no-cache'); ?>
It seems to do the trick.
See more information here:
Forum: Fixing WordPress
In reply to: Icelandic (customized) datestampsCan someone tell me what code I need to change to do this?
Thanks,
Forum: Fixing WordPress
In reply to: Icelandic (customized) datestampsThanks for the suggestion. I am afraid there is nothing helpful on the Icelandic site. I don’t want the whole cms in Icelandic. Just the date…
Forum: Installing WordPress
In reply to: Moving from Movable Type to WordPress problemsWhy not search/replace through the export file to make it use AM and PM instead? Then the time might be imported correctly.
That worked!
I also solved the “Icelandic author” problem. I just created an “user” with no Icelandic characters and then used the “name” tag to publish the Icelandic name.