Messages In This Digest (8 Messages)
- 1a.
- Re: Calculated Counter column in sharepoint list From: eeeeeeeee9000
- 2a.
- User details into Document Library From: Chetan Babu ERK
- 2b.
- Re: User details into Document Library From: Noorez Khamis
- 2c.
- Re: User details into Document Library From: Chetan Babu ERK
- 2d.
- Re: User details into Document Library From: Noorez Khamis
- 2e.
- Re: User details into Document Library From: Bryan Hart
- 3.1.
- Re: Making SPLists Not look like SP Lists From: Shane
- 3.2.
- Re: Making SPLists Not look like SP Lists From: Peter Brunone
Messages
- 1a.
-
Re: Calculated Counter column in sharepoint list
Posted by: "eeeeeeeee9000" eric.cavanaugh@mecklenburgcountync.gov doombilly
Thu May 17, 2012 12:01 pm (PDT)
YES! Thanks that did it.
Eric
--- In sharepointdiscussions@yahoogroups. , John Teddman <john_teddy2000@com ...> wrote:
>
> http://sharepointlogics.com/ 2010/03/total- count-of- items-in- list-in.html
>
> this should help.
>
>
>
> _____________________ _________ __
> From: eeeeeeeee9000 <eric.cavanaugh@...>
> To: sharepointdiscussions@yahoogroups. com
> Sent: Thursday, May 17, 2012 10:10 AM
> Subject: [sharepointdiscussions] Calculated Counter column in sharepoint list
>
>
> Â
> Is there no simple calculated method to get the count of entries in a list. Don't tell me to use the ID. If you make any deletions to the list then ID no longer is valid. :))
> I have a customer with a list they use to check-in speakers for an event. They just want to know how many they have total.
>
> Eric
>
>
>
>
> [Non-text portions of this message have been removed]
>
- 2a.
-
User details into Document Library
Posted by: "Chetan Babu ERK" chetan.babu@adi-mps.com chetanhbk
Fri May 18, 2012 5:10 am (PDT)
Hi,
I have a document library with various types of document like PDF, word and excel.
Based on the user's role or desgination, document library view should change.
If a developer ( grade c3,c2,c1) logs in then only PDF should be visible. If a manager logs in ( Grade d3,d2,d1) then all the documents (PDF, word and excel) should be visible. The grade can only be retrieved using logged in user metadata.
Does anyone know to achieve this?
Thanks,
Chetan
Meet us at:
SSP 34th Annual Meeting
May 30 - Jun 1, 2012, Arlington VA (Booth 109)
BookExpo America
June 5 - 7, 2012, New York (Booth DZ2412)
This e-mail and/or attachments are confidential and may also be legally privileged. If you are not the intended recipient, any disclosure, copying, distribution or action taken relying on the contents is strictly prohibited and may be unlawful. If you have received this communication in error, please notify the sender immediately by responding to this e-mail and deleting the contents of the e-mail & related attachments from your system. Though MPS Limited has taken reasonable steps to ensure no viruses are present in this e-mail, it cannot accept responsibility for any loss or damage arising from the use of this e-mail or attachments. No contracts may be concluded with MPS through e-mail communication. Please consider the environment before printing this e-mail
[Non-text portions of this message have been removed]
- 2b.
-
Re: User details into Document Library
Posted by: "Noorez Khamis" nkhamis@live.com nkhamis
Fri May 18, 2012 5:23 am (PDT)
Here are a few ways you can do this off the top of my head:
1. Set item level permissions on the items to the users/groups that
should have access, this can be achieved by a workflow when a document is
first added
2. Create folders based on the groups/views needed and set folder
level permissions on the folders to the users/groups that have access - and
then set the library view to not show the folders, this can be achieved by a
workflow when a document is first added
3. Create a view for each of the various views that are filtered by
meta-data and place a web part on a separately created web part page and
audience target it
4. Create links from your home page to the various newly created views
and audience target the links
Cheers,
~ Rez
From: sharepointdiscussions@yahoogroups. com
[mailto:sharepointdiscussions@yahoogroups. ] On Behalf Of Chetan Babu ERKcom
Sent: Friday, May 18, 2012 2:28 AM
To: sharepointdiscussions@yahoogroups. com
Subject: [sharepointdiscussions] User details into Document Library
Hi,
I have a document library with various types of document like PDF, word and
excel.
Based on the user's role or desgination, document library view should
change.
If a developer ( grade c3,c2,c1) logs in then only PDF should be visible. If
a manager logs in ( Grade d3,d2,d1) then all the documents (PDF, word and
excel) should be visible. The grade can only be retrieved using logged in
user metadata.
Does anyone know to achieve this?
Thanks,
Chetan
Meet us at:
SSP 34th Annual Meeting
May 30 - Jun 1, 2012, Arlington VA (Booth 109)
BookExpo America
June 5 - 7, 2012, New York (Booth DZ2412)
This e-mail and/or attachments are confidential and may also be legally
privileged. If you are not the intended recipient, any disclosure, copying,
distribution or action taken relying on the contents is strictly prohibited
and may be unlawful. If you have received this communication in error,
please notify the sender immediately by responding to this e-mail and
deleting the contents of the e-mail & related attachments from your system.
Though MPS Limited has taken reasonable steps to ensure no viruses are
present in this e-mail, it cannot accept responsibility for any loss or
damage arising from the use of this e-mail or attachments. No contracts may
be concluded with MPS through e-mail communication. Please consider the
environment before printing this e-mail
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
- 2c.
-
Re: User details into Document Library
Posted by: "Chetan Babu ERK" chetan.babu@adi-mps.com chetanhbk
Fri May 18, 2012 6:02 am (PDT)
Hi Rez,
Thanks for the response. This is how we have currently configured, by customizing the link based on the user logged in.
But What I am looking for is, lets assume
I have PDFs and Docs each in 5 different folders, do totaling around 10 files.
If users logs in with grade of C1 then he should be able to view only PDFs. If another user with Grade as D1 enters, then he should be able to view both PDF and Docs.
I assume that this can be achieved only by getting to know the grade of the user, currently logged in.
Thanks.
From: sharepointdiscussions@yahoogroups. [mailto:sharepointdiscussiocom ns@yahoogroups. ] On Behalf Of Noorez Khamiscom
Sent: Friday, May 18, 2012 5:52 PM
To: sharepointdiscussions@yahoogroups. com
Subject: RE: [sharepointdiscussions] User details into Document Library
Here are a few ways you can do this off the top of my head:
1. Set item level permissions on the items to the users/groups that
should have access, this can be achieved by a workflow when a document is
first added
2. Create folders based on the groups/views needed and set folder
level permissions on the folders to the users/groups that have access - and
then set the library view to not show the folders, this can be achieved by a
workflow when a document is first added
3. Create a view for each of the various views that are filtered by
meta-data and place a web part on a separately created web part page and
audience target it
4. Create links from your home page to the various newly created views
and audience target the links
Cheers,
~ Rez
From: sharepointdiscussions@yahoogroups. <mailto:sharepointdcom iscussions% 40yahoogroups. com>
[mailto:sharepointdiscussions@yahoogroups. <mailto:sharepointdcom iscussions% 40yahoogroups. com>] On Behalf Of Chetan Babu ERK
Sent: Friday, May 18, 2012 2:28 AM
To: sharepointdiscussions@yahoogroups. <mailto:sharepointdcom iscussions% 40yahoogroups. com>
Subject: [sharepointdiscussions] User details into Document Library
Hi,
I have a document library with various types of document like PDF, word and
excel.
Based on the user's role or desgination, document library view should
change.
If a developer ( grade c3,c2,c1) logs in then only PDF should be visible. If
a manager logs in ( Grade d3,d2,d1) then all the documents (PDF, word and
excel) should be visible. The grade can only be retrieved using logged in
user metadata.
Does anyone know to achieve this?
Thanks,
Chetan
Meet us at:
SSP 34th Annual Meeting
May 30 - Jun 1, 2012, Arlington VA (Booth 109)
BookExpo America
June 5 - 7, 2012, New York (Booth DZ2412)
This e-mail and/or attachments are confidential and may also be legally
privileged. If you are not the intended recipient, any disclosure, copying,
distribution or action taken relying on the contents is strictly prohibited
and may be unlawful. If you have received this communication in error,
please notify the sender immediately by responding to this e-mail and
deleting the contents of the e-mail & related attachments from your system.
Though MPS Limited has taken reasonable steps to ensure no viruses are
present in this e-mail, it cannot accept responsibility for any loss or
damage arising from the use of this e-mail or attachments. No contracts may
be concluded with MPS through e-mail communication. Please consider the
environment before printing this e-mail
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
Meet us at:
SSP 34th Annual Meeting
May 30 - Jun 1, 2012, Arlington VA (Booth 109)
BookExpo America
June 5 - 7, 2012, New York (Booth DZ2412)
This e-mail and/or attachments are confidential and may also be legally privileged. If you are not the intended recipient, any disclosure, copying, distribution or action taken relying on the contents is strictly prohibited and may be unlawful. If you have received this communication in error, please notify the sender immediately by responding to this e-mail and deleting the contents of the e-mail & related attachments from your system. Though MPS Limited has taken reasonable steps to ensure no viruses are present in this e-mail, it cannot accept responsibility for any loss or damage arising from the use of this e-mail or attachments. No contracts may be concluded with MPS through e-mail communication. Please consider the environment before printing this e-mail
[Non-text portions of this message have been removed]
- 2d.
-
Re: User details into Document Library
Posted by: "Noorez Khamis" nkhamis@live.com nkhamis
Fri May 18, 2012 6:26 am (PDT)
One way of doing it is by creating a new audience in SharePoint Central
Administration and then setting that audience to your web parts, links,
navigation, etc. in your SharePoint site.
"Use audiences in Microsoft SharePoint Server 2010 when you want to display
content such as list or library items, navigation links, and entire Web
Parts to specific groups of people. This is useful when you want to present
information that is relevant only to a particular group of users. For
example, you can add a Web Part to the legal department's site that contains
a list of legal contracts that is visible only to users in that department."
[1]
[1] http://technet.microsoft. com/en-us/ library/cc262169 .aspx
From: sharepointdiscussions@yahoogroups. com
[mailto:sharepointdiscussions@yahoogroups. ] On Behalf Of Chetan Babu ERKcom
Sent: Friday, May 18, 2012 9:01 AM
To: sharepointdiscussions@yahoogroups. com
Subject: RE: [sharepointdiscussions] User details into Document Library
Hi Rez,
Thanks for the response. This is how we have currently configured, by
customizing the link based on the user logged in.
But What I am looking for is, lets assume
I have PDFs and Docs each in 5 different folders, do totaling around 10
files.
If users logs in with grade of C1 then he should be able to view only PDFs.
If another user with Grade as D1 enters, then he should be able to view both
PDF and Docs.
I assume that this can be achieved only by getting to know the grade of the
user, currently logged in.
Thanks.
From: sharepointdiscussions@yahoogroups. com
<mailto:sharepointdiscussions% 40yahoogroups. com>
[mailto:sharepointdiscussions@yahoogroups. com
<mailto:sharepointdiscussions% 40yahoogroups. com> ] On Behalf Of Noorez
Khamis
Sent: Friday, May 18, 2012 5:52 PM
To: sharepointdiscussions@yahoogroups. com
<mailto:sharepointdiscussions% 40yahoogroups. com>
Subject: RE: [sharepointdiscussions] User details into Document Library
Here are a few ways you can do this off the top of my head:
1. Set item level permissions on the items to the users/groups that
should have access, this can be achieved by a workflow when a document is
first added
2. Create folders based on the groups/views needed and set folder
level permissions on the folders to the users/groups that have access - and
then set the library view to not show the folders, this can be achieved by a
workflow when a document is first added
3. Create a view for each of the various views that are filtered by
meta-data and place a web part on a separately created web part page and
audience target it
4. Create links from your home page to the various newly created views
and audience target the links
Cheers,
~ Rez
From: sharepointdiscussions@yahoogroups. com
<mailto:sharepointdiscussions% 40yahoogroups. com>
<mailto:sharepointdiscussions% 40yahoogroups. com>
[mailto:sharepointdiscussions@yahoogroups. com
<mailto:sharepointdiscussions% 40yahoogroups. com>
<mailto:sharepointdiscussions% 40yahoogroups. com>] On Behalf Of Chetan Babu
ERK
Sent: Friday, May 18, 2012 2:28 AM
To: sharepointdiscussions@yahoogroups. com
<mailto:sharepointdiscussions% 40yahoogroups. com>
<mailto:sharepointdiscussions% 40yahoogroups. com>
Subject: [sharepointdiscussions] User details into Document Library
Hi,
I have a document library with various types of document like PDF, word and
excel.
Based on the user's role or desgination, document library view should
change.
If a developer ( grade c3,c2,c1) logs in then only PDF should be visible. If
a manager logs in ( Grade d3,d2,d1) then all the documents (PDF, word and
excel) should be visible. The grade can only be retrieved using logged in
user metadata.
Does anyone know to achieve this?
Thanks,
Chetan
Meet us at:
SSP 34th Annual Meeting
May 30 - Jun 1, 2012, Arlington VA (Booth 109)
BookExpo America
June 5 - 7, 2012, New York (Booth DZ2412)
This e-mail and/or attachments are confidential and may also be legally
privileged. If you are not the intended recipient, any disclosure, copying,
distribution or action taken relying on the contents is strictly prohibited
and may be unlawful. If you have received this communication in error,
please notify the sender immediately by responding to this e-mail and
deleting the contents of the e-mail & related attachments from your system.
Though MPS Limited has taken reasonable steps to ensure no viruses are
present in this e-mail, it cannot accept responsibility for any loss or
damage arising from the use of this e-mail or attachments. No contracts may
be concluded with MPS through e-mail communication. Please consider the
environment before printing this e-mail
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
Meet us at:
SSP 34th Annual Meeting
May 30 - Jun 1, 2012, Arlington VA (Booth 109)
BookExpo America
June 5 - 7, 2012, New York (Booth DZ2412)
This e-mail and/or attachments are confidential and may also be legally
privileged. If you are not the intended recipient, any disclosure, copying,
distribution or action taken relying on the contents is strictly prohibited
and may be unlawful. If you have received this communication in error,
please notify the sender immediately by responding to this e-mail and
deleting the contents of the e-mail & related attachments from your system.
Though MPS Limited has taken reasonable steps to ensure no viruses are
present in this e-mail, it cannot accept responsibility for any loss or
damage arising from the use of this e-mail or attachments. No contracts may
be concluded with MPS through e-mail communication. Please consider the
environment before printing this e-mail
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
- 2e.
-
Re: User details into Document Library
Posted by: "Bryan Hart" bryan@solanite.com bryandhart
Fri May 18, 2012 9:00 am (PDT)
With the standard caveat that audiences are a convenience feature and
should not replace permissions for security. It is trivially easy to
get access to content not included in an audience unless you are also
assigning permissions.
Bryan Hart | Technical Consultant | Solanite Consulting, Inc.
From: sharepointdiscussions@yahoogroups. com
[mailto:sharepointdiscussions@yahoogroups. ] On Behalf Of Noorezcom
Khamis
Sent: Friday, May 18, 2012 6:19 AM
To: sharepointdiscussions@yahoogroups. com
Subject: RE: [sharepointdiscussions] User details into Document Library
One way of doing it is by creating a new audience in SharePoint Central
Administration and then setting that audience to your web parts, links,
navigation, etc. in your SharePoint site.
"Use audiences in Microsoft SharePoint Server 2010 when you want to
display
content such as list or library items, navigation links, and entire Web
Parts to specific groups of people. This is useful when you want to
present
information that is relevant only to a particular group of users. For
example, you can add a Web Part to the legal department's site that
contains
a list of legal contracts that is visible only to users in that
department."
[1]
[1] http://technet.microsoft. com/en-us/ library/cc262169 .aspx
From: sharepointdiscussions@yahoogroups. com
<mailto:sharepointdiscussions% 40yahoogroups. com>
[mailto:sharepointdiscussions@yahoogroups. com
<mailto:sharepointdiscussions% 40yahoogroups. com> ] On Behalf Of Chetan
Babu ERK
Sent: Friday, May 18, 2012 9:01 AM
To: sharepointdiscussions@yahoogroups. com
<mailto:sharepointdiscussions% 40yahoogroups. com>
Subject: RE: [sharepointdiscussions] User details into Document Library
Hi Rez,
Thanks for the response. This is how we have currently configured, by
customizing the link based on the user logged in.
But What I am looking for is, lets assume
I have PDFs and Docs each in 5 different folders, do totaling around 10
files.
If users logs in with grade of C1 then he should be able to view only
PDFs.
If another user with Grade as D1 enters, then he should be able to view
both
PDF and Docs.
I assume that this can be achieved only by getting to know the grade of
the
user, currently logged in.
Thanks.
From: sharepointdiscussions@yahoogroups. com
<mailto:sharepointdiscussions% 40yahoogroups. com>
<mailto:sharepointdiscussions% 40yahoogroups. com>
[mailto:sharepointdiscussions@yahoogroups. com
<mailto:sharepointdiscussions% 40yahoogroups. com>
<mailto:sharepointdiscussions% 40yahoogroups. com> ] On Behalf Of Noorez
Khamis
Sent: Friday, May 18, 2012 5:52 PM
To: sharepointdiscussions@yahoogroups. com
<mailto:sharepointdiscussions% 40yahoogroups. com>
<mailto:sharepointdiscussions% 40yahoogroups. com>
Subject: RE: [sharepointdiscussions] User details into Document Library
Here are a few ways you can do this off the top of my head:
1. Set item level permissions on the items to the users/groups that
should have access, this can be achieved by a workflow when a document
is
first added
2. Create folders based on the groups/views needed and set folder
level permissions on the folders to the users/groups that have access -
and
then set the library view to not show the folders, this can be achieved
by a
workflow when a document is first added
3. Create a view for each of the various views that are filtered by
meta-data and place a web part on a separately created web part page and
audience target it
4. Create links from your home page to the various newly created views
and audience target the links
Cheers,
~ Rez
From: sharepointdiscussions@yahoogroups. com
<mailto:sharepointdiscussions% 40yahoogroups. com>
<mailto:sharepointdiscussions% 40yahoogroups. com>
<mailto:sharepointdiscussions% 40yahoogroups. com>
[mailto:sharepointdiscussions@yahoogroups. com
<mailto:sharepointdiscussions% 40yahoogroups. com>
<mailto:sharepointdiscussions% 40yahoogroups. com>
<mailto:sharepointdiscussions% 40yahoogroups. com>] On Behalf Of Chetan
Babu
ERK
Sent: Friday, May 18, 2012 2:28 AM
To: sharepointdiscussions@yahoogroups. com
<mailto:sharepointdiscussions% 40yahoogroups. com>
<mailto:sharepointdiscussions% 40yahoogroups. com>
<mailto:sharepointdiscussions% 40yahoogroups. com>
Subject: [sharepointdiscussions] User details into Document Library
Hi,
I have a document library with various types of document like PDF, word
and
excel.
Based on the user's role or desgination, document library view should
change.
If a developer ( grade c3,c2,c1) logs in then only PDF should be
visible. If
a manager logs in ( Grade d3,d2,d1) then all the documents (PDF, word
and
excel) should be visible. The grade can only be retrieved using logged
in
user metadata.
Does anyone know to achieve this?
Thanks,
Chetan
Meet us at:
SSP 34th Annual Meeting
May 30 - Jun 1, 2012, Arlington VA (Booth 109)
BookExpo America
June 5 - 7, 2012, New York (Booth DZ2412)
This e-mail and/or attachments are confidential and may also be legally
privileged. If you are not the intended recipient, any disclosure,
copying,
distribution or action taken relying on the contents is strictly
prohibited
and may be unlawful. If you have received this communication in error,
please notify the sender immediately by responding to this e-mail and
deleting the contents of the e-mail & related attachments from your
system.
Though MPS Limited has taken reasonable steps to ensure no viruses are
present in this e-mail, it cannot accept responsibility for any loss or
damage arising from the use of this e-mail or attachments. No contracts
may
be concluded with MPS through e-mail communication. Please consider the
environment before printing this e-mail
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
Meet us at:
SSP 34th Annual Meeting
May 30 - Jun 1, 2012, Arlington VA (Booth 109)
BookExpo America
June 5 - 7, 2012, New York (Booth DZ2412)
This e-mail and/or attachments are confidential and may also be legally
privileged. If you are not the intended recipient, any disclosure,
copying,
distribution or action taken relying on the contents is strictly
prohibited
and may be unlawful. If you have received this communication in error,
please notify the sender immediately by responding to this e-mail and
deleting the contents of the e-mail & related attachments from your
system.
Though MPS Limited has taken reasonable steps to ensure no viruses are
present in this e-mail, it cannot accept responsibility for any loss or
damage arising from the use of this e-mail or attachments. No contracts
may
be concluded with MPS through e-mail communication. Please consider the
environment before printing this e-mail
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
- 3.1.
-
Re: Making SPLists Not look like SP Lists
Posted by: "Shane" shane.gibson.lsg@gmail.com shane_gibson_lsg
Fri May 18, 2012 11:04 am (PDT)
Yes this is an old thread but subject is still on my mind and since a customer is requesting it again and since SharePoint 2010 and visual studios 2010 has been released they have changed the SharePoint development game (A LOT), I have been paying hell using Google to find a good article that walks you thru designing and deploying a custom footer in a master page that dynamically pulls its values from a list, most likely as Paul S. stated a long time ago in this thread, this will be a user control that is deployed in the bin or GAC as a feature/solution and activated (preferably the bin over the GAC if at all possible, ALSO THE KEY WORDS "dynamically" and "from a list" are there for a reason I am not trying to add a static footer or copyright <div> tag after the dashboard; seriously I see that article reposted one more time on the internet I am going to complain to the www blogger Gods and pray to magically erase them all).
I am looking for a detailed article or series of articles (blogs, Google books, kindle, etc. I don't care) that walks thru this subject, I am on a short timeline (I have until Monday to make this feature/solution working in my master page, and then wrap it with some CSS). Even if I have to buy a book on Kindle from amazon.com for a chapter or two of reading and coding I don't care, well worth the 30-40$. I just want to make this happen for my customer as it is a hot topic for them, and I prefer to do it using Visual Studios 2010 using a feature/solution deployment in the bin directory, if this is possible. Unless there is a good cheap purchase that can do this just the same, I am thinking web parts are out, so back to the original (Plus it is in the master page and not the page layout/content page). Also just as an FYI customer does NOT want publishing turned on, and the output will be and <ul>..<li> vertical format if that matters on some of your suggestions.
Thanks in Advance,
Shane G.
--- In sharepointdiscussions@yahoogroups. , "Gibson, Shane" <shane.gibson@com ...> wrote:
>
> i.e.1
>
> Home | Calendar | Publications | Accessibility | FAQs | HIPPA
> Glossary | Links | Jobs | Feedback | Webmaster
>
> i.e.2
>
> Home
> Calendar
> Publications
> Accessibility
> FAQs
> HIPPA
> Glossary
> Links
> Jobs
> Feedback
> Webmaster
>
> Thanks
> Shane G.
>
> From: sharepointdiscussions@yahoogroups. [mailto:sharepointdiscussiocom ns@yahoogroups. ] On Behalf Of Baker, Kristophercom
> Sent: Tuesday, January 26, 2010 10:42 AM
> To: sharepointdiscussions@yahoogroups. com
> Subject: RE: [sharepointdiscussions] Making SPLists Not look like SP Lists
>
>
>
> Shane,
>
> What do you want it to look like?
>
> Sincerely,
>
> Kristopher Baker
>
> From: sharepointdiscussions@yahoogroups. <mailto:sharepointdcom iscussions% 40yahoogroups. com> [mailto:sharepointdiscussio ns@yahoogroups. <mailto:sharepointdcom iscussions% 40yahoogroups. com>] On Behalf Of Gibson, Shane
> Sent: Sunday, January 24, 2010 8:06 PM
> To: sharepointdiscussions@yahoogroups. <mailto:sharepointdcom iscussions% 40yahoogroups. com>
> Subject: [sharepointdiscussions] Making SPLists Not look like SP Lists
>
> Hello All,
> Was wondering if there is any good branding tips, or tutorials for making SPList's not look like the typical out of the box list?
>
> Thanks,
> Shane G.
> Larry S. Gibson (Shane)
> Web Developer
>
> [Non-text portions of this message have been removed]
>
> [Non-text portions of this message have been removed]
>
>
>
> [Non-text portions of this message have been removed]
>
- 3.2.
-
Re: Making SPLists Not look like SP Lists
Posted by: "Peter Brunone" peter.brunone@gmail.com peter_brunone
Fri May 18, 2012 11:10 am (PDT)
I'd suggest using either the Content Query Web Part or the Client Object
Model.
CQWP (with the ability to query dynamically based on the URL or other
factors):
http://blogs.msdn.com/ b/ecm/archive/ 2010/05/14/ what-s-new- with-the- content-query- web-part. aspx
On Fri, May 18, 2012 at 12:19 PM, Shane <shane.gibson.lsg@gmail. > wrote:com
>
>
>
> Yes this is an old thread but subject is still on my mind and since a
> customer is requesting it again and since SharePoint 2010 and visual
> studios 2010 has been released they have changed the SharePoint development
> game (A LOT), I have been paying hell using Google to find a good article
> that walks you thru designing and deploying a custom footer in a master
> page that dynamically pulls its values from a list, most likely as Paul S.
> stated a long time ago in this thread, this will be a user control that is
> deployed in the bin or GAC as a feature/solution and activated (preferably
> the bin over the GAC if at all possible, ALSO THE KEY WORDS "dynamically"
> and "from a list" are there for a reason I am not trying to add a static
> footer or copyright <div> tag after the dashboard; seriously I see that
> article reposted one more time on the internet I am going to complain to
> the www blogger Gods and pray to magically erase them all).
>
> I am looking for a detailed article or series of articles (blogs, Google
> books, kindle, etc. I don't care) that walks thru this subject, I am on a
> short timeline (I have until Monday to make this feature/solution working
> in my master page, and then wrap it with some CSS). Even if I have to buy a
> book on Kindle from amazon.com for a chapter or two of reading and coding
> I don't care, well worth the 30-40$. I just want to make this happen for my
> customer as it is a hot topic for them, and I prefer to do it using Visual
> Studios 2010 using a feature/solution deployment in the bin directory, if
> this is possible. Unless there is a good cheap purchase that can do this
> just the same, I am thinking web parts are out, so back to the original
> (Plus it is in the master page and not the page layout/content page). Also
> just as an FYI customer does NOT want publishing turned on, and the output
> will be and <ul>..<li> vertical format if that matters on some of your
> suggestions.
>
> Thanks in Advance,
> Shane G.
>
>
>
> --- In sharepointdiscussions@yahoogroups. , "Gibson, Shane"com
> <shane.gibson@...> wrote:
> >
> > i.e.1
> >
> > Home | Calendar | Publications | Accessibility | FAQs | HIPPA
> > Glossary | Links | Jobs | Feedback | Webmaster
> >
> > i.e.2
> >
> > Home
> > Calendar
> > Publications
> > Accessibility
> > FAQs
> > HIPPA
> > Glossary
> > Links
> > Jobs
> > Feedback
> > Webmaster
> >
> > Thanks
> > Shane G.
> >
> > From: sharepointdiscussions@yahoogroups. [mailto:com
> sharepointdiscussions@yahoogroups. ] On Behalf Of Baker, Kristophercom
> > Sent: Tuesday, January 26, 2010 10:42 AM
> > To: sharepointdiscussions@yahoogroups. com
> > Subject: RE: [sharepointdiscussions] Making SPLists Not look like SP
> Lists
> >
> >
> >
> > Shane,
> >
> > What do you want it to look like?
> >
> > Sincerely,
> >
> > Kristopher Baker
> >
> > From: sharepointdiscussions@yahoogroups. <mailto:com
> sharepointdiscussions%40yahoogroups .com> [mailto:
> sharepointdiscussions@yahoogroups. <mailto:com
> sharepointdiscussions%40yahoogroups .com>] On Behalf Of Gibson, Shane
> > Sent: Sunday, January 24, 2010 8:06 PM
> > To: sharepointdiscussions@yahoogroups. <mailto:com
> sharepointdiscussions%40yahoogroups .com>
> > Subject: [sharepointdiscussions] Making SPLists Not look like SP Lists
> >
> > Hello All,
> > Was wondering if there is any good branding tips, or tutorials for
> making SPList's not look like the typical out of the box list?
> >
> > Thanks,
> > Shane G.
> > Larry S. Gibson (Shane)
> > Web Developer
> >
> > [Non-text portions of this message have been removed]
> >
> > [Non-text portions of this message have been removed]
> >
> >
> >
> > [Non-text portions of this message have been removed]
> >
>
>
>
>
> --------------------- --------- ------
>
> Yahoo! Groups Links
>
>
>
>
[Non-text portions of this message have been removed]
Need to Reply?
Click one of the "Reply" links to respond to a specific message in the Daily Digest.
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Individual | Switch format to Traditional
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe
No comments:
Post a Comment