Loading...
 
Skip to main content

relative links with url like "show:MySlideshow" are not prepended the domain in the url

Status
Closed
Subject
relative links with url like "show:MySlideshow" are not prepended the domain in the url
Version
12.x Regression
Category
  • Regression
Feature
Search Engine Friendly URLs (SEFURLs)
Slideshow
Resolution status
Out of Date
Submitted by
Xavier de Pedro
Lastmod by
Xavier de Pedro
Rating
(0)
Description

relative links with url like "show:MySlideshow" are not prepended the domain in the url. when tiki installed in a subfolder (http://example.com/tiki/). I.e., this code:

Copy to clipboard
{button href="show:MySlideshow#s1" _text="Slideshow"} {button href="dl543" _text="Slides in PDF"}


would keep the link in the first button as just "show:MySlideshow#s1", while the second one will be converted into the full url (prepended with the domain): http://dev.tiki.org/dl543

Example:
Slideshow Slides in PDF

This code seems to behave well in dev.t.o, but it does reproduce the error in demo.t.o/12.x/:
http://demo.tiki.org/12x/HomePage

Solution

Currently Works for me with r48466. marclaporte


It does not yet work for me. See http://demo.tiki.org/12x/button , using Friday 17 of January, 2014 19:00:41 CET - REV 49445.

Workaround

Manually write the full url in the link of that first button.


Out of date in current LTS versions such as Tiki21. Closing.

Importance
4
Easy to solve?
8
Priority
32
Demonstrate Bug on Tiki 19+
Please demonstrate your bug on show2.tiki.org
Demonstrate Bug (older Tiki versions)
Ticket ID
4929
Created
Saturday 16 November, 2013 17:46:54 UTC
by Xavier de Pedro
LastModif
Thursday 05 August, 2021 11:35:38 UTC


Collapse/expand modules below
Show PHP error messages