From rene at bing-in-sayn.de Wed Oct 1 23:08:06 2008 From: rene at bing-in-sayn.de (=?ISO-8859-1?Q?Ren=E9_Bing?=) Date: Wed, 01 Oct 2008 23:08:06 +0200 Subject: [TYPO3-ttnews] datetoarchive when two contenelements on 1 page In-Reply-To: References: Message-ID: Hi Oliver, i have the same problem like Eef. unfortunately i don't understand your instructions =/ is it possible to get this working with conditions like that? [globalVar = TSFE:tt_content|uid = 37] plugin.tt_news.datetimeDaysToArchive = 3 [else] plugin.tt_news.datetimeDaysToArchive = 0 [end] regards Ren? Oliver Rowlands schrieb: > Hi Eef, > > The only way you will be able to achieve this is by modifying tt_news. > > Since the date to archive configuration settings are set in TS it is not > possible to target a specific plugin when more than one plugin is > present on any given page. > > You will need to modify the 'flexform_ds.xml' to include the > 'datetimeDaysToArchive' as one of the plugin settings then modify > 'class.tx_ttnews.php' to override the TS value. > > Best regards, > > Oliver > > H.E.Weenink | Aristo WebDesign wrote: >> Hello, >> I have two plugins on 1 page. And they should have different >> datetoarchive. I know how to do this with templates if on 2 pages, but >> how to get this done if both are on 1 page, using templavoila? >> Regards, Eef > > From maaboo at gmail.com Thu Oct 2 11:28:59 2008 From: maaboo at gmail.com (maaboo) Date: Thu, 2 Oct 2008 13:28:59 +0400 Subject: [TYPO3-ttnews] tt_news element wrap [newbie] Message-ID: Hi! Please tell me how to wrap the whole element: 11 < plugin.tt_news 11 { _LOCAL_LANG.ru.latestHeader = Title pid_list = 43 } ? I think it can be solved by adding: displayLatest.general_stdWrap =
|
into {} but it doesn't work. I need to wrap every element in its own class. -- with respect, MaaBoo ICQ UIN: 22694713 From maaboo at gmail.com Thu Oct 2 11:36:31 2008 From: maaboo at gmail.com (maaboo) Date: Thu, 2 Oct 2008 13:36:31 +0400 Subject: [TYPO3-ttnews] disable 'title' attribute in whole news element [newbie] Message-ID: Hi! How can i disable generating 'title' element for the whole news element? Now i have:

Very Very Very Long Title Attribute!

Well ...

i want:

Very Very Very Long Title Attribute!

Well ...

Thanks. -- with respect, MaaBoo ICQ UIN: 22694713 From michael.miousse at infoglobe.ca Thu Oct 2 15:42:12 2008 From: michael.miousse at infoglobe.ca (Michael Miousse) Date: Thu, 02 Oct 2008 09:42:12 -0400 Subject: [TYPO3-ttnews] tt_news element wrap [newbie] References: Message-ID: maaboo wrote: > Hi! Please tell me how to wrap the whole element: > > 11 < plugin.tt_news > 11 { > _LOCAL_LANG.ru.latestHeader = Title > pid_list = 43 > } > > ? > I think it can be solved by adding: > > displayLatest.general_stdWrap =
|
> > into {} > > but it doesn't work. I need to wrap every element in its own class. > its not displayLatest.general_stdWrap =
|
it is 11.general_stdWrap =
|
or plugin.tt_news.general_stdWrap here is a hint when you have typoscript problem with an object like tt_news, try to inspect your tt_news element with the typoscript object browser ( web->template and selectbox typoscript object browser). That way you can see what typoscript exist for tt_news (that is true for any extension that uses typoscript) best regards -- Michael Miousse Infoglobe michael.miousse at infoglobe.ca From michael.miousse at infoglobe.ca Thu Oct 2 15:48:49 2008 From: michael.miousse at infoglobe.ca (Michael Miousse) Date: Thu, 02 Oct 2008 09:48:49 -0400 Subject: [TYPO3-ttnews] tt_news element wrap [newbie] References: Message-ID: Michael Miousse wrote: > maaboo wrote: > >> Hi! Please tell me how to wrap the whole element: >> >> 11 < plugin.tt_news >> 11 { >> _LOCAL_LANG.ru.latestHeader = Title >> pid_list = 43 >> } >> >> ? >> I think it can be solved by adding: >> >> displayLatest.general_stdWrap =
|
>> >> into {} >> >> but it doesn't work. I need to wrap every element in its own class. >> > > its not displayLatest.general_stdWrap =
|
> > > it is 11.general_stdWrap =
|
forgot the .wrap 11.general_stdWrap.wrap =
|
> > or plugin.tt_news.general_stdWrap > > > here is a hint > > when you have typoscript problem with an object like tt_news, try to > inspect your tt_news element with the typoscript object browser ( > web->template and selectbox typoscript object browser). That way you can > see what typoscript exist for tt_news (that is true for any extension that > uses typoscript) > > best regards -- Michael Miousse Infoglobe michael.miousse at infoglobe.ca From maaboo at gmail.com Thu Oct 2 15:52:09 2008 From: maaboo at gmail.com (maaboo) Date: Thu, 2 Oct 2008 17:52:09 +0400 Subject: [TYPO3-ttnews] tt_news element wrap [newbie] In-Reply-To: References: Message-ID: thanks! I got advice with other way - use different templates and include tags into templates, but i think that is not... beautiful. You gave me a great hint! :-) 2008/10/2 Michael Miousse > maaboo wrote: > > > Hi! Please tell me how to wrap the whole element: > > > > 11 < plugin.tt_news > > 11 { > > _LOCAL_LANG.ru.latestHeader = Title > > pid_list = 43 > > } > > > > ? > > I think it can be solved by adding: > > > > displayLatest.general_stdWrap =
|
> > > > into {} > > > > but it doesn't work. I need to wrap every element in its own class. > > > > its not displayLatest.general_stdWrap =
|
> > it is 11.general_stdWrap =
|
> > or plugin.tt_news.general_stdWrap > > > here is a hint > > when you have typoscript problem with an object like tt_news, try to > inspect > your tt_news element with the typoscript object browser ( web->template and > selectbox typoscript object browser). That way you can see what typoscript > exist for tt_news (that is true for any extension that uses typoscript) > > best regards > -- > Michael Miousse > Infoglobe > michael.miousse at infoglobe.ca > -- with respect, Grigory ICQ UIN: 22694713 From michael.miousse at infoglobe.ca Thu Oct 2 16:05:33 2008 From: michael.miousse at infoglobe.ca (Michael Miousse) Date: Thu, 02 Oct 2008 10:05:33 -0400 Subject: [TYPO3-ttnews] tt_news element wrap [newbie] References: Message-ID: maaboo wrote: > thanks! > > I got advice with other way - use different templates and include tags > into templates, but i think that is not... beautiful. inserting tag in the template is the right way because i'v just realize that general_stdwrap is not meant to wrap the plugin > > You gave me a great hint! :-) > > 2008/10/2 Michael Miousse > >> maaboo wrote: >> >> > Hi! Please tell me how to wrap the whole element: >> > >> > 11 < plugin.tt_news >> > 11 { >> > _LOCAL_LANG.ru.latestHeader = Title >> > pid_list = 43 >> > } >> > >> > ? >> > I think it can be solved by adding: >> > >> > displayLatest.general_stdWrap =
|
>> > >> > into {} >> > >> > but it doesn't work. I need to wrap every element in its own class. >> > >> >> its not displayLatest.general_stdWrap =
|
>> >> it is 11.general_stdWrap =
|
>> >> or plugin.tt_news.general_stdWrap >> >> >> here is a hint >> >> when you have typoscript problem with an object like tt_news, try to >> inspect >> your tt_news element with the typoscript object browser ( web->template >> and selectbox typoscript object browser). That way you can see what >> typoscript exist for tt_news (that is true for any extension that uses >> typoscript) >> >> best regards >> -- >> Michael Miousse >> Infoglobe >> michael.miousse at infoglobe.ca >> > -- Michael Miousse Infoglobe michael.miousse at infoglobe.ca From maaboo at gmail.com Thu Oct 2 16:19:00 2008 From: maaboo at gmail.com (maaboo) Date: Thu, 2 Oct 2008 18:19:00 +0400 Subject: [TYPO3-ttnews] tt_news element wrap [newbie] In-Reply-To: References: Message-ID: But inserting tag into template is not right way from the point of view of TYPO3 (IMHO), these operations MUST BE done via TypoScript. I hope that developers of tt_news will see my post. There must be monotony in working with content - if we do it via TS - so let's do ALL via TS, else - via templates. :-) 2008/10/2 Michael Miousse > maaboo wrote: > > > thanks! > > > > I got advice with other way - use different templates and include tags > > into templates, but i think that is not... beautiful. > > inserting tag in the template is the right way because i'v just realize > that > general_stdwrap is not meant to wrap the plugin > > > > > > You gave me a great hint! :-) > > > > 2008/10/2 Michael Miousse > > > >> maaboo wrote: > >> > >> > Hi! Please tell me how to wrap the whole element: > >> > > >> > 11 < plugin.tt_news > >> > 11 { > >> > _LOCAL_LANG.ru.latestHeader = Title > >> > pid_list = 43 > >> > } > >> > > >> > ? > >> > I think it can be solved by adding: > >> > > >> > displayLatest.general_stdWrap =
|
> >> > > >> > into {} > >> > > >> > but it doesn't work. I need to wrap every element in its own class. > >> > > >> > >> its not displayLatest.general_stdWrap =
|
> >> > >> it is 11.general_stdWrap =
|
> >> > >> or plugin.tt_news.general_stdWrap > >> > >> > >> here is a hint > >> > >> when you have typoscript problem with an object like tt_news, try to > >> inspect > >> your tt_news element with the typoscript object browser ( web->template > >> and selectbox typoscript object browser). That way you can see what > >> typoscript exist for tt_news (that is true for any extension that uses > >> typoscript) > -- with respect, MaaBoo ICQ UIN: 22694713 From gu-jonss at online.no Thu Oct 2 21:32:14 2008 From: gu-jonss at online.no (Gunnar Jonsson) Date: Thu, 2 Oct 2008 21:32:14 +0200 Subject: [TYPO3-ttnews] AMENU + LIST problem Message-ID: I have an news archive which have run excellent for years. Then I upgraded to the website to TYPO3 4.2.1 and tt_news 2.5.2. I also moved the AMENU plugin from Normal column in BE to Left column in BE. Then I got problem with the connection between AMENU and LIST. The list always displays the latest news regardless what I click on in the AMENU. Then I changed the "Archive setting (for LIST)" = SHOW ARCHIVED and then suddenly the list content suddenly changed depending on what I clicked on in the AMENU. But of course then I did not see the non-archived news. When I set "Archive setting (for LIST)" = don't care or SHOW NON-ARCHIVED, then the clicks in the AMENU does not change the content of the LIST. Is this a bug or is something changed in the newest tt_news ? Or could could someone explain this strange behaviour? Regards, Gunnar Jonsson From steffen at steffen-gebert.de Thu Oct 2 21:34:57 2008 From: steffen at steffen-gebert.de (Steffen Gebert) Date: Thu, 02 Oct 2008 21:34:57 +0200 Subject: [TYPO3-ttnews] disable 'title' attribute in whole news element [newbie] References: Message-ID: Hi "Maboo" You can leave [newbie]-tag out of your post's subjects. Also you were asked to use your real name instead of a synonym. Cheers & thanks "Steffen" From remi.touja at gmail.com Fri Oct 3 16:30:20 2008 From: remi.touja at gmail.com (Remi Touja) Date: Fri, 03 Oct 2008 16:30:20 +0200 Subject: [TYPO3-ttnews] Calling tt_news from another extension In-Reply-To: References: Message-ID: Rens Admiraal a ?crit : > Hi all, > > I've created an extension in which I want to add tt_news. As an example > I've created a
element, in which I want a news list (or other > plugin) to load, and show it's content. > > I thought I could do this with the following code: > > > $tt_news = t3lib_div::makeInstance('tx_ttnews'); > $div .= $tt_news->main_news($content, $conf); > > But, this doesn't work. > > Does anybody know how I can do this? > > > Greetz, > Rens It's an all subject without answer, so i answer. You can use this php code to insert tt_news (or any extension) in an other extension $fieldConf = array( 'code.' => '', 'code' => 'LIST', 'pid_list' => 4, 'singlePid' => 19, 'templateFile' => 'fileadmin/templates/extensions/tt_news/default.html', ); $div = $this->cObj->cObjGetSingle('< plugin.tt_news',$fieldConf); I've a question too, how can i just show news by selecting uids ? Thanks From nicolas at ranlogic.com Fri Oct 3 16:35:00 2008 From: nicolas at ranlogic.com (Nicolas Cohen) Date: Fri, 03 Oct 2008 11:35:00 -0300 Subject: [TYPO3-ttnews] How to keep HTML formatting in subheader when copying content from body in LATEST In-Reply-To: References: Message-ID: i'm sorry to repeat this question, but i still haven't been able to find a solution. This is something that worked in the previous tt_news / typo3 version (4.1.5/2.5.0) but changed behaviour in 4.2.1/2.5.1 regards, n Nicolas Cohen wrote: > I have a typo3 installation running since april 2007 at www.global-art.com > > The websites has an event agenda that uses tt_news > Each day is a separate tt_news article with information for the whole day. > > A "Latest" list in the sidebar shows the latest article, with the > subheader cropped to 1000 characters. The subheader content is > automatically copied from article body. > > Until a week ago i was running Typo3 4.1.5 with tt_news 2.5.0 and this > worked ok. I had an issue between the BE and Firefox 3 and decided to > upgrade. Recommended steps included upgrading all FE plugins, so i did so. > > Everything went ok, except that now subheader don't have HTML formatting > when copied from body. > > > this is the relevant part of my tt_news conf > > #tt_news > > //clear subheader Wrap for Single and Latest view > plugin.tt_news.displayLatest.subheader_stdWrap.wrap = | > plugin.tt_news.displaySingle.subheader_stdWrap.wrap = | > > //clear general wrap > plugin.tt_news.general_stdWrap > > > // Now it is necessary to set the parseFunc for the RTE field: > plugin.tt_news.displaySingle.content_stdWrap.parseFunc < lib.parseFunc_RTE > > # i added this line after updating, but got no effect > plugin.tt_news.displayLatest.subheader_stdWrap.parseFunc < > lib.parseFunc_RTE From maaboo at gmail.com Fri Oct 3 17:27:30 2008 From: maaboo at gmail.com (maaboo) Date: Fri, 3 Oct 2008 19:27:30 +0400 Subject: [TYPO3-ttnews] disable 'title' attribute in whole news element [newbie] In-Reply-To: References: Message-ID: Sorry, permanently fixed. So - what? I wrote linkTitleField > but it remove only title in quotes, so i get: title="" But it will be cool to remove the whole tag generation. 2008/10/2 Steffen Gebert > Hi "Maboo" > > You can leave [newbie]-tag out of your post's subjects. > Also you were asked to use your real name instead of a synonym. > > Cheers & thanks > "Steffen" > -- with respect, Grigory ICQ UIN: 22694713 From michael.miousse at infoglobe.ca Fri Oct 3 22:47:42 2008 From: michael.miousse at infoglobe.ca (Michael Miousse) Date: Fri, 03 Oct 2008 16:47:42 -0400 Subject: [TYPO3-ttnews] Calling tt_news from another extension References: Message-ID: Remi Touja wrote: > Rens Admiraal a ?crit : >> Hi all, >> >> I've created an extension in which I want to add tt_news. As an example >> I've created a
element, in which I want a news list (or other >> plugin) to load, and show it's content. >> >> I thought I could do this with the following code: >> >> >> $tt_news = t3lib_div::makeInstance('tx_ttnews'); >> $div .= $tt_news->main_news($content, $conf); >> >> But, this doesn't work. >> >> Does anybody know how I can do this? >> >> >> Greetz, >> Rens > > It's an all subject without answer, so i answer. > > You can use this php code to insert tt_news (or any extension) in an > other extension > > $fieldConf = array( > 'code.' => '', > 'code' => 'LIST', > 'pid_list' => 4, > 'singlePid' => 19, > 'templateFile' => 'fileadmin/templates/extensions/tt_news/default.html', > ); > $div = $this->cObj->cObjGetSingle('< plugin.tt_news',$fieldConf); > > > I've a question too, how can i just show news by selecting uids ? Thanks With insertRecord element? -- Michael Miousse Infoglobe michael.miousse at infoglobe.ca From dmitry at typo3.org Sun Oct 5 21:32:00 2008 From: dmitry at typo3.org (Dmitry Dulepov) Date: Sun, 05 Oct 2008 22:32:00 +0300 Subject: [TYPO3-ttnews] Calling tt_news from another extension In-Reply-To: References: Message-ID: Hi! Rens Admiraal wrote: > I've created an extension in which I want to add tt_news. As an example > I've created a
element, in which I want a news list (or other > plugin) to load, and show it's content. > > I thought I could do this with the following code: > > > $tt_news = t3lib_div::makeInstance('tx_ttnews'); > $div .= $tt_news->main_news($content, $conf); > > But, this doesn't work. > > Does anybody know how I can do this? $cObj = t3lib_div::makeInstance('tslib_cObj'); $content = $cObj->cObjGetSingle('USER', $GLOBALS['TSFE']->tmpl->setup['plugin.']['tt_news.']); This is how it would be normally called. -- Dmitry Dulepov TYPO3 Core team My TYPO3 book: http://www.packtpub.com/typo3-extension-development/book In the blog: http://typo3bloke.net/post-details/duplicate_content_with_realurl/ From jeroen at roquin.nl Tue Oct 7 12:21:39 2008 From: jeroen at roquin.nl (Jeroen Visser | ROQUIN E-Solutions) Date: Tue, 07 Oct 2008 12:21:39 +0200 Subject: [TYPO3-ttnews] Preview hidden articles Message-ID: Hello, I need to preview hidden articles from the backend after clicking 'save and show'. Being admin it works. Changing the login to editor I get the message like "no news_id inserted". Can someone tell which rights to set so my editor can preview hidden articles? Thanks in advance. ps: my TSconfig: tx_ttnews.singlePid = 88 -- Kind regards, Jeroen Visser From dpacholczyk at gmail.com Tue Oct 7 22:48:56 2008 From: dpacholczyk at gmail.com (Dawid Pacholczyk) Date: Tue, 07 Oct 2008 22:48:56 +0200 Subject: [TYPO3-ttnews] (bez tematu) Message-ID: From webmaster at llgc.org.uk Wed Oct 8 11:24:52 2008 From: webmaster at llgc.org.uk (Sara Weale) Date: Wed, 08 Oct 2008 10:24:52 +0100 Subject: [TYPO3-ttnews] Listing tt_news records by year Message-ID: Hello! I am trying to archive news items by year. I'd like to be able to restrict the records that appear on a certain page (LIST) to be restricted by year so I can have a structure such as: - news (non-archived) -2007 (archived items with an archive date of 2007 displayed as a LIST) Is this possible using TS in the extension template for this page or do I need to create a new category for that year, assign it to those records and use that as the filter? I have tried plugin.tt_news.year = 2007 in the page template but this does nothing. Thanks, Sara Sara Weale Rheolwr y We / Web Manager Llyfrgell Genedlaethol Cymru National Library of Wales Aberystwyth Ceredigion SY23 3BU Ff?n/Phone: 01970 632845 Ebost/Email: webmaster at llgc.org.uk http://www.llgc.org.uk/ Nid yw'r neges yma o reidrwydd yn adlewyrchu barn y Llyfrgell. This message does not necessarily reflect the opinion of the Library. From maaboo at gmail.com Wed Oct 8 12:48:39 2008 From: maaboo at gmail.com (maaboo) Date: Wed, 8 Oct 2008 14:48:39 +0400 Subject: [TYPO3-ttnews] working with today news Message-ID: Hi! How i can list news all except today? I think like this: lib.news = COA lib.news { 10 < tt_news 10.table = tt_news 10.select { where = crdate= ??? NOT LIKE ??? } if it's right - what should i need write instead of ??? How i can count today's news? May be with value { numRows { table = tt_news } construction? What should be written? Thanks. -- with respect, Grigory ICQ UIN: 22694713 From gu-jonss at online.no Sun Oct 12 19:26:05 2008 From: gu-jonss at online.no (Gunnar Jonsson) Date: Sun, 12 Oct 2008 19:26:05 +0200 Subject: [TYPO3-ttnews] AMENU + LIST problem In-Reply-To: References: Message-ID: When I am running this archivepage with adminpanel, I get the following error messages. Could that have anything with the problem to get the correct news items, when clicking in the Amenu times? Warning: end() [function.end]: Passed variable is not an array or object in /hsphere/local/home/solregne/solregnet.net/t3lib/class.t3lib_timetrack.php on line 312 Warning: implode() [function.implode]: Invalid arguments passed in /hsphere/local/home/solregne/solregnet.net/t3lib/class.t3lib_timetrack.php on line 312 Regards, Gunnar Jonsson "Gunnar Jonsson" skrev i melding news:mailman.1.1222975941.16614.typo3-project-tt-news at lists.netfielders.de... >I have an news archive which have run excellent for years. Then I upgraded >to the website to TYPO3 4.2.1 and tt_news 2.5.2. I also moved the AMENU >plugin from Normal column in BE to Left column in BE. Then I got problem >with the connection between AMENU and LIST. The list always displays the >latest news regardless what I click on in the AMENU. Then I changed the >"Archive setting (for LIST)" = SHOW ARCHIVED and then suddenly the list >content suddenly changed depending on what I clicked on in the AMENU. But >of course then I did not see the non-archived news. When I set "Archive >setting (for LIST)" = don't care or SHOW NON-ARCHIVED, then the clicks in >the AMENU does not change the content of the LIST. > > Is this a bug or is something changed in the newest tt_news ? Or could > could someone explain this strange behaviour? > > Regards, > Gunnar Jonsson From blueduck at gmx.net Mon Oct 13 20:04:07 2008 From: blueduck at gmx.net (Stefano Kowalke) Date: Mon, 13 Oct 2008 20:04:07 +0200 Subject: [TYPO3-ttnews] Customizing image storage folder Message-ID: Hey, i want to customize the folder were tt_news stores all the images (categories, article). In some extension i can do this with teh extmanager, but not in tt_news. After a look in the files, i saw that the folders are hardcoded. Is changing the code the only way? Stefano -- Seit?dem?1.1.2008?werden?Daten?zu?jeder?E-Mail?verdachtsunabh?ngig?gespeichert!? Weitere?Informationen: www.vorratsdatenspeicherung.de GPG-ID: 0x2B08936D Key-Fingerprint: 7F31 BCF0 70C0 B3B1 1235 07E9 1777 D7A0 2B08 936D From bmx269 at gmail.com Fri Oct 17 19:19:13 2008 From: bmx269 at gmail.com (Trent Stromkins) Date: Fri, 17 Oct 2008 10:19:13 -0700 Subject: [TYPO3-ttnews] Distribute images throughout article text References: Message-ID: Thank You!!!! This worked great for me. I was having issues with the timtab blog ext / RTE ttnews, as when I would add images to my post via the image button, after save, they would be stripped from the code. I can not thank you enough. Now for my next challenge, making the news display the whole post in the news list, instead of just a few lines. None the less, I am a happy man today. :) -Trent On 2007-03-03 05:22:38 -0800, Oliver Rowlands said: > Hi Denyer, > > A work around would be to allow images to be inserted into the text RTE > field, this would allow your editors to place the images wherever they > want. This can be achieved by adding the following TSconfig to the page > or sys-folder which contains your tt_news entries ('Edit page > properties' > 'TSconfig'): > > RTE.default { > ## Enable the image button > showButtons := addToList(image) > > ## Tags allowed outside p & div > ## Adding img tag to the default list > proc.allowTagsOutside := addToList(img) > > ## Do not remove img tags > proc.entryHTMLparser_db.tags.img > > } > RTE.default.FE.showButtons < RTE.default.showButtons > RTE.default.FE.proc.allowTagsOutside < RTE.default.proc.allowTagsOutside > RTE.default.FE.proc.entryHTMLparser_db.tags.img > > > Hope this helps, > > Oliver > > Denyer Ec wrote: >> Hey there, >> >> I've been trying (Without much success) to work out a way to distribute the >> images associated with an article evenly throughout the article body, much >> like articles on BBC news (http://news.bbc.co.uk). >> The intention is to either have images appear at paragraph breaks or after >> subsection headings rather than just point-blank within the bodytext itself >> (Which would have semantic consequences). I am aware that with multiple >> pages one can specify image behaviour, but being able to distribute images >> "evenly" or even through the use of a marker in the article text would be a >> huge bonus. Even having the end user drop ###IMAGE### into their article >> text would be a start, and perhaps even the simplest way to overcome the >> problem. >> >> There appears to be a function you can override to control the image display >> within an article, but I was wondering if anyone has done work on this issue >> previously that could save me a huge amount of time. I'm fairly >> inexperienced with Typo3 and even the smallest things seem to take forever! >> >> Apologies if I've overlooked anything blatantly obvious, I'm tired and >> hassled from trying to overcome another separate issue with the .crop >> feature for frontpage news!! >> >> Kindest regards, >> Denyerec From michael.miousse at infoglobe.ca Tue Oct 21 13:37:09 2008 From: michael.miousse at infoglobe.ca (Michael Miousse) Date: Tue, 21 Oct 2008 07:37:09 -0400 Subject: [TYPO3-ttnews] Author field suggestion Message-ID: hi list, Some of my clients made me realize that the author field in tt_news is kind of not very friendly. So i when created extensions for them most of the time i add a little modification to their tt_news. I replace the field author and author_email by a mm_relation with tt_address. here is my tough would it be nice to add this functionality in tt_news? it could be optional(ext_conf_template.txt) and would depend on tt_address. if you think its a good idea i could make a patch and submit it cheers -- Michael Miousse Infoglobe michael.miousse at infoglobe.ca From dmitry.dulepov at gmail.com Tue Oct 21 14:39:44 2008 From: dmitry.dulepov at gmail.com (Dmitry Dulepov) Date: Tue, 21 Oct 2008 15:39:44 +0300 Subject: [TYPO3-ttnews] Author field suggestion In-Reply-To: References: Message-ID: Hi! Michael Miousse wrote: > Some of my clients made me realize that the author field in tt_news is kind > of not very friendly. So i when created extensions for them most of the > time i add a little modification to their tt_news. I replace the field > author and author_email by a mm_relation with tt_address. > > here is my tough would it be nice to add this functionality in tt_news? it > could be optional(ext_conf_template.txt) and would depend on tt_address. > > if you think its a good idea i could make a patch and submit it Why to tt_address? Isn't it more logical to use FE or BE user records? -- Dmitry Dulepov My TYPO3 book: http://www.packtpub.com/typo3-extension-development/book In the blog: http://typo3bloke.net/post-details/get_typo3_coding_guidelines_here/ From mail-spam at ringerge.org Tue Oct 21 16:12:55 2008 From: mail-spam at ringerge.org (Georg Ringer) Date: Tue, 21 Oct 2008 16:12:55 +0200 Subject: [TYPO3-ttnews] Author field suggestion In-Reply-To: References: Message-ID: Michael Miousse wrote: > if you think its a good idea i could make a patch and submit it -1 ! make an extension for it but don't change tt_news here! The field can be used for many things and sometimes an input field is better! georg From soren.malling at gmail.com Tue Oct 21 16:24:53 2008 From: soren.malling at gmail.com (=?ISO-8859-1?Q?S=F8ren_Malling?=) Date: Tue, 21 Oct 2008 16:24:53 +0200 Subject: [TYPO3-ttnews] Author field suggestion In-Reply-To: References: Message-ID: > -1 ! > make an extension for it but don't change tt_news here! The field can be > used for many things and sometimes an input field is better! Agree! Create the extension and make it avaliable - we might not all have the same way of using extensions as you and you're clients - we are all different users. Isn't that beautiful :-P Regards, S?ren From michael.miousse at infoglobe.ca Tue Oct 21 17:51:53 2008 From: michael.miousse at infoglobe.ca (Michael Miousse) Date: Tue, 21 Oct 2008 11:51:53 -0400 Subject: [TYPO3-ttnews] Author field suggestion References: Message-ID: Dmitry Dulepov wrote: > Hi! > > Michael Miousse wrote: >> Some of my clients made me realize that the author field in tt_news is >> kind of not very friendly. So i when created extensions for them most of >> the >> time i add a little modification to their tt_news. I replace the field >> author and author_email by a mm_relation with tt_address. >> >> here is my tough would it be nice to add this functionality in tt_news? >> it could be optional(ext_conf_template.txt) and would depend on >> tt_address. >> >> if you think its a good idea i could make a patch and submit it > > Why to tt_address? Isn't it more logical to use FE or BE user records? > Author are not always users but it could be generic, it could use any table you wish but fe by default. -- Michael Miousse Infoglobe michael.miousse at infoglobe.ca From ernst at cron-it.de Tue Oct 21 17:53:45 2008 From: ernst at cron-it.de (Ernesto Baschny [cron IT]) Date: Tue, 21 Oct 2008 17:53:45 +0200 Subject: [TYPO3-ttnews] Author field suggestion In-Reply-To: References: Message-ID: Michael Miousse wrote: on 21.10.2008 13:37: > Some of my clients made me realize that the author field in tt_news is kind > of not very friendly. So i when created extensions for them most of the > time i add a little modification to their tt_news. I replace the field > author and author_email by a mm_relation with tt_address. > > here is my tough would it be nice to add this functionality in tt_news? it > could be optional(ext_conf_template.txt) and would depend on tt_address. > > if you think its a good idea i could make a patch and submit it There is already an extension that does that, it is even from the tt_news author (Rupi): news_author_rel - "extends tt_news by the possibility to relate the author from any table." It comes with pre-sets for linking to tt_address, be_users or fe_users, just choose it in the Ext.Manager after installing. Works like a charm! Cheers, Ernesto From michael.miousse at infoglobe.ca Tue Oct 21 18:07:30 2008 From: michael.miousse at infoglobe.ca (Michael Miousse) Date: Tue, 21 Oct 2008 12:07:30 -0400 Subject: [TYPO3-ttnews] Author field suggestion References: Message-ID: Dmitry Dulepov wrote: > Hi! > > Michael Miousse wrote: >> Some of my clients made me realize that the author field in tt_news is >> kind of not very friendly. So i when created extensions for them most of >> the >> time i add a little modification to their tt_news. I replace the field >> author and author_email by a mm_relation with tt_address. >> >> here is my tough would it be nice to add this functionality in tt_news? >> it could be optional(ext_conf_template.txt) and would depend on >> tt_address. >> >> if you think its a good idea i could make a patch and submit it > > Why to tt_address? Isn't it more logical to use FE or BE user records? > The base idea of this is to render author as an object to clear database of any redundant information like OOP suggest. It could use inline and could offer the possibility to store more information about the author -- Michael Miousse Infoglobe michael.miousse at infoglobe.ca From markusbucher at gmx.de Wed Oct 22 11:47:48 2008 From: markusbucher at gmx.de (Markus Bucher) Date: Wed, 22 Oct 2008 11:47:48 +0200 Subject: [TYPO3-ttnews] Feature Request (?): Using cat_description in frontend Message-ID: Hi, I know that the field description in category-content-elements is displayed as tooltip in cat_menu. I would like to use this (or another available field) to display a describing text in LIST-View when choosing a subcategory. As I can see, this field is rendered in class.tx_ttnews_catmenu.php. Is it possible yet to display this field somewhere else? Should I post a feature-request for this? Cheers, Markus From vsbies at wp.pl Thu Oct 30 09:10:36 2008 From: vsbies at wp.pl (Marcus 'biesior' Biesioroff) Date: Thu, 30 Oct 2008 09:10:36 +0100 Subject: [TYPO3-ttnews] having the category inside RealURL In-Reply-To: References: Message-ID: Markus Bucher pisze: > Hi there, > > is there a way to insert the name of the category and the subcategory of > a tt_news-Record inside the URL? Yes, of course, there is a sample RealUrl config on the TYPO3 site which is including (also) almost whole tt_news: http://news.typo3.org/about/realurl-configuration/