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

...Knorr Nudle has selected the loudest students' dormitory in Poland! On behalf of Knorr Nudle, we have organized a contest for the most musical and party-loving student's dormitory in Poland, and the most interesting party experienced by the participants. Anyone who liked the Knorr Nudle profile was able to vote for their dormitory or nominate it for the contest. The winning dorm, DS2 from Łódź, is going to receive a...
http://blog.thedigitals.pl/en/knorr-nudle-has-selected-the-loudest-students-dormitory-in-poland/ 31-01-12
... to install  Download the plugin from TER and install. Depending on the selected mode of operation, select one of the configurations from the section below. If you decide to use a standalone installation, edit the typo3_src/index.php file, and add the following code before the...
http://blog.thedigitals.pl/en/nginx-boost-extension/ 14-12-11 Score: 0,37 23 %
... and url repository User manual: After successful installation  new module is available in the left menu in the User Tools section. Available options are: SVN UPDATE - updates the selected folder or file from a remote repository Reverse - reverses the selection of files or folders Add to scheduler - adds a selected file or folder to the scheduler Show versioned...
http://blog.thedigitals.pl/en/new-extension-svnupdater/ 12-02-11
... 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 want to load content with ajax Start with tab # number of tab to be open as default  ###YOUTUBEVIDEO### Typoscript...
http://blog.thedigitals.pl/en/jquery-tabs-for-typo30/ 10-11-09 Score: 1,57 100 %
...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: 0,66 42 %
... can be done, read the typoscript below: //CODE:typoscript: #We set the code as LATEST if the user opens the page without any parameters plugin.tt_news.code > plugin.tt_news.code = LATEST #Select tt_news records from database. temp.ttnewsrec = COA temp.ttnewsrec { 10 = CONTENT 10.table = tt_news 10.select { pidInList = this where = deleted=0 AND hidden=0 orderBy = datetime desc max = 5 } } #We...
http://blog.thedigitals.pl/en/how-to-show-tt-news-records-mounted-in-various-subpages/ 15-04-09 Score: 0,97 62 %
... tx_mmforum_posts tx_mmforum_posts_text tx_mmforum_topics while the next sql query will fuse everything into one view (virtual table). //CODE:php:sql CREATE VIEW `tx_mmforum_mnogoview` AS SELECT tx_mmforum_topics.topic_title AS topic_title,tx_mmforum_topics.uid AS uid, tx_mmforum_posts_text.post_text AS post_text FROM tx_mmforum_posts INNER JOIN tx_mmforum_posts_text ON...
http://blog.thedigitals.pl/en/mnogosearch-engine-with-mm-forum/ 02-04-09 Score: 0,52 33 %
... tx_sv_authbase class with the support for user authentication via “username” or “email” fields from the fe_users table. We are going to start by creating a new basic plug-in in a kickstarter, or by selecting another plug-in that we will use for user authentication. A function for creating a basic service class in inbuilt in the kickstarter. However, to make the process clearer, I omitted this step during the...
http://blog.thedigitals.pl/en/use-email-address-as-username/ 28-03-09
###SPINNER###