Subscribe to Acqal
Got Thoughts? Write Us!
Approved TYPO3 Agency
Acqal is an approved TYPO3 agency focusing on support, training and website migration.
This means that we...
- are available on TYPO3.org
- make substantial contributions to TYPO3 teams
- are registered as business members of the TYPO3 Association
- have completed more than four TYPO3 projects
- have proven our technical abilities with quality TYPO3 extensions
- use TYPO3 for our own website
Popular Blog Posts
Tech Tuesday Went Snowboarding at T3BOARD09
TYPO3 and Other Open Source WCM Systems Dissed Again
Automatic tt_news META descriptions via Acqal's extension aqnewsmeta
TYPO3 Extension cbstarter Version 1.3.2 Released
TYPO3, comments and Gravatar via Acqal's extension comments_gravatar
Sunday at T3BOARD09 in Laax, Switzerland
Not Good, Not Bad, Just Different
Increase TYPO3 Workspace Relation Limits
Looking into TYPO3 Webhosting?
Getting Help With TYPO3
Blog Topics
Virgil on Twitter

Nicole on Twitter

Recent Blog Posts
Acqal is Going Through Some Changes
Creating a MySQL Database for TYPO3 using CPanel
Acqal Promotes Biking and Families with World Vision
It's Official T3CON10-Dallas Web Site Launched! Join Us!
Create a simple "Contact Us" mail form in TYPO3
Configure TYPO3 for Localized Websites
TYPO3 in 2010, Join the TYPO3 Association and Get Involved
TYPO3 Association Quarterly Report 2009-12-14
Prepare cPanel/WHM and Ruby for Redmine: A Walk-Through
TYPO3 Acqal log_analyzer and difference_viewer Extensions
Blog Archives
Connect With Acqal
- Acqal on Delicious
- Acqal on Digg
- Acqal on Facebook
- Acqal on Twitter
- Fave Acqal on Technorati
Subscribe to blog RSS-
Want to share your TYPO3 advice with the Acqal community? Submit guest post ideas.
Acqal Experts Blog About TYPO3 and Other Hot Topics
Configure TYPO3 for Localized Websites
By: Michael Cannon
A bit older of a multi-lingual setup guide, but the principals are the same.
Add META Abstract & Author to seo_basics
By: Michael Cannon
Seo_basics is an excellent starter for rapidly implementing basic search engine optimization capabilities in TYPO3. For most, seo_basics when used with realurl for search engine friendly URLs is enough. However, for content publishers that require passing along more information about articles or publication contexts being included directly in a page, a meta abstract and author tag is needed.
After you've included seo_basics in your TYPO3 template, add the following TypoScript to the Setup box to enable meta abstract and author tags.
plugin.tx_seobasics { # Building the Abstract tag 70 =...
Create a Menu Section Header with TypoScript

By: Michael Cannon
In the name of usability, it's extremely helpful to keep website users informed of where they are on a website. Frequently, this "where am I" functionality is handled by a breadcrumb, but you can also use section headers to provide similar capability.
The TypoScript that follows, put into your TypoScript template Setup section, performs two functions. The first, lib.nav.sub.header, is to create the section header. The second, lib.nav.sub, incorporates lib.nav.sub.header into the submenu for the section in which a user is located.
When you're ready to insert the submenu, use...
Clean Up sr_freecap captcha with TypoScript
By: Michael Cannon
Is your sr_free_captcha image unmanageable? Then try the following in your TypoScript templates Constants section to bring about an initial usable image.
plugin.tx_srfreecap.backgroundBlur = 0 plugin.tx_srfreecap.backgroundMorph = 0 plugin.tx_srfreecap.backgroundType = White with squigglesplugin.tx_srfreecap.imageHeight = 80plugin.tx_srfreecap.mergeWithBackground = 0 plugin.tx_srfreecap.morphFactor = 0 plugin.tx_srfreecap.textColor = 0
If you want more configuration options, then check out the Template Constants available for your further editing.
Create limited page navigation with TypoScript

By: Michael Cannon
Creating inline navigation for your TYPO3 website is pretty straightforward. You can copy and paste the following TypoScript code into your TypoScript template's Setup section and then call lib.nav.top as needed into your TemplaVoila or TypoScript page template.
You can adjust what pages are shown by changing the PIDs in lib.nav.top.special.value.
lib.nav.top = HMENUlib.nav.top { special = list special.value = 22, 91, 20, 32 1 = TMENU 1 { NO { linkWrap = | | |*||*| | ATagTitle.field = description // title stdWrap.htmlSpecialChars = 1 } CUR < .NO CUR =...
Creating breadcrumb navigation with TypoScript
By: Michael Cannon
Creating breadcrumb navigation for your TYPO3 website is pretty straightfoward. You can copy and paste the following TypoScript code into your TypoScript template's Setup section and then call lib.nav.breadcrumb as needed into your TemplaVoila or TypoScript page template.
lib.nav.breadcrumb = HMENUlib.nav.breadcrumb { includeNotInMenu = 1 special = rootline 1 = TMENU 1 { NO = 1 NO { linkWrap = | » |*||*| | ATagTitle.field = description // title stdWrap.htmlSpecialChars = 1 } CUR < .NO CUR { doNotLinkIt = 1 stdWrap.htmlSpecialChars =...
Set a Sitemap Starting Point From Within a Website

By: Michael Cannon
Here's how to get a multiple level in website sitemap without much effort.
Set a Default Header Type for TemplaVoila Content Elements

By: Michael Cannon
Happy Thanksgiving!
Register for T3CON09 today!
By: Michael Cannon
The International TYPO3 Conference T3CON09 offers you the opportunity to meet the worlds best TYPO3 specialists and learn about new and innovative ideas around TYPO3.
Custom Simple Map Icons for wec_map

By: Michael Cannon
In early June, Andrea of Stonebriar Church, wrote into our help desk at support@acqal.com with a little question, "How do I change the Google map icons for our wec_map pages?" This particular request was a little new to us, mainly to me as I hadn't even considered the possibility before. However, it seems you can.
What follows is how the answer to wec_map custom icons was found.
What's wec_map?
Per the wec_map TYPO3 extension manual, the Web-Empowered Church Map Extension provides an interface for placing maps from Google on a TYPO3-based website. First, a Simple Map Plugin...

