Page 3 of 3 FirstFirst 123
Results 21 to 29 of 29
  1. #21
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,557
    Plugin Contributions
    28

    Default Re: Numinix Search: An Enhanced Search Alternative for Zen Cart

    Quote Originally Posted by zandergraphics View Post
    How did you fix the pop-up issue? I'm having the same issue and can get the main part to not be indexed, but it still gets caught by the title tags....
    I ended up removing this so I can't check exactly. However, I used the setting with the search prgram to exlcude the first part of the url for the pop up image.

  2. #22
    Join Date
    Feb 2009
    Posts
    5
    Plugin Contributions
    0

    Idea or Suggestion Re: Numinix Search: An Enhanced Search Alternative for Zen Cart

    For anyone else who happens across this same issue, here is the solution that I used. There may (and most likely are) other ways to accomplish the same, but this was where I got off that bus... somewhere about line 18 of tpl_modules_main_product_image.php - the bold is what I changed:

    Code:
    <?php
      echo '<a href="' . zen_href_link(FILENAME_POPUP_IMAGE, 'pID=' . $_GET['products_id']) . '" rel="nofollow" target="_blank">' . zen_image($products_image_medium, $products_name, MEDIUM_IMAGE_WIDTH, MEDIUM_IMAGE_HEIGHT) . '<br /><span class="imgLink">' . TEXT_CLICK_TO_ENLARGE . '</span></a>';
    ?>
    "Yay! I got mail...."

  3. #23
    Join Date
    Jan 2010
    Posts
    10
    Plugin Contributions
    0

    Default Re: Numinix Search: An Enhanced Search Alternative for Zen Cart

    I have installed this contribution, when i search it shows 'did not match any documents'.
    I don't know clearly that where i did mistake.

    is there any settings to change or any installation mistake?

  4. #24
    Join Date
    Jun 2006
    Posts
    403
    Plugin Contributions
    0

    help question Re: Numinix Search: An Enhanced Search Alternative for Zen Cart

    Sorry that I seemed to have a problem with the first intallation step:

    1.Alter /search/admin/auth.php and add a unique username and password.

    Do you mean these places as show below? Do I need to replace the $ or leave the $?

    if (($username == $admin) && ($password ==$admin_pw)) {
    $_SESSION['admin'] = $username;
    $_SESSION['admin_pw'] = $password;

    2.Add your Zen Cart database information to /search/settings/database.php

    if i don't have prefix in my database, how should I edit the following code?

    $search_mysql_table_prefix = "search_";

    Thank you a lot!

  5. #25
    Join Date
    May 2007
    Posts
    114
    Plugin Contributions
    0

    Default Re: Numinix Search: An Enhanced Search Alternative for Zen Cart

    Im having trouble running cron command. The suggested command:

    Code:
    php spider.php -all
    results in this output:

    Code:
    Set-Cookie: PHPSESSID=a2290375e51d224850b55cd4d467115d; path=/
    Expires: Thu, 19 Nov 1981 08:52:00 GMT
    Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Pragma: no-cache
    Content-type: text/html
    Connection refused<html><head><LINK REL=STYLESHEET HREF="admin.css" TYPE="text/css"></head>
    <body style="font-family:Verdana, Arial; font-size:12px">[Back to <a href="admin.php">admin</a>]<p><font size="+1">Spidering <b>/</b></font></p>
    <br>Completed at 22:24:33.
    <br></body></html>
    and indexing does not take place. Any suggestions?



    Thank you!

  6. #26
    Join Date
    May 2007
    Posts
    114
    Plugin Contributions
    0

    Default Re: Numinix Search: An Enhanced Search Alternative for Zen Cart

    Quote Originally Posted by greenhat View Post
    Im having trouble running cron command. The suggested command:

    Code:
    php spider.php -all
    results in this output:

    Code:
    Set-Cookie: PHPSESSID=a2290375e51d224850b55cd4d467115d; path=/
    Expires: Thu, 19 Nov 1981 08:52:00 GMT
    Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Pragma: no-cache
    Content-type: text/html
    Connection refused<html><head><LINK REL=STYLESHEET HREF="admin.css" TYPE="text/css"></head>
    <body style="font-family:Verdana, Arial; font-size:12px">[Back to <a href="admin.php">admin</a>]<p><font size="+1">Spidering <b>/</b></font></p>
    <br>Completed at 22:24:33.
    <br></body></html>
    and indexing does not take place. Any suggestions?



    Thank you!

    figured it out.. in case someone else is having this problem, this works for me:

    Code:
    php -n spider.php -all

  7. #27
    Join Date
    Aug 2010
    Posts
    10
    Plugin Contributions
    0

    Default Re: Numinix Search: An Enhanced Search Alternative for Zen Cart

    For those of you interested in this mod I would make sure that you are skilled in mysql and php since it seems that the instructions are insufficient for an adequate install for most. Support for this mod apparently must also be paid for. Perhaps someone will upload a reasonable option to replace this mod soon.

  8. #28
    Join Date
    Aug 2009
    Location
    Longs, SC
    Posts
    626
    Plugin Contributions
    2

    Default Re: Numinix Search: An Enhanced Search Alternative for Zen Cart

    I have a client that needs this mod installed. Will this mod work in 1.5? Are there any alternatives to this mod that will work with 1.5?

  9. #29
    Join Date
    Feb 2010
    Location
    Atlanta, GA
    Posts
    15
    Plugin Contributions
    0

    Default Re: Numinix Search: An Enhanced Search Alternative for ZC

    I have installed this to zencart v1.5.0. I am guessing that the define_search page that we can edit with general content is missing some code that will display the results of the search because after following the steps described in the install (taking in to account the errors in the documentation that have been corrected here in the forum) when I try to search through either search tool i get directed to the define_search page without any results being posted and without any notice saying no results available or something along those lines. Also, my footer is missing from the define_search page and not missing from any other page on my site. What am I missing about the install... I kinda thought it was odd that there was a define_search page created but thought that it was simply being added to the top of the page similar to the contact_us or main define pages.

    HELP!

 

 
Page 3 of 3 FirstFirst 123

Similar Threads

  1. Enhanced Search Box
    By Tapper in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 22 Jun 2011, 03:00 AM
  2. Enhanced Search
    By bjoly in forum General Questions
    Replies: 1
    Last Post: 30 May 2006, 11:43 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR