Questions tagged [related-content]

69 questions
0
votes
1 answer

FileMaker Search With Related Records Not Working

So I have two tables. I'm going to be very specific and use very general terms to make sure there isn't any confusion, so thanks ahead of time for bearing with me since this description might seem a bit monotonous. Table Name: Item List Name_fk Item…
Marcel Marino
  • 962
  • 3
  • 17
  • 34
0
votes
2 answers

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 fine, but it hasn't been updated as recently as the…
ford
  • 1,839
  • 3
  • 20
  • 38
0
votes
1 answer

get *related* linked models in laravel eloquent instead of raw SQL

I'm trying to get 'related' linked models by querying a link table, named company_projects which holds (as you expect) the id's of companies and projects (projects are kind of product-categories). In this case, the used flow to determine a related…
Dominique
  • 439
  • 2
  • 6
  • 15
0
votes
1 answer

Retrieve urls that are related using web crawler

I am using opensearchserver to crawl a website. Now I want to get all related urls for a specific url. The idea is when someone reads an article on a website they get a related articles option at the bottom of the page. how can I do this using…
user5235479
0
votes
0 answers

How can I add customer also bought using spree commerce

On the Spree_related_product page it say that it Gives you a "Customers Who Bought This Item Also Bought" Div under every Product. How can I set it up.
0
votes
0 answers

Relating content in drupal

Need a drupal help. I have two content types, works and clients. When I'm adding a new work I'd like to include the client which the work was for, so I can display the client´s logo on the work detail page. Each work only has one client and each…
0
votes
1 answer

how to predict related videos to a video in weka

I'm trying to predict related videos to a video, is that possible in weka? the database takes the following structrue: video_id,catygory,keywords,related_videos_ids a single keywords field might have many values (for ex: stackoverflow, predict,…
user3379482
  • 557
  • 1
  • 10
  • 21
0
votes
2 answers

MongoDB Sharding for related collections in same Database

I am designing the schema for a geographically distributed application that would be spread across different countries and cities. There are related collections such as - Shops (spread across countries and cities) 15 days transactions for the shops…
Archanaa Panda
  • 201
  • 2
  • 8
0
votes
1 answer

use intro image in related articles module for Jooma 3.4

I would like to get the intro images to show in the related articles module. I've made an override /my template/html/mod_related_items/default.php but I can't find a code that works. Ideally I would love to have the related items displayed in like a…
0
votes
1 answer

add related posts to single post wordpress template

i'm trying to show a module with the related products in a single post page. I created a cpt called "Product", and a taxonomy called "category". What i want to do is to show, in the single post page, the other products of the same category. Until…
sb0k
  • 47
  • 1
  • 1
  • 7
0
votes
1 answer

Get all models related to this model in django (via ForeignKey, ManyToMany)

I have to get all the models related to my current model. The relations can be by ForeignKey, ManyToManyField or OneToONeField, from this model or to this model. For eg: I have a model: class MyModel(models.Model): field = models.Charfield(...) …
Ranju R
  • 2,407
  • 21
  • 16
0
votes
1 answer

Displaying related content on a page

AnyI'm working with Drupal 7 and I'm trying to match to related nodes based on the taxonomy value that they have been tagged with. I want to achieve this without using views or blocks. So I have two content types. Content type 1 is the main page and…
arled
  • 2,577
  • 6
  • 27
  • 49
0
votes
1 answer

How to get entities that a collection property has any of the elments of a list?

I have this entities: MyEntityA { long IDEntityA; List lstEntityB; .... (other properties); } MyEntityB { long IDEntityB; string Name; .... (other properties) } List lstIDsEntitiesB; //this list has many IDs…
Álvaro García
  • 18,114
  • 30
  • 102
  • 193
0
votes
0 answers

issue with related products query

hi am trying to make related products box but not work as i want. for examples i am on the page of nokia asha 102. then i want to output related products al nokia asha. means query detect only nokia asha word and after nokia asha all words remove.…
0
votes
1 answer

How to POST relational data with html form

I have a dynamic html form that creates with javascript new inputs for some products and each product has more colors. How do i create this html code so that when i have them…