TYPO3 – Clear cache tips
I made this small post to put together all the "tips" I know about TYPO3 clearing cache. All tips are TypoScript config lines. No customization or extensions.
Here we go.
TYPO3 – Clean way to manage cache of your plugins
Today I want to share with you my way to manage cache of my frontend plugins.
I always implement the TypoScript option "no_cache" by this way.
TYPO3 – Easy Facebook share link in TypoScript
Here's a little snippet I wanted to share with you.
It generate the Facebook share link of your page automaticaly.
-
10 = COA
-
10 {
-
10 = TEXT
-
10.value = http://www.facebook.com/share.php?u=
-
-
20 = TEXT
-
20.data = getenv:HTTP_HOST
-
20.wrap = http:// |
-
-
30 = TEXT
-
30.data = getenv:REQUEST_URI
-
}
Enjoy
Joomla 1.5 – Language files override in template
I hope you all know that we can override modules/components layouts in the template directory. This can be done by creating a folder called "html" in the template's root directory, then recreate the file structure to override the good way.
Tutorial – Boost your WordPress SEO with Smart Links
This post is a little tutorial to show you how it is easy to improve your internal links for your blog's ranking.
This plugin will create links in articles to keywords, categories or items based on what it finds in the content of the article
