Dan, I just deleted it. Thanks Maria ... -- Maria Ahues Bouza Managing Director, Implementation Services www.dotcms.org T: 305.858.1422 x (9) 272 D:...
Anyone have a directory they are willing top share. I can set up my structure but can¹t seem to get the search and form set up right. Would love one like the...
Hi Jeff, One thing you have to make sure when you setup a search on a structure is to make your fields searchable in the backend. Then on the frontend first...
Our clickstream table gets filled up so quickly. We recently deleted the data in it, but it is filling again. It causes our db to get huge and slows our...
Brad, On our database server, we have a maintenance script that runs weekly to delete the rows. We just have this in a Cron Job. I believe I've ran across a...
Hi, I am wondering what is the best way to implement online application forms, so that an admin can go into the dotcms backend to export all the applications...
Angus Mak
angus.mak@...
Dec 1, 2008 9:54 pm
3482
I'm wondering, I've been seeing an issue that I've mostly ignored, because refreshing the page seems to solve the problem, but once in a while the workflow...
Michael Fienen
mfienen@...
Dec 1, 2008 10:21 pm
3483
Hey all, I am still trying to come up with a faculty/staff search similar to the one on the edu version of dotcms. With a lot of help I have the folowing code...
Can you tell us exactly what "still doesn't seem to work" means :-) Are you getting an error? just not seeing anything? ... -- Thanks, Jason Tesser dotCMS Lead...
Have you checked the simple but easy to hit problems like does everything you are trying to pull have CMS Anoy permissions? Do you have any velocity error in...
Angus: I would recommend using the form builder tool (link in the reports portlet), build a form and then place it on a page in your site. This will ...
Hey all, just dropping a note about this morning's blog, going over some of the new stuff in 1.6.5. Hopefully you find it useful if you're waiting on...
Michael Fienen
mfienen@...
Dec 2, 2008 2:59 pm
3491
That's exactly what I need. Thank you so much. ... From: "Will Ezell" <will@...> To: dotcms@yahoogroups.com Sent: Tuesday, December 2, 2008...
Angus Mak
angus.mak@...
Dec 2, 2008 3:30 pm
3492
Hi, Is it possible to pull information of a user out from the front end. I want to be able to create something like a social network so people can log in and...
Angus Mak
angus.mak@...
Dec 2, 2008 4:07 pm
3493
Is it possible to have a mailing list so that people can just type in their email to subscribe and the system automatically puts the email into the mailing...
Angus Mak
angus.mak@...
Dec 2, 2008 4:10 pm
3494
I have that as well, don't really know what it is. ... From: "Dan Barsan" <barsan_dan@...> To: dotcms@yahoogroups.com Sent: Tuesday, November 25, 2008...
Angus Mak
angus.mak@...
Dec 2, 2008 4:11 pm
3495
Hi, I am using 1.6.0.7 and would like to upgrade to 1.6.5. Can u tell the exact procedure(what to watch for and what to save) to upgrade. I used the zip...
Idris Baxamusa
ibaxamusa@...
Dec 2, 2008 4:12 pm
3496
That is something that gets printed out by the dbcp database connections pool that comes with tomcat and we use in dotcms, that is controlled in the ROOT.xml...
Hi Jeff, Have you tried outputting the $list variable to see what's in it? Or $query to confirm that it's correct? If the query's correct but there's still...
Jeff, Try changing this $request.getParameter("formvis") == 1 for this $request.getParameter("formvis").equals("1") also print your query variable to make sure...
Greetings, Is there a way to use the value of the email variable submitted with the formhandler as the fromEmail variable value? Cheers, Frank J. Bove ...
Bove,Frank J
fjbove@...
Dec 2, 2008 7:33 pm
3501
Maybe through javascript? Something like this onSubmit? document.getElementById("fromEmail").value=document.getElementById("emailField").value -Will ... -- ...
Hi, When using the RSS Macro the page will not display the rss feeds correctly. They come up as a paragraph of just plain text. Here is the code I am using,...
Just get the field name for your tag field out of the structure, and when you build out the Lucene query for the front end search, assuming your tag field is...
Michael Fienen
mfienen@...
Dec 3, 2008 2:20 pm
3505
I thought I'd throw this out and see if anyone has had a similar experience. We've been fighting this since 1.6, and it appears to be doing it still in 1.6.5,...