| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 3 months |
| seen | 5 hours ago | |
| stats | profile views | 30 |
|
6h |
comment |
List view on subsites with filtered choice field Yes thats it. It would be choice and then lookup list i guess ? I just have no idea how to properly do it, anything that works goes... |
|
Mar 5 |
comment |
Deploying Aspx in specific subsite well it shows the masterpage as if it is in the root site, wich it is. I would need to change the master page. But then again its they exit the subsite when they get into the page under _layouts. Is there other way to call backend methods from Ajax ? |
|
Dec 17 |
comment |
Adding EventReceiver to Dynamic List Worked, thanks, post as a answer and i'll fag it as response. |
|
Dec 17 |
comment |
Adding EventReceiver to Dynamic List Let me check it out. If it works you can post as an answer. |
|
Oct 30 |
comment |
Creating Site column with a custom SPFieldType Its not an error, I cannot give the function Add a correct SPFieldType because the fieldType i want to create is deployed from another solution. Therefore it is not in the SPFieldType enum that we usually use. |
|
Oct 30 |
comment |
Creating Site column with a custom SPFieldType No, its in a webpart. |
|
Oct 29 |
comment |
Creating Site column with a custom SPFieldType I found a faulty way, having the getting another field with the same type and using its FieldType attribute, but it doesnt fix the problem. I need to be able to list every FieldTypes on the site. |
|
Oct 16 |
comment |
Pro grammatically adding choice field with another field relation I think the first thing he gives out would be correct, i just dont know how to do it and its not described either |
|
Oct 11 |
comment |
Add Listview of parent site list I understand but i would need it to be referenced, so when an element is modified in the child site the same element in the parent would also be. Is there a way to achieve this ? Linking the list on child page with a specific view that would have filters ? I can also deploy code i just dont know what to do in terms of design... |
|
Oct 11 |
comment |
Add Listview of parent site list is it possibly references and not a copy so they can still edit it ? |
|
Oct 11 |
comment |
Multiple LookupField? No exactly, reference multiple list that contain the same content column across multiple sub site of the intranet. |
|
Sep 26 |
comment |
Migrate Sharepoint 2007 to 2010 Hm things changed abit, they want the server to be a VM, so as of right now i guess i would install sharepoint 2010 on a VM and then try to migrate the content of the SP2007 over. I need to know how i can backup everything SP2007 so i dont fuck up anything, copy over the content and then attach SP2010 to it. If its possible ? |
|
Apr 13 |
comment |
Javascript Client object model, rename folder Yes i was missing FileLeafRef, post as answer and ill mark yours. Thanks :D |
|
Apr 13 |
comment |
Javascript, cannot complete this action was just that ! thanks alot ;) |
|
Apr 13 |
comment |
Use existing Modal Popup Thank you, you earned your rep :p |
|
Apr 13 |
comment |
Use existing Modal Popup Haha i appriciate your help but thats not it, i want to call in my page when someone clicks on a button, the same popup that is opened when you click grant permissions. Without starting from scratch. |
|
Apr 12 |
comment |
Use existing Modal Popup Sharepoint already has Modal popup defined, for when you add permissions for exemple, sharepoint will open a modal popup, i want to use the same modal popup but change its onclick and close callback. |
|
Apr 12 |
comment |
Use existing Modal Popup Yes i want to use something like, ModalDialog.Open("/UserRegister.aspx") to open already existing Sharepoint Modal |
|
Apr 12 |
comment |
Use existing Modal Popup What i want to do first is open an already existing modal creating when you install sharepoint, how can i do that ? |
|
Apr 12 |
comment |
Using Sharepoint Modal This would be a new modal, am looking for ways to use already existing modals with all the controls already set and then just change the Callback on the OK button. An exemple of this would be when you go to site settings > site permissions > grant permission, the modal popup as what i need, cant i just use that one ? |