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...
Show off your group to the world. Share a photo of your group with us.

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 3942 - 3971 of 6600   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3942
I haven't personally used it .. but looking at /static/navigation/list_menus.vtl ... it looks like you would be working with the $navigationItems. The vtl ...
Christopher F. Falzone
ctiggerf
Offline Send Email
Feb 2, 2009
2:49 pm
3943
Thanks Chris, that should get me going. On Mon, Feb 2, 2009 at 9:49 AM, Christopher F. Falzone ... -- Brad Rice bradrice1@......
Brad Rice
bradrice
Offline Send Email
Feb 2, 2009
3:47 pm
3944
I was looking to find some detail on this method: $calendar.findRelatedEvents When I look here at the api - ...
Brad Rice
bradrice
Offline Send Email
Feb 2, 2009
4:39 pm
3945
Yes but the API there needs to be updated. The code is below for that method if it means anything to you. Basically it returns a collection of Event objects....
Jason Tesser
tesserfamily
Online Now Send Email
Feb 2, 2009
4:44 pm
3946
Is a related event based upon a category or a tag or both? ... -- Brad Rice bradrice1@......
Brad Rice
bradrice
Offline Send Email
Feb 2, 2009
4:50 pm
3947
It ends up calling ...
Jason Tesser
tesserfamily
Online Now Send Email
Feb 2, 2009
4:53 pm
3948
Ah, ok, so it is both categories and tags of the base event. Thanks Apparently, our calendar is set to 7 days plus or minus. I don't know if this is how we...
Brad Rice
bradrice
Offline Send Email
Feb 2, 2009
5:00 pm
3949
The documentation wiki (http://www.dotcms.org/documentation) is getting much better. Thanks for providing that for us. I noticed, it appears the search box...
Brad Rice
bradrice
Offline Send Email
Feb 2, 2009
5:21 pm
3950
Todd, For decent performance on a production site, you would have to use at least a medium instance, or a high-cpu one. The small one won't cut it other than...
Andres Olarte
andres.olarte@...
Send Email
Feb 2, 2009
5:23 pm
3951
Can anyone direct me on how to setup dotCMS to use a standalone jetty server? Amer R. Child...
Amer Child
achild@...
Send Email
Feb 2, 2009
5:57 pm
3952
Another thank you for the wiki :) One question ... are the instructions on: http://dotcms.org/documentation/InstallingFromRelease correct? They seem old and...
Christopher F. Falzone
ctiggerf
Offline Send Email
Feb 2, 2009
6:21 pm
3953
I don't really understand what you want. Jetty is just a web server. We ship with Tomcat, which has a similar function. If you want to serve content...
Andres Olarte
andres.olarte@...
Send Email
Feb 2, 2009
6:42 pm
3954
Hi Chris et al., We are brand-spanking new to dotCMS (just purchased it last week and are still finalizing the paperwork). We're sending a team to Miami and...
Barton Tyner
tynerb@...
Send Email
Feb 2, 2009
7:02 pm
3955
Is there such a thing as having a personal web content page? So basically, each user that logs in can have their own page on the website. Also, is there a way...
Brad Rice
bradrice
Offline Send Email
Feb 2, 2009
8:07 pm
3956
Does anyone know if it's possible to allow a form to submit from another one of our Web servers by using the dotCMS sendEmail function (we're on dotCMS 1.5)? I...
Peterson, Kent A.
kapeterson0681
Offline Send Email
Feb 2, 2009
8:50 pm
3957
Great we'll see ya there! Feel free to shoot me off an email at cfalzone@... if you want to hook up. Christopher F. Falzone Web Developer - Edinboro...
Christopher F. Falzone
ctiggerf
Offline Send Email
Feb 2, 2009
8:52 pm
3958
Finally updates to 1.6.5 on a test box and am getting this error when trying to create a folder (I've tried this on existing sites as well as a new site): ...
Jim Serio
JimSerio
Offline Send Email
Feb 2, 2009
9:36 pm
3959
So based on what you are saying I can take the dotCMS and drop into jetty? Or would a better option be to deploy a WAR file? Regards, Amer R. Child Training...
Amer Child
achild@...
Send Email
Feb 2, 2009
10:19 pm
3960
Hi, I went to the demo site to test something related to reports, and was excited to find that there was a test report "Roles Assigned to Groups." However,...
Swan,Nicole
nicole_j_swan
Offline Send Email
Feb 3, 2009
12:29 am
3961
Brad - I am researching the permission content for individual users as well. According to the Wiki, here: ...
excelgreenhorn
Offline Send Email
Feb 3, 2009
12:30 am
3962
I'm going to try to test this. I suppose if you have a structure such as Web Content, it will inherit additional permissions when they create their content. If...
Brad Rice
bradrice
Offline Send Email
Feb 3, 2009
12:50 am
3963
There's also a way, and I *think* it's in the dotcms-config.properties file, to set up a folder skeleton that can be created for a user when they first login....
Michael Fienen
mfienen@...
Send Email
Feb 3, 2009
5:14 am
3964
This works using the velocity $listTool #set($s = $macro.getFolderPath($VTLSERVLET_URI, $request).split("/")) #set($is_s = $listTool.size($s)) <p>$is_s</p> ...
Brad Rice
bradrice
Offline Send Email
Feb 3, 2009
5:41 am
3965
From a URL I'm passing two values of "type" and "id". URL looks like "index.dot?type=policy&id=93847" In my velocity code, I want to create an If/Else to...
Todd Reed
astatetreed
Offline Send Email
Feb 3, 2009
8:27 am
3966
#set($theType = $request.getParameter("type")) #if($theType.equals("policy")) Do something #end ... -- Thanks, Jason Tesser dotCMS Lead Development Manager ...
Jason Tesser
tesserfamily
Online Now Send Email
Feb 3, 2009
1:01 pm
3967
There used to be a Velocity Cheat Sheet you could get that showed how to use the request object to get your parameters. You could login to the demo site and...
Brad Rice
bradrice
Offline Send Email
Feb 3, 2009
1:30 pm
3968
Jim: Sounds like something isn't quite right with your database / database connection. Hibernate will barf if it can't map all the objects to tables and it...
Will Ezell
Will_Ezell
Offline Send Email
Feb 3, 2009
1:59 pm
3969
How do you turn debugging on for dwr in dotcms? I've seen it detailed to set in web.xml these params: <param-name>debug</param-name> ...
Brad Rice
bradrice
Offline Send Email
Feb 3, 2009
7:08 pm
3970
Has anyone ever seen this error? Lexical error: org.apache.velocity.runtime.parser.TokenMgrError: Lexical error at line 309, column 16. Encountered: "-" (45),...
Jeff Mastromonico
jeffmastromo...
Offline Send Email
Feb 3, 2009
7:10 pm
3971
You would also need to set it up in the log4j.xml file. This controls logging output ... -- Thanks, Jason Tesser dotCMS Lead Development Manager ...
Jason Tesser
tesserfamily
Online Now Send Email
Feb 3, 2009
7:12 pm
Messages 3942 - 3971 of 6600   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