|
|
Search
You searched for the word(s):
|
Showing page 1 of 4 (34 total posts)
< 1 second(s)
-
Hi,We have a blog on MOSS07 which we use for new business ideas.It is the standard - out of box setup - posts with comments (which goes through content approval)I have been asked to create a management report for the blog which does the following:Shows all posts (inc body) with comments (inc comment body) for the last month. I think this can be ...
-
Anyone got any ideas on this?
-
Sam,I have done something similar to this using the 'Page Viewer' webpart to view the document library from the source site on the target site. Give that a try!James.
-
Hi,Feel as though I should know the answer to this but yet find myself asking. I have a UserControl (VB) I host in (SmartPart) which contains an AJAX Accordion, I would
like to add some styling to it. With the default AJAX examples you import you stylesheet and reference in your HTML source.I Cant do this as im A: In MOSS 07 and B: Using a ...
-
Luke,
SP Designer is by far the best tool for interacting with SharePoint and designing SharePoint. SP Designer connects directly to SharePoint, lets you open sites and pages, live - as you see fit. No other designer officially supports connecting to SharePoint on the fly without some tinkering.
You may also have hered of MS Expression Web, just ...
-
Hi Paul,
Yes, whenever we hit a stop it does screw-up live users. This is annoying for everyone, however our IT Support department until now wouldnโt give us a test environment, nor single PC with spec you put (licensing - even TechNet) but they have said in the next few weeks we can get our own test server โ due to my continued requesting. I ...
-
Hi rummy,
I can t easily ammend the groups at moment so that wont work for me. I can however see the webparts if I edit the page but thats a bit of a crap workaround as I then have to re-publish the page. Any other ideas?
-
Well I managed to sort it!!
Instead of:bImage = objMyListItems.Item(1).Fields(19).GetFieldValue(bImage)
Use:bImage = objMyListItems.Item(1)(''Allowed'')OrbImage = objMyListItems.Item(1).Item(''Allowed'')
Reason: the .Fields property is referring to the parent (SPList). The .Item.Item property refers to the fields of this ...
-
Hi Paul,
I actually develop remotely on the live environment from my 2000 client running VS2005. Although this is (Not Ideal, Not Supported, Not Recommended) it can be done.
I terminal server to out SharePoint server Win2k3 and set remote debugger active. As long as your remote code is identical to your live code (i.e. upload any changes to your ...
-
Hi,I have a Picture Library with 10 folders. Each folder has approx 20 pics. In the picture library I have added a column to say ''ALLOWED'' (this is for our own plasma display from which we want to filter of photos are sutable for display or not). So I have this extra column but for the life of me I cannot seem to access the column value. I can ...
1
|
|
|