[TYPO3-english] Re: Typo3 Extension: 'Unknown column in field list' error

2017-12-11 Thread Naberd Zendi
somewhere in TCA tx_icingaconfgen_domain_model_checkperiod where this model is mentioned resides a field "edited" maybe you have a typo somewhere and your query becomes faulty that way. ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org

[TYPO3-english] TCA config

2017-12-11 Thread Naberd Zendi
need help to set up relation in TCA have table1 with description, serial have table 2 with name, description, price, serial. default fields are also present like sys_language_uid, uid, pid... so i need to point table2.description to table1.description where table1.serial = table2.serial

[TYPO3-english] Strange bug typolink

2017-10-03 Thread Naberd Zendi
have following snippet: 20 = TEXT 20.typolink.parameter = {$searchPage} 20.typolink.returnLast = url 20.wrap = when i call page without www it gives me search/ in action field when i call it with www it gives me http://domain/search/ in action field baseURL l is https://domain which gives

[TYPO3-english] Re: FE Login Dots

2017-08-08 Thread Naberd Zendi
chrome has autocomplete of the form which is i think in your case. so adding autocomplete="off" to input will solve your problem. so steps to do: copy templates of fe_login in to any dir. add typoscript for fe login plugin to use template from that directory plugin.tx_felogin_pi1 {

[TYPO3-english] Re: Data Transfer from Other CMS into Typo3 CMS

2017-08-08 Thread Naberd Zendi
i think your best bet is to look at https://docs.typo3.org/typo3cms/extensions/external_import/ or write custom script to insert queries in to database. pages pages_language_overlay sys_file tt_content if you can fit your database export in to this tables then you have migrated all your data.

[TYPO3-english] Re: Backend layout No edit access

2017-08-07 Thread Naberd Zendi
wel not sure wth is wrong there, had to modify core file /typo3/sysext/backend/Classes/View/PageLayoutView.php } elseif (isset($columnConfig['colPos']) && $columnConfig['colPos'] !== '' && !GeneralUtility::inList($this->tt_contentConfig['activeCols'],

[TYPO3-english] Re: Re: Reduce amount of queries for megamenu

2017-06-16 Thread Naberd Zendi
well i have made now my script which caches menu based on user group and language now need to find a way how to add option in backend to clear that cache.. ( truncate my table ) ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org

[TYPO3-english] Re: Reduce amount of queries for megamenu

2017-06-16 Thread Naberd Zendi
it's an multilanguage site.. also depending on logged in user some groups have their own pages to which they have acces too. so i can't really cache it. but will try to solve it with some php coding.. ___ TYPO3-english mailing list

[TYPO3-english] Reduce amount of queries for megamenu

2017-06-14 Thread Naberd Zendi
wel i have a megamenu on website. megamenu is written in typoscript: lib.menu = COA lib.menu { 10 = HMENU 10 { 1 = TMENU 1 { noBlur = 1 expAll = 1 NO = 1

[TYPO3-english] Backend layout No edit access

2017-05-05 Thread Naberd Zendi
Have bootstrap core and bootstrap package as wel as grid elements and bootstrap grid elements installed. have removed templates and backend layouts which where coming with bootstrap package. have my own plugin which adds backend layouts. now i have issue when i enter a colPos above 20 i