How to hide 'Attach Files' option in Sharepoint 2007 - sharepoint-2007

I am creating lists in WSS 3.0 and I can hide most of the columns by default, like "Title" e.t.c, but I need to hide the 'Attach File' option, and I cannot find the way to do this.
Can anyone help me?
Thanks!!

Go to the list settings page and choose advanced settings. You can disable attachments there.

You're going to need to create a custom Edit Form for your list(s) that doesn't contain the file attachment option. It will replace the metadata edit form that users see when they upload or edit metadata properties for list items in the given list(s).
Here is a nice tutorial on how to create and deploy a basic edit form replacement.

Related

Umbraco4: How edit a Macro in a Template?

I have a Contact Page in a site made in Umbraco 4. The contact page is part of the "Contact Page" template via a Macro, as you can see in this image:
I need to update this contact form. How I can do it? I dont find how.
Thanks,
If you navigate to the Developer section of the umbraco site, you should see a section called "Macros". If you select the macro in question, you should be able to find out what file you need to edit to change the macro.
Check out the image below. This is where you can go to find out which files you need to edit to change a macro:
This is where you can find the files that render the macros depending on what file type is selected in the macro in the umbraco backoffice:
XSLT => /xslt
.NET User Control => It should say where the file is (ex /usercontrols/DisplayError.ascx)
.NET Custom Control => These controls are compiled into the specified assembly
script file => /macroScripts
I'd check out umbraco.tv. They have a lot of documentation on how to get started with things like macros. If it saves you a few hours, it is worth the money.
http://umbraco.tv/videos/umbraco-v7/implementor/working-with-umbraco-data/macros/what-are-macros/
In Umbraco4 some Macros are in in cshtml files.
You need to go to FTP and edit the file.

How to setup SPFolder so title is editable separate from name?

I have users that really like Loooooooooooooooooooooooong file paths.
I know the two fields are separate and that SharePoint automatically updates Title when using the edit properties for a folder. In the past, I've accidentally got SharePoint to have additional metadata on folder, but I've not been able to reproduce this behavior.
How do I make Title editable on a Folder?
Lists.UpdateList will allow for you to edit some, not all, metadata for the list itself.

Attachments with article in joomla 1.6

I'm using joomla 1.6 to develop a website also i'm beginner to joomla. I need to attach one or more pdf files with the article. Any one can please help me to attach file with article and how to get this attachment in frontend. Please help any one how to do that. I tried with phoco download and attachments plugin. But i don't
One way to do this is to log into administration and edit your article in Content Items Manager. With the editor you can insert a link. When you do, click on Shared Documents and then upload the pdf you want to attach.
In your article, you need to use your insert/edit link, in the Link URL section enter the full link of where the pdf is found e.g. www.yourdomainname/images/myfile.pdf. It is always advised to open the pdf in a new window so you can set that in the insert/edit link. Hope this helps.

How to add an image to a TFS work item; as an image, not as an attachment

Our team is in the process of begining a project which is being managed using TFS. Several requiremens which existed only in Word documents are being migrated to TFS work items. The Word documents contain various diagrams and images which we need included in the work item, specifically under the 'Details' and 'Analysis' tabs. The problem is that images cannot be pasted into these tabs as images.
The only option to add images to the work item appears to be as an attachment.
Could someone confirm this?
Any assistance is appreciated.
The below steps worked for our team:
1- I added a *.png file as an attachment
2- Opened that *.png file within IE from the attachments tab
NOTE: Once the image opens in IE the address should be something like
the below:
http://tfs.mysite.com:8080/tfs/defaultcollection/WorkItemTracking/v2.0/AttachFileHandler.ashx?FileID=1234567&FileName=TFS-12345-QA.PNG
If the address has "c:\etc" which is locally stored then it will not
work. The image has to be network accessible so other team members may see it in TFS.
3- Right click the image and select copy
4- Now within TFS under the "History" tab where you're entering your notes paste the image
5- Save the workitem and that is it.
Cheers!
You can change the text boxes to accept HTML, but that may still require the image to be hosted elsewhere.
HowTo: http://msmvps.com/blogs/vstsblog/archive/2009/01/11/using-rich-html-descriptions-instead-of-plain-text.aspx
It may also be best to just link to the existing document. We have to do this for now, because we have a large repository of existing documentation that no-one wants to bother converting.
Using the stock workitem this is true. You can extend the workitem display within the team explorer with your own custom controls that could display an attachment inline, but this won't be a small effort.
There are samples and guidance here
We write our Word documents, save them as filtered HTML and copy file and folder containing the images onto the server hosting the TFS. We then open the html from the server version in a browser and copy/paste requirements into the work items description field. Is a workaround, would be much nicer being able to directly copy/paste images into a workitem, but at least it works.

Adding a button in django !

I wanted to add buttons or a url adjacent to "ADD CUSTOMER" button as shown in the image. Please guide me regarding the same.Where should i be making the necessary changes ?
please find the image here >> http://img138.imageshack.us/img138/170/query.png
Thank you
You add buttons/make changes in the html file, or your CSS file if you have one. If you're using Django make the changes in the /templates directory of your project, its the directory that contains the html files.
In this case what you are looking at is the admin site. The templates for this are located somewhere like "python-path/lib/site-packages/django/contrib/admin/...", but you can override these templates in your project. I'm not sure how easy it is to do what you're trying to do, but you can see this link for more information.

Resources