[Typo3] RE: Staging and Workflow

Patrice Bertrand patrice.bertrand at smile.fr
Fri Mar 25 09:16:44 CET 2005


Hello,

I see many of you are eagerly waiting for the true complete workflow of Typo3.  While it's being worked on, those who can't wait may take a look at the smile_workflow extension, which has gone to 'stable' recently.  It is  pretty stable indeed and is already operationnal on two of our sites running Typo3.

And while I'm at it, I wish to recommand the smile_categorization extension, a very precious tool for allowing multiple classification of contents.

Yours sincerely,

Patrice.



-----Message d'origine-----
De : typo3-english-bounces at lists.netfielders.de
[mailto:typo3-english-bounces at lists.netfielders.de]De la part de
typo3-english-request at lists.netfielders.de
Envoyé : mardi 1 mars 2005 11:05
À : typo3-english at lists.netfielders.de
Objet : Typo3-english Digest, Vol 18, Issue 3


Send Typo3-english mailing list submissions to
	typo3-english at lists.netfielders.de

To subscribe or unsubscribe via the World Wide Web, visit
	http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
or, via email, send a message with subject or body 'help' to
	typo3-english-request at lists.netfielders.de

You can reach the person managing the list at
	typo3-english-owner at lists.netfielders.de

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Typo3-english digest..."


Today's Topics:

   1. no news_id given (?) (Iona)
   2. Re: Staging for TYPO3 (Michael Scharkow)
   3. Re: Frontend UserID & Hidden Page (Kraft Bernhard)
   4. Previewing pages in new browser window (Roberts, Emma)
   5. Re: Frontend UserID & Hidden Page (Friedrich Schick)
   6. Re: Using GET variables, need opinions/help. (Kraft Bernhard)
   7. Re: Editing news from the Front End (Michael Scharkow)
   8. Re: Frontend UserID & Hidden Page (Kraft Bernhard)
   9. lastUpdate and wrong/same date (Nino Katic)
  10. (no subject) (David Pratten)
  11. open discussion,	ideas and wishes for new general RDF
      newsfeed (export) extension (franz ripfel)
  12. fastcgi - my tests (Bart Aninowski)
  13. Turn off clear.gif (Rolf C. Torp)


----------------------------------------------------------------------

Message: 1
Date: Tue, 1 Mar 2005 09:58:55 +0100
From: "Iona" <iona at telia.com>
Subject: [Typo3] no news_id given (?)
To: "TYPO3 English" <typo3-english at lists.netfielders.de>
Message-ID:
	<mailman.38.1109667801.22405.typo3-english at lists.netfielders.de>
Content-Type: text/plain;	charset="iso-8859-1"

Good morning, list.
 
Hope you can help me with this one.
I'm struggling with a newer version of tt_news and is confronted by a problem I don't know how to fix.
 
That's when I want to display single news, I only get the message "no news_id given" on the webpage. How come?
Under "Other settings" in the News-plugin, I've located the page at which I want to display the single news (PageId for single news display:)
 
The structure is as follows:
1. The first page, displaying the news as a "list". This works good. But not when I actually want to read "more" about a single news.
2. I have created a separate page at which I want to display the news. I don't have to create a plugin here too, do I?
3. I have a sysFolder in which I store all news. I locate this through "Startingpoint:" under general Settings.
 
So the main problem is: how to display a single news? Why do I only get this message "no news_id given"? I've been working with this for days now, but I can't really find whats missing. Anyone have an idea?
I would be REALLY grateful for your help. This is driving me crazy.
 
Take good care,
sincere
 
Iona

------------------------------

Message: 2
Date: Tue, 01 Mar 2005 09:58:09 +0100
From: Michael Scharkow <mscharkow at gmx.net>
Subject: Re: [Typo3] Staging for TYPO3
To: typo3-english at lists.netfielders.de
Message-ID:
	<mailman.1.1109667733.14245.typo3-english at lists.netfielders.de>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Colin Ross wrote:
> working with TYPO3 at an enterprise level, we aren't trying to fake a
> staging process, but i like your hide/preview ideas...

I don't know how this is "enterprise level" related, but TYPO3 does not 
fake staging. With the built-in mechanism, you publish real static html 
pages. The only problem is that it sucks and scales, um, not at all 
because you have to publish every single page, or at most 1 sublevel 
IIRC. So you cannot publish the whole pagetree at once.

The solutions and workarounds have been discussed here a dozen times, 
httrack/wget works fine if you want real static pages. If your idea of 
staging is workflow related, than the good news is, it's being worked on 
right now, the bad news, no release date yet.

Greetings,
Michael


------------------------------

Message: 3
Date: Tue, 01 Mar 2005 10:01:26 +0100
From: Kraft Bernhard <kraftb at gmx.net>
Subject: Re: [Typo3] Frontend UserID & Hidden Page
To: typo3-english at lists.netfielders.de
Message-ID:
	<mailman.1.1109667827.14634.typo3-english at lists.netfielders.de>
Content-Type: text/plain; charset=ISO-8859-15; format=flowed

Friedrich Schick wrote:
> 1. How do i get the Id of a frontend user or if the user has not logged in

$GLOBALS['TSFE']->fe_user->user contains the database row of the logged in
user (if logged in). If not logged in it simply contains nothing.

So you can check
if ($user_uid = intval($GLOBALS['TSFE']->fe_user->user['uid']) {
	$content .= 'Your are UID '.$user_uid.' and you are logged in !';
}

> 2. How can i check if the frontend user is on a hidden page (well, the 
> vistor, not logged in will see a clear page)

Check
$GLOBALS['TSFE']->page['fe_group']
It will contain -1 For "hide at login"
-2 for "Show at any login"
or the respective usergroup ...


greets,
Bernhard
-- 
Kraft Bernhard
MOKKA Medienagentur <http://www.mokka.at>
T: +43 - 1 - 895 33 33 - 50


------------------------------

Message: 4
Date: Tue, 1 Mar 2005 09:04:24 -0000 
From: "Roberts, Emma" <Emma.Roberts at isd.csa.scot.nhs.uk>
Subject: [Typo3] Previewing pages in new browser window
To: 'TYPO3 English' <typo3-english at lists.netfielders.de>
Message-ID:
	<mailman.39.1109668113.22405.typo3-english at lists.netfielders.de>
Content-Type: text/plain;	charset="ISO-8859-15"

Morning board,
This is probably a daft question with a simple solution but I can't see it!
When I save and view my pages, *sometimes* they open in the same window and
sometimes they open in a new one. Is there some setting I can change to keep
it consistent?  Or something I need to put in the tsconfig somewhere?

Many thanks,

Emma Roberts
_________________________________________________________________ 
NHS National Services Scotland Disclaimer 

The information contained in this message may be confidential or 
legally privileged and is intended for the addressee only. If you have 
received this message in error or there are any problems please notify the 
originator immediately. The unauthorised use, disclosure, copying or 
alteration of this message is strictly forbidden. 
_________________________________________________________________ 



------------------------------

Message: 5
Date: Tue, 01 Mar 2005 10:04:34 +0100
From: Friedrich Schick <Friedrich.Schick at web.de>
Subject: Re: [Typo3] Frontend UserID & Hidden Page
To: TYPO3 English <typo3-english at lists.netfielders.de>
Message-ID:
	<mailman.41.1109668126.22405.typo3-english at lists.netfielders.de>
Content-Type: text/plain; charset=ISO-8859-15; format=flowed

Kraft Bernhard schrieb:

> Friedrich Schick wrote:
>
>> 1. How do i get the Id of a frontend user or if the user has not 
>> logged in
>
>
> $GLOBALS['TSFE']->fe_user->user contains the database row of the 
> logged in
> user (if logged in). If not logged in it simply contains nothing.
>
> So you can check
> if ($user_uid = intval($GLOBALS['TSFE']->fe_user->user['uid']) {
>     $content .= 'Your are UID '.$user_uid.' and you are logged in !';
> }
>
>> 2. How can i check if the frontend user is on a hidden page (well, 
>> the vistor, not logged in will see a clear page)
>
>
> Check
> $GLOBALS['TSFE']->page['fe_group']
> It will contain -1 For "hide at login"
> -2 for "Show at any login"
> or the respective usergroup ...
>
>
> greets,
> Bernhard

Thank you, that is exactly what i need.

Cheers,

Schick


------------------------------

Message: 6
Date: Tue, 01 Mar 2005 10:04:24 +0100
From: Kraft Bernhard <kraftb at gmx.net>
Subject: Re: [Typo3] Using GET variables, need opinions/help.
To: typo3-english at lists.netfielders.de
Message-ID:
	<mailman.1.1109668005.14634.typo3-english at lists.netfielders.de>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Joshua Preston wrote:
> If I am making an extension and need to use GET variables, is
> 
> $variablename = t3lib_div::_GET('variablename');
> 
> the correct way of doing it or is there another preferred method?

The method I prefer is:

$content .= '<input type="text name="'.$this->prefixId.'[email]" value="Enter your email here">';

I can then access the value in my FE Plugin with:
$email = $this->piVars['email'];

greets,
Bernhard
-- 
Kraft Bernhard
MOKKA Medienagentur <http://www.mokka.at>
T: +43 - 1 - 895 33 33 - 50


------------------------------

Message: 7
Date: Tue, 01 Mar 2005 10:02:58 +0100
From: Michael Scharkow <mscharkow at gmx.net>
Subject: Re: [Typo3] Editing news from the Front End
To: typo3-english at lists.netfielders.de
Message-ID:
	<mailman.1.1109668021.14245.typo3-english at lists.netfielders.de>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Alina Fleser wrote:
> Hello to all!
> Could anyone tell me how i can edit (and modify) the content of news from the front end (i'm using tt_news)? And also i need to have the option to select a different html template for each news.

http://typo3.org/extensions/repository/search/ -> keywords: news fe -> 
plenty of options

Greetings,
Michael


------------------------------

Message: 8
Date: Tue, 01 Mar 2005 10:11:41 +0100
From: Kraft Bernhard <kraftb at gmx.net>
Subject: Re: [Typo3] Frontend UserID & Hidden Page
To: typo3-english at lists.netfielders.de
Message-ID:
	<mailman.1.1109668442.18788.typo3-english at lists.netfielders.de>
Content-Type: text/plain; charset=ISO-8859-15; format=flowed

Friedrich Schick wrote:

> Thank you, that is exactly what i need.
I know :-) If the questions are verbalised properly the answers will be too.


-- 
Kraft Bernhard
MOKKA Medienagentur <http://www.mokka.at>
T: +43 - 1 - 895 33 33 - 50


------------------------------

Message: 9
Date: Tue, 1 Mar 2005 10:21:45 +0100 (CET)
From: Nino Katic <nkatic at public.srce.hr>
Subject: [Typo3] lastUpdate and wrong/same date
To: typo3-english at lists.netfielders.de
Message-ID:
	<mailman.43.1109669157.22405.typo3-english at lists.netfielders.de>
Content-Type: TEXT/PLAIN; charset=US-ASCII

Hi,

This is my conf for lastUpdate:

Const:

styles.content.lastUpdate.label = Last updated:
styles.content.lastUpdate.format =  l, F j, Y
styles.content.lastUpdate.comment_auto =


Setup:

page.10 {
  workOnSubpart = DOCUMENT_BODY
  subparts.CONTENT = COA
  subparts.CONTENT {
    30 < styles.content.lastUpdate
  }
}


and Typo3 always generates this:

Last updated: Friday, December 19, 2003

so if anybody knows what could be the problem i'd appreciate it.

Regards,

Nino


------------------------------

Message: 10
Date: Tue, 1 Mar 2005 08:20:30 +0600
From: "David Pratten" <david at kazserve.org>
Subject: [Typo3] (no subject)
To: <typo3-english at lists.netfielders.de>
Message-ID:
	<mailman.44.1109669493.22405.typo3-english at lists.netfielders.de>
Content-Type: text/plain;	charset="us-ascii"

Dear All,
 
I have the following line in a Template Record Constants field:
 
pidSharedContent = 17  #pageid from which to draw shared content
 
I would like to replace the 17 with the target page's Alias which is
"Shared"
 
I have been unable to find a reference to this possibility in the
documentation.
 
How do I do it?  (He asks with the newbee's confidence that *everything* is
possible in TYPO3)
 
Thanks

David


 


------------------------------

Message: 11
Date: Tue, 01 Mar 2005 10:37:23 +0100
From: "franz ripfel" <typo3 at abezet.de>
Subject: [Typo3] open discussion,	ideas and wishes for new general RDF
	newsfeed (export) extension
To: typo3-english at lists.netfielders.de
Message-ID:
	<mailman.1.1109669947.28941.typo3-english at lists.netfielders.de>
Content-Type: text/plain; format=flowed; delsp=yes;
	charset=iso-8859-15

Hi List,

looking for a RDF newsfeed extension i found already existing ones, but  
all are limited to tt_news.
I needed one for regular content (live example see  
http://www.marketing-roi.de/newsfeed.html) and just quick and dirty  
recoded an existing extension.
Why not writing one new good extension which fits to all sort of webpage  
content and can be used by people to be informed on new content on our  
webpages. Some do not want to register for newsletters and may choose  
newsfeeds.

To make collecting of ideas more easy, i created a wiki-page:
http://wiki.typo3.org/index.php/Ext_rdfnewsfeed

So please enter there your ideas and wishes.

Any comments and ideas welcome.

Greetings
Franz


------------------------------

Message: 12
Date: Tue, 1 Mar 2005 10:35:37 +0100
From: "Bart Aninowski" <bart at sonik.pl>
Subject: [Typo3] fastcgi - my tests
To: typo3-english at lists.netfielders.de
Message-ID:
	<mailman.1.1109670002.29492.typo3-english at lists.netfielders.de>

I've installed mod_fcgid with my apache.
I wanted to test how fast it is.
I checked the parse time with standard instalation mod_php4 + apache2 + 
prefork and mod_fcgid+apach2+worker

Parse time after clearing cache

standard Total parsetime: 1115 ms
fcgid  Total parsetime: 677 ms

wow :)

my server run on AMD Athlon XP 2000+ with 256RAM


I ve noticed only one problem. Everything works great except LOGIN ERROR. If 
I try to logon with bad password apache show "permature end of script"




------------------------------

Message: 13
Date: Tue, 01 Mar 2005 11:09:35 +0100
From: "Rolf C. Torp" <rct at torp.to>
Subject: [Typo3] Turn off clear.gif
To: typo3-english at lists.netfielders.de
Message-ID:
	<mailman.46.1109671507.22405.typo3-english at lists.netfielders.de>
Content-Type: text/plain

Is there any way to turn of clear.gif? Its creating havoc on my template..:(


Best regards
Rolf C. Torp




------------------------------

_______________________________________________
Typo3-english mailing list
Typo3-english at lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

End of Typo3-english Digest, Vol 18, Issue 3
********************************************



More information about the TYPO3-english mailing list