Thanks, Dave. I've fixed the problem in the frontpage theme. I also
made one fix to MainMenu.jsp. I can submit the changes when I finish
the other sub/multidomain changes or as a separate patch. Which do you
prefer?
-- Sean
Dave wrote:
On Wed, Feb 20, 2008 at 3:50 AM, Sean Gilligan <[EMAIL PROTECTED]> wrote:
I've been playing with Dave's patch. I set up a test install on my
personal domain with 4 blogs
http://roller.msgilligan.com/roller is the frontpage blog. If you roll
over the "Hello World" recent entry with the mouse, you'll find that the
"Hello World" link generates a correct absolute URL to the entry
permalink, but the "Code" link is bad (http://roller.msgilligan.com/code
instead of http://code.msgilligan.com/code) I haven't had a chance to
trace this, but my guess is that the relative (as opposed to) absolute
URL generation is being used here. The same problem is occurring on the
Weblog directory page.
The problem is that the front-page theme is creating it's own URLs by
doing something like $url.absoluteSite/$weblog.handle. That should be
fixed in the theme.
- Dave