Questions tagged [realurl]

realurl is a TYPO3 extension that translates URLs to a human readable form called virtual path.

realurl is a TYPO3 extension providing automatic transformation of URLs with GET parameter in the frontend (like “index.php?id=123&type=0&L=1”) into a virtual path, a so called “Speaking URL” (like “dutch/contact/company-info/page.html”) and back again. The objective is that URLs shall be as human readable as possible.

Extension manual: http://typo3.org/extension-manuals/realurl/current

275 questions
0
votes
1 answer

In a Typoscript HMENU, how to force the language for the URL

I have a multi-language, multi-site, multi-domain TYPO3 (4.5) Instance where RealURL keeps me busy. In some sub-sites, I just can't get it to create the right URLs for Languages 1 and 2. It will result in the pattern…
Urs
  • 4,984
  • 7
  • 54
  • 116
0
votes
1 answer

RealURL extension not working for typo3 v6.2.x when domain given as IP Address

I have a webpage tree structure given below In this tree when I access like http://localhost/mysite its redirect to "Root Local" and accessed like http://192.168.1.20/mysite/ its redirect to "Root IP" by setting it in domain. I implemented realURL…
Vishnu Prasad
  • 729
  • 1
  • 11
  • 28
0
votes
1 answer

Extbase: configure controller and action in realURL for detail

I'm going nuts with realURL and extbase. Is there a simple solution for a list/detail extension to display URLs that are at least orderly, maybe in the form of /show/detail/title-of-the-item "show" and "detail" being action and controller,…
Urs
  • 4,984
  • 7
  • 54
  • 116
0
votes
1 answer

Create links to news-tags with the realurl URL

I would like to create a list of all tags für the tx_news with the URL from realurl. RealURL Config for tags: 'tag' => array( array( 'GETvar' => 'tx_news_pi1[overwriteDemand][tags]', …
nbar
  • 6,028
  • 2
  • 24
  • 65
0
votes
1 answer

Where do I find realURLs replace patterns?

Where do I find realURLs replace patterns? For example realurl replaces a space " " with a line "-". Or "ä" to "ae". And so on. I need the hole "replace-list"
nbar
  • 6,028
  • 2
  • 24
  • 65
0
votes
0 answers

typo3 shared-content-variables link with local-link

I have a typo3-installation with several domains as well as some shared content, using Realurl to generate «speaking»-Links. Now, I declared some shared content variables to generate links. Element type is set to Link, the link itself is just the id…
Swissdude
  • 3,486
  • 3
  • 35
  • 68
0
votes
1 answer

Typo3 RealURL: UID with leading zeros

Assuming the following Typo3 RealURL setup: 'news' => array( array( 'GETvar' => 'tx_news_pi1[action]', ), array( 'GETvar' => 'tx_news_pi1[controller]', ), array( …
santa
  • 123
  • 9
0
votes
2 answers

With RealURL, define a character to replace "/" in page title

With TYPO3 (currently 4.5) and RealURL, is it possible to define how the character "/" should be mapped, if it is used in a page title? E.g. "Demand / Offer" with my settings, translates to /demandoffer So white space is not translated, as well as…
Urs
  • 4,984
  • 7
  • 54
  • 116
0
votes
1 answer

typo3 - realurl by id

I'm using typo3 and realurl. In my extension I generate some ID's (next and previous page) and everything works fine up to this point. An example link looks like: /index.php?id=12 The link takes the visitor to the specific page, but this link is in…
DasSaffe
  • 2,080
  • 1
  • 28
  • 67
0
votes
1 answer

Typo3: RealURL and Ext:news – News URLs are not rewritten

I'm runnning Typo3 6.2.4 with RealURL 1.12.8 and News (tx_news) 3.0.1. Using the automatic configuration from RealURL rewrites the URLs for "normal" pages, but not for news. The generated links look like…
z80crew
  • 1,150
  • 1
  • 11
  • 20
0
votes
1 answer

TYPO3 ver. 6.2.2 Bootstrap 3 - RealURL share link FB, but no image

Im making a private Wine travel page, and im looking on "share link" on Facebook. If i use this link golf trip and is trying to share it, it get the image fine. But if I try the same with one of these two link, I only get the text. Luxenbourg But if…
Thomas BP
  • 1,187
  • 3
  • 26
  • 62
0
votes
1 answer

TYPO3 / RealURL force GET Parameter for every link

I have the problem to structure a site not just to a language but also do separate the content for different countries. Especially the meta tag for "lang" should be set different for every country. No my idea is to introduce a new GET Parameter…
0
votes
1 answer

TYPO3 6.1.7 news details urls with parameters get thrown to 404 page

I have the following problem on a TYPO3 6.1.7 installation: on the news details page, when trying to add some parameters to the url, i get thrown to the 404 page. So if i have a url of type…
0
votes
1 answer

TYPO3 realurl UID facebook share issue

I have a link that I know is shared 162 times on facebook. but when I use facebook share link.
Thomas BP
  • 1,187
  • 3
  • 26
  • 62
0
votes
0 answers

TYPO3 Realurl fixedPostVars cache

Pages with RealURL fixedPostVars are not cached. I have this configuration:

'97' =>array(
    array(
        'GETvar' => 'tx_ttnews[cat]',
        'lookUpTable' => array(
            'table' => 'tt_news_cat',
            'id_field' =>…
smitrovic
  • 451
  • 1
  • 7
  • 23