sorry, but I put the file inside the rispect folder.. but in ADMIN/MODEL/CATALOG/PRODUCT have an error.
(version 1.4 - I use the module for this version)
I try to delete the code presente in the first row:
Protected $product_tags=array();
and the script is ok...but When I click the words presents in the BOX TAG CLOUD , all keywords are clicked (sorry for my bad english)
click here for view the problem: http://www.eshop-webplan.com/opencart/i ... ommon/home
(version 1.4 - I use the module for this version)
I try to delete the code presente in the first row:
Protected $product_tags=array();
and the script is ok...but When I click the words presents in the BOX TAG CLOUD , all keywords are clicked (sorry for my bad english)
click here for view the problem: http://www.eshop-webplan.com/opencart/i ... ommon/home
ops...now if you want to modify a product, Is impossible to view the page !!
ok... this is the problem..
If I leave this code: Protected $product_tags=array();
and I take a product, that I have not put any words (before) inside the field TAGS, and I want to modify, I have an error.
If I take a product that I have put some words (before) inside the field tags, the script is ok.
Who knows a solution to this problem !?
ok... this is the problem..
If I leave this code: Protected $product_tags=array();
and I take a product, that I have not put any words (before) inside the field TAGS, and I want to modify, I have an error.
If I take a product that I have put some words (before) inside the field tags, the script is ok.
Who knows a solution to this problem !?

I'm using the Tag Cloud module with version 1.4.7, is the limit supposed to limit the number of Tags displayed?
My limit is set at 10 but it is showing up to around 20 tags.
Is anyone else having the same issue? I like the Tag Cloud but it's starting to dominate the side column!
My limit is set at 10 but it is showing up to around 20 tags.
Is anyone else having the same issue? I like the Tag Cloud but it's starting to dominate the side column!
you are correct. I goofed when I changed the queries and left the limit off. you can edit catalog/model/module/tagcloud.php
find
and change it to
I am going to upload a corrected version momentarily.
find
Code: Select all
$tagNameQuery = $this->db->query("SELECT DISTINCT tag FROM " . DB_PREFIX . "product_tags WHERE language_id=" . $this->config->get('config_language_id'));
Code: Select all
$tagNameQuery = $this->db->query("SELECT DISTINCT tag FROM " . DB_PREFIX . "product_tags WHERE language_id=" . $this->config->get('config_language_id') . " LIMIT " . $limit);
OpenCart commercial mods and development http://spotonsolutions.net
Layered Navigation
Shipment Tracking
Vehicle Year/Make/Model Filter
Thanks, that's sorted it.
Looks a lot better proportioned now!
Looks a lot better proportioned now!
there's a link in the forums somewhere to all the old extensions. The cloud generation code in the 1.4.7 module is based on the 1.4.0 module, but they are different from there. The 1.4.0 module required editing alot of files where 1.4.7 doesn't require any file edits, mostly because the tags have been moved into the core now. Also the 1.4.0 module did something on the frontend product pages. I didn't even look to see what it was because I knew I didn't feel like messing with it.migz wrote:anybody got link to 1.4.0. cloud module? is this the same as 1.4.7 tags?
OpenCart commercial mods and development http://spotonsolutions.net
Layered Navigation
Shipment Tracking
Vehicle Year/Make/Model Filter
Who is online
Users browsing this forum: No registered users and 5 guests