Closed (fixed)
Project:
ulink6
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 May 2008 at 09:05 UTC
Updated:
14 Jul 2012 at 23:17 UTC
When clear url turn on, the title attribute always show as 'node/XX'.
[l|node/9]
Show the clean URL but with title="node/9"
It will be cool to have the clean URL and the Title generated by default in clean format.
Actually you need to write the title to bypass.
[l|node/9|My clean link]
Many thanks !
Comments
Comment #1
garthee commentedSorry the idea seems to be very specific.. could you provide explain what is the expectation
Comment #2
garthee commentedComment #3
Roi Danton commentedI support this request. Example from your Demo page:
[l|node/3|]creates this html output
<a href="/node/3" title="node/3" alt="node/3">ULINK6</a>Instead it should be:
<a href="/node/3" title="ULINK6" alt="ULINK6">ULINK6</a>Comment #4
garthee commentedThe complete form of input is
[l|href|text|attributes]
However, when the text is absent, based on the configurations chosen either title of the post or link of the post is for the text used.
Secondly for the title and alt, if they aren't submitted through attributes text is used, so effectively when both are absent (only href is submitted) it is in fact what is chosen to be given for TEXT must appear for ALT and TITLE, hence what you pointed out was correct and it has been corrected. Thanks for pointing out it!
Comment #5
garthee commentedComment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.