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 395 - 424 of 6568   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
395
Has anyone run a multi-site setup with dotCMS yet? A few questions: 1.) Can you use more than 1 IP (I prefer to have our primary Web site with it's own IP and...
Jim Serio
JimSerio
Offline Send Email
Oct 1, 2007
5:11 pm
396
See answers below ... Yes 1.) Can you use more than 1 IP (I prefer to have our primary Web site with ... You should be able to handle this as connectors in the...
Jason Tesser
tesserfamily
Online Now Send Email
Oct 2, 2007
2:49 pm
397
Jason, I'll give this a whirl today. When I was migrating from 1.5RC2 to 1.5 I ended up using a second instance of dotCMS (connecting to a different db on ...
Jim Serio
JimSerio
Offline Send Email
Oct 2, 2007
4:25 pm
398
Your problem is the shutdown port. It is at the top of the server.xml file. Make them each use a different shutdown port :-) ... -- Jason Tesser dotmarketing,...
Jason Tesser
tesserfamily
Online Now Send Email
Oct 2, 2007
4:38 pm
399
Okay, widget time. I want to work on a blog like component for displaying entries. I did this real nicely in WordpressMU with some custom theme files that...
Michael Fienen
mfienen@...
Send Email
Oct 4, 2007
6:24 pm
400
Michael: I think I understand (though might be missing something). See if this helps. I could see doing this another way. I would create a structure called ...
Will Ezell
Will_Ezell
Offline Send Email
Oct 4, 2007
7:09 pm
401
Hmmm...okay, I see what you are digging at. I've had some trouble understanding how Relationships operate up till now. I got it on a very basic level of...
Michael Fienen
mfienen@...
Send Email
Oct 4, 2007
8:17 pm
402
Michael, I don't know if this is what you mean. But on this page: http://demo.dotcms.org/blogs_podcasts/ We dynamically pull categories based on a key. We also...
Maria Bouza
maruahues
Offline Send Email
Oct 4, 2007
8:30 pm
403
Yes, just like the Topics listing. So if I had a Category Group for newsletter sections could do something like: ...
Michael Fienen
mfienen@...
Send Email
Oct 4, 2007
9:38 pm
404
And that should work. Could I also give a Category a Category Unique Key like "NewsletterSection," and do: ...
Maria Bouza
maruahues
Offline Send Email
Oct 4, 2007
9:39 pm
405
Hello, I'm the webmaster of an academic site, and I have to deal with multiple authors, and lot of requirements coming from them. This leads me to investigate...
hdlbq
Offline Send Email
Oct 9, 2007
9:03 am
406
Not really at this time. dotCMS does handle the problem that many dynamic sites have in that it indexes its content on the filesystem and in cache making it...
Jason Tesser
tesserfamily
Online Now Send Email
Oct 9, 2007
9:54 am
407
Hi, I have created a structure with an image, and created a content based on that structure. Now, when I look at the content I see the image, but when I add...
Shai Ariel
shai.ariel@...
Send Email
Oct 9, 2007
11:43 am
408
Hi, I have added in my page one more language (Greek) and I have added also greek content in any contentlet in my site. The problem is that I cant display the...
Christina Paschou
c.paschou@...
Send Email
Oct 9, 2007
12:18 pm
409
Maybe the image is not set to CMS Anonymous Read? Try to edit the images permissions and set CMS Anonymous to read and click save and publish. ... -- Jason...
Jason Tesser
tesserfamily
Online Now Send Email
Oct 9, 2007
1:04 pm
410
Hello, You can either set Greek as the default language for your dotCMS installation. You need to change the variables: DEFAULT_LANGUAGE_COUNTRY = United...
Maria Bouza
maruahues
Offline Send Email
Oct 9, 2007
1:43 pm
411
Maria thank you a lot for your help!!!...
Christina Paschou
c.paschou@...
Send Email
Oct 9, 2007
2:25 pm
412
Okay, I'm working on my first widget, designed per Will's recommendation earlier regarding our work on a newsletter type page that will pull in several...
Michael Fienen
mfienen@...
Send Email
Oct 9, 2007
3:58 pm
413
Okay, so I was partly an idiot, and now see that the pullRelatedContent() macro was done (I didn't think it was). So I changed stuff up. Using the macro got...
Michael Fienen
mfienen@...
Send Email
Oct 9, 2007
7:21 pm
414
Nevermind, we're golden. I need to pay closer attention to my inode values. Final, working widget for those interested: #pullContent('+type:content...
Michael Fienen
mfienen@...
Send Email
Oct 9, 2007
9:01 pm
415
Hi all, is there a way to customize the Events in order to include some additional fields like File upload, link etc..? Moreover, concerning the Events, I...
Christina Paschou
c.paschou@...
Send Email
Oct 10, 2007
12:37 pm
416
I'm trying to break down why I am getting a strange view in edit mode. Both Preview and Live mode look fine. Here's a screencap: ...
Michael Fienen
mfienen@...
Send Email
Oct 10, 2007
3:37 pm
417
My only thought is the HTML styles in Edit mode clash with your styles for the page if the page looks fine in Live mode. ... -- Maria Ahues Bouza Project...
Maria Bouza
maruahues
Offline Send Email
Oct 10, 2007
3:50 pm
418
Agreed, Definitely a style issue. We had quite a few style conflicts when moving to dotCMS. My suggestion is to use Firebug or Web Developer add-on for Firefox...
Jim Serio
JimSerio
Offline Send Email
Oct 10, 2007
3:59 pm
419
Ah ha, I am using a class called "container." I'll start there and do some debugging. If it doesn't work out, I'll just burn my stylesheet and try out a new...
Michael Fienen
mfienen@...
Send Email
Oct 10, 2007
4:05 pm
420
For sure that's the issue then. We add this code in Edit mode: <div class='container'> Thanks Maria ... -- Maria Ahues Bouza Project Manager, Client Services ...
Maria Bouza
maruahues
Offline Send Email
Oct 10, 2007
4:07 pm
421
Maria, I'll submit this to the issue system, but perhaps you may want to rename all of your classes to "dot<class/id>" to avoid this in the future. "Container"...
Jim Serio
JimSerio
Offline Send Email
Oct 10, 2007
4:29 pm
422
Jim, I already added to JIRA :-) http://jira.dotmarketing.net/browse/DOTCMS-537 Thanks Maria ... -- Maria Ahues Bouza Project Manager, Client Services ...
Maria Bouza
maruahues
Offline Send Email
Oct 10, 2007
4:37 pm
423
Hello, Unfortunately the only way to customize is by changing the code. We have file uploads in the event though you can use. See the advanced properties tab...
Maria Bouza
maruahues
Offline Send Email
Oct 10, 2007
4:39 pm
424
Perfect! ... -- Jim Serio http://jserio.asu.edu/blog...
Jim Serio
JimSerio
Offline Send Email
Oct 10, 2007
4:50 pm
Messages 395 - 424 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