Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
1 vote
0 answers
1k views

How to use wildcard filter url with a list webpart

So I've been using url to create custom filters. Users can so customize their filter trough a form and with javascript i'm updating the url so the list webpart is filtered. The only problem is in a ...
Tanaka J.'s user avatar
  • 143
0 votes
1 answer
319 views

(SharePoint 2010) Fix URL in Content Editor

I made a button that points to a specific URL on my SharePoint site. When I add my button using "Edit HTML Source" and save SharePoint changes the absolute URL to a relative URL which causes my button ...
user56061's user avatar
1 vote
1 answer
732 views

SP2013 Regional Settings URL

I want to create a link on a sharepoint site to take the user directly to the User Regional Settings page. The link https://mysites..../_layouts/15/EditProfile.aspx?UserSettingsProvider=....& ...
southskies's user avatar
1 vote
1 answer
635 views

How do I use a relative URL as a data source for a Timeline web part?

I am trying to create a site template for a project site. On the home page of the site, I have a Timeline web part (new for SP 2013). When the web part is created, the data source defaults to the ...
Ryan Anderson's user avatar
1 vote
1 answer
536 views

Sharepoint 2013 Alternate Access Mapping and HTTP Redirect

We are having trouble getting Alternate Access Mapping / HTTP Redirecting to work. Our SP url is something like this http: //SPServer /sites/intranet we are trying to enable users to access it ...
Evan Nevermore's user avatar
0 votes
0 answers
136 views

URL field in sharepoint : Points to Control Template when http removed

We have a requirement to display urls based on logged in user . We created a single line of text for url storage in SharePoint list. C# code pulls the data and displays correctly . All is well when i ...
Nikhil J's user avatar
  • 4,944
0 votes
1 answer
482 views

Double value in URL from SPListItemCollection result

I have a basic list which I am using to generate a "Quick Links" menu WebPart. It looks ok but for some reason the URL field (of URL type) when rendered renders html that looks like this: <a ...
Dkong's user avatar
  • 405
0 votes
1 answer
90 views

Is there a "URL-Structure" for Users and Groups I can access via Hyperlink?

I have a Custom WebPart which gets credentials from the site into a GridView-Table. The result (user and credential) is shown as strings. I want to create a Hyperlink to the users e.g. mysite, instead ...
grekko's user avatar
  • 47
0 votes
2 answers
297 views

Sharepoint URL strange behavior

i have 2 SP 2010 enviroments (Dev and prd)... in a certain webpart i get the value of "param1" in the query string, like: string param1String = Request.QueryString["param1"] if i pass this url: http:/...
Leonardo's user avatar
  • 163