From: Jaime T. <jt...@ce...> - 2005-07-20 16:56:23
|
Hi all, Using 2.8.1, a simple item listing view links to a full text view using parameters: cmd[644]=3Di-644-6fc7ff2152634d5c7fb47af371dccde3 Added a Discussion view (645) to fulltext (644): {view.php3?vid=3D645&set[645]=3Dsh_itm-{unpacked_id.....}} When accessed, the fulltext view shows discussion's "Add comment" button. On click event activates a 'document.location' where URL uses parameters: nocache=3Dinvalidate&sh_itm=3D6fc7ff2152634d5c7fb47af371dccde3&add_disc=3D1= #disc In that location no item is displayed. I only get: No item found Maybe the itemview.php3 code should add something like: cmd[644]=3Di-644-6fc7ff2152634d5c7fb47af371dccde3 to the URL in the 'showAddComments' javascript function? Am I missing something? JT |