The related-content tag has no wiki summary.
0
votes
1answer
31 views
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 ...
0
votes
0answers
5 views
Display Rating in K2_related_content
please your help. i want to put rating in module k2_related_content. anybody can help me?
Thanks a lots
0
votes
0answers
19 views
How to put thumbnail video in k2_related_content
i'm try to put thumbnail video in "k2_related_content" but it's not be showed. i try to used script like this
<?php
$url = $items->video;
$exurl = ...
0
votes
2answers
59 views
How to select limited rows and their related data? [closed]
The Question
This is more a PHP question.
How to select limited rows and their related data in a tree structure?
Lets say I want to select the first 2 contacts in my contacts list and all of their ...
0
votes
1answer
61 views
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 ...
4
votes
1answer
48 views
Drupal 6: Related “Locations” using Views
I have a custom field (field_locations ) which lists 20 different locations. I would like to use that field as an argument to obtain a block view that lists similar/related locations.
Any idea on ...
3
votes
2answers
123 views
Linking similar sums/problems in exam papers
I'm working on an app which is creating a data bank of questions from old question papers. I wanted to maintain a table linking similar questions together as they were inserted. (The table I had in ...
0
votes
1answer
269 views
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] ...
1
vote
1answer
177 views
How to retrieve delicious related tags
I have found this example here which uses delicious related tags and create a graph. But I don't know how they implemented it. I don't know how to get a list of related tags from delicious API, ...
0
votes
1answer
77 views
Is there any plugins to show related links with respectie of content in Rails
Is there any plugins to find the realted links related to the content.
For example in our stack oveflow the question page shows the related questions.
I just want to make like this for my content ...
0
votes
1answer
217 views
Related Articles In Ruby on Rails
I am trying to implement a related article on the user current page. I am not using sunspot or anything like that. I have tried this code by Uchenna Okafor but i get an error.
In the model i have
...
1
vote
0answers
88 views
Related posts functionality
I am trying to build a related posts functionality like what we see here in stackoverflow on the bottom right corner. My main difficulty is that the related posts have to be determined at runtime when ...
0
votes
1answer
333 views
Finding related texts(correlation between two texts)
I'm trying to find similar articles in database via correlation.
So i split text in array of words, then delete frequently used words (articles,pronouns and so on), then compare two text with pearson ...
1
vote
1answer
70 views
Are there any opensource alternatives to an related posts indexing system similar to Outbrain or Linkwithin?
Basically I'm looking for related posts between websites without using any API or direct access to the databases (direct parsing of the content perhaps?)
I'm guessing an open source search engine ...
1
vote
1answer
130 views
3rd party tool that can generate a list related articles for a japanese-language site
I run a site with a large number of news articles. I'm looking for a 3rd party tool(or widget) that, when placed on an article page, would generate a list of related articles within the same site.
...
0
votes
1answer
158 views
Mysql multi-table / multi-entity related content query
I've got the following tables:
magazine_tags
news_tags
page_tags
content_tags
faq_tags
They all have exactly the same structure:
uid_local - id of the entity
uid_foreign - id of the tag
Each ...
0
votes
2answers
260 views
Is “Similar Entries” or “Similar by Terms” a better module for listing nodes similar to the one the user is currently viewing?
I'm looking at these two modules for a "Related articles" style listing:
Similar by Terms
Similar Entries
Any opinions on either of them? I have a tag system set up so searching by terms would be ...
