Posted by Gyt on January 1, 2009 at 11:43am
Jump to:
| Project: | Relevant Content |
| Version: | 6.x-1.5 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (duplicate) |
Issue Summary
Read-only CCK field is a great feature!
But it would be better if admin can create a views field, which show list of links to relevant content to some picked nodes.
It is possible? (Relevant Content don't create anything in database and it may be a problem...)
Comments
#1
subscribing!
#2
I'd need to look into Views support... Not sure its possible.
#3
I think I have a simple way to do this, without too much modification
In the CCK block label
Allow us to paste in HTML Code
So it would look like this
Suggest links (for more links like these click here)
... the "(for more links like these click here)" could be a HTML link to a View
I tried this yesterday on the 5.x version, but the CCK label field is only allowing text
and the field will need to a little longer
#4
oops - duh - I just found the "Header text" box
works great - thanks
#5
So this is fixed, right?
#6
yes sir - very nice layout
the only thing that would be really useful would be
a discover feature with update like the Related links mod offers.
its a great module too, but your layout works much better for this site
especially with the grouping this module offers
thanks again
#7
I think another aspect of views integration means having the possibility to run the results through a view, and control the display of such results according to the views settings (i.e. table or list or whatever field you'd like...).
subscribing.
#8
Just found #314123: Allow better individual theming of block output which should be titled "views support" - but it has more info in it so i'll mark this as duplicate for the attention to focused over there.
#9
@Asak, the issue you pointed us to is not about Views.
It is about theming - Views can do more then theming.
---
@Nicolas, I really like your module. But could you please
provide us with an argument code, which could be useful
in Views?
You did great job with relevancy of nodes, but I really
need to combine it with power of Views - theming
and filtering.
Here is the screenshot of my site - your relevancy
below, and Views features above - I need them working
together:
-> http://img705.imageshack.us/img705/2779/drupal09121803.jpg
... working live here:
-> http://www.nitka.pl/2009/tydzie%C5%84-miodowy-w-beskidzie-niskim
Please...? :]
Szy.
---
PS. Present argument code in the view above, but without
support for relevancy, is taken from:
-> http://www.hankpalan.com/blog/drupal/related-content-views-2-drupal
#10
Of course this is possible.
This is not only possible but a must :)
This way, users could easily theme the list of nodes that the module "recommends" and one can output any way they like. For example, teasers, or teasers+images, etc etc.
It's as simple as passing in the node ids into a node view.
#11
@giorgio79, so, if it is so simple, where is the answer?
Where are the instructions? :]
Szy.
#12
subscribe, controlling the output by passing the nodes through a view is highly desirable
#13
any updates, Id love this too!
#14
this is just what I am looking for!
#15
Subscribage.
#16
subs too
#17
subscribe
#18
#857046: Patch to support Views
This issue contains a patch to be reviewed.