Piero V.

Plugin Description Meta Tag (v1.1) [Flatpress]

Italiano

Su richiesta di un utente del forum ho creato un plugin che aggiunge un campo all’editor dei post in cui poter inserire la descrizione del post che poi viene “mostrata” nel meta tag description.

Io personalmente non lo uso, però l’ho pubblicato lo stesso.

Il plugin è appena appena testato, se riscontrate problemi, fatemi sapere. In teoria dovrebbe andare perché è la modifica di redirect…

In realtà sarebbe da espandere aggiungendo la possibilità di personalizzare per le statiche o per l’homepage (magari utilizzando un pannello di amministrazione) ma lascio all’utente volenteroso questo compito o magari lo farò io stesso quando avrò un po’ più di tempo.

Questo aggiornamento risolve un possibile bug che potrebbe portare alla eliminazione dei commenti automatica.

Licenza: GNU GPLv2

Download: description_v1.1.tar.gz

English

Sorry for my macaronic English but I haven’t so much time and I’ve written this entry in 5 minutes…

I’ve developed this plugin for an user of Flatpress Forums. It adds a field to Entry Editor that allows to add a description to the entry. This description is shown in description meta tag.

I don’t use this plugin so if you find bugs, please tell me. I’ve not tested the plugin so much but it’s a copy-and-paste from my redirect plugin.

I think the plugin isn’t complete because (at the moment) it supports just entries: a complete plugin should also make you customize the description of homepage, static pages… If someone wants to improve that, he’s free to do it. Maybe I’ll do later.

This update fixes a bug that could delete comments automatically.

License: GNU GPLv2

Download: description_v1.1.tar.gz

Plugin Titles (v1.0) [Flatpress]

Italiano

Ho scritto questo nuovo plugin che risolve i problemi di SEO di Flatpress dovuti al fatto che il tag HTML title non viene cambiato negli archivi o quando si guarda una categoria o un tag.

Questo plugin ha un pannello di amministrazione (Plugin -> Titles) molto intuitivo che permette di personalizzare il suddetto tag.

Licenza: GNU GPL v2.0

Lingue: en-US, it-IT

Download: titles_v1.0.tar.gz

English

I’ve written this new plugin that solves Flatpress’ SEO problem due to the HTML title tag that remains the same in the archive or when you browse a category or a tag.

This plugins adds a new administration panel (Plugins -> Titles) that allows to customize the tag title.

License: GNU GPL v2.0

Languages: en-US, it-IT

Download: titles_v1.0.tar.gz

Plugin RewriteURLs (v2.2) [Flatpress]

Italiano

Ho risolto alcuni bug di RewriteURLs, un’alternativa al plugin PrettyURLs di Flatpress.

Per chi non lo conoscesse, sia RewriteURLs, sia PrettyURLs permettono di sfruttare il mod_rewrite del web server “abbellendo” gli URL (tipo quelli del mio blog).

Se non avete mai usato questi plugin dovrete configurare il vostro webserver, per esempio per Apache dovete scrivere in un file .htaccess (cambiate i vostri percorsi):

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /flatpress/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /flatpress/index.php [L]
</IfModule>

Attenzione: considero questo uno dei miei plugin più complicati. Lo ritengo ancora un software in fase beta.

Licenza: GNU GPLv2

Download: rewriteurls_v2.2.tar.gz

English

I’ve fixed some bugs of RewriteURLs, an altervanive to PrettyURLs.

Both RewriteURLs and PrettyURLs allow to use the mod_rewrite of your server to use nice URLs (like mine).

If you haven’t used one of these plugins yet, you have to configure you webserver: for example, if you use Apache, you have to write in a .htaccess file this code (change your paths):

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /flatpress/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /flatpress/index.php [L]
</IfModule>

Warning: it’s one of my most complicated plugin: I consider it a beta software.

I’ve also to comment the file because it’s complicated and there are few comments.

License: GNU GPLv2

Download: rewriteurls_v2.2.tar.gz

Plugin Tag (v2.2) [Flatpress]

Italiano

Mi è stato segnalato da Hubert un bug nella versione 2.1 del plugin Tag.

L’ho risolto e ho riaggiunto la funzione di fare la lista automatica alla fine di ogni post.

Questa funzionalità può essere disabilitata in fp-plugins/tag/plugin.tag.php alla linea 12.

Lingue: en-us, it-it, de-de.

Licenza: GNU GPLv2

Download: Plugin Tag v2.2.

English

Hubert reported me a bug in Tag Plugin V2.1.

Now I’ve fixed it and I’ve added the automatic list of tags as V1.0 did.

This feature can be disabled in fp-plugins/tag/plugin.tag.php at line 12.

Languages: en-us, it-it, de-de.

License: GNU GPL v2.

Download: Plugin Tag v2.2.

Plugin Mobile (v1.0) [Flatpress]

Italiano

Ho scritto questo plugin che permette di scegliere un tema specifico per i dispositivi mobili, riconosciuti con lo user agent (grazie a Detectmobilebrowser.com).

In più, di default, rimuove i javascript dei plugin JS Utils, jQuery, Lighbox e Lighbox 2 (risparmiando molti KB).

Il tema mobile non deve avere stili e le cartelle res e imgs devono essere dentro alla cartella principale del tema.

Attenzione: certi plugin che hanno un pannello di amministrazione o lo stesso pannello di configurazione se usati con un dispositivo mobile potrebbero impostarlo come tema di default!

Però potete abilitare un’opzione per cui nel pannello di amministrazione non si usi il tema mobile.

Per configurare il plugin andate nel Pannello di Amministrazione, selezionate Plugin e quindi cliccate su Mobile.

Si possono anche aggiungere i link per visualizzare la pagina nella versione normale o disabilitare il plugin per la sessione: i link sono rispettivamente {$plmobilen} e {$plmobiles} ({$plmobiley} per riabilitare la versine mobile). … [Leggi il resto]