|
|||||||
| Registrieren | Hilfe | Benutzerliste | Kalender | Suchen | Heutige Beiträge | Alle Foren als gelesen markieren |
|
#1
|
|||
|
|||
|
Heya,
when I will delete a page-element by clicking the "Unlink element" it's not realy deleted - it's only unlinked (the label says it, yes.) - the element will not shown at the page - okay fine. But, with a select of a coloumn the unlinked elements will shown , because I cannot figure out in what way they are different. I looked into the table "tt_content" and compare to elements of one page - one normal the other one unlinked - it's look like there is no field in this table with this information. Where can I see if an element is unlinked or not? Thanx and best regards, Lee _______________________________________________ TYPO3-project-templavoila mailing list TYPO3-project-templavoila (AT) lists...netfielders.de http://lists.netfielders.de/cgi-bin/...ct-templavoila |
|
#2
|
|||
|
|||
|
Hi Lee,
check the table "sys_refindex" there you find the information you need. greets Am 15.07.2008 um 11:29 schrieb lee perry: > Heya, > > when I will delete a page-element by clicking the "Unlink element" > it's > not realy deleted - it's only unlinked (the label says it, yes.) - the > element will not shown at the page - okay fine. But, with a select > of a > coloumn the unlinked elements will shown , because I cannot figure out > in what way they are different. > > I looked into the table "tt_content" and compare to elements of one > page > - one normal the other one unlinked - it's look like there is no field > in this table with this information. > > Where can I see if an element is unlinked or not? > > > Thanx and best regards, > Lee > _______________________________________________ > TYPO3-project-templavoila mailing list > TYPO3-project-templavoila (AT) lists...netfielders.de > http://lists.netfielders.de/cgi-bin/...typo3-project- > templavoila _______________________________________________ TYPO3-project-templavoila mailing list TYPO3-project-templavoila (AT) lists...netfielders.de http://lists.netfielders.de/cgi-bin/...ct-templavoila |
|
#3
|
|||
|
|||
|
Hi!
lee perry wrote: > when I will delete a page-element by clicking the "Unlink element" it's > not realy deleted - it's only unlinked (the label says it, yes.) - the > element will not shown at the page - okay fine. But, with a select of a > coloumn the unlinked elements will shown , because I cannot figure out > in what way they are different. > > I looked into the table "tt_content" and compare to elements of one page > - one normal the other one unlinked - it's look like there is no field > in this table with this information. > > Where can I see if an element is unlinked or not? List of used elements is stored in the field named tx_templavoila_flex in the "pages" table. Unlinked elements are not deleted, they just removed from TV content field. -- Dmitry Dulepov TYPO3 Core team More about TYPO3: http://typo3bloke.net/ Subscribe: http://typo3bloke.net/rss.xml _______________________________________________ TYPO3-project-templavoila mailing list TYPO3-project-templavoila (AT) lists...netfielders.de http://lists.netfielders.de/cgi-bin/...ct-templavoila |
|
#4
|
|||
|
|||
|
Hi Norbert,
in this table I cannot see, if the element is linked or unlinked - both test elements (one linked the other unlinked) were listed in this table without any information about the linking. Thanx > check the table "sys_refindex" there you find the information you need. > greets > > >> >> Where can I see if an element is unlinked or not? >> _______________________________________________ TYPO3-project-templavoila mailing list TYPO3-project-templavoila (AT) lists...netfielders.de http://lists.netfielders.de/cgi-bin/...ct-templavoila |
|
#5
|
|||
|
|||
|
Hi Dmitry,
>> >> Where can I see if an element is unlinked or not? > > List of used elements is stored in the field named tx_templavoila_flex > in the "pages" table. > okay any idea how to query this information, when I'm using a CONTENT-element with a select of tt_content.colPos? Thanx, Lee _______________________________________________ TYPO3-project-templavoila mailing list TYPO3-project-templavoila (AT) lists...netfielders.de http://lists.netfielders.de/cgi-bin/...ct-templavoila |
|
#6
|
|||
|
|||
|
Sorry lee,
was to fast, didn't checked it. my answer is wrong. check the one from dimitry. greets Am 15.07.2008 um 11:49 schrieb lee perry: > Hi Norbert, > > in this table I cannot see, if the element is linked or unlinked - > both > test elements (one linked the other unlinked) were listed in this > table > without any information about the linking. _______________________________________________ TYPO3-project-templavoila mailing list TYPO3-project-templavoila (AT) lists...netfielders.de http://lists.netfielders.de/cgi-bin/...ct-templavoila |
|
#7
|
|||
|
|||
|
Hi!
lee perry wrote: > okay any idea how to query this information, when I'm using a > CONTENT-element with a select of tt_content.colPos? There is no way Sorry.-- Dmitry Dulepov TYPO3 Core team More about TYPO3: http://typo3bloke.net/ Subscribe: http://typo3bloke.net/rss.xml _______________________________________________ TYPO3-project-templavoila mailing list TYPO3-project-templavoila (AT) lists...netfielders.de http://lists.netfielders.de/cgi-bin/...ct-templavoila |
|
#8
|
|||
|
|||
|
Hi Dmitry,
>> okay any idea how to query this information, when I'm using a >> CONTENT-element with a select of tt_content.colPos? > > There is no way Sorry.Oh, that's a great pity. Maybe it would make sense, when this information would be stored in a (new) column of the tt_content-table as a property of the element: Unlinked or Not Unlinked? - That's the question! ... Anyway, so long I have to teach the editors to delete the unlinked items finally in some cases. Thanx Dmitry for the information. Greetings, Lee _______________________________________________ TYPO3-project-templavoila mailing list TYPO3-project-templavoila (AT) lists...netfielders.de http://lists.netfielders.de/cgi-bin/...ct-templavoila |
|
#9
|
|||
|
|||
|
On Tue, 15 Jul 2008 13:16:38 +0200, lee perry <leeperry (AT) slack (DOT) de> wrote:
> Hi Dmitry, > >>> okay any idea how to query this information, when I'm using a >>> CONTENT-element with a select of tt_content.colPos? >> There is no way Sorry.> > Oh, that's a great pity. > > Maybe it would make sense, when this information would be stored in a > (new) column of the tt_content-table as a property of the element: > Unlinked or Not Unlinked? - That's the question! ... > > Anyway, so long I have to teach the editors to delete the unlinked items > finally in some cases. > > Thanx Dmitry for the information. > > Greetings, > Lee I think this would be a good feature! i ran into the same problems as you lee. i have teached my editors. hopefully one day, there is no need for that. greets chris -- Christian Wolff // Berlin http://www.connye.com Latest Projects: http://www.flycall.de | http://www.atr24.de | http://www.titanic.de _______________________________________________ TYPO3-project-templavoila mailing list TYPO3-project-templavoila (AT) lists...netfielders.de http://lists.netfielders.de/cgi-bin/...ct-templavoila |
| Lesezeichen |
| Themen-Optionen | |
| Ansicht | Thema bewerten |
|
|
|
||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| [TYPO3-templavoila] Possible bug when copying elements withsections that contain image/file elements | Simon Tuck | typo3-project-templavoila@lists.netfielders.de | 1 | 17.04.2008 13:29 |
| [TYPO3-templavoila] How to map multible unused content elements(non-used elements) | Anders Tillebeck | typo3-project-templavoila@lists.netfielders.de | 1 | 02.04.2008 09:14 |
| [TYPO3-templavoila] not mapped fields get not shown in page module | Stephan Petzl | typo3-project-templavoila@lists.netfielders.de | 8 | 26.07.2007 15:40 |
| [TYPO3-dev] direct_mail : no categories shown in content elements | hard.one - mphanke | typo3-dev@lists.netfielders.de | 0 | 27.01.2007 21:24 |
| [TYPO3-templavoila] Select a type of rendering | Bartosz Aninowski | typo3-project-templavoila@lists.netfielders.de | 2 | 14.12.2006 20:34 |