Recent posts

Advanced mail subscription

The CMS TYPO3 extension repository already offers a few plugins that can...
09 January 2012

Convenient In/Out animation using expressions

We recently had an opportunity to make a set of instructional animations...
16 December 2012

Nginx boost extension

Introduction  The Evo_nginx_boost plugin allows us to cache pages...
14 December 2011

Tags

...Advanced mail subscription The TYPO3 extension repository already offers a few plugins that can be used for managing the registration of users for a newsletter service on a website. However, in response to the growing expectations of the market and our customers, we have developed a mechanism that meets all such expectations and allows us (and anyone choosing to use our plugin) to freely extend our (and their) set...
http://blog.thedigitals.pl/en/advanced-mail-subscription/ 09-01-12 Score: 0,84 21 %
...Nginx boost extension Introduction  The Evo_nginx_boost plugin allows us to cache pages generated in TYPO3 using memcache. This module can operate in two modes:  in conjunction with the NGINX proxy server ,  see diagramstandalone – it is possible to read memcached pages directly from memcache. All it takes is a simple modification to the typo3_src/index.php file. The PHP process sends the...
http://blog.thedigitals.pl/en/nginx-boost-extension/ 14-12-11 Score: 3,29 83 %
...New extension - svnupdater Svnupdater is our new BE module for updating TYPO3 installations from a remote SVN repository. So far, we had often log on using ssh and then run svn update. Now these steps are not needed and update itself becomes a lot easier and takes less Requirements: This extension requires subversion package. In the case of the Ubuntu OS, just copy following command: apt-get install...
http://blog.thedigitals.pl/en/new-extension-svnupdater/ 12-02-11 Score: 3,95 100 %
...Sorting bar for tt_news With help of evo_news_sorting you can easily and fast add sorting bar to tt_news list. This extension uses built-in tt_news (ver 2.x and 3.x) hooks and does not require XCLASS'ing of class.tt_news.pi Screenshots   Instalation Just install the plugin and  add new marker in tt_news template:  ###EVO_SORT_BAR###. See...
http://blog.thedigitals.pl/en/evo-news-sorting-sorting-bar-for-tt-news/ 08-02-10 Score: 0,48 12 %
...JQuery Tabs for TYPO3 Evo_jqtabs extension allows you to build toggled content tabs basing on the JQuery library. Content can be loaded during page rendering or via Ajax. This extension is an adaptation of rgtabs written by Georg R Screenshots and video Example of tabs  Configuration of  BE plugin [ Property Description Select records select records to be open as tabs Use ajax check if you...
http://blog.thedigitals.pl/en/jquery-tabs-for-typo30/ 10-11-09 Score: 1,00 25 %
...New extension evo_chained_selector Evo_chained_selector is BE extension allows you to create relations between records by using "chained selection" Origins of this associate with implementation we've worked on lately. Website contains expanded legal acts base with the structure as Legal acts -> article  -> paragraphs & chapters -> section The editor while creating new record tt_news...
http://blog.thedigitals.pl/en/new-extension-evo-chained-selector/ 10-11-09 Score: 3,67 93 %
... this quite nicely: the entire code is contained within one monolithic file, queries are mixed with view rendering and support of user actions isn't very transparent. Any attempts at modification, or extension of functionality, take hours of work and bring much frustration to the devel Looking ahead What's a developer to do? Should we change the architecture and borrow from the tried-and-tested...
http://blog.thedigitals.pl/en/a-look-into-the-future-typo3-43-and-extbase/ 19-07-09 Score: 0,36 9 %
... we continue to improve it by working on record tagging for items written in the memcache. Tagging will bring completely new functionality to the entire model, and improve the efficiency of the entire extension. See also:   Extension manual  How to boost/speed up your TYPO3 website with nginx. 
http://blog.thedigitals.pl/en/nginx-boost-a-small-update/ 19-07-09 Score: 0,81 20 %
... even a simple idea may bloom into a powerful service with enormous demands on server capacity and disk space. Thus, it is worth knowing how does the S3 service work and how to use it effectively. The extension is written in accordance with the MVC paradigm, which is going to be a standard for TYPO3 4.3 plu Requirements Before we can go any further, we need an S3 account. Unfortunately, it’s time to...
http://blog.thedigitals.pl/en/s3example-typo3-and-amazon-s3/ 19-07-09 Score: 0,39 10 %
...HOW TO: How to set page title in USER_INT extension There are many discussions at forums concerning setting the title of the page from the USER_INT plug level. The problem is that the USER_INT type extensions are generated every time the page is refreshed after TYPO3 generates the headline of the page containing a tag title. A good example may be the mm_forum, where each thread in a standard installation has the...
http://blog.thedigitals.pl/en/how-to-how-to-set-page-title-in-user-int-extension/ 26-06-09 Score: 3,68 93 %
...Nginx boost on Forge From today evo_nginx_boost extension is also available on the Forge: http://forge.typo3.org/projects/show/extension-evo_nginx_boost If you find that you can assist the development of the project, please 
http://blog.thedigitals.pl/en/nginx-boost-on-forge/ 15-06-09 Score: 1,42 36 %
... and overall, I don’t recommend using it in extensive sites with large amounts of information. A better solution (albeit requiring more configuration work) would be to use the mnogosearch plug-in. This extension allows us to connect an external indexing engine of the same name, and to use its array of functions in conjunction with TYPO3.
To find a detailed configuration description, visit the TYPO3 extension...
http://blog.thedigitals.pl/en/mnogosearch-engine-with-mm-forum/ 02-04-09 Score: 0,56 14 %
... registering the service, we can start creating the class.tx_customsignon_sv1.php file and the tx_sv_auth class extension.
We will require two functions: getUser and authUser. The getUser function is collecting the user, who entered his or her email or username in the username field, from the fe_users...
http://blog.thedigitals.pl/en/use-email-address-as-username/ 28-03-09 Score: 0,56 14 %
... int if set, memcache is cleared when backend user click clear cache setPageCacheTimeout OverrideAllTypoSettings int if you enable this option, you can override all expires time from your user_int extension, fg if you have page with four extensions and each extension calls static function: if (method_exists('tx_evo_nginx_boost', 'setPageCacheTimeout') tx_evo_nginx_boost::setPageCacheTimeout($timeout);...
http://blog.thedigitals.pl/en/how-to-boostspeed-up-your-typo3-website-with-nginx/ 21-03-09 Score: 0,47 12 %
###SPINNER###