|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2011-05-24 18:12 UTC] yannick@php.net
-Assigned To:
+Assigned To: bjori
[2011-05-24 21:15 UTC] bjori@php.net
[2012-04-06 17:32 UTC] bjori@php.net
-Status: Assigned
+Status: Wont fix
[2012-04-06 17:32 UTC] bjori@php.net
[2012-04-06 21:40 UTC] yannick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Nov 18 13:00:02 2025 UTC |
Description: ------------ I'm on the "preview" functionnality for the Online Editor. To allow users make some preview, I need to create a custom folder to hold preview, i.e. /manual/en/. Actually, I use this in my test code : /manual-{VCSLogin}/en/ When the page for preview is a single function, there is "no" problem, has we haven't to navigate to show the preview, but when we preview a book.xml for example, we can't navigate as /manual/ is hard coded. So, I need an option to render.php like this : --customHoldFolder manual-foo in order to build rigth link.