I am trying to get the custom user fields enabled in my setup, but I seem to be missing a step. I found a message from a couple months back in the list ...
Miranda Jones
miranda@...
May 1, 2009 5:35 pm
4790
The image listed here: http://developer.amazonwebservices.com/connect/entry.jspa?externalID=1460 should now auto update to the lastest 1.7 when you start it...
Andres Olarte
andres.olarte@...
May 1, 2009 7:12 pm
4791
Excellent! I tried it, starts up - no problem. Obviously, when the AMI instance shuts down all work, test data, etc. is gone. If I mount an Amazon Elastic...
Why not just mount your entire /wwwroot directory there to be safe. You also need to make sure you have db backups being placed there unless you are running...
I want to run the DB there also. What directory is the dotCMS image storing its database folder? Dayton Chan Tel: 949-653-2047 www.riffcloud.com Business...
Sounds like you aren't pointed at a db that has data. On the upgraded dotcms did you point him at a copy of the previous db? Thanks, Jason Tesser dotCMS Lead...
Oh, I see. Actually, I am moving content not only between versions but also to a different computer. I can point new db (mysql) to an old db (postgresql) on...
Hi there, I was curious to know if there was anyone on this list based in Sydney that would call themselves a dotCMS expert? Are there any companies or ...
Hi, I have a form using the autoReplyTo fields to send an email to the submitter. The message going in the autoReplyText value shows up as one block of text in...
Paul Fairbanks
pfairban@...
May 6, 2009 3:57 pm
4800
I found the following message in the archive that seems to address my issue, but when I attempt to follow the instructions, I am not successful. I have a...
I have one or more CSS classes for tables that I would like to let my site contributors use. Is there a way to pre-populate the class menus in the WYSIWYG...
Just create a blank template and do your pull and xml there. You can of course create a fancy servlet or viewtool for this also. If you do please share as a...
Hey. Yeah, we have used this field before. Basically, it allows you to format your auto-emails to look a certain way....much like an HTML email. Here is an...
I have Apache 2.2 web server installed on the machine where I have dotcms to redirect request for dotmcs on a particular port. Other applications run on other...
Idris Baxamusa
ibaxamusa@...
May 7, 2009 2:19 pm
4806
Hi! Recently installed dotCMS 1.7 (good work guys!) and want to host multiple sites/hosts for multiple customers. Now I have some questions: 1. How to make a...
Ted Vinke
tvinke@...
May 7, 2009 2:27 pm
4807
Actually some though questions 1. You would have to alter the VTL which builds the side bar. It would be a simple change though. It is called...
Jason, Regarding #2, are there any plans to allow files in the root folder? The workaround is to put files in a sub folder then create a virtual alias but the...
You should put this is Jira as a feature request. We haven't talked about this recently but get it as a feature request in Jira. Thanks, Jason Tesser dotCMS...
I'm looking for the best way to send information to content editors from the frontend. For example create a form with a role variable for the email address?...
Could someone share the velocity code for pulling a list of categories, then a list of content grouped or sorted by those categories? I am trying to piece it...
Josh, That's an interesting request, but unfortunately there is no way to currently do this on the form handler. We could build a plugin to do this if you need...
The pullrssfeeds macro pulls proper live rss feeds from news sites like FT and all but I generate an rss(xml) file on my own which I update regularly.. but...
Idris Baxamusa
ibaxamusa@...
May 7, 2009 7:37 pm
4814
Its a cache TTL(time to live) issue. Only option is to upgrade or update the RSSViewtool which is where the fix was resolved. Diff the 1.6.5 and 1.7...
After a second (or third) look at past messages and documentation, I got it to work. The code is still primitive, but I wanted to post it in case anyone else...
As suggested by Maria Ahues in a previous post, shouldn't setting the RSS_TTL variable in dotmarketing-config.properties help? I set this variable to 2 but...
Idris Baxamusa
ibaxamusa@...
May 7, 2009 9:39 pm
4818
I actually worked on the fix in 1.7 :-) The problem is in the rsswebapi. It has to do with the velocity resource cache of the rss file and it doesn't...