moss-2007

Setting up a weekly digest in Sharepoint

I'm currently working on a MOSS 2007 site and i need to set up a "system" which will e-mail all the changes in all the lists and libraries in the site. I'm new to the Sharepoint world, i wonder if it is possible. P.S. I have no access to the Central Administration panel. (If it has anything to do with my purpose) Thanks ...

Does stsadm backup clear transaction logs?

My database is using the simple recovery model, so the transaction logs are cleared down when it is backed up. If I backup the database as part of a backup using stsadm, will that cause the transaction logs to be cleared? i.e. if I disable the sql server jobs and just keep the database backups that come from stsadm, would that cause my...

Getting all sites, lists and user permissions in SharePoint

Is it possible using code to get all the names of the sites in SharePoint? Specifically, is it possible to list all the names of the lists for each site, and list all the users and their access to the lists? ...

How do I determine the size of a SharePoint list Programmatically

I have an SPList item in sharepoint and I want to find out the size on disk of the list. Is it possible without going through each item in the list and trying to find out the size? Update Below is the code I think I can use if I do need to get each item: long listSize = 0; foreach (SPListItem item in list.Items) ...

Sharepoint default.master propagation?

We have a large collection of MOSS 2007 sites that need a chunk of javascript added to them. I edited, checked in, published, and approved this change to default.master and the change is reflected on the root site, but none of the subsites. I'm a little nervous to use the "Reset all subsites to inherit this Site Master Page setting" in ...

How to know Sharepoint fields controls?

Hi, I am trying to develop a windows application using C# and SharePoint built in web services, that add\update files to SharePoint document libraries. Now i am creating a form that fill the item fields. Is there a way to know each field type and his specific control? ex: single text field is text box, Choice field is a combobox...and...

Multilevel Approval Workflow Using Sharepoint Designer

I need to create a multilevel Approval Workflow for following scenario: Workflow starts once item is created employee (Say in a ProductList) for certain Amount. Manager Approves the workflow. If Amount is < $5000, email goes to Employee as approved. If Amount is > $5000, further approval is required. Item goes for further approval to V...

User-based settings for Custom Timer Job in Sharepoint

I'm trying to create a custom timer job in Sharepoint. The job will send an e-mail message to the users that subscribed. I want to make a settings page for users, so they can change their own preferences for the digest service. For example, how often they want to receive mails (weekly, bi-weekly, monthly etc.), which Sharepoint lists th...

Is this a caching problem? Or what?

I've created a simple custom timer job for Sharepoint by using the template i found here: http://saftsack.fs.uni-bayreuth.de/~dun3/archives/visual-studio-2005-project-template-for-sharepoint-2007-timer-jobs/142.html I've deployed and activated the timerJob successfully. Then I've decided to add a few lines of code to the job to see whet...

Is it possible to embed images in e-mail message in Sharepoint?

Currently I'm sending E-Mail messages by SPUtility.SendMail. I'd like to embed images into my message so i can give it a little bit style (div backgrounds, logo images etc.). Is this possible? P.S. I can't give direct URL addresses to image SRCs because the resources are located in a site which belongs to a private network which requir...

Condition Based Notification - Sharepoint List

I have a list with lists of all the certificates being used in my project. I want to setup a notification (email) if certification expires (or say a week before expiration). I would like to know solutions with and without code deployment (feature). ...

SQL Data consuming - SharePoint 2007 Timer job

Which is the most SQL data consuming SharePoint 2007 timer job except the crawling? ...

How to control order of the tabs in the template selection of SharePoint site creation page?

The New SharePoint Site page has a Template Selection section which can contains multiple tabs. For example, Meetings and Collaboration. These are controlled in webtemp.xml using DisplayCategory. While hiding and unhiding different OOTB templates, I somehow ended up switching the order of the tabs so that Meetings show up first. Can't s...

Meaning of the workflow Event Log?

What is the meaning of the below sharepoint 2007 log? Log: The previous instance of the timer job 'Config Refresh', id '{xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx}' for service '{xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx}' is still running, so the current instance will be skipped. Consider increasing the interval between jobs. ...

How to display Author User Profile Picture in Blog Posts List View on SharePoint 2007

Hi, Is there a way, except c# custom web part, to display Authors User Profile Picture in Blog Posts List View on SharePoint 2007? Thanks, Darko ...

MOSS 2007 Displaying contents of a folder using the Content Query Webpart

Hi, I'm trying to display a certain folder's content using the Content Query Webpart. While I'm perfectly able to display either all files in the document library (parent of the folder) or just the folder(s), I fail to understand how you would display a certain folder's content. Can anyone please enlighten me? ...

Solution Package - List Synchronization

How can we use Solution Package (WSP) MOSS 2007 to synchronize lists from one server to another? ...

Update Item Lookup in Sharepoint Workflow

Hi. I have several lists, each has a workflow to its item created event that creates another item in a third list. Every workflow creates an item in that list. By the way, each list has different columns, so they're not identical. Everything is fine up to this point. But i want to edit the previously inserted item (to the buffer list) ...

ViewFormPagesLockDown and excluding specific lists/pages

I am working on a public facing MOSS 2007 site that uses the ViewFormPagesLockDown feature to stop anonymous users from accessing the standard list forms. I don't want to lose the additional security this feature provides, but there are a few lists where anonymous users should have access to the forms. Is there anything I can do in the...

Publishing Toolbar Missing when trying to set page permissions for single page

Hello, I am trying to set-up a user to only edit one page within an intranet and not edit/publish any other page. I originally tried to set-up the custom permissions but no joy, so then I setup custom permissions with all options ticked, the user is able to edit the page but not publish it, ie the Publish Button is missing, or the whol...