-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
URL datatype does not provide link to external URL #65
Comments
@sleupold , thank you for reporting! |
@SCullman atm i am not sure, whether it is a FnL issue or a feature ripped out of DNN platform. Still investigating. |
@SCullman other data types are using linkclick.aspx handler, but do not count clicks either. |
Well, this is fixed. But shouldn't the download number appear anywhere? I cannot remember. |
Ok, with DataType |
I have a similar issue if you just select a file, not a url. <Document_UDT_Url>/LinkClick.aspx?fileticket=ORvcmU6B_Us%3d&tabid=3708&portalid=0&mid=10056</Document_UDT_Url> The problem is that on DotNetNuke.Services.FileSystem.FileServerHandler, line 71 this will not correctly identify the mid or tabid parameters so any tracking fill fail. if (context.Request.QueryString["mid"] != null) BTW, if you select a File, not a URL, should not it also ask for tracking? |
It's starting to feel like a family reunion here.
|
@SCullman I installed the new version of the module but I still see the url has the same format as before. am I missing something here? |
@vmasanas Can't reproduce. I see links like Btw, if you test with old data:
|
Describe the bug
If you use a column of data type "URL", enable "Track Number of Downloads" and add a row with an http or https link, the link is properly displayed in caption but the link simply contains current page address.
To Reproduce
Steps to reproduce the behavior:
Save (without entering a value for caption)
Expected behavior
you are forwarded to the displayed page
Error log
non
Additional context
variables file and file_UDT_URL in XML view are not properly populated (blanks added):
< File>
< !--https://www.github.com-->< a href="">https://www.github.com< /a>
< /File>
The text was updated successfully, but these errors were encountered: