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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 238 - 267 of 6558   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
238
... Thanks for the swift response Jason! Once I got the latest sources working I was able to import the backed-up zipfile. The export/import mechanism doesn't...
Gert Verhoog
gertverhoog
Offline Send Email
May 3, 2007
12:56 am
239
The import is only for data. You need to copy your assets and move them into liferay/assets should be directories numbered 1-9 ... -- Jason Tesser ...
Jason Tesser
tesserfamily
Offline Send Email
May 3, 2007
1:06 am
240
Hey all: Wanted to let everyone know about the availability of our public issue tracker: http://jira.dotmarketing.net/browse/DOTCMS This online tool will give...
Will Ezell
Will_Ezell
Offline Send Email
May 7, 2007
2:22 pm
241
Hi all, I tried to copy Calendar view function in my local environment, I created a web page content named "calendar view" just for testing, the code is as...
zhuxq2002
Offline Send Email
May 7, 2007
2:36 pm
242
Bob: WebAPI's are mapped to Velocity through the toolbox.xml file: /liferay/WEB-INF/toolbox.xml If you look, you will see an entry <tool> <key>webapi</key> ...
Will Ezell
Will_Ezell
Offline Send Email
May 7, 2007
4:51 pm
243
Hi Will, Thanks a loooot for prompt help. But I have checked the toolbox.xml, webapi definition is there. I also tried using ${webapi.getCurrentMonth()}, still...
zhuxq2002
Offline Send Email
May 7, 2007
6:18 pm
244
... null. ... column ... null. ... column ... $requestMonth ... $requestYear ... be...
zhuxq2002
Offline Send Email
May 7, 2007
7:08 pm
245
... null. ... column ... null. ... column ... $requestMonth ... $requestYear ... be...
zhuxq2002
Offline Send Email
May 7, 2007
7:09 pm
246
Hi Will, I finially realized that all the Calendar functions demonstrated in the DOTCMS online demo was based on the Trunk version, not on Release src build. ...
zhuxq2002
Offline Send Email
May 7, 2007
7:11 pm
247
Bob: Totally understood. Last week we put a note on the top of the http://www.dotcms.org/downloads/download_releases.dot page to that effect. We recommend...
Will Ezell
Will_Ezell
Offline Send Email
May 7, 2007
8:27 pm
248
... I created an account, but I can't find the "report an issue" option. I must be overlooking something... cheers, gert -- ... Gert Verhoog...
Gert Verhoog
gertverhoog
Offline Send Email
May 7, 2007
8:38 pm
249
Gert: There should be a link on the blue bar at the top called "CREATE A NEW ISSUE". It is actually kind of subtle. -- Thanks, Will Ezell www.dotmarketing.com ...
Will Ezell
Will_Ezell
Offline Send Email
May 8, 2007
12:58 am
250
... My blue bar says "home", "browse project", "find issues" and "quick search". If the new issues link is there it's so subtle I can't even find it while...
Gert Verhoog
gertverhoog
Offline Send Email
May 8, 2007
1:54 am
251
that is subtle! lol. Try now and see if it works for you. Somehow you weren't assigned the groups you needed. -- Thanks, Will Ezell www.dotmarketing.com ...
Will Ezell
Will_Ezell
Offline Send Email
May 8, 2007
11:39 am
252
Hi, i can´t change, add or move contents in edit mode (preview). The controls are disabled. I´m logged as the default test user.it belongs to: ... #roles ......
leone12500
Offline Send Email
May 8, 2007
2:01 pm
253
Leone: Is the container a dynamic container (uses a lucene query to pull its contents). If it is, then you won't get edit controls on it. Edit controls and...
Will Ezell
Will_Ezell
Offline Send Email
May 8, 2007
8:58 pm
254
... Much better, thanks! -- ... Gert Verhoog (gert@...) Catalyst IT Limited Level 2, 150-154 Willis Street, PO Box 11-053 Wellington New Zealand ...
Gert Verhoog
gertverhoog
Offline Send Email
May 8, 2007
9:19 pm
255
ok, it works with static contents. Thanks! ... controls...
leone12500
Offline Send Email
May 9, 2007
6:52 am
256
Hi all, I tried to customize Content Calendar view by setting values directly to $requestMonth, requested year/currentYear and selected categoryID instead of...
zhuxq2002
Offline Send Email
May 9, 2007
9:04 pm
257
the content multilanguage support is very cute (with all these flags),but how about the html pages and forlder name support? when i use the #sitemap() velocity...
leone12500
Offline Send Email
May 10, 2007
12:13 pm
258
Hi Bob, most of the problems calling a Java method from velocity is that velocity doesn't find the method due to problem in the data types, try changing the ...
Salvador Di Nardo
msdinardo
Offline Send Email
May 10, 2007
1:46 pm
259
Hi Salvador, Thanks a looot! I have just tried "#set($requestMonth = '4')", the Calendar view does get events, but the problem does not seem to be the use of...
zhuxq2002
Offline Send Email
May 10, 2007
3:31 pm
260
Bob, I see on the source code that you are assigning a value to the categoryID, but I dont see what are you doing with it, could you sent to me the whole...
Salvador Di Nardo
msdinardo
Offline Send Email
May 10, 2007
3:51 pm
261
Hi Salvador, I am sorry not to put my questions clearly: I'd like to get events on specific day by category without sending any form REQUEST. I am trying to...
zhuxq2002
Offline Send Email
May 10, 2007
4:24 pm
262
Bob, I check our source code, this is the problem, your variable is good, but on the method that filter the events, we get the categoryId, directly from the...
Salvador Di Nardo
msdinardo
Offline Send Email
May 10, 2007
4:55 pm
263
Hi Bob, The problem you are having is this. If you see the macro you are using: #set($calendarmap = $eventsapi.getCalendarMap($request.getParameter ('year'),...
Maru
maruahues
Offline Send Email
May 10, 2007
5:05 pm
264
Hi Salvador, I see :). Thanks a loooot. I will modify it. Bob...
zhuxq2002
Offline Send Email
May 10, 2007
5:15 pm
265
Hi Salvador, I met another problem when set "$categoriesSelected" value directly in "/application/events/events_calendar_main.vtl" using my category inode ID...
zhuxq2002
Offline Send Email
May 10, 2007
7:57 pm
266
This is a bug with the default content encoding. Leone, can you stick this bug in our issue tracker: http://jira.dotmarketing.net -- Thanks, Will Ezell t:...
Will Ezell
Will_Ezell
Offline Send Email
May 10, 2007
9:02 pm
267
ok, bug created. here is the link http://jira.dotmarketing.net/browse/DOTCMS-114 thanks! ... stick this...
leone12500
Offline Send Email
May 11, 2007
6:37 am
Messages 238 - 267 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