deepee Posted February 15, 2010 Share Posted February 15, 2010 Hi EhinarrI tried your suggestion but unfortunately it didn't work.I'll experiment a bit more and post back here if I have any luck.Thanksdeepee 2 Link to comment Share on other sites More sharing options...
ding Posted March 16, 2010 Share Posted March 16, 2010 hi, Ehinarr.i find one err:in my database there are 925 records., like the image, but in the BO and FO, there are only 20 records. 2 pages ??why?? Link to comment Share on other sites More sharing options...
ding Posted March 16, 2010 Share Posted March 16, 2010 here is the Screenshot of FO. , their state value are all "1"; Link to comment Share on other sites More sharing options...
rey2010 Posted April 12, 2010 Share Posted April 12, 2010 Hello,I am just wondering how you put the guestbook form and the approved forms(suggestions that is already filled by the guest) in one page? meaning all of them is located or to be found only in a one page, therefore the forms can't be found in the left column. Does anyone knows how to do it? thanks in advance Link to comment Share on other sites More sharing options...
ToysStore Posted April 27, 2010 Share Posted April 27, 2010 I wonder how i can add the breadcrumb into the list of guestbook entries.Can anybody point me into the right direction? Link to comment Share on other sites More sharing options...
airbag Posted June 4, 2010 Share Posted June 4, 2010 Hello,You will need to include the {capture name=path}{l s='YOUR BREADCRUMBNAME'}{/capture} {include file=$tpl_dir./breadcrumb.tpl} into the file that displays the entries. Link to comment Share on other sites More sharing options...
Crist291 Posted June 13, 2010 Share Posted June 13, 2010 Hi,Ehinarr, this is a great module. I'm testing it, but I would like to put it in a dedicated page (not in the left column), guestbook.php: http://www.cristalstudio.ro/dery/guestbook.php I installed the version 2.2, created a new hook ('guestbook'), added it in guestbook.tpl in my theme. The module loads where i want it, but the Sign guestbook link doesn't work. I added to the guestbook.php from the module folder: function hookGuestbook($params) { return $this->hookRightColumn($params); } and on public function install() OR !$this->registerHook('rightColumn') OR !$this->registerHook('guestbook')) In header.php I added: $smarty->assign(array( 'HOOK_HEADER' => Module::hookExec('header'), 'HOOK_LEFT_COLUMN' => Module::hookExec('leftColumn'), 'HOOK_TOP' => Module::hookExec('top'), 'HOOK_GUESTBOOK' => Module::hookExec('guestbook'), In guestbook.tpl i added: Guestbook {$HOOK_GUESTBOOK} Any ideas why it doesn't work?I appreciate any help.I would also like to load the comments on the same page, if possible.Cristina Link to comment Share on other sites More sharing options...
nostradamus Posted June 17, 2010 Share Posted June 17, 2010 now my h2 image isn't in line no morei want to put back and next below it how can i get it there? Link to comment Share on other sites More sharing options...
Ehinarr Posted June 20, 2010 Share Posted June 20, 2010 Hi,Ehinarr, this is a great module. I'm testing it, but I would like to put it in a dedicated page (not in the left column), guestbook.php: http://www.cristalstudio.ro/dery/guestbook.php I installed the version 2.2, created a new hook ('guestbook'), added it in guestbook.tpl in my theme. The module loads where i want it, but the Sign guestbook link doesn't work. Any ideas why it doesn't work?I appreciate any help.I would also like to load the comments on the same page, if possible.Cristina I left a message in your guestbook and it seems that everything worked well. Link to comment Share on other sites More sharing options...
Ehinarr Posted June 20, 2010 Share Posted June 20, 2010 here is the Screenshot of FO. , their state value are all "1"; It's been a while since I work in this module. Your problem is new, it never happened to me, can you pass me by PM the address of your store? Link to comment Share on other sites More sharing options...
Ehinarr Posted June 20, 2010 Share Posted June 20, 2010 Ehinarr I really like your module and I want you to add more if is it possible?I just pm'ed youThanks Just tell me what You want. Link to comment Share on other sites More sharing options...
nostradamus Posted June 22, 2010 Share Posted June 22, 2010 can you add a side/center panel that will scroll lets say the last 10 guestbook entries? so i can put this in the front page of my site. Link to comment Share on other sites More sharing options...
Ehinarr Posted June 25, 2010 Share Posted June 25, 2010 can you add a side/center panel that will scroll lets say the last 10 guestbook entries? so i can put this in the front page of my site. Something like this? http://www.cristalstudio.ro/dery/modules/guestbook/guestbooklist.php Link to comment Share on other sites More sharing options...
Crist291 Posted June 25, 2010 Share Posted June 25, 2010 I left a message in your guestbook and it seems that everything worked well. Hello Ehinarr, Got your message. Figured out why it didn't "seem" to work. It has a test somewhere for the length of the message. If it has less than 5 characters, it throws an error message. I was testing it with the 'test' word. I'm having troubles formatting it. I may return for help on that if I don't manage alone I appreciate your answer.Cristina Link to comment Share on other sites More sharing options...
nostradamus Posted June 25, 2010 Share Posted June 25, 2010 can you add a side/center panel that will scroll lets say the last 10 guestbook entries? so i can put this in the front page of my site. Something like this? http://www.cristalstudio.ro/dery/modules/guestbook/guestbooklist.php i want to put it in a side panel where the guestbook entries scrolls up. like the starwars intro Link to comment Share on other sites More sharing options...
Ehinarr Posted June 25, 2010 Share Posted June 25, 2010 It has a test somewhere for the length of the message. If it has less than 5 characters, it throws an error message. I was testing it with the 'test' word. Cristina You can change minimum quantity of characters accepted near line 145 of guestbook.php file:if($message == "" || strlen($message) < 5 || strlen($message) > $nb_chars) Do You plan to make a center page like that? Link to comment Share on other sites More sharing options...
Crist291 Posted June 25, 2010 Share Posted June 25, 2010 Do You plan to make a center page like that? Yes, that is how i'd like it to be. When you press Sign guestbook, the form will be inserted between top of the page and guestbook comments? Link to comment Share on other sites More sharing options...
Ehinarr Posted June 25, 2010 Share Posted June 25, 2010 Do You plan to make a center page like that? Yes, that is how i'd like it to be. When you press Sign guestbook, the form will be inserted between top of the page and guestbook comments? Yes, it works like in your page.I only did add - echo $guestbook->hookRightColumn(); on guestbooklist.php:$guestbook = new guestbook(); echo $guestbook->forLogged(); echo $guestbook->hookRightColumn(); echo $guestbook->guestbooklist(); Link to comment Share on other sites More sharing options...
ramadhanga Posted July 4, 2010 Share Posted July 4, 2010 can you add a side/center panel that will scroll lets say the last 10 guestbook entries? so i can put this in the front page of my site. Something like this? http://www.cristalstudio.ro/dery/modules/guestbook/guestbooklist.php hi.. i'm a new prestashop user..how to make it look like? please give me the steps.. thanks. Link to comment Share on other sites More sharing options...
Sanis Posted August 14, 2010 Share Posted August 14, 2010 First of all thanks for such a great module.Iam trying to adapt it for my needs, so i moved it to a separate page, just like contact form. It works great, but i cant get character count to work.Because this module is in center column iam not hiding the div like this module does: function toggleLayer( whichLayer ) and possibly why script doesnt work.Any idea how to append it to static field?NVM: Fixed Link to comment Share on other sites More sharing options...
maverick24 Posted September 9, 2010 Share Posted September 9, 2010 Hi, does anyone have the problem of the selected individual category inside the left column block listing being highlighted in full green instead of the letters? I tried disabling the guestbook v2.2 function in prestashop v1.3.1 and it goes back to normal. I suspect there is a small bug in the guestbook module. Does anyone know how to correct this? Any help is appreciated.Thanks in advance. Link to comment Share on other sites More sharing options...
kobeli Posted September 10, 2010 Share Posted September 10, 2010 I am totally agree with your oppinion.this blog post is very encouraging to people who want to know these topics. Link to comment Share on other sites More sharing options...
Ehinarr Posted September 10, 2010 Share Posted September 10, 2010 @maverick24Do you have some screenshot of the problem to show? Link to comment Share on other sites More sharing options...
maverick24 Posted September 10, 2010 Share Posted September 10, 2010 @maverick24Do you have some screenshot of the problem to show? Hi Ehinarr,Attached are the screenshots before and after install of the guestbook.Thanks for helping to take a look. :-) Link to comment Share on other sites More sharing options...
Ehinarr Posted September 10, 2010 Share Posted September 10, 2010 Really, I see. Where within GuestBook Module do you you used that color? Link to comment Share on other sites More sharing options...
maverick24 Posted September 10, 2010 Share Posted September 10, 2010 Err... Sorry, not too sure what you are asking about. But the guestbook module is installed fresh on a fresh copy of the prestashop.The category module comes preinstalled with the prestashop. The green color appears when you are suppose to click on the category module and shows that it has been selected. Hopefully this helps to clear your doubt. Link to comment Share on other sites More sharing options...
Ehinarr Posted September 10, 2010 Share Posted September 10, 2010 What do you setup to green in GuestBook? Link to comment Share on other sites More sharing options...
maverick24 Posted September 10, 2010 Share Posted September 10, 2010 I did not set up anything. They are from prestashop existing settings. Link to comment Share on other sites More sharing options...
Ehinarr Posted September 10, 2010 Share Posted September 10, 2010 Then, what is setup to green by default? (The same green type of color that appears on categories link). Or just put a screenshot of your GuestBook BO. I need to know where is the problem in order to figure it out. Link to comment Share on other sites More sharing options...
maverick24 Posted September 10, 2010 Share Posted September 10, 2010 Hi, I did find a work around.Changes as below to the 'guestbook.tpl' file:.selected{ /* background:#999999; */ cursor:pointer;}This will change the selected link background to be transparent in default. Link to comment Share on other sites More sharing options...
redfordnl Posted September 23, 2010 Share Posted September 23, 2010 i installed a couple versions of your wonderful guestbook but i think it's not working well with the wiznav bar because if i want to view the guestbook the wiznav bar is gone on the next page... Link to comment Share on other sites More sharing options...
Ehinarr Posted September 23, 2010 Share Posted September 23, 2010 If the guestbook still works after clicking on next page button, it seems me that wizvav may have a compatibiltity problem, while guestbook works fine. Can You put a screenshot? Link to comment Share on other sites More sharing options...
redfordnl Posted September 23, 2010 Share Posted September 23, 2010 you're fast haha!!!Secon pic (pic nr.2) is that i signed the guestbook, no problems with that but when i want to view the guestbook after i approved message in BO everything is white in the center and right column is all gone and no wiznav bar anymore, no cart anymore (pic nr.1) and some pics are broken... Link to comment Share on other sites More sharing options...
logan Posted December 20, 2010 Share Posted December 20, 2010 Great module but i don't see a valid html version of this guestbook.43 errors. Link to comment Share on other sites More sharing options...
Ehinarr Posted December 20, 2010 Share Posted December 20, 2010 I'm waiting for the stable 1.4 release in order to re-write the module. Thus, I count on suggestions from users of this module in order to improve it. Link to comment Share on other sites More sharing options...
redfordnl Posted December 20, 2010 Share Posted December 20, 2010 Keep us updated, I really wana use it in my webshop! But now it doesnt work with wiznav module+product rating module+ language current module... Link to comment Share on other sites More sharing options...
Ehinarr Posted December 20, 2010 Share Posted December 20, 2010 Keep us updated, I really wana use it in my webshop! But now it doesnt work with wiznav module+product rating module+ language current module... Javascript conflict. We have to verify this. Anything else? Link to comment Share on other sites More sharing options...
LIesbeth Posted January 19, 2011 Share Posted January 19, 2011 I hope someone is still looking here every now and then...My problem is that I don't know how to adjust the amount of characters for the email adresses. My [spam-filter] tryed to leave a message, but his adres was to long to fit in the box.And thanks for the module, i'm very pleased with it.Liesbeth Janssen (www.kidssunsafe.nl) Link to comment Share on other sites More sharing options...
diamondf Posted February 3, 2011 Share Posted February 3, 2011 First of all, Congrats for this awesome module! I need some help .... I`m trying to insert the form under the comments and modify the way the comments are displayed.. something like in the attached image But with no results Link to comment Share on other sites More sharing options...
diamondf Posted February 5, 2011 Share Posted February 5, 2011 so...is someone going to help me ?:| Link to comment Share on other sites More sharing options...
Ehinarr Posted February 5, 2011 Share Posted February 5, 2011 I hope someone is still looking here every now and then...My problem is that I don't know how to adjust the amount of characters for the email adresses. My [spam-filter] tryed to leave a message, but his adres was to long to fit in the box.And thanks for the module, i'm very pleased with it.Liesbeth Janssen (www.kidssunsafe.nl) Try to increase maxlength and size values, near line 160 on guestbook.tpl:<input type="text" maxlength="25" size="22" name="email" value="{$email}"/></p> 2 Link to comment Share on other sites More sharing options...
diamondf Posted March 2, 2011 Share Posted March 2, 2011 so...no answer? Link to comment Share on other sites More sharing options...
Ehinarr Posted March 2, 2011 Share Posted March 2, 2011 You can handle it trough the function guestbooklist(), near line 525 of guestbook.php file. Link to comment Share on other sites More sharing options...
asur Posted March 3, 2011 Share Posted March 3, 2011 Ehinarr I really like your module and I want you to add more if is it possible?I just pm'ed youThanks Try this, in order to let only registered users writing on guestbook: A very complete and very worn out module. Thank you. Link to comment Share on other sites More sharing options...
vidorado Posted March 9, 2011 Share Posted March 9, 2011 Here is the SPANISH translation for 2.1 module version es.php Link to comment Share on other sites More sharing options...
Graci Posted March 11, 2011 Share Posted March 11, 2011 i will try to aks them do that for me. Link to comment Share on other sites More sharing options...
3rtt Posted March 24, 2011 Share Posted March 24, 2011 I absolutely love this guestbook module! But the time stamp on messages is two hours off my local time. Where does the module pick up the time for the time stamp? And how can I change it to reflect my local time? Thanks for the excellent work on this! Link to comment Share on other sites More sharing options...
albwibowo Posted April 10, 2011 Share Posted April 10, 2011 Are this module will be available for prestashop 1.4 ? ... Thx U Link to comment Share on other sites More sharing options...
Dimar Posted July 15, 2011 Share Posted July 15, 2011 I'm waiting for the stable 1.4 release in order to re-write the module. Thus, I count on suggestions from users of this module in order to improve it. Hi, EhinarrStill intends to support this module to Prestashop 1.4.x?Thank you. Link to comment Share on other sites More sharing options...
Dwita Posted July 21, 2011 Author Share Posted July 21, 2011 Hello Ehinar,It's been a while, but i don't forgetwhat you have done for me and all oyher people.I am still using this module in new shop.We keep in touch mate. Link to comment Share on other sites More sharing options...
Ehinarr Posted July 22, 2011 Share Posted July 22, 2011 Hello Ehinar,It's been a while, but i don't forgetwhat you have done for me and all oyher people.I am still using this module in new shop.We keep in touch mate. Hello, how are you? I'm glad to hear from you. Soon I will initiate the upgrade of the module. Link to comment Share on other sites More sharing options...
CheapXL Posted July 30, 2011 Share Posted July 30, 2011 Perfect Guestbook mate. Thx for the effort, works fine in 1.4.3 Keep up the good work. Link to comment Share on other sites More sharing options...
CheapXL Posted August 1, 2011 Share Posted August 1, 2011 Ehinarr, I have a question, I am trying to change some colors from the module and when u look with the development addon for IE it says: <link rel="stylesheet" type="text/css" href="/shop/modules/guestbook/jquery.autocomplete.css"/> But i dont have that css file anywhere... From wich css file is he getting the color information? Thx for the reply.. Link to comment Share on other sites More sharing options...
fabfab Posted October 5, 2011 Share Posted October 5, 2011 Hello, I am using this guestbook for a year now, but my old messages from a year ago aren't displayed anymore. Can i somewhere put them on again? I don't make people to fill in my guestbook, but i am glad with the few i have. I only also want the old ones displayed. Fabian Link to comment Share on other sites More sharing options...
presme Posted October 30, 2011 Share Posted October 30, 2011 Hi I bought the module Guestbook, but SPAM SPAM, so I download your nice module. But It only shows last 20 messages. Where can I find the older messages I am newbie Like the earlier writer I am from cut and paste generation:) Link to comment Share on other sites More sharing options...
Guest Posted November 20, 2011 Share Posted November 20, 2011 It is actually a nice and helpful piece of information. I am satisfied that you simply shared this useful info with us. Please stay us informed like this. Thanks for sharing. Link to comment Share on other sites More sharing options...
sviter Posted March 1, 2012 Share Posted March 1, 2012 Please add the Russian language inversion 1.4! thanks in advance... Link to comment Share on other sites More sharing options...
3rtt Posted March 30, 2012 Share Posted March 30, 2012 Where can I find a version of this guestbook module that will work with Prestashop v1.4.7? Link to comment Share on other sites More sharing options...
3rtt Posted May 1, 2012 Share Posted May 1, 2012 I downloaded this guestbook module just over a year ago to use with the Prestashop package on our thrift store website, www.3rtt.com. Today I received in the mail a cease and desist/settlement demand letter from Getty Images claiming I'm in violation of their copyright on the image used in the guestbook module. They are demanding I pay them several hundred dollars within the next two weeks, or they will pursue further legal action against me. I downloaded and installed this module in good faith, not expecting to be targeted with this sort of punitive action because of the choice of image built into the module. I would suggest to anyone else who has downloaded and is using this module to remove the gold/black fountain pen image from the module package and use another image which doesn't have the copyright issue. I would also strongly suggest to the creator of this guestbook module to change the image to something that will not inadvertently cause those using the module to violate any copyright. Link to comment Share on other sites More sharing options...
maconl Posted August 14, 2012 Share Posted August 14, 2012 (edited) hi , installed version 2.1 in prestashop 1.4.6.2 Works like a charm in FO and BO so think it's no problem to use this one in 1.4 XXXX Edited August 18, 2012 by maconl (see edit history) Link to comment Share on other sites More sharing options...
maconl Posted September 12, 2012 Share Posted September 12, 2012 I downloaded this guestbook module just over a year ago to use with the Prestashop package on our thrift store website, www.3rtt.com. Today I received in the mail a cease and desist/settlement demand letter from Getty Images claiming I'm in violation of their copyright on the image used in the guestbook module. They are demanding I pay them several hundred dollars within the next two weeks, or they will pursue further legal action against me. I downloaded and installed this module in good faith, not expecting to be targeted with this sort of punitive action because of the choice of image built into the module. I would suggest to anyone else who has downloaded and is using this module to remove the gold/black fountain pen image from the module package and use another image which doesn't have the copyright issue. I would also strongly suggest to the creator of this guestbook module to change the image to something that will not inadvertently cause those using the module to violate any copyright. hi did they tell also about the name of the image if you look on their site i can't find this image ,, all i know is that gettyimages likes to sent claim letters around , just type the name getty images in google and you will find so many pages from people who received an leter from them so this is why i ask if they told where you can find this image Link to comment Share on other sites More sharing options...
gerardtb Posted November 24, 2012 Share Posted November 24, 2012 Hi, I installed now guestbook 2.2 in prestashop 1.5.2 (localhost Wamp) but the message didn't show! Can anyone tell me what is wrong? Link to comment Share on other sites More sharing options...
Anoushka Posted November 28, 2012 Share Posted November 28, 2012 Hi, I installed now guestbook 2.2 in prestashop 1.5.2 (localhost Wamp) but the message didn't show! Can anyone tell me what is wrong? I think the module is not working in 1.5, because I have the same problem. 1 Link to comment Share on other sites More sharing options...
Anoushka Posted January 9, 2013 Share Posted January 9, 2013 No one was able to come up with a solution in the past month? Link to comment Share on other sites More sharing options...
Anoushka Posted January 21, 2013 Share Posted January 21, 2013 Still not working... Link to comment Share on other sites More sharing options...
d_alinus2004 Posted July 4, 2013 Share Posted July 4, 2013 Hello, dosen't work for me also in 1.5.2 .. any ideea how i can aprove the comments? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now