Project

General

Profile

Actions

Feature #20183

closed

Link browser for external url

Added by Yannick Pavard about 15 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2009-03-15
Due date:
% Done:

0%

Estimated time:
PHP Version:
4.3
Tags:
Complexity:
Sprint Focus:

Description

Hi,

This a old trick from my weblog (in french sorry : http://blogue.infoglobe.ca/2008/06/20/les-pages-de-type-ul-externe/).. modify tca for add "link browser" to external url page

This is code :

$GLOBALS['TCA']['pages']['columns']['url']['config']['wizards'] =
Array(
'_PADDING' => 2,
'link' => Array(
'type' => 'popup',
'title' => 'Link',
'icon' => 'link_popup.gif',
'script' => 'browse_links.php?mode=wizard',
'JSopenParams' => 'height=300,width=500,status=0,menubar=0,scrollbars=1'
)
);

See result in attach file

It's a good trick if you want do a link to PDF (in fileadmin)

(issue imported from #M10694)


Files

pages_url_links.png.png (9.96 KB) pages_url_links.png.png Administrator Admin, 2009-03-15 02:27

Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Feature #17914: Add browser_link for external url pagesClosed2007-12-12

Actions
Actions #1

Updated by Yannick Pavard about 15 years ago

oups Sorry..always here : http://bugs.typo3.org/view.php?id=6942

Actions #2

Updated by Christian Kuhn about 15 years ago

Resolved as duplicate of #17914

Actions #3

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF