Closed (fixed)
Project:
Service links
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
17 Nov 2011 at 03:32 UTC
Updated:
7 Jun 2013 at 11:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
TheCrow commentedThis feature was not planned, anyway seems to work well except for the title which will be loaded by the current page.
If you want fix this behaviour you have to change something in the main module, so i would give some tip:
Subst:
with :
then you may override the settings and print the code using:
Not tried but should work :)
Comment #2
joachim commentedHere's a patch.
I'm not that keen on the requirement for a constant to pass in, as it means 3 settings rather than two -- it would be better DX to just pass in 'custom title' and for that to mean you want to use it. But I don't know what the possible keys in $options/$settings are to prevent a clash or inconsistency. Is there anywhere they are documented, as 'custom path' would need adding there?
Comment #3
TheCrow commented#2 is not usable, but will provide this feature being useful in debug time.
Comment #4
TheCrow commentedPatches to test.
Comment #5
TheCrow commentedCommitted