David Ansermot Web Developer / TYPO3 Integrator

24fév/110

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.

10fév/110

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.

24déc/100

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.

  1. 10 = COA
  2. 10 {
  3.         10 = TEXT
  4.         10.value = http://www.facebook.com/share.php?u=
  5.  
  6.         20 = TEXT
  7.         20.data = getenv:HTTP_HOST
  8.         20.wrap = http:// |
  9.  
  10.         30 = TEXT
  11.         30.data = getenv:REQUEST_URI
  12. }

Enjoy

9déc/100

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.

2nov/100

Tutorial – Boost your WordPress SEO with Smart Links

SEO logoThis 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