A piece of software for a user to further develop their SharePoint site beyond its basic capabilities by manipulating the design and behavior of the site.
1
vote
3answers
1k views
SharePoint Designer Workflows - tips and resources?
I'm working on revising some existing SPD WF's and strugling with some of the concepts including why 2 appearingly alike WF's doesn't produce the same output.
Are there anyone of you that has worked ...
3
votes
2answers
7k views
XSL - How to disable output escaping for an attribute?
I've had the following <a> tag:
<a href="http://myserver/_forms?url={@FileRef}&id=5">...</a>
One of the files is called "File's got apostrophe.xml". The output of the XSL ...
0
votes
1answer
335 views
Need help in opening sharepoint 2010 from designer
While i am opening the sharepoint 2010 intranet site with port number, i am successfully able to open the site from sharepoint desinger. But while i am trying to open the same site after configuring ...
6
votes
4answers
10k views
In sharepoint designer's workflow editor how do I get the workflow initiators username?
In Sharepoint designer's workflow editor I wish to retrieve the username/name of the work flow initiator (i.e. who kicked it off or triggered the workflow) - this is relatively easy to do using 3rd ...
0
votes
3answers
12k views
Sharepoint Conditional fields in Edit.aspx
I would like to display certain meta data fields in the edit form based on the value of a fields.
Example: Users upload a document to the Doclib to be approved by there manager. They are allowed to ...
6
votes
1answer
4k views
Is there a good reference SharePoint's databinding syntax?
I'm putting asp server-controls into my SharePoint XSLT using SharePoint Designer. I've found it's really handy for pre-populating values into the form, or providing a different experience than the ...
0
votes
2answers
3k views
Sharepoint2010 - QuickLaunchMenu accordion style
I try to change QuickLaunchMenu of my Sharepoint2010 site to use accordion style.
How can I get the current selected item? Is there a possibility to add a css class to the current (active) nav-item?
...
0
votes
3answers
7k views
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 ...
2
votes
2answers
2k views
Migrating a SharePoint Designer Workflow into Visual Studio Workflow
Under normal circumstances you cannot move a workflow designed in SharePoint Designer to another site, or into Visual Studio for further customisation/development.
I believe it is possible but was ...
2
votes
7answers
4k views
SharePoint Designer Reformatting HTML on the fly, able to disable?
Before I tear what is left of my hair out I have been trying to modify some master pages in SharePoint Designer and whenever I make HTML markup changes it reformats them as it see's fit. For example, ...
1
vote
2answers
318 views
A very small Q on sharepoint calculated formulas
I have a column called "name", I wanna to create a new column to be group. if the file name contains "MDSN", will return "MDSN" file, if not, will reutrn "non-MDSN"
I found a way ...
1
vote
1answer
10k views
Replace default search box in SharePoint 2010 with custom one
On every new SharePoint 2010 site you get the default search box (In the MasterPage) that allows you to just do a normal search.
I would like to replace this with some item that will allow you to ...
1
vote
2answers
1k views
No-code solution for calendar view of SharePoint news items
MOSS provides you an excellent option to create a "news" site in your portal.
It adds some "Archive" functionality, but it is very limited - a list of all articles published in that particular site.
...
1
vote
2answers
6k views
How to tie a dropdown list to a gridview in Sharepoint 2007?
This should be a really really simple thing, but for some reason it is just eluding me.
I want a Sharepoint page which will have a drop down list that is tied to a database lookup table.
When an ...
0
votes
0answers
102 views
Quick Launch Flyouts
Im designing a site using Sharepoint 2007 and im using quick launch as the left menu . I have a submenu to be displayed so im using quicklaunch flyout. It looks as Such
Menu 1
Menu 2
Menu 3
Menu ...