TYPO3Jack.net - Das TYPO3 Mailinglist Forum Archiv

TYPO3 Mailingliste: nicht fragen - lesen!

TYPO3 Mailingliste: nicht fragen - lesen!_RR_1-->
Zurück   TYPO3Jack.net - Das TYPO3 Mailinglist Forum Archiv > TYPO3-Mailinglists: ENGLISH > typo3-english@lists.netfielders.de

Registrieren Hilfe Benutzerliste Kalender Suchen Heutige Beiträge Alle Foren als gelesen markieren
  #1  
Alt 29.01.2007, 09:20
Camilla
Gast
 
Beiträge: n/a
Standard [TYPO3] realUrl - alias instead of realUrl

Hi

I use realUrl - is it possible to use the alias (page properties) instead of
the title when realUrl makes the url's. And what is the code for it?

--
Bests

Camilla


_______________________________________________
TYPO3-english mailing list
TYPO3-english (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/.../typo3-english
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
Sponsored Links
  #2  
Alt 29.01.2007, 09:36
Dmitry Dulepov
Gast
 
Beiträge: n/a
Standard Re: [TYPO3] realUrl - alias instead of realUrl

Hi!

Camilla wrote:
> I use realUrl - is it possible to use the alias (page properties) instead of
> the title when realUrl makes the url's. And what is the code for it?


Manual did not help?

--
Dmitry Dulepov

Web: http://typo3bloke.net/
Skype: callto:liels_bugs

"It is our choices, that show what we truly are,
far more than our abilities." (A.P.W.B.D.)
_______________________________________________
TYPO3-english mailing list
TYPO3-english (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/.../typo3-english
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #3  
Alt 29.01.2007, 12:08
Camilla
Gast
 
Beiträge: n/a
Standard Re: [TYPO3] realUrl - alias instead of realUrl

No the manual didn't help - I can't figure out what to do?

--
Bests

Camilla

"Dmitry Dulepov" <dmitry (AT) typo3 (DOT) org> skrev i en meddelelse
news:mailman.1.1170059777.28507.typo3-english (AT) lists (DOT) netfielders.de...
> Hi!
>
> Camilla wrote:
>> I use realUrl - is it possible to use the alias (page properties) instead
>> of the title when realUrl makes the url's. And what is the code for it?

>
> Manual did not help?
>
> --
> Dmitry Dulepov
>
> Web: http://typo3bloke.net/
> Skype: callto:liels_bugs
>
> "It is our choices, that show what we truly are,
> far more than our abilities." (A.P.W.B.D.)



_______________________________________________
TYPO3-english mailing list
TYPO3-english (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/.../typo3-english
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #4  
Alt 29.01.2007, 13:12
Han
Gast
 
Beiträge: n/a
Standard Re: [TYPO3] realUrl - alias instead of realUrl

Hi Camilla
The Alias is a field in the Page properties just under the Page Title field.
Use the Page command and select Page Properties.
Enter the desired text in the Alias field.

To use it for the site, to replace the php.id, you need to add the following to
your main template:

config.simulateStaticDocuments=true
config.simulateStaticDocuments_noTypeIfNoTitle=fal se

I put the above 2 lines as the first lines in my template.
regards
Han.



Quoting Camilla <test (AT) test (DOT) dk>:

> No the manual didn't help - I can't figure out what to do?
>
> --
> Bests
>
> Camilla
>
> "Dmitry Dulepov" <dmitry (AT) typo3 (DOT) org> skrev i en meddelelse
> news:mailman.1.1170059777.28507.typo3-english (AT) lists (DOT) netfielders.de...
> > Hi!
> >
> > Camilla wrote:
> >> I use realUrl - is it possible to use the alias (page properties) instead
> >> of the title when realUrl makes the url's. And what is the code for it?

> >
> > Manual did not help?
> >
> > --
> > Dmitry Dulepov
> >
> > Web: http://typo3bloke.net/
> > Skype: callto:liels_bugs
> >
> > "It is our choices, that show what we truly are,
> > far more than our abilities." (A.P.W.B.D.)

>
>
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english (AT) lists (DOT) netfielders.de
> http://lists.netfielders.de/cgi-bin/.../typo3-english
>





_______________________________________________
TYPO3-english mailing list
TYPO3-english (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/.../typo3-english
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #5  
Alt 29.01.2007, 13:22
Tomas Mrozek
Gast
 
Beiträge: n/a
Standard Re: [TYPO3] realUrl - alias instead of realUrl

> No the manual didn't help - I can't figure out what to do?

I think it's the following settings that will help you get what you want:
http://typo3.org/documentation/docum....1.4/view/1/3/

See the directive 'segTitleFieldList'. Even the default settings should do.

Tomas Mrozek
_______________________________________________
TYPO3-english mailing list
TYPO3-english (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/.../typo3-english
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #6  
Alt 29.01.2007, 14:18
Dmitry Dulepov
Gast
 
Beiträge: n/a
Standard Re: [TYPO3] realUrl - alias instead of realUrl

Hi!

Han wrote:
> To use it for the site, to replace the php.id, you need to add the following to
> your main template:
>
> config.simulateStaticDocuments=true
> config.simulateStaticDocuments_noTypeIfNoTitle=fal se
>
> I put the above 2 lines as the first lines in my template.
> regards


Wrong. RealURL will not work if simulateStatic is enabled...

--
Dmitry Dulepov

Web: http://typo3bloke.net/
Skype: callto:liels_bugs

"It is our choices, that show what we truly are,
far more than our abilities." (A.P.W.B.D.)
_______________________________________________
TYPO3-english mailing list
TYPO3-english (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/.../typo3-english
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #7  
Alt 29.01.2007, 15:25
Han
Gast
 
Beiträge: n/a
Standard Re: [TYPO3] realUrl - alias instead of realUrl

Hi
I thought that the question was to use Alias
No Prob
Han

Quoting Dmitry Dulepov <dmitry (AT) typo3 (DOT) org>:

> Hi!
>
> Han wrote:
> > To use it for the site, to replace the php.id, you need to add the

> following to
> > your main template:
> >
> > config.simulateStaticDocuments=true
> > config.simulateStaticDocuments_noTypeIfNoTitle=fal se
> >
> > I put the above 2 lines as the first lines in my template.
> > regards

>
> Wrong. RealURL will not work if simulateStatic is enabled...
>
> --
> Dmitry Dulepov
>
> Web: http://typo3bloke.net/
> Skype: callto:liels_bugs
>
> "It is our choices, that show what we truly are,
> far more than our abilities." (A.P.W.B.D.)
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english (AT) lists (DOT) netfielders.de
> http://lists.netfielders.de/cgi-bin/.../typo3-english
>





_______________________________________________
TYPO3-english mailing list
TYPO3-english (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/.../typo3-english
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
 

Lesezeichen

Themen-Optionen
Ansicht Thema bewerten
Thema bewerten:

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are an


Ähnliche Themen

Thema Autor Forum Antworten Letzter Beitrag
[TYPO3-dev] enableDomainLookup in RealURL Jeff Segars typo3-dev@lists.netfielders.de 3 19.12.2006 08:48
[TYPO3] RealURL bug? Xander Damen typo3-english@lists.netfielders.de 2 15.12.2006 08:32
[TYPO3] Problem With RealURL J.L. Reid typo3-english@lists.netfielders.de 1 13.12.2006 21:29
[TYPO3] strange bug in RealURL Bas van der Togt typo3-english@lists.netfielders.de 0 04.12.2006 18:56
Re: [TYPO3] make_printlink & realUrl Christine Rochelt typo3-english@lists.netfielders.de 0 04.12.2006 11:04


Alle Zeitangaben in WEZ +1. Es ist jetzt 23:45 Uhr.


Powered by vBulletin® Version 3.7.4 (Deutsch)
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
Template-Modifikationen durch TMS

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103