[Portfolio] Global template

View: New views
2 Messages — Rating Filter:   Alert me  

[Portfolio] Global template

by Zaldivar, Marc :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

All,

Is there a way to make a template that is a globally published template back into just a locally published template?  We're evolving our general template and would like to remove one particular template's status as a global template, if possible.

Marc
_______________________________________________
portfolio mailing list
portfolio@...
http://collab.sakaiproject.org/mailman/listinfo/portfolio

TO UNSUBSCRIBE: send email to portfolio-unsubscribe@... with a subject of "unsubscribe"

Re: [Portfolio] Global template

by Beth Kirschner :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

There's no user interface for un-publishing a portfolio template, but  
you can always change the database:

update osp_presentation_template set published=0 where name='something';

- Beth

On Sep 11, 2009, at 9:30 AM, Zaldivar, Marc wrote:

> All,
>
> Is there a way to make a template that is a globally published  
> template back into just a locally published template?  We're  
> evolving our general template and would like to remove one  
> particular template's status as a global template, if possible.
>
> Marc
> _______________________________________________
> portfolio mailing list
> portfolio@...
> http://collab.sakaiproject.org/mailman/listinfo/portfolio
>
> TO UNSUBSCRIBE: send email to portfolio-unsubscribe@...
>  with a subject of "unsubscribe"
>
>

_______________________________________________
portfolio mailing list
portfolio@...
http://collab.sakaiproject.org/mailman/listinfo/portfolio

TO UNSUBSCRIBE: send email to portfolio-unsubscribe@... with a subject of "unsubscribe"