Piero V.

Plugin Tag (v2.3.1) [Flatpress]

English

I had to update Tag Plugin because if you used Related Entries before the comment form with PrettyURLs, the plugin returned a wrong link. Now I’ve fixed it (just two lines of fix 😉 ) and I suggest you to update just if you use PrettyURLs.

For further information, see Tag Plugin v2.3.

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

License: GNU GPL v2.

Download: Tag Plugin v2.3.1.

Italiano

Ho dovuto aggiornare il Plugin Tag perché mi sono accorto che se si mettevano i post correlati prima della form dei commenti, se si usa PrettyURLs, non è possibile più commentare perché quest’ultimo ritorna un link sbagliato.

Ora ho sistemato il problema (due righe di fix 😉 ) e vi consiglio di aggiornare solo se usate PrettyURLs.

Per ulteriori informazioni circa il plugin, consultate Plugin Tag v2.3.

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

Licenza: GNU GPLv2

Download: Plugin Tag v2.3.1.

Plugin Tag (v2.3) [Flatpress]

Italiano

(See below for English)

Ho scritto un plugin che implementa i tag su flatpress.

Li implementa tramtite bbcode con [tag]i miei, tag, separati, da virgola[/tag].

Questo plugin in più aggiunge di default la lista dei tag alla fine del post ma questa funzione può essere disattivata in fp-plugins/tag/plugin.tag.php alla linea 12 (impostando la costante su false).

In più rende disponibile un widget con la tagcloud e si integra perfettamente con PrettyURLs e RewriteURLs.

Inoltre da questa versione sono disponibili i post correlati che si basano sui tag: potete aggiungere uno spazio per i widget sotto il post o scrivere sul template {related_entries}.

Attenzione: il widget per i post correlati funziona solo quando viene visualizzato un post, perciò evitate di metterlo nella sidebar o otterrete come suo contenuto “Errore”.

Essendo un plugin complicato non ne garantisco il corretto funzionamento.

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

Licenza: GNU GPLv2

Download: Plugin Tag v2.3.

English

I’ve written a plugin that implements tags on flatpress.

It uses BBCode: [tag]my tags, comma, separated[/tag].

This plugin adds by default the tag list in the bottom of every entry but you can disable this in fp-plugins/tag/plugin.tag.php at line 12.

The plugin makes available a widget with tag cloud and it’s compatible with PrettyURLs and RewriteURLs.

In this release I’ve added the related entries feature (based on tags): you can add a widget place-holder below the entry or write on the template {related_entries}.

Warning: the widget for related entries works only when you are seeing an entry, so don’t put in the sidebar or his content will be just “Error”.

As it is a complicated plugin, I don’t ensure the proper functioning.

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

License: GNU GPL v2.

Download: Tag Plugin v2.3.

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