... in any way. Requirements PHP 5.X with memcache supportNGINX server (optionally) Screenshots How 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 line...
... 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 check...
... {  NO {  allWrap = |  /  |*||*| |  } } ######GETTING PRODUCT NAME ######## ############################### temp.tvname = CONTENT temp.tvname { table = tx_myshop_items select { pidInList = 56 #pid of tv storage folder selectFields = title #get uid of single record andWhere.data = GPvar:tx_myshop_pi1|product andWhere.wrap = uid=| andWhere.intval = 1 } renderObj = COA  renderObj...
... plugin.tt_news.code > plugin.tt_news.code = LATEST #Budujemy dowolne zapytanie do bazy danych w celu pobrania rekordów. 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 } } #Sprawdzamy czy istnieje parametr tx_ttnews[tt_news] i jeśli tak zmieniamy code na SINGLE i renderujemy rekord....
... pomocą Ajaxa. Rozszerzenie to jest adaptacją rgtabs, którego autorem jest Georg Ringer.  Screenshoty i video Przykład zakładek Konfiguracja wtyczki w BE 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###  Konfiguracja...
... 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...
... 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 (tx_mmforum_posts_text.post_id...
... 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 files  -...
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 is able to connect...
Evo_chained_selector jest rozszerzeniem BE pozwalającym na tworzenie powiązania między rekordami za pomocą tzw "chained selection". Geneza powstania tego rozszerzenia wiąże się z wdrożeniem nad którym ostatnio pracowaliśmy. Strona posiada rozbudowaną bazę aktów prawnych których struktura jest następująca: Akty -> artykuły -> paragrafy i rozdziały -> sekcje Redaktor...
... 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...
... 3306    #ZAPYTANIA DO BAZY    sql_query_pre   = SET NAMES utf8    sql_query = \            SELECT uid,title,price,type,publish_date,author_lastname \            title as tit_search, author_lastname as auth_search            ...
... tx_mmforum_posts_text tx_mmforum_topics a kolejne zapytanie sql połączy nam wszystko w jeden widok (wirtualną tabelę) //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 (tx_mmforum_posts_text.post_id...
Loading