![]() |
|
comment box - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: comment box (/thread-7292.html) Pages:
1
2
|
comment box - JimL - 2010-07-04 Hi, I'm running zenphoto 1.3 with zenpage and am having a problem with the comment box. I adjusted all the settings in the comment option and plugin, yet it continues to want me to input a site and the comments block is actually grey and will not allow comments to be typed. I've tried adjusting the various settings but yet the site won't go away, even after unchecking website, and it won't let me type any comments. what am I doing wrong? I've read the user manual for comments and still doesn't help. thanks comment box - kagutsuchi - 2010-07-04 You might be using an out-of-date theme. Which theme are you using? comment box - JimL - 2010-07-04 Zenpage comment box - JimL - 2010-07-04 The other day I upgraded the Zenphoto to 1.3, followed the upgrade instructions. comment box - kagutsuchi - 2010-07-04 There is no way directly from the options to completely omit the "Website" field. The options only allow you to change whether a field is required or not (except the Address fields - those can be omitted). As to why the comment field itself isn't working, I'm not sure why that would happen. Perhaps it would be easier to figure out what's happening if you posted your selection of options. comment box - JimL - 2010-07-05 Since I've just started building my site, I decided to delete all the files on my server and reinstall everything from scratch. After doing this I still had the same problem of not being able to add comments. Until I noticed that when I was in admin roll I couldn't add comments, but when I logged in as a "member" with less rights, I was able to add comments. Not sure what's going on, but as long as my members can add comments, I guess I'm good. comment box - sbillard - 2010-07-05 Was your admin role the "master"? Not really sure how the master can be denied doing anything. comment box - timeitright4 - 2010-07-06 I also had problems in adding comments. any help with this? comment box - JimL - 2010-07-06 Yes I was logged on as master. Still not sure what happened. But I decided to change my theme to ZpGalleriffic and everything seems to work, including comments. Don't know if I can ask another question here, but what is the night build and is it something I should do? comment box - sbillard - 2010-07-06 The nightly build is the current development stream for Zenphoto. All fixes to problems in the base release go into this as does new implementations. Generally, this build runs stably, but we cannot always guarantee that. We may recommend that you try the nightly build if you are having a problem that has been fixed in it. But generally you will need to decide if that build provides you a better environment than the release build. I certainly would not recommend using it without first testing to see if your site runs properly. comment box - lyndas9254 - 2010-07-07 This may be a general question, but I too was not able to use the comment box. Now that you mention if you were in admin that could be my answer except we have admin admin 1 and user. I am not the general computer person (gone for a week) but how do I tell which is what you call the master? Little out of my element and still learning here...thanks ahead. comment box - sbillard - 2010-07-07 Look on the admin user tab. The "master" is so marked. comment box - JimL - 2010-07-12 One more question on the comment subject. How do I have the comments displayed all the time, rather than having to click on the comment tag? And would this work for all the comments? comment box - sbillard - 2010-07-12 Un check the "toggle comment block" option in the plugin. comment box - JimL - 2010-07-12 I checked, and the toggle comment block was unchecked. I "checked" it to test it and it added a hide/show comments button (it was a working button). But when I un checked it again, the comments are still initially hidden, and when I click on the comments tag, the comments appear and the button to hide show is gone. Is there something else I need to check? comment box - acrylian - 2010-07-12 Probably you have to adjust css for the comment block. I think it needs to be hidden initially for the toggling to work. comment box - sbillard - 2010-07-12 Does not have to be initially hidden, but maybe your CSS does do that. Anyway, just tested with the EF+ theme and it is working. comment box - JimL - 2010-07-12 Which css file and what do I change? I can't find a comment.css I'm running zpGalliriffic and zenphoto 1.3 comment box - JimL - 2010-07-12 I did find this in the screen.css file comment-wrap h3{display:none;}exif-wrap{margin:-10px 0 0 0;text-align:center;}exif-wrap table{margin:0 auto 10px auto;}comment-wrap{text-align:left;clear:both;margin:0 0 20px 0;padding-top:20px;background:url(../images/hr.gif) repeat-x;}commentcontent,#commententry{text-align:center;}comments{width:425px;float:right;padding-left:35px;background:url(../images/hr.gif) repeat-y;}.comment,#showlatestcomments li{margin:10px 0;padding:5px 0;} commentform {text-align:left;}commentform table td{padding:2px 10px 2px 0;text-align:left;}commentform .pushbutton{margin-top:10px;margin-bottom:15px;}commentform textarea{width:345px;}commentform .inputbox{width:175px;}comment box - acrylian - 2010-07-12 Well, zpGalleriffic is not an offcially supported theme. But I guess the "display: none" part is what you are looking for. |