Alpay Beler
posted this on June 07, 2012 22:33
Hello,
The related posts section at the bottom of the article pages seem to have no styling applied and it really looks wild :) Secondly, the article itself is related to itself. I am sure there must be a way of excluding this in the view settings. I am attaching a screenshot, which should make it clear in terms of what I am asking for.
Thanks for your help.
Regards.
Comments
Duplicate of your ticket. Responded there with the answers.
Hi Jason,
I know you responded to the ticket by:
1) On the related posts below an article, the CSS for this div is:
.related_posts .columns {
padding-left: 25px;
}
You can change this to:
.related_posts .columns {
padding-left: 25px;
width: 150px;
}
However, I just remembered that there is the articles being related to itself, from my previous comment "Secondly, the article itself is related to itself. I am sure there must be a way of excluding this in the view settings." I am hoping there is a simple option in the views, which has so far eluded me.
Thanks,
Alpay
Here are some ideas on managing Views:
http://stackoverflow.com/questions/3925028/drupal-views-get-nodes-w...
Other related topic:
http://drupal.org/node/131482
and another:
http://drupal.org/node/1492284
Thanks