Russian TYPO3 community Форум больше не используется. Присоединяйтесь к каналу #community-ru в Slack for TYPO3 community  

Вернуться   Russian TYPO3 community > Поиск по форуму

Показано с 1 по 27 из 27.
На поиск затрачено 0.00 сек.
Поиск: Сообщения от: typo27
Раздел: Разработка расширений / TYPO3 extension development 13.05.2009, 22:41
Ответов: 1
Просмотров: 3,736
Автор typo27
Naverno gliuchit typo3 4.3.0 alfa, na typo3...

Naverno gliuchit typo3 4.3.0 alfa,
na typo3 4.2.6 vsio normalno.
Раздел: Разработка расширений / TYPO3 extension development 13.05.2009, 21:10
Ответов: 1
Просмотров: 3,736
Автор typo27
$GLOBALS['TSFE']->additionalHeaderData and caching

Privet,

I am making USER (cached) plugin.
In pi1 php I put some css/js file:


$GLOBALS['TSFE']->additionalHeaderData[$this->extKey]= $some_css_js_files;


When caching page, in head I see
Раздел: Вопросы выбора CMS 02.05.2009, 06:28
Ответов: 50
Просмотров: 43,872
Автор typo27
Privet, some good things (not mentioned yet in...

Privet,
some good things (not mentioned yet in this discussion) for typo3:

*Very rich system configuration - take a look at install tool/all configuration
*export/import page tree, subtree...
Раздел: Мастер-класс 23.08.2008, 01:41
Ответов: 19
Просмотров: 15,708
Автор typo27
So, finally succeeded: ...

So, finally succeeded:


require_once(PATH_t3lib . "class.t3lib_stdgraphic.php");
require_once(PATH_tslib . "class.tslib_gifbuilder.php");...
Раздел: Мастер-класс 22.08.2008, 20:16
Ответов: 19
Просмотров: 15,708
Автор typo27
Thanks, just it seems some guy has succeeded to...

Thanks,
just it seems some guy has succeeded to generate TS image in eID:
http://lists.netfielders.de/pipermail/typo3-dev/2007-June/023952.html
Раздел: Мастер-класс 22.08.2008, 01:36
Ответов: 19
Просмотров: 15,708
Автор typo27
Hello, I am trying to output simple picture in...

Hello,
I am trying to output simple picture in eID.

require_once(PATH_tslib . "class.tslib_content.php");
require_once(PATH_t3lib . "class.t3lib_stdgraphic.php");
...
Раздел: Разработка расширений / TYPO3 extension development 19.06.2008, 21:09
Ответов: 3
Просмотров: 4,162
Автор typo27
multilanguage extension

Privet

I need to make multilanguage extension. Does anybode now tutorial for that? I searched but could not found. Lets say simple extension with list items "car".
There is one field: name. I can...
Раздел: Разработка расширений / TYPO3 extension development 04.06.2008, 16:12
Ответов: 0
Просмотров: 3,941
Автор typo27
Simple question - how to make user login?

Privet,
Does anybody knows how to make user login (having username) to the system.
I know only one way - to make the form with fields: user, pass, logintype and maybe pid, submit the form (via JS)...
Раздел: Разработка расширений / TYPO3 extension development 29.05.2008, 22:55
Ответов: 1
Просмотров: 3,820
Автор typo27
include files from other extension

Hello,
I am developing an extension and want to include file from other extension:

require_once(t3lib_extMgm::extPath('other_extension').'other_file.php');

Unfortunatelly, that doesn't work on...
Раздел: TypoScript практикум 02.04.2008, 14:56
Ответов: 2
Просмотров: 3,411
Автор typo27
Where is page template TS stored?

Where is page template TS stored? In table 'pages'? But I cannot find.
Maybe someone know?

Sposibo
Раздел: Разработка расширений / TYPO3 extension development 01.04.2008, 21:11
Ответов: 1
Просмотров: 3,957
Автор typo27
Flexible content element wthout TV

Is there a way to create flexible content element without templavoila?
Something similar to kb_content where I can put another content elements inside.
Раздел: Разработка расширений / TYPO3 extension development 06.03.2008, 19:06
Ответов: 1
Просмотров: 3,705
Автор typo27
Extend existing tables: tt_content

Privet,
I build a plugin, I need to extend tt_content with new field.
New field appears in all content elements when editing them in backend!
How to make new field to appear only in my plugin?
...
Раздел: TypoScript практикум 06.03.2008, 17:57
Ответов: 1
Просмотров: 3,786
Автор typo27
Templaoila: wrap each content element. How?

Privet,
I have templavoila column for content elements:

10= RECORDS
10.source.current=1
10.tables = tt_content

How to wrap each content element in it lets say with <div...
Раздел: Локализация проекта 03.03.2008, 22:10
Ответов: 1
Просмотров: 3,863
Автор typo27
Found. $all_labels =...

Found.

$all_labels = $GLOBALS['TSFE']->readLLfile("..../any_locallang.xml');
Раздел: Локализация проекта 03.03.2008, 21:54
Ответов: 1
Просмотров: 3,863
Автор typo27
How to get values from locallang file in PHP_SCRIPT, not in plugin?

Privet,
My php code is in file

temp.php = PHP_SCRIPT
temp.php.file = fileadmin/php/file.php

How to get values of some specific locallang file?
Раздел: Разработка расширений / TYPO3 extension development 28.02.2008, 15:12
Ответов: 5
Просмотров: 6,014
Автор typo27
Sposibo, I choosed problematic page, cleared...

Sposibo,
I choosed problematic page, cleared index it it.

But how to reindex it with crawler? Sorry for stupid question :)
I go to web->info->crawler
but there is no items in the Processing...
Раздел: Разработка расширений / TYPO3 extension development 28.02.2008, 13:58
Ответов: 5
Просмотров: 6,014
Автор typo27
Sposibo, one page is indexed 4 times, and when...

Sposibo,
one page is indexed 4 times, and when searching there are 4 identical search results with identical links (links are clear - withouth hash getvar- like index.php?id=1769) - pointing to the...
Раздел: Разработка расширений / TYPO3 extension development 28.02.2008, 13:11
Ответов: 5
Просмотров: 6,014
Автор typo27
indexed search - pages are indexed many times

Some pages are indexed several times, and when the page is found in indexed searching, the page is shown multiple times in search result!

How to get rid of multiple search results of one page?
Раздел: Разработка расширений / TYPO3 extension development 28.02.2008, 03:48
Ответов: 2
Просмотров: 3,993
Автор typo27
I added hidden field <input type=hidden...

I added hidden field
<input type=hidden name='id' value='{$GLOBALS["TSFE"]->id}'>

Now it works

Strange
Раздел: Разработка расширений / TYPO3 extension development 27.02.2008, 19:06
Ответов: 2
Просмотров: 3,993
Автор typo27
Pomogite - method get nirabotaet

i have simple form with method get: action="index.php?id=57"

but after submiting, it goes to index page, not to index.php?id=57

http://www.typo3.as/typo3_customers/martynas2/index.php?id=57
...
Раздел: TypoScript практикум 25.02.2008, 21:41
Ответов: 1
Просмотров: 3,075
Автор typo27
Records.ifEmpty

Privet,

I have templavoila content area, I see in XML for that section:

10= RECORDS
10.source.current=1
10.tables = tt_content
10.wrap = &lt;!--TYPO3SEARCH_begin--&gt; | &lt;!--TYPO3SEARCH_end--&gt;
...
Раздел: TypoScript практикум 19.02.2008, 22:17
Ответов: 3
Просмотров: 3,614
Автор typo27
Thanks void, the problem is not ve_guestbook...

Thanks void,
the problem is not ve_guestbook itself, the problem is ext_typoscript_setup.txt files are not included. In typo3 doc api is written that every loaded extension ext_typoscript_setup.txt...
Раздел: TypoScript практикум 19.02.2008, 15:29
Ответов: 3
Просмотров: 3,614
Автор typo27
Typoscript from extensions is gone

Privet

I look at template analyzer and I see no TS are included from extensions.
Then a lot of problems occur, for example in the page with ve_guestbook error is shown

Warning: Division by...
Раздел: Локализация проекта 06.02.2008, 13:23
Ответов: 1
Просмотров: 4,945
Автор typo27
Backend language

Privet,
how to change backend language?

In backend->users->(chosen user)->default language it is set to english, but backend is still displayed in another language. :confused: How to make...
Раздел: TypoScript практикум 31.01.2008, 13:44
Ответов: 0
Просмотров: 2,987
Автор typo27
Kickstarter - extend existing tables - tt_content

Dlia plugina hochu dopolnitelnyje polia, delaju extend existing tables - tt_content, no dopolnitelnye polia pojavliajetsa v kazdom kontent elemente, a ne tolko v plugine.

Shto zh delat to?
Раздел: TypoScript практикум 30.01.2008, 12:59
Ответов: 4
Просмотров: 4,620
Автор typo27
Spasibo!!! Nashol, tochno v nastroikov: ...

Spasibo!!!
Nashol, tochno v nastroikov:
plugin.tt_news.substitutePagetitle = 1

Ishio ras spasibo! :)
Раздел: TypoScript практикум 30.01.2008, 12:49
Ответов: 4
Просмотров: 4,620
Автор typo27
Ja v gifbuildere pishu tal: 10 = TEXT ...

Ja v gifbuildere pishu tal:

10 = TEXT
10.text.data = page:title

rabotaet prekrasno, krome stranic tt_news single

V stranice gde pomeshcheno tt_news single i frontend polzovatel...
Показано с 1 по 27 из 27.

 
Быстрый переход

Часовой пояс GMT +4, время: 18:20.


Работает на vBulletin® версия 3.8.1.
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Перевод: zCarot

Хостинг и техническая поддержка: TYPO3 Лаборатория