I've added that, but the tabs are still not working. All the other links are full links, the tabs are all at "/admin/layouts/" or whatever. Any suggestions? BJ Clark
On 1/19/07, Sean Cribbs <[EMAIL PROTECTED]> wrote: > BJ, > > Go into the config/environment.rb file and put this line at the bottom: > > ActionController::AbstractRequest.relative_url_root = > "/content" > > Sean > > > On 1/19/07, BJ Clark <[EMAIL PROTECTED]> wrote: > > List, > > The only issue I had upgrading (after removing all my page behavior > > types from the database by hand because all the behaviors were > > breaking everyhting) is that most of the links in admin don't work > > anymore. I keep my site under /content/ and lots of the links are > > trying to load /admin/page instead of /content/admin/page. > > Is there some way to change this? > > > > Thanks, > > BJ Clark > > > > On 1/18/07, Sean Cribbs <[EMAIL PROTECTED] > wrote: > > > P.P.S. I'll be in #radiantcms this afternoon if you want real-time help. > > > > > > > > > On 1/18/07, Sean Cribbs <[EMAIL PROTECTED] > wrote: > > > > Here's a quick way to do it. > > > > > > > > Depending on how you put the code on your server (via svn or tarball > or > > > gem), use SVN to checkout or export the code from the mental branch into > the > > > same directory. > > > > > > > > In the root of the app (above public/), run rake db:migrate. This > will > > > bring your new installation inline with the latest database schema. > > > > > > > > Now, restart your webserver/app server/fcgi processes and enjoy! > > > > > > > > Sean > > > > > > > > P.S. to install the Mailer extension, use SVN again, but > checkout/export > > > into the vendor/extensions directory instead of the root. > > > > > > > > > > > > > > > > On 1/18/07, BJ Clark < [EMAIL PROTECTED] > wrote: > > > > > Hello List, > > > > > I've currently got my site about 95% done using regular Trunk, but > I'd > > > > > like to move to mental since I can't seem to get the mailer behavior > > > > > working with the current trunk on my host. > > > > > > > > > > Is there an easy way to do this without losing the content I > currently > > > > > have? I've been looking all over the radiantcms.org site and can't > > > > > find reference on how to upgrade anywhere. > > > > > > > > > > Thanks, > > > > > BJ Clark > > > > > _______________________________________________ > > > > > Radiant mailing list > > > > > Post: [email protected] > > > > > Search: http://radiantcms.org/mailing-list/search/ > > > > > Site: > > > http://lists.radiantcms.org/mailman/listinfo/radiant > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > Radiant mailing list > > > Post: [email protected] > > > Search: http://radiantcms.org/mailing-list/search/ > > > Site: > > > http://lists.radiantcms.org/mailman/listinfo/radiant > > > > > > > > _______________________________________________ > > Radiant mailing list > > Post: [email protected] > > Search: http://radiantcms.org/mailing-list/search/ > > Site: > http://lists.radiantcms.org/mailman/listinfo/radiant > > > > > _______________________________________________ > Radiant mailing list > Post: [email protected] > Search: http://radiantcms.org/mailing-list/search/ > Site: > http://lists.radiantcms.org/mailman/listinfo/radiant > > _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
