PC Review


Reply
Thread Tools Rate Thread

categories again

 
 
Jeanette
Guest
Posts: n/a
 
      17th Nov 2004
Fp2003 was not keeping the changes I made to categories,
so I went live onto the destination server and made the
changes there (see posting: "categorizing files" Nov 12
2004 7.45pm.)
I then realised that next time I published the whole site,
these category changes would be overwritten. So I
published the whole site from the destination server back
to my local computer. Everything was fine until next time
I published the whole site from my computer. All the
categories have gone again!
I am wasting a heck of a lot of time here. Is this a bug?
Is there a fix?
Really appreciate some help on this,
Jeanette

 
Reply With Quote
 
 
 
 
Stefan B Rusynko
Guest
Posts: n/a
 
      17th Nov 2004
Provide a URL to the site w/ categories applied again online

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________


"Jeanette" <(E-Mail Removed)> wrote in message news:747801c4cc49$4c3558e0$(E-Mail Removed)...
| Fp2003 was not keeping the changes I made to categories,
| so I went live onto the destination server and made the
| changes there (see posting: "categorizing files" Nov 12
| 2004 7.45pm.)
| I then realised that next time I published the whole site,
| these category changes would be overwritten. So I
| published the whole site from the destination server back
| to my local computer. Everything was fine until next time
| I published the whole site from my computer. All the
| categories have gone again!
| I am wasting a heck of a lot of time here. Is this a bug?
| Is there a fix?
| Really appreciate some help on this,
| Jeanette
|


 
Reply With Quote
 
Guest
Posts: n/a
 
      17th Nov 2004
www.spx.nsw.edu.au/new

The only files which could be categorized on my local
computer were:
buttons_with_home.htm
intro.htm
online_request_form.htm
request_form.htm

All the rest can only be categorized online. I redid some
online again for you:
award_system_academic.htm
award_system_extracurricular.htm
campus_inspection.htm
canteen.htm

Appreciate the help,
Jeanette



>-----Original Message-----
>Provide a URL to the site w/ categories applied again

online
>
>--
>
>_____________________________________________
>SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
>"Warning - Using the F1 Key will not break anything!" (-;
>To find the best Newsgroup for FrontPage support see:
> http://www.net-sites.com/sitebuilder/newsgroups.asp
>_____________________________________________
>
>
>"Jeanette" <(E-Mail Removed)> wrote in

message news:747801c4cc49$4c3558e0$(E-Mail Removed)...
>| Fp2003 was not keeping the changes I made to categories,
>| so I went live onto the destination server and made the
>| changes there (see posting: "categorizing files" Nov 12
>| 2004 7.45pm.)
>| I then realised that next time I published the whole

site,
>| these category changes would be overwritten. So I
>| published the whole site from the destination server

back
>| to my local computer. Everything was fine until next

time
>| I published the whole site from my computer. All the
>| categories have gone again!
>| I am wasting a heck of a lot of time here. Is this a

bug?
>| Is there a fix?
>| Really appreciate some help on this,
>| Jeanette
>|
>
>
>.
>

 
Reply With Quote
 
Stefan B Rusynko
Guest
Posts: n/a
 
      18th Nov 2004
You are using a DWT
Assign your DWT template to a category so it includes the correct html schema
Then in Code view of the DWT wrap the category bot "tag" in an editable region

Something like

<!-- #BeginEditable "doccat" -->
<!--[if gte mso 9]><xml>
<mso:CustomDocumentProperties>
<mso:Approval_x0020_Level msdt:dt="string"></mso:Approval_x0020_Level>
<mso:Categories msdt:dt="string"></mso:Categories>
<mso:Assigned_x0020_To msdt:dt="string"></mso:Assigned_x0020_To>
</mso:CustomDocumentProperties>
</xml><![endif]-->
<!-- #EndEditable -->
--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________


<(E-Mail Removed)> wrote in message news:15f101c4cc95$87a18740$(E-Mail Removed)...
| www.spx.nsw.edu.au/new
|
| The only files which could be categorized on my local
| computer were:
| buttons_with_home.htm
| intro.htm
| online_request_form.htm
| request_form.htm
|
| All the rest can only be categorized online. I redid some
| online again for you:
| award_system_academic.htm
| award_system_extracurricular.htm
| campus_inspection.htm
| canteen.htm
|
| Appreciate the help,
| Jeanette
|
|
|
| >-----Original Message-----
| >Provide a URL to the site w/ categories applied again
| online
| >
| >--
| >
| >_____________________________________________
| >SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| >"Warning - Using the F1 Key will not break anything!" (-;
| >To find the best Newsgroup for FrontPage support see:
| > http://www.net-sites.com/sitebuilder/newsgroups.asp
| >_____________________________________________
| >
| >
| >"Jeanette" <(E-Mail Removed)> wrote in
| message news:747801c4cc49$4c3558e0$(E-Mail Removed)...
| >| Fp2003 was not keeping the changes I made to categories,
| >| so I went live onto the destination server and made the
| >| changes there (see posting: "categorizing files" Nov 12
| >| 2004 7.45pm.)
| >| I then realised that next time I published the whole
| site,
| >| these category changes would be overwritten. So I
| >| published the whole site from the destination server
| back
| >| to my local computer. Everything was fine until next
| time
| >| I published the whole site from my computer. All the
| >| categories have gone again!
| >| I am wasting a heck of a lot of time here. Is this a
| bug?
| >| Is there a fix?
| >| Really appreciate some help on this,
| >| Jeanette
| >|
| >
| >
| >.
| >


 
Reply With Quote
 
Guest
Posts: n/a
 
      20th Nov 2004
Stefan,
Many, many thanks. Appreciate you taking the time. Now
working fine.
Jeanette

>-----Original Message-----
>You are using a DWT
>Assign your DWT template to a category so it includes the

correct html schema
>Then in Code view of the DWT wrap the category bot "tag"

in an editable region
>
>Something like
>
><!-- #BeginEditable "doccat" -->
><!--[if gte mso 9]><xml>
><mso:CustomDocumentProperties>
><mso:Approval_x0020_Level

msdt:dt="string"></mso:Approval_x0020_Level>
><mso:Categories msdt:dt="string"></mso:Categories>
><mso:Assigned_x0020_To

msdt:dt="string"></mso:Assigned_x0020_To>
></mso:CustomDocumentProperties>
></xml><![endif]-->
><!-- #EndEditable -->
>--
>
>_____________________________________________
>SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
>"Warning - Using the F1 Key will not break anything!" (-;
>To find the best Newsgroup for FrontPage support see:
> http://www.net-sites.com/sitebuilder/newsgroups.asp
>_____________________________________________
>
>
><(E-Mail Removed)> wrote in message

news:15f101c4cc95$87a18740$(E-Mail Removed)...
>| www.spx.nsw.edu.au/new
>|
>| The only files which could be categorized on my local
>| computer were:
>| buttons_with_home.htm
>| intro.htm
>| online_request_form.htm
>| request_form.htm
>|
>| All the rest can only be categorized online. I redid

some
>| online again for you:
>| award_system_academic.htm
>| award_system_extracurricular.htm
>| campus_inspection.htm
>| canteen.htm
>|
>| Appreciate the help,
>| Jeanette
>|
>|
>|
>| >-----Original Message-----
>| >Provide a URL to the site w/ categories applied again
>| online
>| >
>| >--
>| >
>| >_____________________________________________
>| >SBR @ ENJOY (-: [ Microsoft MVP -

FrontPage ]
>| >"Warning - Using the F1 Key will not break anything!"

(-;
>| >To find the best Newsgroup for FrontPage support see:
>| > http://www.net-sites.com/sitebuilder/newsgroups.asp
>| >_____________________________________________
>| >
>| >
>| >"Jeanette" <(E-Mail Removed)> wrote

in
>| message news:747801c4cc49$4c3558e0$(E-Mail Removed)...
>| >| Fp2003 was not keeping the changes I made to

categories,
>| >| so I went live onto the destination server and made

the
>| >| changes there (see posting: "categorizing files" Nov

12
>| >| 2004 7.45pm.)
>| >| I then realised that next time I published the whole
>| site,
>| >| these category changes would be overwritten. So I
>| >| published the whole site from the destination server
>| back
>| >| to my local computer. Everything was fine until next
>| time
>| >| I published the whole site from my computer. All the
>| >| categories have gone again!
>| >| I am wasting a heck of a lot of time here. Is this a
>| bug?
>| >| Is there a fix?
>| >| Really appreciate some help on this,
>| >| Jeanette
>| >|
>| >
>| >
>| >.
>| >
>
>
>.
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Customizing Microsoft Categories - Disable ability for users toremove categories applied to messages jrattan@gmail.com Microsoft Outlook Discussion 1 31st Mar 2010 04:20 AM
Public folder calender categories vs user calander categories =?Utf-8?B?SGVscCBtZQ==?= Microsoft Outlook Calendar 5 2nd Nov 2007 07:44 AM
Outlook 2007 Categories are a combo of Categories & Labels in 2003 =?Utf-8?B?U2NvdHQgU2hlcm1hbg==?= Microsoft Outlook Calendar 0 13th Feb 2007 04:23 AM
Organizing contacts in folder by categories - new categories missi =?Utf-8?B?QW5uaWUgQmVzdA==?= Microsoft Outlook Contacts 5 16th May 2006 03:26 PM
Select Categories and statistics from a table of Categories and Products (Excel 2000) L Mehl Microsoft Excel Discussion 2 30th Aug 2004 10:38 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:05 PM.