Quantcast
Channel: bigbabou in bloxtacy » snippet
Browsing latest articles
Browse All 9 View Live

show author of the page if set per typoscript

just because this is a common case, i’ll post it for my own and public concern. this is the task: show a text to contact the author of a page by (spamprotected) email if information to the author is...

View Article


Image may be NSFW.
Clik here to view.

search and replace mysql

simple to do if you know how it’s done. and instead of searching the web, i’ll stick to my own note from now on UPDATE tablename SET fieldname = REPLACE(fieldname,'searchpattern','replacement'); quite...

View Article


typoscript condition with constants

small snippet great effect to your typoscript. i use this to spare lines of executed typoscript if the editor won’t use it anyways. in my opinion it’s not only a great tool for extension development,...

View Article

mysql replace http://typo3/http://

remember when the links out of the rte looked like http://typo3/http://yourlink.tld/ ? well, as i still prod at links looking like this, i’d rather post the relieving sql statement here. it’s simple...

View Article

piwik in version 0.5.2 + update script

while waiting for an almost ten gigabytes large piwik database to be updated, i’m just writing down that piwik got a new release yesterday. upgrading piwik is easy. i pushed all steps to upgrade it on...

View Article


get user ip from behind reverse proxy setup

small problem, wide reach. if your TYPO3 is set up behind a reverse proxy (like pound) and you need the ip connection information of the visitors, T3´s userfunction method comes in handy....

View Article

Image may be NSFW.
Clik here to view.

new database with user in mysql console

this will create a new database on the server with the new user having all rights granted on that db. CREATE USER 'uname'@'localhost' IDENTIFIED BY 'pass'; GRANT USAGE ON *.* TO 'uname'@'localhost'...

View Article

IPv6 addrconf: prefix with wrong length

after i got up my ubuntu server i checked the syslog where the kernel kept griping about the following. IPv6 addrconf: prefix with wrong length 48 To keep the syslog clean i searched for a way to...

View Article


Image may be NSFW.
Clik here to view.

replyto with the standard mailform ce in TYPO3

if you want the standard mailform content element in TYPO3 to send emails not from the ugly www-data@server.com sender but the writer´s email adress and name you just need to use explicitly labelled...

View Article

Browsing latest articles
Browse All 9 View Live