From donnamsnow at gmail.com Sun Nov 5 04:17:08 2006 From: donnamsnow at gmail.com (Donna M. Snow) Date: Sat, 04 Nov 2006 19:17:08 -0800 Subject: [COREblog-en] "Always on Top" blog entries Message-ID: <454D57B4.4050704@gmail.com> Hi, I need to be able to allow for one entry to be featured in a blog.. on the top of a list of entries in a portlet SimpleBlog has this "Always on Top".. that puts whatever entry I've selected to be on top all the time.. to stay there... until I change it.. and feature a different entry .. Is there a way I can create this in CoreBlog? Best Regards, Donna M. Snow, Owner C Squared Technologies illuminate your web http://www.csquaredtech.com From nyusuke at nagosui.org Sun Nov 5 16:56:52 2006 From: nyusuke at nagosui.org (Yusuke NAKAI) Date: Mon, 06 Nov 2006 00:56:52 +0900 Subject: [COREblog-en] "Always on Top" blog entries In-Reply-To: <454D57B4.4050704@gmail.com> References: <454D57B4.4050704@gmail.com> Message-ID: <454E09C4.7030404@nagosui.org> Hi, > I need to be able to allow for one entry to be featured in a blog.. on > the top of a list of entries in a portlet SimpleBlog has this "Always on > Top".. that puts whatever entry I've selected to be on top all the > time.. to stay there... until I change it.. and feature a different > entry .. In portlet_recent_entry? or coreblog_view? In portlet_recent_entry, the easiest way is to write xhtml code directly. This may be not smart, but sure. In coreblog_view, it may be needed to write some tal code. Regards, -- Yusuke NAKAI mail: nyusuke at nagosui.org web : http://nagosui.org From briansullivan at gmail.com Sun Nov 5 18:20:09 2006 From: briansullivan at gmail.com (Brian Sullivan) Date: Sun, 5 Nov 2006 12:20:09 -0500 Subject: [COREblog-en] Comment spam Message-ID: Lately I have been inundated with comment spam at my Coreblog V1.11 powered blog. I have to move to implement some sort of captcha protection or get buried so I am looking at www.protectwebform.com as a potential protection mechanism. Has anybody here used this service? Have code or hints on implementing it? From nekstrand at gmail.com Sun Nov 5 19:14:52 2006 From: nekstrand at gmail.com (Niklas) Date: Sun, 5 Nov 2006 19:14:52 +0100 Subject: [COREblog-en] Comment spam In-Reply-To: References: Message-ID: Here is an solution for it which have been posted in the past, http://postaria.com/pipermail/coreblog-en/2006-June/000428.html With Best Regards Niklas E. http://zoone.se On 11/5/06, Brian Sullivan wrote: > > Lately I have been inundated with comment spam at my Coreblog V1.11 > powered blog. > > I have to move to implement some sort of captcha protection or get > buried so I am looking at www.protectwebform.com as a potential > protection mechanism. > > Has anybody here used this service? Have code or hints on implementing it? > _______________________________________________ > COREblog-en mailing list > COREblog-en at postaria.com > http://postaria.com/mailman/listinfo/coreblog-en > Unsubscription writing to coreblog-en-leave at postaria.com > -- With best regards / med v?nlig h?lsning Niklas -------------- next part -------------- An HTML attachment was scrubbed... URL: http://postaria.com/pipermail/coreblog-en/attachments/20061105/6eebb04b/attachment.htm From briansullivan at gmail.com Sun Nov 5 20:37:02 2006 From: briansullivan at gmail.com (Brian Sullivan) Date: Sun, 5 Nov 2006 14:37:02 -0500 Subject: [COREblog-en] Comment spam In-Reply-To: References: Message-ID: On 11/5/06, Niklas wrote: > Here is an solution for it which have been posted in the past, > > http://postaria.com/pipermail/coreblog-en/2006-June/000428.html > > > With Best Regards Niklas E. > Thanks, but unfortunately that solution seems to be for Coreblog 2 on Plone (I am using the older V1 on Zope). From nekstrand at gmail.com Sun Nov 5 20:54:06 2006 From: nekstrand at gmail.com (Niklas) Date: Sun, 5 Nov 2006 20:54:06 +0100 Subject: [COREblog-en] Comment spam In-Reply-To: References: Message-ID: Sorry for not reading properly. / Niklas On 11/5/06, Brian Sullivan wrote: > > On 11/5/06, Niklas wrote: > > Here is an solution for it which have been posted in the past, > > > > http://postaria.com/pipermail/coreblog-en/2006-June/000428.html > > > > > > With Best Regards Niklas E. > > > > Thanks, but unfortunately that solution seems to be for Coreblog 2 on > Plone (I am using the older V1 on Zope). > _______________________________________________ > COREblog-en mailing list > COREblog-en at postaria.com > http://postaria.com/mailman/listinfo/coreblog-en > Unsubscription writing to coreblog-en-leave at postaria.com > -- With best regards / med v?nlig h?lsning Niklas -------------- next part -------------- An HTML attachment was scrubbed... URL: http://postaria.com/pipermail/coreblog-en/attachments/20061105/afe4a3c0/attachment.htm From welter at betabug.ch Sun Nov 5 21:03:38 2006 From: welter at betabug.ch (Sascha Welter) Date: Sun, 5 Nov 2006 21:03:38 +0100 Subject: [COREblog-en] Comment spam In-Reply-To: References: Message-ID: <20061105200338.GB1381@betabug.ch> (Sun, Nov 05, 2006 at 12:20:09PM -0500) Brian Sullivan wrote/schrieb/egrapse: > Lately I have been inundated with comment spam at my Coreblog V1.11 > powered blog. > > I have to move to implement some sort of captcha protection or get > buried so I am looking at www.protectwebform.com as a potential > protection mechanism. Upgrade to COREBlog 1.2.5, then upgrade some dtml templates for the comment forms. Your comment spam will go down to 0 (yes, zero). I don't remember where this was explained, but COREBlog now uses cookies and a two-step comment procedure (users have to "preview" first before commenting) which for me stops 100% of comment spam. COREBlog also has a feature that will set all trackbacks from sites that don't link to you to be moderated. I've patched this on my own blog to plain deny all such fake trackbacks. (For that patch see http://betabug.ch/blogs/ch-athens/385) The result so far has to me been a 100% spamfree blogging experience, no captchas needed. I see tons of spambots trying in my logs, but they don't get through. I usually block those IPs when I spot them, but that is just for bandwidth conservation. Regards, Sascha From briansullivan at gmail.com Sun Nov 5 21:46:15 2006 From: briansullivan at gmail.com (Brian Sullivan) Date: Sun, 5 Nov 2006 15:46:15 -0500 Subject: [COREblog-en] Comment spam In-Reply-To: <20061105200338.GB1381@betabug.ch> References: <20061105200338.GB1381@betabug.ch> Message-ID: On 11/5/06, Sascha Welter wrote: > Upgrade to COREBlog 1.2.5, then upgrade some dtml templates for the > comment forms. Your comment spam will go down to 0 (yes, zero). That is certainly a desirable goal -- I will have a look. Is the upgrade basically painless? > > I don't remember where this was explained, but COREBlog now uses cookies > and a two-step comment procedure (users have to "preview" first before > commenting) which for me stops 100% of comment spam. > > COREBlog also has a feature that will set all trackbacks from sites that > don't link to you to be moderated. I've patched this on my own blog to > plain deny all such fake trackbacks. (For that patch see > http://betabug.ch/blogs/ch-athens/385) > > The result so far has to me been a 100% spamfree blogging experience, > no captchas needed. I see tons of spambots trying in my logs, but they > don't get through. I usually block those IPs when I spot them, but that > is just for bandwidth conservation. I will try this route then. From welter at betabug.ch Sun Nov 5 21:58:17 2006 From: welter at betabug.ch (Sascha Welter) Date: Sun, 5 Nov 2006 21:58:17 +0100 Subject: [COREblog-en] Comment spam In-Reply-To: References: <20061105200338.GB1381@betabug.ch> Message-ID: <20061105205816.GA25985@betabug.ch> (Sun, Nov 05, 2006 at 03:46:15PM -0500) Brian Sullivan wrote/schrieb/egrapse: > On 11/5/06, Sascha Welter wrote: > > > Upgrade to COREBlog 1.2.5, then upgrade some dtml templates for the > > comment forms. Your comment spam will go down to 0 (yes, zero). > > That is certainly a desirable goal -- I will have a look. > > Is the upgrade basically painless? Yes, the upgrade itself is practically no issue at all, just replace the COREBlog product folder. Upgrading that template is another question, either you are familiar with dtml editing, then you could look at the differences and make the changes manual, or create a new coreblog instance and copy the templates in question over. The only documentation about upgrading to this feature I found here: http://postaria.com/pipermail/coreblog-en/2006-February/000292.html it isn't so hard to implement once you have a good long look at what file to change and how. Keep in mind that if you upgrade and even if you change the "settings" it won't change anything until you also change that dtml method. Regards, Sascha From donnamsnow at gmail.com Wed Nov 15 21:08:18 2006 From: donnamsnow at gmail.com (Donna M. Snow) Date: Wed, 15 Nov 2006 12:08:18 -0800 Subject: [COREblog-en] weirdish question on "comments" Message-ID: <455B73B2.8030601@gmail.com> Hi guys, Thanks so much for all your help in the past.. So here is my issue (now)... On clients old zope 2.7/CoreBlog site.. (no Plone) when commenters added a long url it blew up the layout.. (in Firefox... IE wraps the url..but FF doesn't) http://www.digitalmusicnews.com/blog/352 So I'd like to avoid this problem by allowing commenters to utilize some type of wysiwyg (Kupu) so they can add a hyperlink without having to know the tags for adding a hyperlink..I realize the CoreBlog comment box allows html tags.. but is there a way to add Kupu functionality just above the "comment" box.. or does that just seem silly to allow commenters that functionality? Maybe I can just add a single "hyperlink" button? I don't know..what do you think? Best Regards, Donna M. Snow, Owner C Squared Technologies illuminate your web http://www.csquaredtech.com From john.habermann at wilderness.org.au Thu Nov 16 02:36:30 2006 From: john.habermann at wilderness.org.au (john habermann) Date: Thu, 16 Nov 2006 12:36:30 +1100 Subject: [COREblog-en] Problem with archiving Message-ID: Hi I have been looking at COREBlog2 installed on Plone 2.5.2 and Zope 2.9 and have run into a somewhat unusual problem with archives. The problem is that entries are not appearing in the day they where created but rather show up in the particular date they where published in every future month. For example if I publish and entry today the 16th of November the archive calendar will show nothing in November but if I look at December I will see that the 16th nows shows a link as does January the 16th, February the 16th and so on. Initially I did have it working but somehow it has been broken. I had also been testing Quill and Easyblog in that plone site and their archives both work fine still but COREBlog2's is broken now. I have tried creating a new plone site and only intalling COREBlog2 and still have the problem. Does anyone have any thoughts as to how the archiving could get broken. The dates that are displayed in the entries are showing fine and the calendar itself see the correct date, it is just the archiving that appears to be broken. Thanks for any suggestions. -- John Habermann Internet Programmer, System Administrator The Wilderness Society Inc http://www.wilderness.org.au From shibata at webcore.co.jp Thu Nov 16 05:35:19 2006 From: shibata at webcore.co.jp (Atsushi Shibata) Date: Thu, 16 Nov 2006 13:35:19 +0900 Subject: [COREblog-en] weirdish question on "comments" In-Reply-To: <455B73B2.8030601@gmail.com> References: <455B73B2.8030601@gmail.com> Message-ID: <20061116133519.055590.e8cca8d8@webcore.co.jp> Hi :-). How about try JavaScript-based HTML editor, such as TinyMCE etc. There's many many free editors. http://swik.net/Editor+JavaScript On Wed, 15 Nov 2006 12:08:18 -0800, wrote: > Hi guys, > > Thanks so much for all your help in the past.. > > So here is my issue (now)... > > On clients old zope 2.7/CoreBlog site.. (no Plone) > when commenters added a long url it blew up the layout.. (in Firefox... > IE wraps the url..but FF doesn't) > http://www.digitalmusicnews.com/blog/352 > > So I'd like to avoid this problem by allowing commenters to utilize some > type of wysiwyg (Kupu) so they can add a hyperlink without having > to know the tags for adding a hyperlink..I realize the CoreBlog comment > box allows html tags.. but is there a way to add Kupu functionality just > above the "comment" box.. or does that just seem silly to allow > commenters that functionality? > > Maybe I can just add a single "hyperlink" button? Regards. ---------------------------------------- Atsushi Shibata (Webcore Corp.) shibata at webcore.co.jp http://www.webcore.co.jp/ ---------------------------------------- From john.habermann at wilderness.org.au Thu Nov 16 07:17:20 2006 From: john.habermann at wilderness.org.au (john habermann) Date: Thu, 16 Nov 2006 17:17:20 +1100 Subject: [COREblog-en] Problem with archiving In-Reply-To: References: Message-ID: Adding some more to this I just installed COREBlog2 into a totally fresh install of Zope2.9 and plone 2.5.1 using debian packages on a different machine and I see the same behaviour. I did noticed when I was first playing with coreblog2 that entries didn't seem to appear under the main blog page which should have been listing the last 6 days blogs but the next day when I looked at the site that did appear their. I hadn't realised at the time that they where accessible in the subsequent months. I guess that this must be how coreblog2 works. Is the default to only display content in the archives once the day has passed? Does anyone know where this is configured. I have just seen some of the entries that I published last night now appear in the archive under the right date so it looks like there is a time delay between stuff being published and appearing in the plone calendar. Is it possible to change this? cheers John On 11/16/06, john habermann wrote: > Hi > > I have been looking at COREBlog2 installed on Plone 2.5.2 and Zope 2.9 > and have run into a somewhat unusual problem with archives. The > problem is that entries are not appearing in the day they where > created but rather show up in the particular date they where published > in every future month. For example if I publish and entry today the > 16th of November the archive calendar will show nothing in November > but if I look at December I will see that the 16th nows shows a link > as does January the 16th, February the 16th and so on. > > Initially I did have it working but somehow it has been broken. I had > also been testing Quill and Easyblog in that plone site and their > archives both work fine still but COREBlog2's is broken now. I have > tried creating a new plone site and only intalling COREBlog2 and still > have the problem. Does anyone have any thoughts as to how the > archiving could get broken. The dates that are displayed in the > entries are showing fine and the calendar itself see the correct date, > it is just the archiving that appears to be broken. > > Thanks for any suggestions. > > -- > John Habermann > Internet Programmer, System Administrator > The Wilderness Society Inc > http://www.wilderness.org.au > -- John Habermann Internet Programmer, System Administrator The Wilderness Society Inc http://www.wilderness.org.au From john.habermann at wilderness.org.au Fri Nov 17 05:56:43 2006 From: john.habermann at wilderness.org.au (john habermann) Date: Fri, 17 Nov 2006 15:56:43 +1100 Subject: [COREblog-en] Problem with archiving In-Reply-To: References: Message-ID: Tracked down the problem. It was a bug in Zope python DateTime libs it uses that seems to affect Australian time zones. Adding: tzname=('AEST-10AEDT-11,m10.5.0,M3.5.0','AEST-10AEDT-11,m10.5.0,M3.5.0') to the DateTime.py file under the following lines: try: from time import tzname except: tzname=('UNKNOWN','UNKNOWN') fixes the problem and entries will now appear in the Calendar archives correctly. I guess the other blog tools use different date time functions or generate their archives differently. cheers John On 11/16/06, john habermann wrote: > Adding some more to this I just installed COREBlog2 into a totally > fresh install of Zope2.9 and plone 2.5.1 using debian packages on a > different machine and I see the same behaviour. I did noticed when I > was first playing with coreblog2 that entries didn't seem to appear > under the main blog page which should have been listing the last 6 > days blogs but the next day when I looked at the site that did appear > their. I hadn't realised at the time that they where accessible in the > subsequent months. I guess that this must be how coreblog2 works. Is > the default to only display content in the archives once the day has > passed? Does anyone know where this is configured. I have just seen > some of the entries that I published last night now appear in the > archive under the right date so it looks like there is a time delay > between stuff being published and appearing in the plone calendar. Is > it possible to change this? > > cheers > John > > On 11/16/06, john habermann wrote: > > Hi > > > > I have been looking at COREBlog2 installed on Plone 2.5.2 and Zope 2.9 > > and have run into a somewhat unusual problem with archives. The > > problem is that entries are not appearing in the day they where > > created but rather show up in the particular date they where published > > in every future month. For example if I publish and entry today the > > 16th of November the archive calendar will show nothing in November > > but if I look at December I will see that the 16th nows shows a link > > as does January the 16th, February the 16th and so on. > > > > Initially I did have it working but somehow it has been broken. I had > > also been testing Quill and Easyblog in that plone site and their > > archives both work fine still but COREBlog2's is broken now. I have > > tried creating a new plone site and only intalling COREBlog2 and still > > have the problem. Does anyone have any thoughts as to how the > > archiving could get broken. The dates that are displayed in the > > entries are showing fine and the calendar itself see the correct date, > > it is just the archiving that appears to be broken. > > > > Thanks for any suggestions. > > > > -- > > John Habermann > > Internet Programmer, System Administrator > > The Wilderness Society Inc > > http://www.wilderness.org.au > > > > > -- > John Habermann > Internet Programmer, System Administrator > The Wilderness Society Inc > http://www.wilderness.org.au > -- John Habermann Internet Programmer, System Administrator The Wilderness Society Inc http://www.wilderness.org.au From eiben at weite-welt.com Tue Nov 21 23:39:36 2006 From: eiben at weite-welt.com (Henning Eiben) Date: Tue, 21 Nov 2006 23:39:36 +0100 Subject: [COREblog-en] changing posting-date Message-ID: <45638028.8090707@weite-welt.com> Hi, I just recently found coreblog2 (for plone) and I kinda like it. But I really would like to enter blogs for past dates, is there any way to change the date of an entry? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 479 bytes Desc: OpenPGP digital signature Url : http://postaria.com/pipermail/coreblog-en/attachments/20061121/3739c13a/attachment.pgp From nekstrand at gmail.com Wed Nov 22 07:40:52 2006 From: nekstrand at gmail.com (Niklas) Date: Wed, 22 Nov 2006 07:40:52 +0100 Subject: [COREblog-en] changing posting-date In-Reply-To: <45638028.8090707@weite-welt.com> References: <45638028.8090707@weite-welt.com> Message-ID: Hi, The way that I have done it is to change the effective date in ZMI. /Niklas Http://zoone.se On 11/21/06, Henning Eiben wrote: > > Hi, > > I just recently found coreblog2 (for plone) and I kinda like it. But I > really would like to enter blogs for past dates, is there any way to > change the date of an entry? > > > > _______________________________________________ > COREblog-en mailing list > COREblog-en at postaria.com > http://postaria.com/mailman/listinfo/coreblog-en > Unsubscription writing to coreblog-en-leave at postaria.com > > > -- With best regards / med v?nlig h?lsning Niklas -------------- next part -------------- An HTML attachment was scrubbed... URL: http://postaria.com/pipermail/coreblog-en/attachments/20061122/eb66c81d/attachment.htm From eiben at weite-welt.com Wed Nov 22 21:16:39 2006 From: eiben at weite-welt.com (Henning Eiben) Date: Wed, 22 Nov 2006 21:16:39 +0100 Subject: [COREblog-en] COREblog-en Digest, Vol 25, Issue 5 In-Reply-To: References: Message-ID: <4564B027.2060403@weite-welt.com> OK, how would I do that? As far as I figured I can change the modification-date in the ZMI alright, but not the creation-date. So the entry will not be shown at the correct date ... :( > Hi, > > The way that I have done it is to change the effective date in ZMI. > > /Niklas Http://zoone.se > > > On 11/21/06, *Henning Eiben* > wrote: > > Hi, > > I just recently found coreblog2 (for plone) and I kinda like it. But I > really would like to enter blogs for past dates, is there any way to > change the date of an entry? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 479 bytes Desc: OpenPGP digital signature Url : http://postaria.com/pipermail/coreblog-en/attachments/20061122/c04a4572/attachment.pgp From nekstrand at gmail.com Wed Nov 22 22:01:40 2006 From: nekstrand at gmail.com (Niklas) Date: Wed, 22 Nov 2006 22:01:40 +0100 Subject: [COREblog-en] COREblog-en Digest, Vol 25, Issue 5 In-Reply-To: <4564B027.2060403@weite-welt.com> References: <4564B027.2060403@weite-welt.com> Message-ID: If you change the effective date and the entry is made published it will be at the right position and date. /Niklas http://zoone.se On 11/22/06, Henning Eiben wrote: > > OK, how would I do that? As far as I figured I can change the > modification-date in the ZMI alright, but not the creation-date. So the > entry will not be shown at the correct date ... :( > > > Hi, > > > > The way that I have done it is to change the effective date in ZMI. > > > > /Niklas Http://zoone.se > > > > > > On 11/21/06, *Henning Eiben* > > wrote: > > > > Hi, > > > > I just recently found coreblog2 (for plone) and I kinda like it. But > I > > really would like to enter blogs for past dates, is there any way to > > change the date of an entry? > > > > > _______________________________________________ > COREblog-en mailing list > COREblog-en at postaria.com > http://postaria.com/mailman/listinfo/coreblog-en > Unsubscription writing to coreblog-en-leave at postaria.com > > > -- With best regards / med v?nlig h?lsning Niklas -------------- next part -------------- An HTML attachment was scrubbed... URL: http://postaria.com/pipermail/coreblog-en/attachments/20061122/9e281137/attachment.htm From eiben at weite-welt.com Thu Nov 23 00:09:10 2006 From: eiben at weite-welt.com (Henning Eiben) Date: Thu, 23 Nov 2006 00:09:10 +0100 Subject: [COREblog-en] COREblog-en Digest, Vol 25, Issue 5 In-Reply-To: References: <4564B027.2060403@weite-welt.com> Message-ID: <4564D896.3090502@weite-welt.com> OK, I see ... so I missed switching to "published" :) Niklas schrieb: > If you change the effective date and the entry is made published it will > be at the right position and date. > > /Niklas http://zoone.se > > > On 11/22/06, *Henning Eiben* > wrote: > > OK, how would I do that? As far as I figured I can change the > modification-date in the ZMI alright, but not the creation-date. So the > entry will not be shown at the correct date ... :( > > > Hi, > > > > The way that I have done it is to change the effective date in ZMI. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 479 bytes Desc: OpenPGP digital signature Url : http://postaria.com/pipermail/coreblog-en/attachments/20061123/c7ffbb11/attachment.pgp From asen.quintana at barcelona.msf.org Thu Nov 23 16:37:56 2006 From: asen.quintana at barcelona.msf.org (Asen QUINTANA) Date: Thu, 23 Nov 2006 16:37:56 +0100 Subject: [COREblog-en] URL required in "preview comments" in COREBlog2 0.9b In-Reply-To: Message-ID: I just became a member in CoreBlog list, hello to you I have some problems in this product and I would like to launch it asap Productsinstalled: COREBlog2 0.9b installed ( in Plone version: 2.1.2 & Zope version: (Zope 2.8.6-final, python 2.3.5, linux2) I customize the cbcomment_form page template, in order to hide the URL & mail entries. IIn my blog settings, in Comments,trackbacks Details section I have unchecked "require email", required url", "Send a notification mail on new comment" and "Send a notification mail on new trackback " ; I also customize cbadcomment python script and deleted in the entry #Try to add comment , the fields url and email. I can Add a new comments but I cannot "preview" them . I get the error "key error" value=URL. I don't know where to change this, I have a look in the error log and the URL error is in "cbentry_view" form, but I don't have in that page template any refereence to 'URL' field. Can anyone help me??? Asen Quintana From john.habermann at wilderness.org.au Fri Nov 24 00:09:32 2006 From: john.habermann at wilderness.org.au (john habermann) Date: Fri, 24 Nov 2006 10:09:32 +1100 Subject: [COREblog-en] URL required in "preview comments" in COREBlog2 0.9b In-Reply-To: References: Message-ID: Hi Asen On 11/24/06, Asen QUINTANA wrote: > > > > > I just became a member in CoreBlog list, hello to you > I have some problems in this product and I would like to launch it asap > > Productsinstalled: COREBlog2 0.9b installed ( in Plone version: 2.1.2 & > Zope version: (Zope 2.8.6-final, python 2.3.5, linux2) > > I customize the cbcomment_form page template, in order to hide the URL & > mail entries. A much easier way to hide the URL and mail entries from being displayed is to just use CSS. All you have to do is add an id to the URL field in the cbcomment_form.pt file:
.......
and then in your coreblogCustom.css file add the following: #URL { display: none; } You of course need to make the fields not required in the blog settings which you have already done. Thats it refresh the page and you won't see the url field in the comments. Do the same for the email field if you don't want that displayed but be aware that you are making it easier for automatic scripts to put comment spam on your site by getting rid of these fields. cheers John > IIn my blog settings, in Comments,trackbacks Details section I have > unchecked "require email", required url", "Send a notification mail on new > comment" and "Send a notification mail on new trackback " ; > I also customize cbadcomment python script and deleted in the entry #Try to > add comment , the fields url and email. > > I can Add a new comments but I cannot "preview" them . I get the error > "key error" value=URL. > > I don't know where to change this, I have a look in the error log and the > URL error is in "cbentry_view" form, but I don't have in that page template > any refereence to 'URL' field. > > Can anyone help me??? > Asen Quintana > > _______________________________________________ > COREblog-en mailing list > COREblog-en at postaria.com > http://postaria.com/mailman/listinfo/coreblog-en > Unsubscription writing to coreblog-en-leave at postaria.com > -- John Habermann Internet Programmer, System Administrator The Wilderness Society Inc http://www.wilderness.org.au From asen.quintana at barcelona.msf.org Fri Nov 24 16:53:56 2006 From: asen.quintana at barcelona.msf.org (Asen QUINTANA) Date: Fri, 24 Nov 2006 16:53:56 +0100 Subject: [COREblog-en] URL required in "preview comments" In-Reply-To: Message-ID: Hi john, Thank you. You have been very helpful. !! I'm going to read more about "css", in order to learn a bit more!, So easy and clear, thanks again john! ---------------------------------------------------------------------- Message: 1 Date: Thu, 23 Nov 2006 16:37:56 +0100 From: Asen QUINTANA Subject: [COREblog-en] URL required in "preview comments" in COREBlog2 0.9b To: coreblog-en at postaria.com Message-ID: Content-Type: text/plain; charset=US-ASCII I just became a member in CoreBlog list, hello to you I have some problems in this product and I would like to launch it asap Productsinstalled: COREBlog2 0.9b installed ( in Plone version: 2.1.2 & Zope version: (Zope 2.8.6-final, python 2.3.5, linux2) I customize the cbcomment_form page template, in order to hide the URL & mail entries. IIn my blog settings, in Comments,trackbacks Details section I have unchecked "require email", required url", "Send a notification mail on new comment" and "Send a notification mail on new trackback " ; I also customize cbadcomment python script and deleted in the entry #Try to add comment , the fields url and email. I can Add a new comments but I cannot "preview" them . I get the error "key error" value=URL. I don't know where to change this, I have a look in the error log and the URL error is in "cbentry_view" form, but I don't have in that page template any refereence to 'URL' field. Can anyone help me??? Asen Quintana ------------------------------ Message: 2 Date: Fri, 24 Nov 2006 10:09:32 +1100 From: "john habermann" Subject: Re: [COREblog-en] URL required in "preview comments" in COREBlog2 0.9b To: "Coreblog (English)" Message-ID: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Hi Asen On 11/24/06, Asen QUINTANA wrote: > > > > > I just became a member in CoreBlog list, hello to you > I have some problems in this product and I would like to launch it asap > > Productsinstalled: COREBlog2 0.9b installed ( in Plone version: 2.1.2 & > Zope version: (Zope 2.8.6-final, python 2.3.5, linux2) > > I customize the cbcomment_form page template, in order to hide the URL & > mail entries. A much easier way to hide the URL and mail entries from being displayed is to just use CSS. All you have to do is add an id to the URL field in the cbcomment_form.pt file:
.......
and then in your coreblogCustom.css file add the following: #URL { display: none; } You of course need to make the fields not required in the blog settings which you have already done. Thats it refresh the page and you won't see the url field in the comments. Do the same for the email field if you don't want that displayed but be aware that you are making it easier for automatic scripts to put comment spam on your site by getting rid of these fields. cheers John > IIn my blog settings, in Comments,trackbacks Details section I have > unchecked "require email", required url", "Send a notification mail on new > comment" and "Send a notification mail on new trackback " ; > I also customize cbadcomment python script and deleted in the entry #Try to > add comment , the fields url and email. > > I can Add a new comments but I cannot "preview" them . I get the error > "key error" value=URL. > > I don't know where to change this, I have a look in the error log and the > URL error is in "cbentry_view" form, but I don't have in that page template > any refereence to 'URL' field. > > Can anyone help me??? > Asen Quintana > > _______________________________________________ > COREblog-en mailing list > COREblog-en at postaria.com > http://postaria.com/mailman/listinfo/coreblog-en > Unsubscription writing to coreblog-en-leave at postaria.com > -- John Habermann Internet Programmer, System Administrator The Wilderness Society Inc http://www.wilderness.org.au ------------------------------ _______________________________________________ COREblog-en mailing list COREblog-en at postaria.com http://postaria.com/mailman/listinfo/coreblog-en End of COREblog-en Digest, Vol 25, Issue 7 ******************************************