Wondering if it is possible to add in support for wildcards when creating custom links, enabling one to create a priority based on url length. For example:
/ 1.0
/* .8
/*/* .6
and so on.

Comments

jecunningham2281 created an issue. See original summary.

jecunningham2281’s picture

Issue summary: View changes
gbyte’s picture

Status: Active » Postponed

Sounds like a sweet feature and yes, it is possible, however not a priority right now. Setting to postponed until we add features of higher priority. Still I will gladly review any patches for this.

gbyte’s picture

Component: Miscellaneous » Code
Status: Postponed » Closed (works as designed)

Going to close this due to the lack of interest of the wider community. Anyone feel free to reopen and submit a patch.

fc_bh_sa’s picture

I have a website with over 150+ pages with the url structure /resource/language/*. Would like to have this feature implemented so that I can add custom link with a higher priority.

/resource/language/* 0.8 weekly

gbyte’s picture

Version: 8.x-2.x-dev » 4.x-dev
Status: Closed (works as designed) » Active

Generally you would implement a URL generator plugin for links that are so specific to your use case, or use the provided hook to add links. Is that out of the question for you? I am still not opposed to accept patches for this if anyone wants to step up.