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 your group to be featured on the Yahoo! Groups website? 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 4949 - 4978 of 6568   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4949
Hi, thanks for your reply.. I want to write this following code in VTL file.. Is it right or not? If i am wrong then please let me know.. #set( $userId =...
dolly smartsmiles
dolly_smarts...
Offline Send Email
Jun 1, 2009
7:13 am
4950
Hi guys I'm having problems associating comments (comment system structure) to a new structure I have created. Here are the following steps taken: 1. Created a...
assaf_adato
Offline Send Email
Jun 1, 2009
7:46 am
4951
*This is wrong $cmsuser.getUserByUserId*($webapi.userId) you need to pas a real userID. Thanks, Jason Tesser dotCMS Lead Development Manager 1-305-858-1422 On...
Jason Tesser
tesserfamily
Online Now Send Email
Jun 1, 2009
9:54 am
4952
Nicole is referring to the shutdown port. Thanks, Jason Tesser dotCMS Lead Development Manager 1-305-858-1422...
Jason Tesser
tesserfamily
Online Now Send Email
Jun 1, 2009
9:56 am
4953
Hey, One more input slipped from the original post: I keep seeing the following error in the console: 2009-06-01 16:43:52,202 ERROR...
assaf_adato
Offline Send Email
Jun 1, 2009
1:48 pm
4954
I discovered a strange behaviour of dotcms. When having the same container (e.g. for generic website content) in a template multiple times (e.g. for the...
rpitting
Offline Send Email
Jun 1, 2009
1:54 pm
4955
You should only place a container once on any given template. Content lives on a page within a container. So the system doesn't know what to do if you have...
Jason Tesser
tesserfamily
Online Now Send Email
Jun 1, 2009
2:22 pm
4956
All, I know that there is some documentation on making DotCMS ³jive² with active directory but the attempt that has been made here once before resulted in ...
Jeff Mastromonico
jeffmastromo...
Offline Send Email
Jun 1, 2009
2:33 pm
4957
dotCMS and AD work well together. LDAP becomes a login hook configurable via the portal-ext.properties which overrides the portal.properties. It doesn't mess...
Jason Tesser
tesserfamily
Online Now Send Email
Jun 1, 2009
2:41 pm
4958
Is there any documentation on this? To set it up I mean. Like I said the attempt was made once before and something happened. ... Re: [dotcms] Dot CMS and...
Jeff Mastromonico
jeffmastromo...
Offline Send Email
Jun 1, 2009
2:43 pm
4959
http://www.dotcms.org/documentation/LDAPConfiguration Thanks, Jason Tesser dotCMS Lead Development Manager 1-305-858-1422 ... ...
Jason Tesser
tesserfamily
Online Now Send Email
Jun 1, 2009
2:49 pm
4960
Nicole/Jason, Thanks for the reminder. However, this still isn't working. I have two installs: Server 1 is on IP x.x.x.57 with shutdown port 8057 and pid...
Jim Serio
JimSerio
Offline Send Email
Jun 1, 2009
5:20 pm
4961
I have an init container with a macro in it that suddenly doesn't want to work on live content. It works using preview and edit. In live view it just prints...
Brad Rice
bradrice
Offline Send Email
Jun 1, 2009
6:49 pm
4962
Nicole, You can do something like this: #set($query = $render.eval('+type:content +deleted:false +structureInode:$!structureInode +text_area2:"$myTag" ...
Maria Ahues Bouza
maruahues
Offline Send Email
Jun 1, 2009
7:23 pm
4963
Hi, We are trying to import content into the dotCMS database in massive amounts. The structure type we're using is one that is related to other structures,...
assaf_adato
Offline Send Email
Jun 1, 2009
7:43 pm
4964
Hi Michael, I reported the issue with the relationships on http://jira.dotmarketing.net/browse/DOTCMS-2787. Gabby ... -- Gabriela Gonzalez QA Manager - dotCMS...
Gabriela Gonzalez
galejgmz
Offline Send Email
Jun 1, 2009
10:01 pm
4965
Just a follow-up on this. Turns out I had a typo in one of my server.xml files. Once fixed, we now have two instances of dotCMS running happily on the same...
Jim Serio
JimSerio
Offline Send Email
Jun 2, 2009
4:12 am
4966
I am working with the starter site and am trying to get the image and files attached to recurring events. I notice the javascript function, function...
Dayton
waikich
Offline Send Email
Jun 2, 2009
7:32 am
4967
Great, so I wasn't crazy :D Always good to know. For anyone else having this trouble, I just used the following work around: I created a text field in the...
Michael Fienen
mfienen@...
Send Email
Jun 2, 2009
1:35 pm
4968
OK, this one is driving me mad... Here is the thing, the comment is created, comment count is increased for the given article but the actual binding of the...
assaf_adato
Offline Send Email
Jun 2, 2009
2:29 pm
4969
What version are you running? Can you reproduce this on the demo site? The demo site is running 1.7 for what it is worth. Thanks, Jason Tesser dotCMS Lead...
Jason Tesser
tesserfamily
Online Now Send Email
Jun 2, 2009
2:35 pm
4970
Running 1.7. Reproducing the problem on the demo site is not a bad idea. I'll do that later and post my findings. Is there any special type of 'treatment'...
assaf_adato
Offline Send Email
Jun 2, 2009
4:12 pm
4971
I don't think so. Look at teh comments attached to news on the demo site Thanks, Jason Tesser dotCMS Lead Development Manager 1-305-858-1422...
Jason Tesser
tesserfamily
Online Now Send Email
Jun 2, 2009
4:18 pm
4972
Although I found two posts covering parts of this topic, I was not successful in getting it working as described: I saw in the dotcms source files that it...
rpitting
Offline Send Email
Jun 2, 2009
4:37 pm
4973
In case anyone else is trying to set up dotCMS on Amazon, here's the trick: These are the general steps: As you probably know, an amazon instance (and...
Dayton
waikich
Offline Send Email
Jun 2, 2009
5:25 pm
4974
I forgot to include one more very important step - In order for the changes in your /etc/start.sh to persist, you will need to either bundle the instance to...
Dayton
waikich
Offline Send Email
Jun 2, 2009
5:30 pm
4975
Dayton: Can we add these to the documentation wiki site? These are great instructions. Will ... Will Ezell www.dotcms.org phone: 305.858.1422 ext. 286 direct:...
Will Ezell
Will_Ezell
Offline Send Email
Jun 2, 2009
7:39 pm
4976
Sure, no problem. Be sure to include my last post about bundling the instance since /etc/start.sh had to be updated. Hope other dotCMS developers can benefit...
Dayton Chan
waikich
Offline Send Email
Jun 2, 2009
8:02 pm
4977
Hey all: I wanted to share a new plugin that was contributed back by Morpheus eBusiness Solutions (www.morpheus.co.uk) : Advanced WYSIWYG or TinyMCE ...
Will Ezell
Will_Ezell
Offline Send Email
Jun 2, 2009
8:06 pm
4978
took your advise and reproduce the error i'm seeing, on the demo site. here are the steps taken: 1. defined 2 structures: Article and Author 2. defined 2...
assaf_adato
Offline Send Email
Jun 2, 2009
8:35 pm
Messages 4949 - 4978 of 6568   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