Closed (won't fix)
Project:
Views (for Drupal 7)
Version:
6.x-2.11
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Sep 2010 at 17:13 UTC
Updated:
10 May 2012 at 16:53 UTC
I created my menu manually, because i couldnt get the one that is supplied using glossary style to work with multiple arguments and stay on the top no matter if the argument is met.
Anyway, i want to display all node which titles start with numbers be located under "#", or "0-9".
Is that possible?
I already looked at http://drupal.org/node/673100 but it seems that the code hanschri supplied does not work.
Comments
Comment #1
dawehnerYou have to do additional custom work if you want to use @hanschri's code.
This issue is not easy to solve from my perspective.
Comment #2
Letharion commentedAnswered by dereine months ago, no further questions.
Comment #3
Fidelix commentedAnswered, but not fixed.
He only said custom work would be needed.
This issue is not easy to solve from my perspective.
Comment #4
Letharion commentedFidelix, what would you consider a fix?
Comment #5
merlinofchaos commentedIt may not be answered from your perspective, but from the ability of the folks maintaining Views', it has been.
I realize it is not the answer you wanted but that is the answer that is available.
Comment #6
Fidelix commentedIt still does not mean the support request was fixed.
Saying "additional work is required" is an easy and lazy way to fix things, don't you agree with that?
Not every answer solves a problem.
This issue is a support request, not a bug report, therefore the "maintainer's" perspective matters little.
The proper way to close this issue is "Closed (Won't Fix)" since maintainers do not wish to apply effort in it.
But do what you will.
Comment #7
merlinofchaos commentedUh. This is the queue for Views, so the maintainer's perspective for this actually matters a great deal. We have specific processes for what this means. Your opinion may disagree with this process, but in the case of a disagreement, I think we get priority.
And I apologize, but we may not be able to completely answer every question to the asker's satisfaction. That said, we use this queue to do work on a daily basis. This is not stackoverflow.
We do not have the ability to walk you through writing custom code to utilize the Views' API. While you could probably get away with posting code you're trying to get working with Views, we simply cannot be expected to spend the hours it would require to show you what it is you need to do. In this case, the problem is quite complex. Unless you're already an expert with SQL, your chances of solving the problem are quite low, and the ultimate answer is that Views does not support a feature like this at this time. You are welcome to attempt to implement the feature and contribute it back.
If you prefer, though, I'll mark it closed (won't fix).
Comment #8
Fidelix commentedOK. Thank you for the attention.
Just one more observation:
But i agree with you that this issue should not be active. So i do believe Fixed (Won't Fix) is the best.
Thank you again.
Comment #9
aacraig commentedIt's actually quite an easy fix.
You can simply use the PHP validator and change the argument if the # symbol is passed.
Under "When the filter value IS in the URL or a default is provided" select the PHP validator, and paste the following in as the validator. This checks to make sure the argument is alphanumeric or the # symbol, and then expands the argument to any number if # is passed.