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...
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, 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 ...
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,...
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@...
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 ...
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@...
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...
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...
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...
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@...
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@...
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...
Hello, You can either set Greek as the default language for your dotCMS installation. You need to change the variables: DEFAULT_LANGUAGE_COUNTRY = United...
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@...
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@...
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@...
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@...
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@...
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...
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...
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@...
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, 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, I already added to JIRA :-) http://jira.dotmarketing.net/browse/DOTCMS-537 Thanks Maria ... -- Maria Ahues Bouza Project Manager, Client Services ...
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...