Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16
  1. #11

    Default Re: Hello Anyone has a search tagcloud mod?

    Thanks yellow1912,
    i did modification according your indications. thought it is not perfect , but it is now enough to me.

    But still hope that someone can modify the search Tag cloud from Oscommerce to zenner. It is different from this Tagcloud.
    THanks

  2. #12

    Default Re: Hello Anyone has a search tagcloud mod?

    Hello , Master yellow1912,

    I have tried to modify the search cloudtag from oscommerce version.

    But How do i change the db connection code to the zencart readable one ,

    As there is code in oscommerce version:

    $products_query_raw= "select search, freq from customers_searches where language_id = " .$languages_id." order by search DESC";

    $products_query1 = tep_db_query($products_query_raw);


    I have tried to change it to like:
    $products_query1 = $db->Execute("select search, freq from
    " . CUSTOMERS_SEARCHES . "
    where language_id =' " .(int)$languages_id ." '
    order by search desc");

    But i got error:
    1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Object' at line 1
    in:
    [Object id #35]


    Please look it for me !
    Thanks very much.

  3. #13
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Hello Anyone has a search tagcloud mod?

    Can you point me to the place where that particular mod is available? I'll take a look when I have time (the end of this week)
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  4. #14

    Default Re: Hello Anyone has a search tagcloud mod?

    Hi Master Yellow1912,

    Thanks very much for your time!

    Here is the link;

    addons.oscommerce.com/info/5498

    You can download the mod there.

    Best Regards,

  5. #15
    Join Date
    Jul 2007
    Location
    Roseville, Michigan
    Posts
    188
    Plugin Contributions
    0

    Default Re: Hello Anyone has a search tagcloud mod?

    Did you ever get this to work?

  6. #16
    Join Date
    Aug 2008
    Posts
    30
    Plugin Contributions
    0

    Default Re: Hello Anyone has a search tagcloud mod?

    I think this might be what i am looking for.

    Anybody still working on this?

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. v139h Has anyone used the Google + mod?
    By kevinmc3 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 23 Feb 2012, 08:27 PM
  2. Replies: 5
    Last Post: 22 Feb 2008, 09:32 AM
  3. Does Anyone has the Custom 404 Error Mod.?
    By Stenrique in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 4 Jan 2007, 08:45 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