David Ansermot Web Developer / TYPO3 Integrator

14fév/120

TYPO3 – DAN NoFollow 1.1.0 update available

Hello !

I'm proud to announce the availability of my extension DAN NoFollow version 1.1.0 on the TER.

This new version add the support of https external links.
You can update it from your backend or get it on the TER.

Download DAN NoFollow 1.1.0 on typo3.org  (key : dan_nofollow)

30nov/110

TYPO3 – DAN NoFollow v 1.0.0 available

Hello. I've just released a new TYPO3 extension for SEO. It auto adds noFollow relation to your external links without any requirement from the contributor.

Download and install the extension and it's ok.

Download DAN NoFollow on typo3.org (key : dan_nofollow)

29nov/110

TYPO3 – Disable upload option for images fields in DS

A small tip today but usefull for contributors.

When you make a FCE, and use fields of type "image" of "image fixed W + H", the contributor can select image in TYPO3 or upload a new one.

16nov/110

TYPO3 – Auto assign not-logged feuser to a fegroup

In today's short snippet, I'll give you the easiest way I now to to assign a fegroup to your visitors, without login.

1- Begin by creating your FEgroup if not done yet.
2- In your localconf.php, for exemple, add those lines :

  1. $ip = $_SERVER['REMOTE_ADDR'];
  2. $GLOBALS['TYPO3_CONF_VARS']['FE']['IPmaskMountGroups'][] = array($ip, GROUPID);

3- Replace "GROUPID" by the id of the FEgroup.

Now all your visitors are members of this FEgroup.

Enjoy !

2nov/110

TYPO3 – Get FCE’s header title in your DataStructure

Hi, today I'll give you a small but usefull tip if you use FCEs in your installations.
I prefere use the FCE's standard header title to name my FCEs and so display this title on the frontend.