Questions tagged [related-content]

69 questions
0
votes
2 answers

Drupal 7: Related Content by Title Only

Can anyone enlighten me how to make a "Related Content View" but only by titles. I know how to do it by taxonomy terms and such I don't want that. I only want it to be related by the terms in the titles of the articles. I'm trying this for days…
0
votes
1 answer

PHP - identify and tag related child arrays

So I have a multidimensional array. Each sub-array contains a value for IDs ... 1+ IDs separated by a hash. array( array('name'=>'this', 'ids'=>'x'), array('name'=>'this', 'ids'=>'x#y'), array('name'=>'this', 'ids'=>'x#y#z'), …
theclueless1
  • 123
  • 1
  • 1
  • 11
0
votes
1 answer

(Umbraco) How can I list related pages by tags?

In the last node of my site is where the articles are shown, and everyone has its own tags that of course can be the same between some of them, so I wrote a Macro for tags that is working (it lists the tags of the article the user is viewing), I've…
0
votes
1 answer

Liferay Social Office - Is there a Related Content portlet?

I'm looking for the Related Content portlet in Liferay, and in particular for Social Office. I know about the Asset Publisher and Related Assets portlet. But I can seem to find the Related Content portlet? I'm using 6.1 CE of Liferay and I just…
Victor Wu
  • 11
  • 1
0
votes
1 answer

Related Posts In Wordpress - Excluding Current Post

I am currently using a custom query to grab related posts. However I was curious if there is a way to not grab the current post I am currently on. My only thought is to use the ID of the post and exclude it somehow. Is this possible? Here is my…
souporserious
  • 2,079
  • 2
  • 27
  • 47
0
votes
1 answer

msacces 2010 how to create table with comboboxes in subtable from many related tables

I have the tables: products, measures, colors for each product I have related measures and colors. Also I have a form with subtable where I need to show the table with columns: [products] comboboxColumn, [measures] comboboxColumn and [colors]…
artos
  • 751
  • 1
  • 10
  • 25
-1
votes
1 answer

how to find min number and then return related text by js?

As you know the Maht.min(5,10,3,17) will return "3" as answer. I'm looking for ability to return related Text for each number. For example it was Math.min(5|A,10|B,3|C,17|D) and then result return "C". How can I do this by JS? I'm looking for…
-1
votes
1 answer

How to display related post by categories with next post of current post (don't latest post or random post)

How to display related post by categories with next post of current post (don't latest post or random post). I'm use code related post for twentytwelve theme. but now, author in wentytwelve_entry_meta() is repeat. pls help me :
Kcnguyen
  • 3
  • 2
-4
votes
3 answers

Get videos related to video id X

I'm trying to select 6 related videos related to video id X. I've looked through several questions here on SO but none matches my system with genres and such. What I've tried to do was to make an UNION SELECT but that kept listing the same video…
Magnus
  • 391
  • 1
  • 7
  • 35
1 2 3 4
5