346 reputation
14
bio website portalsolutions.net
location
age
visits member for 1 year, 4 months
seen May 10 at 12:44
stats profile views 7

I am a SharePoint developer/consultant working at Portal Solutions. We make SharePoint work for you rather than the other way around :)

Check us out: Portal Solutions


Jan
10
awarded  Yearling
Sep
14
answered Move Existing SPListItem to an Existing SPFolder?
Sep
14
comment SharePoint 2010: Web Service to add links to User's Quick Link
what do you mean by quick links?
Sep
14
answered Grab list of site collections from SPFarm object
Sep
14
comment 2007 SharePoint Rotator Linking
So, I understood that when you add the final webpart it generates a rotator webpart. If I understood you correctly this seems like javascript. You need to get to the code which generates the rotator web part, specifically the links... There you can change the target to blank. It might be HTML or Javascript code which is used to open the new window. If its javascript you will find a click event with a Window.Open command. hope that helps.
Sep
13
answered How do I send out alerts when a document is approved
Sep
12
comment The replicated buttons on the ribbon do not work
Look for the CommandUIHandler with Command="NavigateUp" in the CMDUI.XML file
Sep
12
comment The replicated buttons on the ribbon do not work
The xml you posted is only part of the definition. Visit here for a quick walkthrough. I think that will clear things up on how this all works.
Sep
12
revised The replicated buttons on the ribbon do not work
added 565 characters in body
Sep
12
answered The replicated buttons on the ribbon do not work
Sep
11
answered 2007 SharePoint Rotator Linking
Sep
6
comment sharepoint stopped working after AD password change
What is using this managed account?
Sep
6
comment SharePoint People Picker look-up for asp net membership provider not working
Just confirming, but have you switched your web application to claims mode?
Aug
30
answered Add Webpart (dwp) to application page
Aug
29
answered How to limit Search Crawl only to subsite
Aug
28
answered SP2010 - Which best solution for “crawling” plenty of site within 5 minutes by a timer job?
Aug
28
answered Proxy page for Office 365
Aug
28
answered Item Adding and Item Updating triggers on Item Add to list
Aug
27
awarded  Commentator
Aug
27
comment Workflow to change title of uploaded documents?
Hey Tudor, sorry for the extremely late reply. Follow this link Make sure to do this on the server running SharePoint. You should have Visual Studio on the same server. Put a breakpoint in the event. This works for the ItemAdding event. Let me know if you need more assistance.