Guest Joker Posted November 20, 2004 Posted November 20, 2004 Send me e-mail: mario @ zzz.ee if someone want updated zip file.
Guest Joker Posted November 20, 2004 Posted November 20, 2004 if you add table: CREATE TABLE ".$prefix."store_comments ( name varchar(100) NOT NULL, product varchar(60) NOT NULL default '', stars tinyint(1) DEFAULT '0' NOT NULL, status tinyint(1) DEFAULT '0' NOT NULL, comments text NOT NULL, id int(60) NOT NULL auto_increment, PRIMARY KEY (id)) ... then You must change -> ".prefix." Example I use prefix shp_ and this table name is shp_store_comments and I insert to database command line: CREATE TABLE shp_store_comments ( name varchar(100) NOT NULL, product varchar(60) NOT NULL default '', stars tinyint(1) DEFAULT '0' NOT NULL, status tinyint(1) DEFAULT '0' NOT NULL, comments text NOT NULL, id int(60) NOT NULL auto_increment, PRIMARY KEY (id)) Brgrds, Joker
Guest Joker Posted November 23, 2004 Posted November 23, 2004 I added updates what I described before in this phorum to add_comments version 1.2.
Guest Posted December 28, 2004 Posted December 28, 2004 (edited) Hi! installed this mod, it worked but after a while it shows this error message: Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/goosfrab/public_html/addcomment.php:1) in /home/goosfrab/public_html/addcomment.php on line 10 Any clue? Tkx Pardon__Me EDIT: weird... now it doesn't... just deleted a space from the begining of line 1... Edited December 28, 2004 by Pardon__Me
Guest Joker Posted December 28, 2004 Posted December 28, 2004 Use my last version 1.2. You can dowload in: http://www.cubecart.com/site/forums/index.php?showtopic=517 Brgrds, Joker
Guest Posted January 29, 2005 Posted January 29, 2005 link not working for download i have older version of this fantastic mod but i cant change any comments from not public to public and yes i have the instock mod installed? ne ideas?
Guest Joker Posted January 30, 2005 Posted January 30, 2005 You can download it in here phorum and find download below first comment! First you must update your mod because I corrected meny mistakes and added some updates. If you still will be problems, then post them to here. Brgrds, Joker
Guest twisted Posted February 11, 2005 Posted February 11, 2005 I had someone ask me to install this for them today. This is the first time I have seen this mod [or at least, jokers version of it], and I am prompted to say one thing.... This mod, without a doubt and beyond question, has THE BEST installation intructions I have EVER seen........bar NONE! Totally complete, totally organised, 100% thorough! Kudos, joker! OK.......i'm done.
Guest Posted March 19, 2005 Posted March 19, 2005 http://www.cubecart.com/site/forums/index.php?showtopic=6615 I made that to add onto this mod.
Guest fernyburn Posted May 18, 2005 Posted May 18, 2005 Hi Ok this is a totally thicko question - but im not a programmer I am getting a parse error Parse error: parse error, unexpected T_STRING, expecting ',' or ';' in /home/sunshine/public_html/shop/view_product.php on line 250 the line is this one /// add comments //////////////////////////////// $sql_select = mysql_query( "select * from ".$prefix."store_comments where product='$product' and status='1' order by id asc"); this is copied direct from the file can you help fix it ??
Guest Posted May 19, 2005 Posted May 19, 2005 could u post a bit more of the code pls say 20 lines either side of the problem 1 pls so i can compare it to mine
Guest Joker Posted May 20, 2005 Posted May 20, 2005 My small mods: Customers who bought this item also bought http://www.cubecart.com/site/forums/index....wtopic=7807&hl= Most popular by sell in front page! http://www.cubecart.com/site/forums/index....wtopic=1491&hl= How fast you cubecart is working http://www.cubecart.com/site/forums/index....wtopic=7184&hl=
Guest Posted June 4, 2005 Posted June 4, 2005 Hi Joker, i´m total lama in PHP, pls help me . I use this mod. Its great, but the stars are direct after the name of product. I want to give it under the name of product. Can you help me pls? Thx
Guest Powdercoatingworld Posted June 8, 2005 Posted June 8, 2005 I added this mod today , and i dont see it on my site at all ....any ideas ?
Guest Joker Posted June 9, 2005 Posted June 9, 2005 You must read one more time instruction and think, what you didn't do or do wrong! Brgrds, Joker
Guest Posted June 12, 2005 Posted June 12, 2005 Hi Joker, can you help me pls, i have two ideas how to do this script better. 1. Is possible show the time in comment? 2. In admin menu i want to see last comments up and old commetns down. Now is old comments up and new comments down. Can you help me pls? Thx a lot
Guest Posted June 16, 2005 Posted June 16, 2005 im still at a loss with this 1 joker all works well except when i go to click change comment. customer can add comment comment saved in database shows up in admin as new comment - not public if i force status of comment to 1 it shows in product page problem i have is whenever i click on ghange comment be it new or public i just get blank screen saying Public comments Version 1.2 by Joker Back to comments without saving! ne ideas only difference i can c is i using v3 addmin menu so links are like this <li><a href="<?echo"$site_url/admin/comments.php?value=0";?>" class="txtLink">New comments</a></li> <li><a href="<?echo"$site_url/admin/comments.php?value=1";?>" class="txtLink">Public comments</a></li> cant c wot problem can be can u?
Guest Joker Posted June 17, 2005 Posted June 17, 2005 I newer test it with version 3, but with version 1 and 2, but I think that it should work with verion 3 too.
Guest Posted June 17, 2005 Posted June 17, 2005 im still at a loss with this 1 joker all works well except when i go to click change comment. customer can add comment comment saved in database shows up in admin as new comment - not public if i force status of comment to 1 it shows in product page problem i have is whenever i click on ghange comment be it new or public i just get blank screen saying Public comments Version 1.2 by Joker Back to comments without saving! ne ideas only difference i can c is i using v3 addmin menu so links are like this <li><a href="<?echo"$site_url/admin/comments.php?value=0";?>" class="txtLink">New comments</a></li> <li><a href="<?echo"$site_url/admin/comments.php?value=1";?>" class="txtLink">Public comments</a></li> cant c wot problem can be can u? I use CC3 admin menu too and in my nav.php i have this: <ul><span class="navTitle"><?echo$la_nav_comments;?></span> <li><a href="<?echo"$site_url/admin/comments.php?value=0";?>" class="txtLink"><?echo$la_nav_comments_new;?></a></li> <li><a href="<?echo"$site_url/admin/comments.php?value=1";?>" class="txtLink"><?echo$la_nav_comments_public;?></a></li> Try to use it
Guest Posted June 17, 2005 Posted June 17, 2005 I made a version of this mod for CC3. http://www.toffeetalk.com/comments.html
Recommended Posts