I provide support for end users and a user is having an issue with Frontpage.
She has a web part section for links but at the bottom of it there is an
option for Add new Link for users that visit the sharepoint site. She does
not want this option on the site. She should be the only one that can add a
link to the site. Any assistance that anyone could provide would be greatly
appreciated.

RE: Modifing a Web Part issue by DanL

DanL
Thu May 01 08:58:01 CDT 2008

In code/HTML view delete the line that reads 'Add New Link'. And out of
curiosity, where did that 'Add New Link' take them?

"IT_Support_Agent" wrote:

> I provide support for end users and a user is having an issue with Frontpage.
> She has a web part section for links but at the bottom of it there is an
> option for Add new Link for users that visit the sharepoint site. She does
> not want this option on the site. She should be the only one that can add a
> link to the site. Any assistance that anyone could provide would be greatly
> appreciated.

RE: Modifing a Web Part issue by IT

IT
Thu May 01 20:37:00 CDT 2008

I tired finding the Add New Link section in the code but it was confusing.
I've seen html code and I couldn't find a simple line like
<tr><a href="xxx">Add New Link</a></tr>. I'll have to get a copy of the
section it should be in and post it this weekend. It is a sharepoint site
within my company's network. I think the link will take users to a web
interface section that will allow them to add a link to the site. I'm not
sure though. I will contact the user again tomorrow (Friday) and find out
exactly. Until then, thanks for help Dan.



"Dan L" wrote:

> In code/HTML view delete the line that reads 'Add New Link'. And out of
> curiosity, where did that 'Add New Link' take them?
>
> "IT_Support_Agent" wrote:
>
> > I provide support for end users and a user is having an issue with Frontpage.
> > She has a web part section for links but at the bottom of it there is an
> > option for Add new Link for users that visit the sharepoint site. She does
> > not want this option on the site. She should be the only one that can add a
> > link to the site. Any assistance that anyone could provide would be greatly
> > appreciated.

Re: Modifing a Web Part issue by Paul

Paul
Thu May 01 20:46:41 CDT 2008



On 5/1/2008 9:37 PM, IT Service Agent wrote:
> I tired finding the Add New Link section in the code but it was confusing.
> I've seen html code and I couldn't find a simple line like
> <tr><a href="xxx">Add New Link</a></tr>.


Among other possible causes, look for this:
<tr><td><a href="xxx">Add New Link</a></td></tr>

There must be at least one table cell <td></td> in a table row <tr></tr>

I'll have to get a copy of the
> section it should be in and post it this weekend. It is a sharepoint site
> within my company's network. I think the link will take users to a web
> interface section that will allow them to add a link to the site. I'm not
> sure though. I will contact the user again tomorrow (Friday) and find out
> exactly. Until then, thanks for help Dan.
>
>
>
> "Dan L" wrote:
>
>> In code/HTML view delete the line that reads 'Add New Link'. And out of
>> curiosity, where did that 'Add New Link' take them?
>>
>> "IT_Support_Agent" wrote:
>>
>>> I provide support for end users and a user is having an issue with Frontpage.
>>> She has a web part section for links but at the bottom of it there is an
>>> option for Add new Link for users that visit the sharepoint site. She does
>>> not want this option on the site. She should be the only one that can add a
>>> link to the site. Any assistance that anyone could provide would be greatly
>>> appreciated.

--
Paul S. Wolf, PE, FITE mailto:paul.s.wolf@alum.wpi.edu