No URL in Info View
No URL in Info View
Preferences->Fields->Info View is used to select what fields are displayed in the Info View right? If URL is selected it doesn't show up in the Info View.
Re: No URL in Info View
I can only get the url field to show up in Prefs>Fields>Edit Panel, not in Info View. Am I missing something?jenv wrote:Preferences->Fields->Info View is used to select what fields are displayed in the Info View right? If URL is selected it doesn't show up in the Info View.
Kind Regards,
Keith
Re: No URL in Info View
Are you clicking on the popup to go to the Info View panel of Preferences->Fields?kbarnes70 wrote:I can only get the url field to show up in Prefs>Fields>Edit Panel, not in Info View. Am I missing something?jenv wrote:Preferences->Fields->Info View is used to select what fields are displayed in the Info View right? If URL is selected it doesn't show up in the Info View.
Re: No URL in Info View
The URL is the link for the title in most of the info view templates (mouse over the title to see the URL on the status bar). Thank you for the feedback, will look at adding it as it's own field for those that wish to display it visibly all the time. To add as a regular field you would have to customize your favorite info view and add the URL as a field with the key:
To add the appropriate formatting copy the entire HTML of one of the other fields and change the "[key:...]" section.
Code: Select all
[key:url]
To add the appropriate formatting copy the entire HTML of one of the other fields and change the "[key:...]" section.
Re: No URL in Info View
So if you uncheck it in Preferences->Fields->Info View the title isn't a clickable link?Conor wrote:The URL is the link for the title in most of the info view templates (mouse over the title to see the URL on the status bar)
Re: No URL in Info View
The [key:url] is the one exception that always gets added to the info view, due to it being the link (also a recent change as it used to be the Amazon link and the preferences interface hasn't caught up with that change). We will fix the discrepancy.