Closed (fixed)
Project:
Block Title Link [D7]
Version:
7.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Oct 2011 at 03:34 UTC
Updated:
6 Apr 2016 at 20:30 UTC
Jump to comment: Most recent
Comments
Comment #1
technikh commentedsame bug here
"The title path appears to contain an invalid URL." for [current-page:url:path]
Comment #2
technikh commentedbug in 7.x-1.2 version
Comment #3
Katrina B commentedI'm experiencing the same problem.
Comment #4
iadefy commentedHaving the same problem, in 7.x-1.3 and 7.x-dev
Comment #5
SebCorbin commentedManaged to get past this by adding this at the beginning of _block_titlelink_validate_url() in block_titlelink.module
Comment #6
adammaloneSeems to work on my site with the latest module code.
I've added in and committed token support for the link title as well in the latest dev.
Comment #7
cedeweyIs there any chance of that being backported to the D6 version? That would be great if it was. :D
Comment #8
adammaloneOnce I'm happy enough with 7.x-1.x-dev to make it 7.x-1.4 I'll work on another branch for D6 that should incorporate all the shiny D7 features like this one.
Comment #10
paddypatpat commentedCould a link to this discussion be added to the module's page on d.o., while the fix is still in dev? It would have saved me some time.I spoke too soon. The latest dev doesn't fix this issue for me. Using something like "[current-page:url:path]/peers" in the Title Path field gives me:
"The title path appears to contain an invalid URL."
So far it seems all of the tokens work in the Block Title but never in the Title Path.
I'm trying to change the title of my block (Created from a view. Perhaps this is my problem?) so that it links to the page version of that view. Organic Groups 7.x.2.x is also involved.
Comment #11
ericras commentedI ran into this issue using this module with Menu Block. Suggestion in #5 worked to solve it.