Search the web
Sign In
New User? Sign Up
dotcms · dotCMS Mailing List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3476 - 3505 of 6558   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3476
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:...
Maria Ahues Bouza
maruahues
Offline Send Email
Dec 1, 2008
4:24 pm
3477
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...
Jeff Mastromonico
jeffmastromo...
Offline Send Email
Dec 1, 2008
5:01 pm
3478
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...
Maria Ahues Bouza
maruahues
Offline Send Email
Dec 1, 2008
6:11 pm
3479
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 Rice
bradrice
Offline Send Email
Dec 1, 2008
9:07 pm
3480
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...
Todd Reed
astatetreed
Offline Send Email
Dec 1, 2008
9:28 pm
3481
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@...
Send Email
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@...
Send Email
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...
Jeff Mastromonico
jeffmastromo...
Offline Send Email
Dec 2, 2008
1:10 pm
3484
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...
Jason Tesser
tesserfamily
Online Now Send Email
Dec 2, 2008
1:39 pm
3485
Ha. Sorry. I get nothing. http://web.usca.edu/about-usc-aiken/facultystaff-directory.dot...
Jeff Mastromonico
jeffmastromo...
Offline Send Email
Dec 2, 2008
1:43 pm
3486
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...
Jason Tesser
tesserfamily
Online Now Send Email
Dec 2, 2008
1:46 pm
3487
All the info is searchable. And viewable by anonymous user. I am not sure where to check the logs at....
Jeff Mastromonico
jeffmastromo...
Offline Send Email
Dec 2, 2008
1:52 pm
3488
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 ...
Will Ezell
Will_Ezell
Offline Send Email
Dec 2, 2008
2:08 pm
3489
Brad, You could turn it off if you comment this listener in the web.xml file <listener> ...
Maria Ahues Bouza
maruahues
Offline Send Email
Dec 2, 2008
2:41 pm
3490
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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...
David Torres
david_torres_v
Offline Send Email
Dec 2, 2008
5:48 pm
3497
Hello, This is the last week for EARLY-BIRD registration at the discounted price of $1500/person. Registration is open at: ...
Maria Ahues Bouza
maruahues
Offline Send Email
Dec 2, 2008
5:49 pm
3498
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...
Swan,Nicole
nicole_j_swan
Offline Send Email
Dec 2, 2008
6:04 pm
3499
Jeff, Try changing this $request.getParameter("formvis") == 1 for this $request.getParameter("formvis").equals("1") also print your query variable to make sure...
Maria Ahues Bouza
maruahues
Offline Send Email
Dec 2, 2008
6:09 pm
3500
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@...
Send Email
Dec 2, 2008
7:33 pm
3501
Maybe through javascript? Something like this onSubmit? document.getElementById("fromEmail").value=document.getElementById("emailField").value -Will ... -- ...
Will Ezell
Will_Ezell
Offline Send Email
Dec 2, 2008
8:10 pm
3502
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,...
publikb
Offline Send Email
Dec 2, 2008
8:11 pm
3503
If I have added tags to a structure how do I add a search field on the front end to create a keyword search of that structure? Paul ...
Paul Redfern
bballpaul22
Offline Send Email
Dec 2, 2008
10:32 pm
3504
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@...
Send Email
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,...
Michael Fienen
mfienen@...
Send Email
Dec 3, 2008
2:33 pm
Messages 3476 - 3505 of 6558   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help