« September 2010 »
S M T W T F S
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30    

This is hot

Upgrade VIA Epia-Board to current 2.6.28.7
769 times viewed
23.02.2009 18:41
t3blog Update to version 0.8.1 (Security, Bugfixes)
173 times viewed
03.02.2010 14:33
LaTeX Font Selection
100 times viewed
29.01.2010 17:17
linux.bigga.de now with RSS Feed
99 times viewed
25.11.2009 09:36

[blog...]

Currently the posts are filtered by: typo3
Reset this filter to see all posts.

25.05.2009
21:27

typo3 doesn't show images and/or doesn't create thumbnails

This blog is intended to be reminder for me. For example to keep things like this:

 

In Typo3 you can add images (media) to your text and put it above, in text, below text or whatever. You select the image in the backend and... nothing happens. Only a test-image is shown with the text "cannot create thumbnail".

 

On my server-setup the imagemagick tools are located in /usr/local/bin but the default location typo3 is looking for is /usr/X11R6/bin. In my case, I have to change the variable:

 

$TYPO3_CONF_VARS['GFX']['im_path'] = '/usr/local/bin/'; 

 

And everything is perfect now!

17.03.2009
15:39

Another CMS comparison to find the best alternative of Typo3

Every time starting a new project, I think about if Typo3 is really the best, easiest and fastest soltution. Ok, I managed to get it working which is not that easy for the first time. But still, I think the usability in the backend is far away from beeing called "user/admin friendly". Also the amazing amount of extensions doesn't mean a lot. Many extensions are quite old, not really maintained, too simple or too complexe and very often to difficult to understand in about one hour.

So I've started yesterday to do a small CMS contest on a quite slow VIA desktop PC. I installed the following CMS and "curled" some pages as fast as possible:

  1. drupal 6.9
  2. redaxo 4.2.0-RC
  3. typolight 2.6.7

[...]

The result in short: Redaxo is the fastest and the others show no big differences. But... I don't like Redaxo so much, so I stay tuned on Typo3.

 

18.02.2009
19:34

First Typo3 Blog

On linux.bigga.de/blog I've installed now some Typo3 blog and I will try to tell you from time to time my solutions and problems with Typo3 and other software monsters (especially Linux).

 

This blog uses the t3blog extension which is written by snowflake.ch. It took me some time to setup the Typo3 to use this extension. That's always the big task in Typo3: to install a new extension is quite simple but to get it working in the way _you_ want, may take hours. Afterwards everything is simple, of course.

 

Currently I am only using the bloglist, tagcloud and calendar widget of the t3blog. I can't stand social networking icons, rss-feeds and other garbage for the eyes. This is quite a nice feature of t3blog: either use all with a provided template-page or use only some widgets on any page you want.

[ 03.08.2010 ]