|
PmWiki /
Links-TalkHow do I prevent pmwiki from automatically changing text into a link. e.g. I want this to appear as text, not a link: someone@somedomain.com See my the second yellow section on this page for an example: http://ahk.refurbituk.com/index.php/Site/Tutorial You can wrap the address in the "escape" characters http://ahk.refurbituk.com/ How can I open an external link in the SAME window (adding You shouldn't need to add anything, normally external links open in the same window. If not, check if you don't have set a custom
Make sure you close the How can I make a link back to site where I came from (like the button in the browser)?
How do I give a link a Tool Tip? eg See PITS:00657 and Cookbook:LinkTitles. How do I use an InputSelection menue as a Link selection. Where do I include the Link-url in the code line? Hi stan, what are you looking for exactly? Can you give an example. Is Forms or Menus not giving the answer yet? -- SchreyP June 05, 2010, at 05:23 AM
trying ... but want to use inside of a [[http://somewhere_I_Want_opened_in_a_new_window | Somewhere]] [[%target=_blank% http://somewhere_I_Want_opened_in_a_new_window %%| Somewhere]] Above does not work I know I could just code my own a href's but would rather stick with wonderful wiki codes Ward Christensen Hi Ward, try %target=_blank% or %newwin% outside the double square brackets, like %newwin% [[http://somewhere_I_Want_opened_in_a_new_window | Somewhere]]%%.It could be that in Firefox it opens in a new tab, if "Open new windows in a new tab instead" is checked in Menu Tools > Options... under the tab "Tabs" -- SchreyP September 30, 2010, at 03:52 PM Links with custom parameters? With include-other-pages, it is possible to specify custom parameters, which can alter the content shown in the included page. Is it possible to do this with links? For example, to have a page which is a template, and the data drawn from page-text-variables elsewhere, based on the parameters specified? -- DougM27 January 13, 2011, at 10:38 AM
I don't know if your template can contain a URL parameter (you'd have to test), but you should at least be able to have your include directive contain one. (This requires Cookbook:HttpVariables.) For example: How do I enter links with round brackets (eg Use " How do I enter links with double quotes? Links with double quotes at the end can be mistaken for image tool tips Replace double quotes (") with " All of the links on my pages have the external link icons (i.e. a little square with an arrow point to the upper right, see here for example: http://en.wikipedia.org/wiki/Help:External_link_icons) behind them? How do I get rid of them? This happens because for some reason the links are considered external. This often happens when using the static page generator which converts some pages to html links. The simplest way to fix this is to edit local/config.php and place this text in there: ## This changes external links to not have the small link icon in them: # This is the default: #$UrlLinkFmt = "<a class='urllink' href='\$LinkUrl' title='\$LinkAlt' rel='nofollow'>\$LinkText</a>"; $UrlLinkFmt = "<a class='plainlinks' href='\$LinkUrl' title='\$LinkAlt' rel='nofollow'>\$LinkText</a>"; This only happens in some skins (monobook?). --Petko June 24, 2012, at 05:02 PM
This is a talk page for improving PmWiki.Links. |