Results 1 to 2 of 2
  1. #1

    Default Poll on specific category id

    Hello,

    I want to have polls on a specifica category pages in my cart.
    For that i wantet to use POLL MANAGER from the download zone ...

    I have inserted in table_poll -> p_catID
    and added field to put the desired category id in /admin/poll_manager.php

    But i just cant figure how to show the poll on the same category id that we enter in p_catID.

    If someone knows the answer please help :)

    Many regards.

  2. #2

    Default Re: Poll on specific category id

    I assume using a part from /modules/sideboxes/poll_box.php

    in /templates/TEMPLATE/templates/tpl_index_product_list.php

    using WHERE (p_catID = ' ".$_GET[cPath] ." ') instead of WHERE (r_ip IS NULL OR p_multivote='Y')

    PHP Code:
    $session zen_session_id();
    if (!empty(
    $session)) {
        
        
    // It's a real user. Now check if he/she has polls left to answer.
        
    $poll_query $db->Execute("SELECT * FROM " PM_TABLE_POLLS " LEFT JOIN " PM_TABLE_POLL_OPTIONS " ON p_id=o_poll_id LEFT JOIN " PM_TABLE_POLL_RESULTS " ON (o_poll_id=r_poll_id AND r_ip='" $_SERVER['REMOTE_ADDR'] . "') 

    WHERE (p_catID = ' "
    .$_GET[cPath] ." ') 
    AND p_status=1 ORDER BY p_id, o_id"
    ); 
    And from here on I just can't see the light :)
    Last edited by perfumbg; 30 Sep 2013 at 07:51 AM.

 

 

Similar Threads

  1. Replies: 4
    Last Post: 23 Feb 2014, 09:39 PM
  2. specific banner to show for specific category
    By vijay in forum Basic Configuration
    Replies: 1
    Last Post: 26 Aug 2009, 01:19 PM
  3. Show Specific Category on Index Listing or Add Entire Category to Featured Products.
    By devnut in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 8 Oct 2008, 04:29 PM
  4. category info for specific category only
    By ctcentralinfo in forum Basic Configuration
    Replies: 5
    Last Post: 11 May 2008, 01:16 AM
  5. Bug? Category Specific CSS won't work on category id 1
    By alanekilauea in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 4 Sep 2007, 08:18 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg