search for: related_content

Displaying 2 results from an estimated 2 matches for "related_content".

2008 Mar 28
0
Problems with URL encoding
...uct.id, :parent_type => "Product", :child_id => content_object.id, :child_type => "ContentObject", :relation_type_id => 1000 }, :format => :partial, :response_template => "products/#{@product.product_type}/show/ partials/related_content"), :update => "related_content_wrapper", :method => :delete %> I think this is a correct setting and Firebug shows a correctly encoded query string. But what I get is the following: {"format"=>"partial", "_method"=>"delete&quot...
2006 Mar 13
5
Displaying related entries by tags - HELP!
Ok, my site is setup like pretty much every other blog out there. A list of the most recent 5 posts, then by clicking one, you go to an individual post page, displaying the full context of that post. Now, what I would like to do is to display the related entries in the side column, which is part of the layout, based on the tags belonging to that specific entry. Here''s my coding so