Hello, I am working with dotCMS_1.6.0.9 and I have a question. I tried to use pullRSSFeed marco to get title of blog (which is not made in dotCMS). So I put...
Hi, I have tried to pull content from 2 or more structures, and have tried this: #pullRelatedContent('relationship-*' "1884" '100' 'date1 desc') but it...
Thanks Maria! Is it by any chance possible to stop dotCMS in gathering this information? Patrick On Tue, Aug 26, 2008 at 14:58, Maria Ahues Bouza <...
Patrick van den Hurk
pvdhurk@...
Sep 2, 2008 7:17 am
2556
Hello Patrick, Not in the current version but we will be releasing this for 1.7 so you can configure whether you want dotCMS to gather page statistics or not. ...
Hi, The macro pullRelatedContent right now only works with one relationship. Why don't you run two pullRelatedContents and then merge your lists? Thanks Maria ...
Another suggestion for future versions: It would also be nice if you could append a Lucine query to a pullRelatedContent call. For example, you could have a...
Oh? Very cool. I already have need for it in 2 projects. Good timing. =-) Nathan Nathan I. Keiter DataSystems Gettysburg College Campus Box 2453 717-337-6993 ...
Actually, you should be able to look at the query generated by pullRelatedContent(), and rewrite it to your needs. All it is doing is crafting a fancy query...
Michael Fienen
mfienen@...
Sep 2, 2008 2:15 pm
2562
Hi, Are there plans for a module in which you can easily create forms in DotCMS? Like contact forms, a quiz or polls? Or do you need help with that ? :) ...
It looks like something along those lines will be coming in with 1.6.5. No clue on the functionality though, just going off what I see on ...
Michael Fienen
mfienen@...
Sep 2, 2008 2:38 pm
2564
I just added the HTML version of my Form Builder program to the JIRA. You can always download the program (HTML or AIR version) and use it independently of...
Just to clear up any possible confusion, is this form builder just a WYSIWYG form designer or does it create the VLT in the back end to process the data? I...
It utilizes the built-in form submission stuts ("/dotCMS/sendEmail" for example) and the built in JavaScript Validation ("/global/js/form_validation.js"). The...
Nathan, We also applied that change to dotCMS, so now the errorURL is not required. thanks Maria ... -- Maria Ahues Bouza Managing Director, Implementation...
Another note on forms: textarea tag error in dotCMS 1.6: Saving an old piece of content with a textarea tag, or creating a new piece of content with a textarea...
Hi Nathan, I think this has been fixed as well and it was released with 1.6.0.10. It will also be part of 1.6.5. Thanks Maria ... -- Maria Ahues Bouza Managing...
Is there a generic username and password for the dotCMS edu site that anyone could share? It seems to be the only place to view working examples of pages and ...
Brian: See http://dotcms.org/the_dotcms/demos/demo.dot for admin access to the demo site. Kent Kent A. Peterson MSOE Web Services (414) 277-7176 - Office (414)...
Yea the form builder is a cool piece. It was committed by Nathan, thank you :-), and will be included in 1.6.5. It has been added to the Report Manager which...
Yea we don't have the edu edition backend open to the public but the demo has plenty of examples. ... -- Thanks, Jason Tesser dotCMS Lead Development Manager ...
I'm looking for a working example of a blog in dotcms. There is an example on the demo site (http://demo.dotcms.org/blog/) but if you follow the links to the...
Hello Mune, I just tested this in our demo site and it doesn't seem to be working either. I'll create a JIRA task to check what's wrong with it. Thanks Maria ...
Change the host on the demo to demo.dotcms.org the issue is the host is set to testing.dotcms.org On Tue, Sep 2, 2008 at 2:04 PM, Minton, Brian A ... -- ...
Hi guys, I'm working on dotcms 1.5.1, until yesterday everything went right but now, when I startup the service the system doesn't work correctly, it doesn't ...
Sabina Maffioli
sabina.maffioli@...
Sep 3, 2008 8:27 am
2579
I have a couple of questions: 1. Is there a proper syntax for having two fields listed in the order by of the #pullContent (i.e. I need to order by lastName...
I'm a newbie to dotcms, so I coundn't understand the query sql. We need get relation content from 8 structure when user assigned, or get the most popular...