RE: Publish Page creation location - MOSS 2007

2010-11-24 Thread Paul Noone
So...again, call me dim, but why don't you use the Link to a document content 
type on the library?

That also enables you to filter a DVWP based on the content type and put it 
anywhere you want.

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Nigel Hertz
Sent: Wednesday, 24 November 2010 5:07 PM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

Main reason being is that the document library has, for example, 60 policies in 
it. 3 of those policies, however, belong to another division / department / 
whatever, so instead of duplicating those 3 policies, they want a redirect to 
the real location of it, and this redirect needs to be within the document 
library.

I think the CEWP will likely be the way we do it, and I'll make sure to watch 
out for absolute URLs - been burnt by that before :)



From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Paul Noone
Sent: Wednesday, 24 November 2010 3:54 PM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

Any reason why you don't just create a custom list and paste your URLs in using 
Datasheet View??

Regards,

Paul

--
Online Developer/Administrator,
ICT Projects Team
CEO Sydney

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Nigel Hertz
Sent: Wednesday, 24 November 2010 3:48 PM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

Yeah, I think that might be the best route - stick some text there saying you 
will be redirected in x seconds - otherwise you won't be able to edit it later 
:)




*Please ensure that you log all issues or requests with the IT Service Centre. 
When logging calls, please include a detailed description of the problem.*

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
James Boman
Sent: Wednesday, 24 November 2010 3:27 PM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

You could just go for simplicity and make a webpart page anywhere your like 
with a content editor webpart containing something like:

script
window.setInterval(window.location='http://www.google.com';, 1000);
/script



From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Michael Hanes
Sent: Wednesday, 24 November 2010 2:12 PM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

 Any idea as to what sort of issues you might run into?

Certain death ;-) Simply put, the page library is a core component of the 
publishing feature.

As it seems like you main priority is simply redirecting users, have you 
considered other alternatives outside SharePoint? I love reverse proxies in 
front of a web-facing deployment to handle stuff like this; if your redirect 
list is fixed (and users don't need to be getting in there) you could also use 
URL rewriting-anything that will return an HTTP 301 or 302 response.

Also have a look at http://urlrewriter.net/

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Nigel Hertz
Sent: Wednesday, 24 November 2010 11:31 AM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

Not the answer I wanted to hear :) Any idea as to what sort of issues you might 
run into? I created a couple and moved them before my original mail, and the 
redirects seemed to work okay.

Michael - thanks for the link - I'll have a read through that article now.

N



From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
James Boman
Sent: Wednesday, 24 November 2010 2:19 PM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

I can confirm - Publishing Pages don't work properly outside the Pages 
library.

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Paul Noone
Sent: Wednesday, 24 November 2010 1:43 PM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

I don't think you'll be able to do that Nigel.

Publishing pages are special, which is why you only get one Pages library per 
web. I don't think you can even rename the Pages library without running into 
problems.

Regards,

Paul

--
Online Developer/Administrator,
ICT Projects Team
CEO Sydney

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Nigel Hertz
Sent: Wednesday, 24 November 2010 2:11 PM
To: ozMOSS
Subject: Publish Page creation location - MOSS 2007

Hi all

Is it possible to change the location that a publishing page is created in? The 
scenario is as follows:

I want to replace a bunch of legacy html files that use the meta-refresh tag to 
redirect users, with publishing pages that use the 'redirect page' page layout.

I've tested this, and it works perfectly. My only issue is that they are 
created in the pages document library, and I want them in a document library 
of my choosing.

Is it possible to do this, or should I create them by default, and then use the 
'manage content and structure' to move

RE: Publish Page creation location - MOSS 2007

2010-11-24 Thread Paul Noone
My limited abilities as a SharePoint developer often lead me to find simple 
solutions. :)

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Nigel Hertz
Sent: Thursday, 25 November 2010 8:42 AM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

I'm the dim one, and I blame it on decaf. :) You, sir, are a genius.



From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Paul Noone
Sent: Thursday, 25 November 2010 8:32 AM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

So...again, call me dim, but why don't you use the Link to a document content 
type on the library?

That also enables you to filter a DVWP based on the content type and put it 
anywhere you want.

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Nigel Hertz
Sent: Wednesday, 24 November 2010 5:07 PM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

Main reason being is that the document library has, for example, 60 policies in 
it. 3 of those policies, however, belong to another division / department / 
whatever, so instead of duplicating those 3 policies, they want a redirect to 
the real location of it, and this redirect needs to be within the document 
library.

I think the CEWP will likely be the way we do it, and I'll make sure to watch 
out for absolute URLs - been burnt by that before :)



From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Paul Noone
Sent: Wednesday, 24 November 2010 3:54 PM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

Any reason why you don't just create a custom list and paste your URLs in using 
Datasheet View??

Regards,

Paul

--
Online Developer/Administrator,
ICT Projects Team
CEO Sydney

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Nigel Hertz
Sent: Wednesday, 24 November 2010 3:48 PM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

Yeah, I think that might be the best route - stick some text there saying you 
will be redirected in x seconds - otherwise you won't be able to edit it later 
:)




*Please ensure that you log all issues or requests with the IT Service Centre. 
When logging calls, please include a detailed description of the problem.*

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
James Boman
Sent: Wednesday, 24 November 2010 3:27 PM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

You could just go for simplicity and make a webpart page anywhere your like 
with a content editor webpart containing something like:

script
window.setInterval(window.location='http://www.google.com';, 1000);
/script



From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Michael Hanes
Sent: Wednesday, 24 November 2010 2:12 PM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

 Any idea as to what sort of issues you might run into?

Certain death ;-) Simply put, the page library is a core component of the 
publishing feature.

As it seems like you main priority is simply redirecting users, have you 
considered other alternatives outside SharePoint? I love reverse proxies in 
front of a web-facing deployment to handle stuff like this; if your redirect 
list is fixed (and users don't need to be getting in there) you could also use 
URL rewriting-anything that will return an HTTP 301 or 302 response.

Also have a look at http://urlrewriter.net/

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Nigel Hertz
Sent: Wednesday, 24 November 2010 11:31 AM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

Not the answer I wanted to hear :) Any idea as to what sort of issues you might 
run into? I created a couple and moved them before my original mail, and the 
redirects seemed to work okay.

Michael - thanks for the link - I'll have a read through that article now.

N



From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
James Boman
Sent: Wednesday, 24 November 2010 2:19 PM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

I can confirm - Publishing Pages don't work properly outside the Pages 
library.

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Paul Noone
Sent: Wednesday, 24 November 2010 1:43 PM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

I don't think you'll be able to do that Nigel.

Publishing pages are special, which is why you only get one Pages library per 
web. I don't think you can even rename the Pages library without running into 
problems.

Regards,

Paul

--
Online Developer/Administrator,
ICT Projects Team
CEO Sydney

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Nigel Hertz
Sent: Wednesday, 24 November 2010 2:11 PM
To: ozMOSS
Subject: Publish Page creation location - MOSS 2007

RE: Publish Page creation location - MOSS 2007

2010-11-24 Thread Nigel Hertz
I'm actually not finding that - if I add one that links to a page or a website, 
it opens that page or website. If I link it directly to a pdf, it opens the pdf.




*Please ensure that you log all issues or requests with the IT Service Centre. 
When logging calls, please include a detailed description of the problem.*

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Mike MOSSuMS Stringfellow
Sent: Thursday, 25 November 2010 9:35 AM
To: 'ozMOSS'
Subject: RE: Publish Page creation location - MOSS 2007

Just remember, with link to a document you don't get the destination doc's 
icon, and clicking it takes you to the link's info by default where you then 
have to click on another URL Most users hate them.

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Paul Noone
Sent: Thursday, 25 November 2010 5:59 AM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

My limited abilities as a SharePoint developer often lead me to find simple 
solutions. :)

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Nigel Hertz
Sent: Thursday, 25 November 2010 8:42 AM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

I'm the dim one, and I blame it on decaf. :) You, sir, are a genius.



From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Paul Noone
Sent: Thursday, 25 November 2010 8:32 AM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

So...again, call me dim, but why don't you use the Link to a document content 
type on the library?

That also enables you to filter a DVWP based on the content type and put it 
anywhere you want.

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Nigel Hertz
Sent: Wednesday, 24 November 2010 5:07 PM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

Main reason being is that the document library has, for example, 60 policies in 
it. 3 of those policies, however, belong to another division / department / 
whatever, so instead of duplicating those 3 policies, they want a redirect to 
the real location of it, and this redirect needs to be within the document 
library.

I think the CEWP will likely be the way we do it, and I'll make sure to watch 
out for absolute URLs - been burnt by that before :)



From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Paul Noone
Sent: Wednesday, 24 November 2010 3:54 PM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

Any reason why you don't just create a custom list and paste your URLs in using 
Datasheet View??

Regards,

Paul

--
Online Developer/Administrator,
ICT Projects Team
CEO Sydney

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Nigel Hertz
Sent: Wednesday, 24 November 2010 3:48 PM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

Yeah, I think that might be the best route - stick some text there saying you 
will be redirected in x seconds - otherwise you won't be able to edit it later 
:)




*Please ensure that you log all issues or requests with the IT Service Centre. 
When logging calls, please include a detailed description of the problem.*

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
James Boman
Sent: Wednesday, 24 November 2010 3:27 PM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

You could just go for simplicity and make a webpart page anywhere your like 
with a content editor webpart containing something like:

script
window.setInterval(window.location='http://www.google.com';, 1000);
/script



From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Michael Hanes
Sent: Wednesday, 24 November 2010 2:12 PM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

 Any idea as to what sort of issues you might run into?

Certain death ;-) Simply put, the page library is a core component of the 
publishing feature.

As it seems like you main priority is simply redirecting users, have you 
considered other alternatives outside SharePoint? I love reverse proxies in 
front of a web-facing deployment to handle stuff like this; if your redirect 
list is fixed (and users don't need to be getting in there) you could also use 
URL rewriting-anything that will return an HTTP 301 or 302 response.

Also have a look at http://urlrewriter.net/

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Nigel Hertz
Sent: Wednesday, 24 November 2010 11:31 AM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

Not the answer I wanted to hear :) Any idea as to what sort of issues you might 
run into? I created a couple and moved them before my original mail, and the 
redirects seemed to work okay.

Michael - thanks for the link - I'll have a read through that article now.

N



From: ozmoss-boun...@ozmoss.com

RE: Publish Page creation location - MOSS 2007

2010-11-23 Thread Paul Noone
I don't think you'll be able to do that Nigel.

Publishing pages are special, which is why you only get one Pages library per 
web. I don't think you can even rename the Pages library without running into 
problems.

Regards,

Paul

--
Online Developer/Administrator,
ICT Projects Team
CEO Sydney

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Nigel Hertz
Sent: Wednesday, 24 November 2010 2:11 PM
To: ozMOSS
Subject: Publish Page creation location - MOSS 2007

Hi all

Is it possible to change the location that a publishing page is created in? The 
scenario is as follows:

I want to replace a bunch of legacy html files that use the meta-refresh tag to 
redirect users, with publishing pages that use the 'redirect page' page layout.

I've tested this, and it works perfectly. My only issue is that they are 
created in the pages document library, and I want them in a document library 
of my choosing.

Is it possible to do this, or should I create them by default, and then use the 
'manage content and structure' to move them where I want?

Nigel




Nigel Hertz

Software Developer | Information Technology
Stockland
Level 25 | 133 Castlereagh Street | Sydney NSW 2000
T: 02 9035 2617 | F: 02 8988 2617



Stockland Notice: If this communication has been sent to you by mistake, please 
delete and notify us.  If it has been sent to you by mistake, legal privilege 
is not waived or lost and you are not entitled to use it in any way. Stockland 
and its subsidiaries reserve the right to monitor e-mail communication through 
its networks.
___
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss


RE: Publish Page creation location - MOSS 2007

2010-11-23 Thread James Boman
I can confirm - Publishing Pages don't work properly outside the Pages 
library.

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Paul Noone
Sent: Wednesday, 24 November 2010 1:43 PM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

I don't think you'll be able to do that Nigel.

Publishing pages are special, which is why you only get one Pages library per 
web. I don't think you can even rename the Pages library without running into 
problems.

Regards,

Paul

--
Online Developer/Administrator,
ICT Projects Team
CEO Sydney

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Nigel Hertz
Sent: Wednesday, 24 November 2010 2:11 PM
To: ozMOSS
Subject: Publish Page creation location - MOSS 2007

Hi all

Is it possible to change the location that a publishing page is created in? The 
scenario is as follows:

I want to replace a bunch of legacy html files that use the meta-refresh tag to 
redirect users, with publishing pages that use the 'redirect page' page layout.

I've tested this, and it works perfectly. My only issue is that they are 
created in the pages document library, and I want them in a document library 
of my choosing.

Is it possible to do this, or should I create them by default, and then use the 
'manage content and structure' to move them where I want?

Nigel




Nigel Hertz

Software Developer | Information Technology
Stockland
Level 25 | 133 Castlereagh Street | Sydney NSW 2000
T: 02 9035 2617 | F: 02 8988 2617



Stockland Notice: If this communication has been sent to you by mistake, please 
delete and notify us.  If it has been sent to you by mistake, legal privilege 
is not waived or lost and you are not entitled to use it in any way. Stockland 
and its subsidiaries reserve the right to monitor e-mail communication through 
its networks.
___
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss


RE: Publish Page creation location - MOSS 2007

2010-11-23 Thread Michael Hanes
If you're really keen you can try some URL rewriting to make /Pages go
away. Checkout
http://blog.mastykarz.nl/friendly-urls-sharepoint-site-4-steps-iis7-url-
rewrite-module/

 

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On
Behalf Of Paul Noone
Sent: Wednesday, 24 November 2010 11:13 AM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

 

I don't think you'll be able to do that Nigel.

 

Publishing pages are special, which is why you only get one Pages
library per web. I don't think you can even rename the Pages library
without running into problems.

 

Regards,

Paul

 

--

Online Developer/Administrator,
ICT Projects Team
CEO Sydney

 

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On
Behalf Of Nigel Hertz
Sent: Wednesday, 24 November 2010 2:11 PM
To: ozMOSS
Subject: Publish Page creation location - MOSS 2007

 

Hi all

 

Is it possible to change the location that a publishing page is created
in? The scenario is as follows:

 

I want to replace a bunch of legacy html files that use the meta-refresh
tag to redirect users, with publishing pages that use the 'redirect
page' page layout.

 

I've tested this, and it works perfectly. My only issue is that they are
created in the pages document library, and I want them in a document
library of my choosing. 

 

Is it possible to do this, or should I create them by default, and then
use the 'manage content and structure' to move them where I want?

 

Nigel

 

 

 



Nigel Hertz


Software Developer | Information Technology
Stockland
Level 25 | 133 Castlereagh Street | Sydney NSW 2000
T: 02 9035 2617 | F: 02 8988 2617

 

 






Stockland Notice: If this communication has been sent to you by mistake,
please delete and notify us.  If it has been sent to you by mistake,
legal privilege is not waived or lost and you are not entitled to use it
in any way. Stockland and its subsidiaries reserve the right to monitor
e-mail communication through its networks.

___
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss


RE: Publish Page creation location - MOSS 2007

2010-11-23 Thread Nigel Hertz
Not the answer I wanted to hear :) Any idea as to what sort of issues you might 
run into? I created a couple and moved them before my original mail, and the 
redirects seemed to work okay.

Michael - thanks for the link - I'll have a read through that article now.

N



From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
James Boman
Sent: Wednesday, 24 November 2010 2:19 PM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

I can confirm - Publishing Pages don't work properly outside the Pages 
library.

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Paul Noone
Sent: Wednesday, 24 November 2010 1:43 PM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

I don't think you'll be able to do that Nigel.

Publishing pages are special, which is why you only get one Pages library per 
web. I don't think you can even rename the Pages library without running into 
problems.

Regards,

Paul

--
Online Developer/Administrator,
ICT Projects Team
CEO Sydney

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Nigel Hertz
Sent: Wednesday, 24 November 2010 2:11 PM
To: ozMOSS
Subject: Publish Page creation location - MOSS 2007

Hi all

Is it possible to change the location that a publishing page is created in? The 
scenario is as follows:

I want to replace a bunch of legacy html files that use the meta-refresh tag to 
redirect users, with publishing pages that use the 'redirect page' page layout.

I've tested this, and it works perfectly. My only issue is that they are 
created in the pages document library, and I want them in a document library 
of my choosing.

Is it possible to do this, or should I create them by default, and then use the 
'manage content and structure' to move them where I want?

Nigel




Nigel Hertz

Software Developer | Information Technology
Stockland
Level 25 | 133 Castlereagh Street | Sydney NSW 2000
T: 02 9035 2617 | F: 02 8988 2617



Stockland Notice: If this communication has been sent to you by mistake, please 
delete and notify us.  If it has been sent to you by mistake, legal privilege 
is not waived or lost and you are not entitled to use it in any way. Stockland 
and its subsidiaries reserve the right to monitor e-mail communication through 
its networks.

_

Stockland Notice: If this communication has been sent to you by mistake, please 
delete and notify us.  If it has been sent to you by mistake, legal privilege 
is not waived or lost and you are not entitled to use it in any way. Stockland 
and its subsidiaries reserve the right to monitor e-mail communication through 
its networks.
___
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss


RE: Publish Page creation location - MOSS 2007

2010-11-23 Thread Paul Noone
Lots and lots of nasty ones which'll occur just as soon as you lull yourself 
into a false sense of security. :)


From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Nigel Hertz
Sent: Wednesday, 24 November 2010 2:31 PM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

Not the answer I wanted to hear :) Any idea as to what sort of issues you might 
run into? I created a couple and moved them before my original mail, and the 
redirects seemed to work okay.

Michael - thanks for the link - I'll have a read through that article now.

N



From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
James Boman
Sent: Wednesday, 24 November 2010 2:19 PM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

I can confirm - Publishing Pages don't work properly outside the Pages 
library.

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Paul Noone
Sent: Wednesday, 24 November 2010 1:43 PM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

I don't think you'll be able to do that Nigel.

Publishing pages are special, which is why you only get one Pages library per 
web. I don't think you can even rename the Pages library without running into 
problems.

Regards,

Paul

--
Online Developer/Administrator,
ICT Projects Team
CEO Sydney

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Nigel Hertz
Sent: Wednesday, 24 November 2010 2:11 PM
To: ozMOSS
Subject: Publish Page creation location - MOSS 2007

Hi all

Is it possible to change the location that a publishing page is created in? The 
scenario is as follows:

I want to replace a bunch of legacy html files that use the meta-refresh tag to 
redirect users, with publishing pages that use the 'redirect page' page layout.

I've tested this, and it works perfectly. My only issue is that they are 
created in the pages document library, and I want them in a document library 
of my choosing.

Is it possible to do this, or should I create them by default, and then use the 
'manage content and structure' to move them where I want?

Nigel




Nigel Hertz

Software Developer | Information Technology
Stockland
Level 25 | 133 Castlereagh Street | Sydney NSW 2000
T: 02 9035 2617 | F: 02 8988 2617



Stockland Notice: If this communication has been sent to you by mistake, please 
delete and notify us.  If it has been sent to you by mistake, legal privilege 
is not waived or lost and you are not entitled to use it in any way. Stockland 
and its subsidiaries reserve the right to monitor e-mail communication through 
its networks.

Stockland Notice: If this communication has been sent to you by mistake, please 
delete and notify us.  If it has been sent to you by mistake, legal privilege 
is not waived or lost and you are not entitled to use it in any way. Stockland 
and its subsidiaries reserve the right to monitor e-mail communication through 
its networks.
___
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss


RE: Publish Page creation location - MOSS 2007

2010-11-23 Thread Nigel Hertz
LOL

How very true. Not worth the risk I think :)



From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Paul Noone
Sent: Wednesday, 24 November 2010 2:32 PM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

Lots and lots of nasty ones which'll occur just as soon as you lull yourself 
into a false sense of security. :)


From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Nigel Hertz
Sent: Wednesday, 24 November 2010 2:31 PM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

Not the answer I wanted to hear :) Any idea as to what sort of issues you might 
run into? I created a couple and moved them before my original mail, and the 
redirects seemed to work okay.

Michael - thanks for the link - I'll have a read through that article now.

N



From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
James Boman
Sent: Wednesday, 24 November 2010 2:19 PM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

I can confirm - Publishing Pages don't work properly outside the Pages 
library.

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Paul Noone
Sent: Wednesday, 24 November 2010 1:43 PM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

I don't think you'll be able to do that Nigel.

Publishing pages are special, which is why you only get one Pages library per 
web. I don't think you can even rename the Pages library without running into 
problems.

Regards,

Paul

--
Online Developer/Administrator,
ICT Projects Team
CEO Sydney

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Nigel Hertz
Sent: Wednesday, 24 November 2010 2:11 PM
To: ozMOSS
Subject: Publish Page creation location - MOSS 2007

Hi all

Is it possible to change the location that a publishing page is created in? The 
scenario is as follows:

I want to replace a bunch of legacy html files that use the meta-refresh tag to 
redirect users, with publishing pages that use the 'redirect page' page layout.

I've tested this, and it works perfectly. My only issue is that they are 
created in the pages document library, and I want them in a document library 
of my choosing.

Is it possible to do this, or should I create them by default, and then use the 
'manage content and structure' to move them where I want?

Nigel




Nigel Hertz

Software Developer | Information Technology
Stockland
Level 25 | 133 Castlereagh Street | Sydney NSW 2000
T: 02 9035 2617 | F: 02 8988 2617



Stockland Notice: If this communication has been sent to you by mistake, please 
delete and notify us.  If it has been sent to you by mistake, legal privilege 
is not waived or lost and you are not entitled to use it in any way. Stockland 
and its subsidiaries reserve the right to monitor e-mail communication through 
its networks.

Stockland Notice: If this communication has been sent to you by mistake, please 
delete and notify us.  If it has been sent to you by mistake, legal privilege 
is not waived or lost and you are not entitled to use it in any way. Stockland 
and its subsidiaries reserve the right to monitor e-mail communication through 
its networks.

_

Stockland Notice: If this communication has been sent to you by mistake, please 
delete and notify us.  If it has been sent to you by mistake, legal privilege 
is not waived or lost and you are not entitled to use it in any way. Stockland 
and its subsidiaries reserve the right to monitor e-mail communication through 
its networks.
___
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss


RE: Publish Page creation location - MOSS 2007

2010-11-23 Thread Michael Hanes
 Any idea as to what sort of issues you might run into?

 

Certain death ;-) Simply put, the page library is a core component of
the publishing feature.

 

As it seems like you main priority is simply redirecting users, have you
considered other alternatives outside SharePoint? I love reverse proxies
in front of a web-facing deployment to handle stuff like this; if your
redirect list is fixed (and users don't need to be getting in there) you
could also use URL rewriting-anything that will return an HTTP 301 or
302 response.

 

Also have a look at http://urlrewriter.net/

 

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On
Behalf Of Nigel Hertz
Sent: Wednesday, 24 November 2010 11:31 AM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

 

Not the answer I wanted to hear J Any idea as to what sort of issues you
might run into? I created a couple and moved them before my original
mail, and the redirects seemed to work okay.

 

Michael - thanks for the link - I'll have a read through that article
now.

 

N

 

 

 

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On
Behalf Of James Boman
Sent: Wednesday, 24 November 2010 2:19 PM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

 

I can confirm - Publishing Pages don't work properly outside the Pages
library.

 

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On
Behalf Of Paul Noone
Sent: Wednesday, 24 November 2010 1:43 PM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

 

I don't think you'll be able to do that Nigel.

 

Publishing pages are special, which is why you only get one Pages
library per web. I don't think you can even rename the Pages library
without running into problems.

 

Regards,

Paul

 

--

Online Developer/Administrator,
ICT Projects Team
CEO Sydney

 

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On
Behalf Of Nigel Hertz
Sent: Wednesday, 24 November 2010 2:11 PM
To: ozMOSS
Subject: Publish Page creation location - MOSS 2007

 

Hi all

 

Is it possible to change the location that a publishing page is created
in? The scenario is as follows:

 

I want to replace a bunch of legacy html files that use the meta-refresh
tag to redirect users, with publishing pages that use the 'redirect
page' page layout.

 

I've tested this, and it works perfectly. My only issue is that they are
created in the pages document library, and I want them in a document
library of my choosing. 

 

Is it possible to do this, or should I create them by default, and then
use the 'manage content and structure' to move them where I want?

 

Nigel

 

 

 



Nigel Hertz


Software Developer | Information Technology
Stockland
Level 25 | 133 Castlereagh Street | Sydney NSW 2000
T: 02 9035 2617 | F: 02 8988 2617

 

 






Stockland Notice: If this communication has been sent to you by mistake,
please delete and notify us.  If it has been sent to you by mistake,
legal privilege is not waived or lost and you are not entitled to use it
in any way. Stockland and its subsidiaries reserve the right to monitor
e-mail communication through its networks.






Stockland Notice: If this communication has been sent to you by mistake,
please delete and notify us.  If it has been sent to you by mistake,
legal privilege is not waived or lost and you are not entitled to use it
in any way. Stockland and its subsidiaries reserve the right to monitor
e-mail communication through its networks.

___
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss


RE: Publish Page creation location - MOSS 2007

2010-11-23 Thread James Boman
You could just go for simplicity and make a webpart page anywhere your like 
with a content editor webpart containing something like:

script
window.setInterval(window.location='http://www.google.com';, 1000);
/script



From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Michael Hanes
Sent: Wednesday, 24 November 2010 2:12 PM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

 Any idea as to what sort of issues you might run into?

Certain death ;-) Simply put, the page library is a core component of the 
publishing feature.

As it seems like you main priority is simply redirecting users, have you 
considered other alternatives outside SharePoint? I love reverse proxies in 
front of a web-facing deployment to handle stuff like this; if your redirect 
list is fixed (and users don't need to be getting in there) you could also use 
URL rewriting-anything that will return an HTTP 301 or 302 response.

Also have a look at http://urlrewriter.net/

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Nigel Hertz
Sent: Wednesday, 24 November 2010 11:31 AM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

Not the answer I wanted to hear :) Any idea as to what sort of issues you might 
run into? I created a couple and moved them before my original mail, and the 
redirects seemed to work okay.

Michael - thanks for the link - I'll have a read through that article now.

N



From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
James Boman
Sent: Wednesday, 24 November 2010 2:19 PM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

I can confirm - Publishing Pages don't work properly outside the Pages 
library.

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Paul Noone
Sent: Wednesday, 24 November 2010 1:43 PM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

I don't think you'll be able to do that Nigel.

Publishing pages are special, which is why you only get one Pages library per 
web. I don't think you can even rename the Pages library without running into 
problems.

Regards,

Paul

--
Online Developer/Administrator,
ICT Projects Team
CEO Sydney

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Nigel Hertz
Sent: Wednesday, 24 November 2010 2:11 PM
To: ozMOSS
Subject: Publish Page creation location - MOSS 2007

Hi all

Is it possible to change the location that a publishing page is created in? The 
scenario is as follows:

I want to replace a bunch of legacy html files that use the meta-refresh tag to 
redirect users, with publishing pages that use the 'redirect page' page layout.

I've tested this, and it works perfectly. My only issue is that they are 
created in the pages document library, and I want them in a document library 
of my choosing.

Is it possible to do this, or should I create them by default, and then use the 
'manage content and structure' to move them where I want?

Nigel




Nigel Hertz

Software Developer | Information Technology
Stockland
Level 25 | 133 Castlereagh Street | Sydney NSW 2000
T: 02 9035 2617 | F: 02 8988 2617



Stockland Notice: If this communication has been sent to you by mistake, please 
delete and notify us.  If it has been sent to you by mistake, legal privilege 
is not waived or lost and you are not entitled to use it in any way. Stockland 
and its subsidiaries reserve the right to monitor e-mail communication through 
its networks.

Stockland Notice: If this communication has been sent to you by mistake, please 
delete and notify us.  If it has been sent to you by mistake, legal privilege 
is not waived or lost and you are not entitled to use it in any way. Stockland 
and its subsidiaries reserve the right to monitor e-mail communication through 
its networks.
___
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss


RE: Publish Page creation location - MOSS 2007

2010-11-23 Thread Nigel Hertz
Thanks, will take a look at that as well.

In a nutshell, what we want is a document in a library that a user clicks on, 
and it takes them to a specified webpage. The amount of redirects won't be 
fixed unfortunately.

[cid:image001.png@01CB8BEE.329C1C00]




From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Michael Hanes
Sent: Wednesday, 24 November 2010 2:42 PM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

 Any idea as to what sort of issues you might run into?

Certain death ;-) Simply put, the page library is a core component of the 
publishing feature.

As it seems like you main priority is simply redirecting users, have you 
considered other alternatives outside SharePoint? I love reverse proxies in 
front of a web-facing deployment to handle stuff like this; if your redirect 
list is fixed (and users don't need to be getting in there) you could also use 
URL rewriting-anything that will return an HTTP 301 or 302 response.

Also have a look at http://urlrewriter.net/

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Nigel Hertz
Sent: Wednesday, 24 November 2010 11:31 AM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

Not the answer I wanted to hear :) Any idea as to what sort of issues you might 
run into? I created a couple and moved them before my original mail, and the 
redirects seemed to work okay.

Michael - thanks for the link - I'll have a read through that article now.

N



From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
James Boman
Sent: Wednesday, 24 November 2010 2:19 PM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

I can confirm - Publishing Pages don't work properly outside the Pages 
library.

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Paul Noone
Sent: Wednesday, 24 November 2010 1:43 PM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

I don't think you'll be able to do that Nigel.

Publishing pages are special, which is why you only get one Pages library per 
web. I don't think you can even rename the Pages library without running into 
problems.

Regards,

Paul

--
Online Developer/Administrator,
ICT Projects Team
CEO Sydney

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Nigel Hertz
Sent: Wednesday, 24 November 2010 2:11 PM
To: ozMOSS
Subject: Publish Page creation location - MOSS 2007

Hi all

Is it possible to change the location that a publishing page is created in? The 
scenario is as follows:

I want to replace a bunch of legacy html files that use the meta-refresh tag to 
redirect users, with publishing pages that use the 'redirect page' page layout.

I've tested this, and it works perfectly. My only issue is that they are 
created in the pages document library, and I want them in a document library 
of my choosing.

Is it possible to do this, or should I create them by default, and then use the 
'manage content and structure' to move them where I want?

Nigel




Nigel Hertz

Software Developer | Information Technology
Stockland
Level 25 | 133 Castlereagh Street | Sydney NSW 2000
T: 02 9035 2617 | F: 02 8988 2617



Stockland Notice: If this communication has been sent to you by mistake, please 
delete and notify us.  If it has been sent to you by mistake, legal privilege 
is not waived or lost and you are not entitled to use it in any way. Stockland 
and its subsidiaries reserve the right to monitor e-mail communication through 
its networks.

Stockland Notice: If this communication has been sent to you by mistake, please 
delete and notify us.  If it has been sent to you by mistake, legal privilege 
is not waived or lost and you are not entitled to use it in any way. Stockland 
and its subsidiaries reserve the right to monitor e-mail communication through 
its networks.

_

Stockland Notice: If this communication has been sent to you by mistake, please 
delete and notify us.  If it has been sent to you by mistake, legal privilege 
is not waived or lost and you are not entitled to use it in any way. Stockland 
and its subsidiaries reserve the right to monitor e-mail communication through 
its networks.
inline: image001.png___
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss


RE: Publish Page creation location - MOSS 2007

2010-11-23 Thread Nigel Hertz
Yeah, I think that might be the best route - stick some text there saying you 
will be redirected in x seconds - otherwise you won't be able to edit it later 
:)




*Please ensure that you log all issues or requests with the IT Service Centre. 
When logging calls, please include a detailed description of the problem.*

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
James Boman
Sent: Wednesday, 24 November 2010 3:27 PM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

You could just go for simplicity and make a webpart page anywhere your like 
with a content editor webpart containing something like:

script
window.setInterval(window.location='http://www.google.com';, 1000);
/script



From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Michael Hanes
Sent: Wednesday, 24 November 2010 2:12 PM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

 Any idea as to what sort of issues you might run into?

Certain death ;-) Simply put, the page library is a core component of the 
publishing feature.

As it seems like you main priority is simply redirecting users, have you 
considered other alternatives outside SharePoint? I love reverse proxies in 
front of a web-facing deployment to handle stuff like this; if your redirect 
list is fixed (and users don't need to be getting in there) you could also use 
URL rewriting-anything that will return an HTTP 301 or 302 response.

Also have a look at http://urlrewriter.net/

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Nigel Hertz
Sent: Wednesday, 24 November 2010 11:31 AM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

Not the answer I wanted to hear :) Any idea as to what sort of issues you might 
run into? I created a couple and moved them before my original mail, and the 
redirects seemed to work okay.

Michael - thanks for the link - I'll have a read through that article now.

N



From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
James Boman
Sent: Wednesday, 24 November 2010 2:19 PM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

I can confirm - Publishing Pages don't work properly outside the Pages 
library.

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Paul Noone
Sent: Wednesday, 24 November 2010 1:43 PM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

I don't think you'll be able to do that Nigel.

Publishing pages are special, which is why you only get one Pages library per 
web. I don't think you can even rename the Pages library without running into 
problems.

Regards,

Paul

--
Online Developer/Administrator,
ICT Projects Team
CEO Sydney

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Nigel Hertz
Sent: Wednesday, 24 November 2010 2:11 PM
To: ozMOSS
Subject: Publish Page creation location - MOSS 2007

Hi all

Is it possible to change the location that a publishing page is created in? The 
scenario is as follows:

I want to replace a bunch of legacy html files that use the meta-refresh tag to 
redirect users, with publishing pages that use the 'redirect page' page layout.

I've tested this, and it works perfectly. My only issue is that they are 
created in the pages document library, and I want them in a document library 
of my choosing.

Is it possible to do this, or should I create them by default, and then use the 
'manage content and structure' to move them where I want?

Nigel




Nigel Hertz

Software Developer | Information Technology
Stockland
Level 25 | 133 Castlereagh Street | Sydney NSW 2000
T: 02 9035 2617 | F: 02 8988 2617



Stockland Notice: If this communication has been sent to you by mistake, please 
delete and notify us.  If it has been sent to you by mistake, legal privilege 
is not waived or lost and you are not entitled to use it in any way. Stockland 
and its subsidiaries reserve the right to monitor e-mail communication through 
its networks.

Stockland Notice: If this communication has been sent to you by mistake, please 
delete and notify us.  If it has been sent to you by mistake, legal privilege 
is not waived or lost and you are not entitled to use it in any way. Stockland 
and its subsidiaries reserve the right to monitor e-mail communication through 
its networks.

_

Stockland Notice: If this communication has been sent to you by mistake, please 
delete and notify us.  If it has been sent to you by mistake, legal privilege 
is not waived or lost and you are not entitled to use it in any way. Stockland 
and its subsidiaries reserve the right to monitor e-mail

RE: Publish Page creation location - MOSS 2007

2010-11-23 Thread Michael Hanes
Up vote for Paul's solution ;-)

 

Watch out for absolute URLs in the CEWP-MOSS won't rewrite them as it
does for rich text fields and this can sometimes bite if you're moving
content between environments. I try to stick to relative URLs with the
CEWP whenever possible.

 

If you don't want to do the redirect client-side for any reason you
could also get the same effect with a custom web part and a server-side
redirect... assuming you've got the packaging/deployment plumbing in
place or don't mind creating it and gumming up your web part library
with stuff like this.

 

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On
Behalf Of Nigel Hertz
Sent: Wednesday, 24 November 2010 12:48 PM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

 

Yeah, I think that might be the best route - stick some text there
saying you will be redirected in x seconds - otherwise you won't be
able to edit it later J

 

 

 

 

*Please ensure that you log all issues or requests with the IT Service
Centre. When logging calls, please include a detailed description of the
problem.*

 

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On
Behalf Of James Boman
Sent: Wednesday, 24 November 2010 3:27 PM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

 

You could just go for simplicity and make a webpart page anywhere your
like with a content editor webpart containing something like:

 

script

window.setInterval(window.location='http://www.google.com';, 1000);

/script

 

 

 

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On
Behalf Of Michael Hanes
Sent: Wednesday, 24 November 2010 2:12 PM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

 

 Any idea as to what sort of issues you might run into?

 

Certain death ;-) Simply put, the page library is a core component of
the publishing feature.

 

As it seems like you main priority is simply redirecting users, have you
considered other alternatives outside SharePoint? I love reverse proxies
in front of a web-facing deployment to handle stuff like this; if your
redirect list is fixed (and users don't need to be getting in there) you
could also use URL rewriting-anything that will return an HTTP 301 or
302 response.

 

Also have a look at http://urlrewriter.net/

 

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On
Behalf Of Nigel Hertz
Sent: Wednesday, 24 November 2010 11:31 AM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

 

Not the answer I wanted to hear J Any idea as to what sort of issues you
might run into? I created a couple and moved them before my original
mail, and the redirects seemed to work okay.

 

Michael - thanks for the link - I'll have a read through that article
now.

 

N

 

 

 

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On
Behalf Of James Boman
Sent: Wednesday, 24 November 2010 2:19 PM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

 

I can confirm - Publishing Pages don't work properly outside the Pages
library.

 

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On
Behalf Of Paul Noone
Sent: Wednesday, 24 November 2010 1:43 PM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

 

I don't think you'll be able to do that Nigel.

 

Publishing pages are special, which is why you only get one Pages
library per web. I don't think you can even rename the Pages library
without running into problems.

 

Regards,

Paul

 

--

Online Developer/Administrator,
ICT Projects Team
CEO Sydney

 

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On
Behalf Of Nigel Hertz
Sent: Wednesday, 24 November 2010 2:11 PM
To: ozMOSS
Subject: Publish Page creation location - MOSS 2007

 

Hi all

 

Is it possible to change the location that a publishing page is created
in? The scenario is as follows:

 

I want to replace a bunch of legacy html files that use the meta-refresh
tag to redirect users, with publishing pages that use the 'redirect
page' page layout.

 

I've tested this, and it works perfectly. My only issue is that they are
created in the pages document library, and I want them in a document
library of my choosing. 

 

Is it possible to do this, or should I create them by default, and then
use the 'manage content and structure' to move them where I want?

 

Nigel

 

 

 



Nigel Hertz


Software Developer | Information Technology
Stockland
Level 25 | 133 Castlereagh Street | Sydney NSW 2000
T: 02 9035 2617 | F: 02 8988 2617

 

 






Stockland Notice: If this communication has been sent to you by mistake,
please delete and notify us.  If it has been sent to you by mistake,
legal privilege is not waived or lost and you are not entitled to use it
in any way. Stockland and its subsidiaries reserve the right to monitor

RE: Publish Page creation location - MOSS 2007

2010-11-23 Thread Paul Noone
Any reason why you don't just create a custom list and paste your URLs in using 
Datasheet View??

Regards,

Paul

--
Online Developer/Administrator,
ICT Projects Team
CEO Sydney

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Nigel Hertz
Sent: Wednesday, 24 November 2010 3:48 PM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

Yeah, I think that might be the best route - stick some text there saying you 
will be redirected in x seconds - otherwise you won't be able to edit it later 
:)




*Please ensure that you log all issues or requests with the IT Service Centre. 
When logging calls, please include a detailed description of the problem.*

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
James Boman
Sent: Wednesday, 24 November 2010 3:27 PM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

You could just go for simplicity and make a webpart page anywhere your like 
with a content editor webpart containing something like:

script
window.setInterval(window.location='http://www.google.com';, 1000);
/script



From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Michael Hanes
Sent: Wednesday, 24 November 2010 2:12 PM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

 Any idea as to what sort of issues you might run into?

Certain death ;-) Simply put, the page library is a core component of the 
publishing feature.

As it seems like you main priority is simply redirecting users, have you 
considered other alternatives outside SharePoint? I love reverse proxies in 
front of a web-facing deployment to handle stuff like this; if your redirect 
list is fixed (and users don't need to be getting in there) you could also use 
URL rewriting-anything that will return an HTTP 301 or 302 response.

Also have a look at http://urlrewriter.net/

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Nigel Hertz
Sent: Wednesday, 24 November 2010 11:31 AM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

Not the answer I wanted to hear :) Any idea as to what sort of issues you might 
run into? I created a couple and moved them before my original mail, and the 
redirects seemed to work okay.

Michael - thanks for the link - I'll have a read through that article now.

N



From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
James Boman
Sent: Wednesday, 24 November 2010 2:19 PM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

I can confirm - Publishing Pages don't work properly outside the Pages 
library.

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Paul Noone
Sent: Wednesday, 24 November 2010 1:43 PM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

I don't think you'll be able to do that Nigel.

Publishing pages are special, which is why you only get one Pages library per 
web. I don't think you can even rename the Pages library without running into 
problems.

Regards,

Paul

--
Online Developer/Administrator,
ICT Projects Team
CEO Sydney

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Nigel Hertz
Sent: Wednesday, 24 November 2010 2:11 PM
To: ozMOSS
Subject: Publish Page creation location - MOSS 2007

Hi all

Is it possible to change the location that a publishing page is created in? The 
scenario is as follows:

I want to replace a bunch of legacy html files that use the meta-refresh tag to 
redirect users, with publishing pages that use the 'redirect page' page layout.

I've tested this, and it works perfectly. My only issue is that they are 
created in the pages document library, and I want them in a document library 
of my choosing.

Is it possible to do this, or should I create them by default, and then use the 
'manage content and structure' to move them where I want?

Nigel




Nigel Hertz

Software Developer | Information Technology
Stockland
Level 25 | 133 Castlereagh Street | Sydney NSW 2000
T: 02 9035 2617 | F: 02 8988 2617



Stockland Notice: If this communication has been sent to you by mistake, please 
delete and notify us.  If it has been sent to you by mistake, legal privilege 
is not waived or lost and you are not entitled to use it in any way. Stockland 
and its subsidiaries reserve the right to monitor e-mail communication through 
its networks.

Stockland Notice: If this communication has been sent to you by mistake, please 
delete and notify us.  If it has been sent to you by mistake, legal privilege 
is not waived or lost and you are not entitled to use it in any way. Stockland 
and its subsidiaries reserve the right to monitor e-mail communication through 
its networks.

Stockland Notice: If this communication has

RE: Publish Page creation location - MOSS 2007

2010-11-23 Thread James Boman
Even if you have a short or no delay before redirect, you can always edit the 
page by putting a ?contents=1 on the end of the url, and then temporarily 
close, or delete the CEWP.


From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Nigel Hertz
Sent: Wednesday, 24 November 2010 3:18 PM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

Yeah, I think that might be the best route - stick some text there saying you 
will be redirected in x seconds - otherwise you won't be able to edit it later 
:)




*Please ensure that you log all issues or requests with the IT Service Centre. 
When logging calls, please include a detailed description of the problem.*

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
James Boman
Sent: Wednesday, 24 November 2010 3:27 PM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

You could just go for simplicity and make a webpart page anywhere your like 
with a content editor webpart containing something like:

script
window.setInterval(window.location='http://www.google.com';, 1000);
/script



From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Michael Hanes
Sent: Wednesday, 24 November 2010 2:12 PM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

 Any idea as to what sort of issues you might run into?

Certain death ;-) Simply put, the page library is a core component of the 
publishing feature.

As it seems like you main priority is simply redirecting users, have you 
considered other alternatives outside SharePoint? I love reverse proxies in 
front of a web-facing deployment to handle stuff like this; if your redirect 
list is fixed (and users don't need to be getting in there) you could also use 
URL rewriting-anything that will return an HTTP 301 or 302 response.

Also have a look at http://urlrewriter.net/

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Nigel Hertz
Sent: Wednesday, 24 November 2010 11:31 AM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

Not the answer I wanted to hear :) Any idea as to what sort of issues you might 
run into? I created a couple and moved them before my original mail, and the 
redirects seemed to work okay.

Michael - thanks for the link - I'll have a read through that article now.

N



From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
James Boman
Sent: Wednesday, 24 November 2010 2:19 PM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

I can confirm - Publishing Pages don't work properly outside the Pages 
library.

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Paul Noone
Sent: Wednesday, 24 November 2010 1:43 PM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

I don't think you'll be able to do that Nigel.

Publishing pages are special, which is why you only get one Pages library per 
web. I don't think you can even rename the Pages library without running into 
problems.

Regards,

Paul

--
Online Developer/Administrator,
ICT Projects Team
CEO Sydney

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Nigel Hertz
Sent: Wednesday, 24 November 2010 2:11 PM
To: ozMOSS
Subject: Publish Page creation location - MOSS 2007

Hi all

Is it possible to change the location that a publishing page is created in? The 
scenario is as follows:

I want to replace a bunch of legacy html files that use the meta-refresh tag to 
redirect users, with publishing pages that use the 'redirect page' page layout.

I've tested this, and it works perfectly. My only issue is that they are 
created in the pages document library, and I want them in a document library 
of my choosing.

Is it possible to do this, or should I create them by default, and then use the 
'manage content and structure' to move them where I want?

Nigel




Nigel Hertz

Software Developer | Information Technology
Stockland
Level 25 | 133 Castlereagh Street | Sydney NSW 2000
T: 02 9035 2617 | F: 02 8988 2617



Stockland Notice: If this communication has been sent to you by mistake, please 
delete and notify us.  If it has been sent to you by mistake, legal privilege 
is not waived or lost and you are not entitled to use it in any way. Stockland 
and its subsidiaries reserve the right to monitor e-mail communication through 
its networks.

Stockland Notice: If this communication has been sent to you by mistake, please 
delete and notify us.  If it has been sent to you by mistake, legal privilege 
is not waived or lost and you are not entitled to use it in any way. Stockland 
and its subsidiaries reserve the right to monitor e-mail communication through 
its networks.

Stockland Notice: If this communication has

RE: Publish Page creation location - MOSS 2007

2010-11-23 Thread Nigel Hertz
Main reason being is that the document library has, for example, 60 policies in 
it. 3 of those policies, however, belong to another division / department / 
whatever, so instead of duplicating those 3 policies, they want a redirect to 
the real location of it, and this redirect needs to be within the document 
library.

I think the CEWP will likely be the way we do it, and I'll make sure to watch 
out for absolute URLs - been burnt by that before :)



From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Paul Noone
Sent: Wednesday, 24 November 2010 3:54 PM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

Any reason why you don't just create a custom list and paste your URLs in using 
Datasheet View??

Regards,

Paul

--
Online Developer/Administrator,
ICT Projects Team
CEO Sydney

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Nigel Hertz
Sent: Wednesday, 24 November 2010 3:48 PM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

Yeah, I think that might be the best route - stick some text there saying you 
will be redirected in x seconds - otherwise you won't be able to edit it later 
:)




*Please ensure that you log all issues or requests with the IT Service Centre. 
When logging calls, please include a detailed description of the problem.*

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
James Boman
Sent: Wednesday, 24 November 2010 3:27 PM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

You could just go for simplicity and make a webpart page anywhere your like 
with a content editor webpart containing something like:

script
window.setInterval(window.location='http://www.google.com';, 1000);
/script



From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Michael Hanes
Sent: Wednesday, 24 November 2010 2:12 PM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

 Any idea as to what sort of issues you might run into?

Certain death ;-) Simply put, the page library is a core component of the 
publishing feature.

As it seems like you main priority is simply redirecting users, have you 
considered other alternatives outside SharePoint? I love reverse proxies in 
front of a web-facing deployment to handle stuff like this; if your redirect 
list is fixed (and users don't need to be getting in there) you could also use 
URL rewriting-anything that will return an HTTP 301 or 302 response.

Also have a look at http://urlrewriter.net/

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Nigel Hertz
Sent: Wednesday, 24 November 2010 11:31 AM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

Not the answer I wanted to hear :) Any idea as to what sort of issues you might 
run into? I created a couple and moved them before my original mail, and the 
redirects seemed to work okay.

Michael - thanks for the link - I'll have a read through that article now.

N



From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
James Boman
Sent: Wednesday, 24 November 2010 2:19 PM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

I can confirm - Publishing Pages don't work properly outside the Pages 
library.

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Paul Noone
Sent: Wednesday, 24 November 2010 1:43 PM
To: ozMOSS
Subject: RE: Publish Page creation location - MOSS 2007

I don't think you'll be able to do that Nigel.

Publishing pages are special, which is why you only get one Pages library per 
web. I don't think you can even rename the Pages library without running into 
problems.

Regards,

Paul

--
Online Developer/Administrator,
ICT Projects Team
CEO Sydney

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Nigel Hertz
Sent: Wednesday, 24 November 2010 2:11 PM
To: ozMOSS
Subject: Publish Page creation location - MOSS 2007

Hi all

Is it possible to change the location that a publishing page is created in? The 
scenario is as follows:

I want to replace a bunch of legacy html files that use the meta-refresh tag to 
redirect users, with publishing pages that use the 'redirect page' page layout.

I've tested this, and it works perfectly. My only issue is that they are 
created in the pages document library, and I want them in a document library 
of my choosing.

Is it possible to do this, or should I create them by default, and then use the 
'manage content and structure' to move them where I want?

Nigel




Nigel Hertz

Software Developer | Information Technology
Stockland
Level 25 | 133 Castlereagh Street | Sydney NSW 2000
T: 02 9035 2617 | F: 02 8988 2617



Stockland Notice: If this communication has been sent to you by mistake, please 
delete and notify us.  If it has been