Title: tin68's Replies | WordPress.org

---

# tin68

  [  ](https://wordpress.org/support/users/tin68/)

 *   [Profile](https://wordpress.org/support/users/tin68/)
 *   [Topics Started](https://wordpress.org/support/users/tin68/topics/)
 *   [Replies Created](https://wordpress.org/support/users/tin68/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/tin68/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/tin68/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/tin68/engagements/)
 *   [Favorites](https://wordpress.org/support/users/tin68/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 81 total)

1 [2](https://wordpress.org/support/users/tin68/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/tin68/replies/page/3/?output_format=md) 
[4](https://wordpress.org/support/users/tin68/replies/page/4/?output_format=md) 
[5](https://wordpress.org/support/users/tin68/replies/page/5/?output_format=md) 
[6](https://wordpress.org/support/users/tin68/replies/page/6/?output_format=md) 
[→](https://wordpress.org/support/users/tin68/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy External Links] Own CSS attribute to links are killed](https://wordpress.org/support/topic/own-css-attribute-to-links-are-killed/)
 *  [tin68](https://wordpress.org/support/users/tin68/)
 * (@tin68)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/own-css-attribute-to-links-are-killed/#post-6906731)
 * Seems not to be resolved
    [https://wordpress.org/support/topic/class-conflict?replies=1](https://wordpress.org/support/topic/class-conflict?replies=1)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Is there a HTML output filter?](https://wordpress.org/support/topic/is-there-a-html-output-filter/)
 *  Thread Starter [tin68](https://wordpress.org/support/users/tin68/)
 * (@tin68)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/is-there-a-html-output-filter/#post-7288708)
 * Found the problem:
 * Plugin “Easy External Links” uses “class” element in the link reference and overwrites
   the information there already given in editor.
 * Wrote a note to the developer.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Remove Google javascript libraries](https://wordpress.org/support/topic/remove-google-javascript-libraries/)
 *  Thread Starter [tin68](https://wordpress.org/support/users/tin68/)
 * (@tin68)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/remove-google-javascript-libraries/#post-5900696)
 * Result: If you want to have a “clean” blog without a lot of external links and
   external calls to libraries you have to check every plugin before installing 
   it if you find something in the code.
 * Btw. Should be a “nice” feature in the detailed description of a plugin which
   external calls are implemented.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Remove Google javascript libraries](https://wordpress.org/support/topic/remove-google-javascript-libraries/)
 *  Thread Starter [tin68](https://wordpress.org/support/users/tin68/)
 * (@tin68)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/remove-google-javascript-libraries/#post-5900688)
 * Ok – found the plugin which calls Google libraries – Lightbox 2. After disabling
   it the calls are gone. So I have to check all other plugins if they call external
   links / libraries.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Remove Google javascript libraries](https://wordpress.org/support/topic/remove-google-javascript-libraries/)
 *  Thread Starter [tin68](https://wordpress.org/support/users/tin68/)
 * (@tin68)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/remove-google-javascript-libraries/#post-5900683)
 * So there is no “general switch” to turn off all these external calls? I found
   several plugins which are switching off Gooogle Fonts or which are storing the
   fonts locally on the same server as the blog. But I didn’t find a plugin wich
   turns off the javascript calls. Here there a lot of scripts which enable the 
   Google libraries. But this is the opposite 🙂
 * And to check all themes if they call external libraries before installing them
   is a “little bit” complicated.
 * The recent theme is “Kirumo”.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Remove Google javascript libraries](https://wordpress.org/support/topic/remove-google-javascript-libraries/)
 *  Thread Starter [tin68](https://wordpress.org/support/users/tin68/)
 * (@tin68)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/remove-google-javascript-libraries/#post-5900679)
 * Both. I would like to have a blog (dashboard and public pages) without all these
   numorous external calls to Google and other sites.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Remove Google javascript libraries](https://wordpress.org/support/topic/remove-google-javascript-libraries/)
 *  Thread Starter [tin68](https://wordpress.org/support/users/tin68/)
 * (@tin68)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/remove-google-javascript-libraries/#post-5900657)
 * Hmm – so with other words: Calls to builder.js, dragdrop.js, controls,js, slider.
   js, sound.js, effects.js and so on is related to the theme? There is no general
   use of Google javascripts in the WordPress core?
 * So the next thing would be to find a theme without Google fonts and without Google
   javascript libraries.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Install / delete plugins and themes doen't work](https://wordpress.org/support/topic/install-delete-plugins-and-themes-doent-work/)
 *  Thread Starter [tin68](https://wordpress.org/support/users/tin68/)
 * (@tin68)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/install-delete-plugins-and-themes-doent-work/#post-3091468)
 * Finally found the problem:
 * In wp-config.php one line disabled install and delete plugins and themes – seems
   that I forgot to delete this line some months ago 😉
 * define( ‘DISALLOW_FILE_MODS’, TRUE );
 * After commenting out this line everything is ok.
 * Tin
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [updating to 3.0.4 made easy???](https://wordpress.org/support/topic/updating-to-304-made-easy/)
 *  [tin68](https://wordpress.org/support/users/tin68/)
 * (@tin68)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/updating-to-304-made-easy/#post-1836301)
 * Seems a problem in **update-core.php** of the German version from [http://wordpress-deutschland.org/download/ ](http://wordpress-deutschland.org/download/)
 * With **update-core.php** from [http://de.wordpress.org/](http://de.wordpress.org/)
   the message has gone. Thanks.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [updating to 3.0.4 made easy???](https://wordpress.org/support/topic/updating-to-304-made-easy/)
 *  [tin68](https://wordpress.org/support/users/tin68/)
 * (@tin68)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/updating-to-304-made-easy/#post-1836294)
 * I started upgrade.php – nothing changed, message still there.
 * But, what is a “hard refresh on the page”?
 * BTW. I restarted the browser with deleted cookies, contend and stored data.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [updating to 3.0.4 made easy???](https://wordpress.org/support/topic/updating-to-304-made-easy/)
 *  [tin68](https://wordpress.org/support/users/tin68/)
 * (@tin68)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/updating-to-304-made-easy/#post-1836286)
 * Strange thing over here: I replaced the 5 files with FTP.
 * In the dashboard it is noted that I am using version 3.0.4 – but on the top of
   the dashboard the message which tells me that I should upgrade is still there.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Aksimet plugin has XHMTL bug – does not validate](https://wordpress.org/support/topic/aksimet-plugin-has-xhmtl-bug-does-not-validate/)
 *  Thread Starter [tin68](https://wordpress.org/support/users/tin68/)
 * (@tin68)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/aksimet-plugin-has-xhmtl-bug-does-not-validate/#post-1317436)
 * Bug still in Akismet plugin version 2.2.8.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: WP-UserOnline] Translation not working](https://wordpress.org/support/topic/plugin-wp-useronline-translation-not-working/)
 *  Thread Starter [tin68](https://wordpress.org/support/users/tin68/)
 * (@tin68)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/plugin-wp-useronline-translation-not-working/#post-1498319)
 * But in the setup description it should be mentioned that the plural from in the
   pot file must be entered:
 * `"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"`
 * should be for German eg.
 * `"Plural-Forms: nplurals=2; plural=n != 1;\n"`
 * Besides that in the recent pot file there are some errors:
 *     ```
       #: admin.php:24
       #, php-format
       msgid "There is <strong><a href='%s'>%s user</a></strong> online now."
       msgid_plural ""
       "There are a total of <strong><a href='%s'>%s users</a></strong> online now."
       msgstr[0] ""
       msgstr[1] ""
       ```
   
 * should read as
 *     ```
       #: admin.php:24
       #, php-format
       msgid "There is <strong><a href='%s'>%s user</a></strong> online now."
       msgid_plural "There are a total of <strong><a href='%s'>%s users</a></strong> online now."
       msgstr[0] ""
       msgstr[1] ""
       ```
   
 * Or
 *     ```
       #: template-tags.php:79
       #, php-format
       msgid ""
       "There is <strong>%s</strong> online now: <strong>%s</strong>, <strong>%s</"
       "strong> and <strong>%s</strong>."
       msgid_plural ""
       "There are a total of <strong>%s</strong> online now: <strong>%s</strong>, "
       "<strong>%s</strong> and <strong>%s</strong>."
       msgstr[0] ""
       msgstr[1] ""
       ```
   
 * should read as
 *     ```
       #: template-tags.php:79
       #, php-format
       msgid ""
       "There is <strong>%s</strong> online now: <strong>%s</strong>, <strong>%s</"
       "strong> and <strong>%s</strong>."
       msgid_plural "There are a total of <strong>%s</strong> online now: <strong>%s</strong>, "
       "<strong>%s</strong> and <strong>%s</strong>."
       msgstr[0] ""
       msgstr[1] ""
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Tag cloud – font-size](https://wordpress.org/support/topic/tag-cloud-font-size-2/)
 *  Thread Starter [tin68](https://wordpress.org/support/users/tin68/)
 * (@tin68)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/tag-cloud-font-size-2/#post-1331753)
 * There is no value to set the font-size to an integer value.
 * But I did it now in an other way – I patched category-template.php and set line
   684 to:
 * `( round( $smallest + ( ( $count - $min_count ) * $font_step ) ) )`
 * Works great.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Tag cloud – font-size](https://wordpress.org/support/topic/tag-cloud-font-size-2/)
 *  Thread Starter [tin68](https://wordpress.org/support/users/tin68/)
 * (@tin68)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/tag-cloud-font-size-2/#post-1331746)
 * As far as I see tag cloud widget has no configuration setup.

Viewing 15 replies - 1 through 15 (of 81 total)

1 [2](https://wordpress.org/support/users/tin68/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/tin68/replies/page/3/?output_format=md) 
[4](https://wordpress.org/support/users/tin68/replies/page/4/?output_format=md) 
[5](https://wordpress.org/support/users/tin68/replies/page/5/?output_format=md) 
[6](https://wordpress.org/support/users/tin68/replies/page/6/?output_format=md) 
[→](https://wordpress.org/support/users/tin68/replies/page/2/?output_format=md)