If the master page for the site is changed to default.master then the
picture library functionality returns.
I am trying to narrow down the issue. I am guessing there is some
SharePoint control, zone or script that is not being loaded in the custom
master page.
Has anyone run into this problem? Any suggestions? Currently I am going
line by line between the master pages trying to identify any control or
script differences. So far no luck.
From your description, you're encountering some problem with the picture
library when applying a custom master page in the sharepoint site.
Regarding on the custom master page, how did you create the custom master
page. Are you directly customizing from the existing default master page
via sharepoint designer:
#Customizing Master Pages in Windows SharePoint Services
http://msdn.microsoft.com/en-us/library/ms476046.aspx
or add new master pages via features?
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msd...@microsoft.com.
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
From: =?Utf-8?B?TWlrZSBILg==?= <mha...@community.nospam>
Subject: SharePoint 2007 Picture Library issue with Custom Master Page
Date: Wed, 18 Jun 2008 06:27:02 -0700
Overall everything else seems to work fine except for the thumbnail and
filmstrip views of the picture library. I had another person who is
working on a different system (with different custom master page) try their
picture library and they too are seeing the same issue.
If we revert back to the default.master page everything works fine. This
leaves us to believe we are missing a script reference or some control in our
master page that the picture library normally uses. Can you find out what
are the required dependencies in a master page for the picture library to
work?
Thanks,
Mike
If the problems occurs on multiple servers, I think it is probably a common
issue. Would you provide a brief description of the custom master page and
a detailed steps to repro such problem. I'll forward the issue to some
other engineers for more ideas.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msd...@microsoft.com.
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
Thread-Topic: SharePoint 2007 Picture Library issue with Custom Master Page
thread-index: AcjSD5lK9DJzQZatQ5CbXwisOtIcug==
Subject: RE: SharePoint 2007 Picture Library issue with Custom Master Page
Date: Thu, 19 Jun 2008 06:23:01 -0700
Thanks,
Mike
"Steven Cheng [MSFT]" wrote:
\
Could you just forward the following question to an engineer: What control
or piece of code is required in the master page file to allow SharePoint to
properly create the thumbnail and filmstrip views for a picture library?
Yes, I've forwarded the question you mentioned to other SPS engineers and
I'll inform you if there is any new information.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msd...@microsoft.com.
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
Thread-Topic: SharePoint 2007 Picture Library issue with Custom Master Page
thread-index: AcjWV0BkTG0ND+RvSdKc4yo5HikbVg==
X-WBNR-Posting-Host: 65.55.21.8
From: =?Utf-8?B?TWlrZSBILg==?= <mha...@community.nospam>
References: <9D322C88-379C-4C74...@microsoft.com>
<0ZBohme0...@TK2MSFTNGHUB02.phx.gbl>
<E6A89D66-34BA-4427...@microsoft.com>
<W67gkwc1...@TK2MSFTNGHUB02.phx.gbl>
Subject: RE: SharePoint 2007 Picture Library issue with Custom Master Page
Date: Tue, 24 Jun 2008 17:06:01 -0700
The javascript WSS uses to render the Thumbnails and Filmstrip views refers
to a local variable inside the page content control that contains a small
invisible thumbnail image. This is called inside a small <SCRIPT> tag after
the initial list view's controls, and if it can't find the thumbnail control,
it doesn't render the two additional controls necessary for the Thumbnail
and Filmstrip views.
In order to get the additional views in a custom master page, you just need
to move your PlaceHolderLeftActions control to within your primary content
region of the master page.
Hope this helps
-Justin Kobel
Have you also had a look at Justin's reply since he has mentioned some
solution he has ever worked out. Maybe it also helps for your scenario.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msd...@microsoft.com.
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
From: stc...@online.microsoft.com (Steven Cheng [MSFT])
Organization: Microsoft
Date: Tue, 01 Jul 2008 01:46:43 GMT
I've got the PlaceHolderLeftActionsin my custom MasterPage in the same place
as in the default.master and I can use all the Picture Library views.
However when I choose the Thumbnail view it doesn't show the thumbnails
inline (next to eachother) but as a column (1 image every row). I've checked
the code and it are all <SPAN>'s so the should be lined next to eachother.
When I switch back to the default.master, they are perfectly inline.
In default.master, the doctype is blank, so IE7 renders the images using
non-strict rendering. However, in the Minimal.Master, it is set to 4.01
loose (if i recall correctly, I don't have my code infront of me at the
moment).
To fix this, I added some styles to the CSS library (once again, I'm sorry I
don't have my code in front of me, so this won't be exact). It was something
along the lines of:
span.thumbnail{ float:left; width:200px; }
Since the default width set by MOSS for the width was 5px, the float left
trick was actually lining the images up ontop of eachother until they were
given a wider width.
Once I get back to my home computer this evening, I'll try to post my
actuall CSS files.
Initially I wrote the placeholderleftactions into a Hidden Panel.
Now I've written it near the primary content of my master and then I applied
the Style span.thumnbail to show various thumbnails in each row.
But this solution have a little/big issue
If I use Firefox it renderize a small zone with a unique thumbnail, the
actual mouse focus image.
Because it's a public web, I want a Full solution (Crossbrowser). Has
someone how to make it???
thanks
Thanks,
Monica
mhacke wrote:
SharePoint 2007 Picture Library issue with Custom Master Page
18-Jun-08
Previous Posts In This Thread:
On Wednesday, June 18, 2008 9:27 AM
mhacke wrote:
SharePoint 2007 Picture Library issue with Custom Master Page
On Thursday, June 19, 2008 4:50 AM
stchen wrote:
RE: SharePoint 2007 Picture Library issue with Custom Master Page
------=_NextPart_0001_C4D9A1F7
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
Hi Mike,
From your description, you're encountering some problem with the picture
library when applying a custom master page in the sharepoint site.
Regarding on the custom master page, how did you create the custom master
page. Are you directly customizing from the existing default master page
via sharepoint designer:
http://msdn.microsoft.com/en-us/library/ms476046.aspx
or add new master pages via features?
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msd...@microsoft.com.
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
From: =?Utf-8?B?TWlrZSBILg==?= <mha...@community.nospam>
Subject: SharePoint 2007 Picture Library issue with Custom Master Page
Date: Wed, 18 Jun 2008 06:27:02 -0700
------=_NextPart_0001_C4D9A1F7
Content-Type: text/x-rtf
Content-Transfer-Encoding: 7bit
{\rtf1\ansi\ansicpg936\deff0\deflang1033\deflangfe2052{\fonttbl{\f0\fnil\fprq2\fcharset0 MS Sans Serif;}}
\viewkind4\uc1\pard\lang2052\f0\fs20 Hi Mike,
\par
\par From your description, you're encountering some problem with the picture library when applying a custom master page in the sharepoint site.
\par
\par Regarding on the custom master page, how did you create the custom master page. Are you directly customizing from the existing default master page via sharepoint designer:
\par
\par #Customizing Master Pages in Windows SharePoint Services
\par http://msdn.microsoft.com/en-us/library/ms476046.aspx
\par
\par or add new master pages via features?
\par
\par Sincerely,
\par
\par Steven Cheng
\par
\par Microsoft MSDN Online Support Lead
\par
\par
\par Delighting our customers is our #1 priority. We welcome your comments and suggestions about how we can improve the support we provide to you. Please feel free to let my manager know what you think of the level of service provided. You can send feedback directly to my manager at: msd...@microsoft.com.
\par
\par ==================================================
\par Get notification to my posts through email? Please refer to http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notifications.
\par
\par Note: The MSDN Managed Newsgroup support offering is for non-urgent issues where an initial response from the community or a Microsoft Support
\par Engineer within 1 business day is acceptable. Please note that each follow up response may take approximately 2 business days as the support
\par professional working with you may need further investigation to reach the most efficient resolution. The offering is not appropriate for situations
\par that require urgent, real-time or phone-based interactions or complex project analysis and dump analysis issues. Issues of this nature are best handled working with a dedicated Microsoft Support Engineer by contacting Microsoft Customer Support Services (CSS) at http://msdn.microsoft.com/subscriptions/support/default.aspx.
\par ==================================================
\par This posting is provided "AS IS" with no warranties, and confers no rights.
\par
\par
\par
\par
\par
\par \pard\li720 --------------------
\par From: =?Utf-8?B?TWlrZSBILg==?= <mha...@community.nospam>
\par Subject: SharePoint 2007 Picture Library issue with Custom Master Page
\par Date: Wed, 18 Jun 2008 06:27:02 -0700
\par
\par
\par I have noticed an issue on a couple different SharePoint environments that
\par are using custom master pages. For some reason a user cannot view the
\par thumbnail or filmstrip view; only the details view will display. No
\par errors are thrown when a user selects the filmstrip or thumbnail view, in
\par fact nothing happens at all.
\par
\par If the master page for the site is changed to default.master then the
\par picture library functionality returns.
\par
\par I am trying to narrow down the issue. I am guessing there is some
\par SharePoint control, zone or script that is not being loaded in the custom
\par master page.
\par
\par Has anyone run into this problem? Any suggestions? Currently I am going
\par line by line between the master pages trying to identify any control or
\par script differences. So far no luck.
\par
\par \pard
\par
\par }
------=_NextPart_0001_C4D9A1F7--
On Thursday, June 19, 2008 9:23 AM
mhacke wrote:
I created a new master page using a minimal.
I created a new master page using a minimal.master file that contains all of
the required controls and zones for SharePoint to work. I uploaded that
into the master page gallery and have since made a few minor UI tweaks using
SharePoint designer.
Overall everything else seems to work fine except for the thumbnail and
filmstrip views of the picture library. I had another person who is
working on a different system (with different custom master page) try their
picture library and they too are seeing the same issue.
If we revert back to the default.master page everything works fine. This
leaves us to believe we are missing a script reference or some control in our
master page that the picture library normally uses. Can you find out what
are the required dependencies in a master page for the picture library to
work?
Thanks,
Mike
"Steven Cheng [MSFT]" wrote:
On Tuesday, June 24, 2008 3:29 AM
stchen wrote:
RE: SharePoint 2007 Picture Library issue with Custom Master Page
------=_NextPart_0001_0A5F6436
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
Thanks for your reply Mike,
If the problems occurs on multiple servers, I think it is probably a common
issue. Would you provide a brief description of the custom master page and
a detailed steps to repro such problem. I'll forward the issue to some
other engineers for more ideas.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msd...@microsoft.com.
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
Thread-Topic: SharePoint 2007 Picture Library issue with Custom Master Page
thread-index: AcjSD5lK9DJzQZatQ5CbXwisOtIcug==
Subject: RE: SharePoint 2007 Picture Library issue with Custom Master Page
Date: Thu, 19 Jun 2008 06:23:01 -0700
I created a new master page using a minimal.master file that contains all
of
the required controls and zones for SharePoint to work. I uploaded that
into the master page gallery and have since made a few minor UI tweaks
using
SharePoint designer.
Overall everything else seems to work fine except for the thumbnail and
filmstrip views of the picture library. I had another person who is
working on a different system (with different custom master page) try their
picture library and they too are seeing the same issue.
If we revert back to the default.master page everything works fine. This
leaves us to believe we are missing a script reference or some control in
our
master page that the picture library normally uses. Can you find out
what
are the required dependencies in a master page for the picture library to
work?
Thanks,
Mike
"Steven Cheng [MSFT]" wrote:
\
------=_NextPart_0001_0A5F6436
Content-Type: text/x-rtf
Content-Transfer-Encoding: 7bit
{\rtf1\ansi\ansicpg936\deff0\deflang1033\deflangfe2052{\fonttbl{\f0\fnil\fprq2\fcharset0 MS Sans Serif;}}
\viewkind4\uc1\pard\lang2052\f0\fs20 Thanks for your reply Mike,
\par
\par If the problems occurs on multiple servers, I think it is probably a common issue. Would you provide a brief description of the custom master page and a detailed steps to repro such problem. I'll forward the issue to some other engineers for more ideas.
\par
\par Sincerely,
\par
\par Steven Cheng
\par Microsoft MSDN Online Support Lead
\par
\par Delighting our customers is our #1 priority. We welcome your comments and suggestions about how we can improve the support we provide to you. Please feel free to let my manager know what you think of the level of service provided. You can send feedback directly to my manager at: msd...@microsoft.com.
\par
\par ==================================================
\par Get notification to my posts through email? Please refer to http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notifications.
\par ==================================================
\par This posting is provided "AS IS" with no warranties, and confers no rights.
\par
\par \pard\li720 --------------------
\par Thread-Topic: SharePoint 2007 Picture Library issue with Custom Master Page
\par thread-index: AcjSD5lK9DJzQZatQ5CbXwisOtIcug==
\par Subject: RE: SharePoint 2007 Picture Library issue with Custom Master Page
\par Date: Thu, 19 Jun 2008 06:23:01 -0700
\par
\par
\par I created a new master page using a minimal.master file that contains all of
\par the required controls and zones for SharePoint to work. I uploaded that
\par into the master page gallery and have since made a few minor UI tweaks using
\par SharePoint designer.
\par
\par Overall everything else seems to work fine except for the thumbnail and
\par filmstrip views of the picture library. I had another person who is
\par working on a different system (with different custom master page) try their
\par picture library and they too are seeing the same issue.
\par
\par If we revert back to the default.master page everything works fine. This
\par leaves us to believe we are missing a script reference or some control in our
\par master page that the picture library normally uses. Can you find out what
\par are the required dependencies in a master page for the picture library to
\par work?
\par
\par Thanks,
\par
\par Mike
\par
\par "Steven Cheng [MSFT]" wrote:
\par
\par > Hi Mike,
\par >
\par > From your description, you're encountering some problem with the picture
\par > library when applying a custom master page in the sharepoint site.
\par >
\par > Regarding on the custom master page, how did you create the custom master
\par > page. Are you directly customizing from the existing default master page
\par > via sharepoint designer:
\par >
\par > #Customizing Master Pages in Windows SharePoint Services
\par > http://msdn.microsoft.com/en-us/library/ms476046.aspx
\par >
\par > or add new master pages via features?
\par >
\par > Sincerely,
\par >
\par > Steven Cheng
\par >
\par > Microsoft MSDN Online Support Lead
\par >
\par >
\par \\
\par }
------=_NextPart_0001_0A5F6436--
On Tuesday, June 24, 2008 8:06 PM
mhacke wrote:
I agree it is a common problem across both servers.
I agree it is a common problem across both servers. The only way to
reproduce the error is to use the exact same master pages that are on our
servers. I am not sure if a person would accidentally create the exact same
issue when making a master page.
Could you just forward the following question to an engineer: What control
or piece of code is required in the master page file to allow SharePoint to
properly create the thumbnail and filmstrip views for a picture library?
Thanks,
Mike
"Steven Cheng [MSFT]" wrote:
On Monday, June 30, 2008 9:46 PM
stchen wrote:
RE: SharePoint 2007 Picture Library issue with Custom Master Page
------=_NextPart_0001_2D31785C
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
Hi Mike,
Sincerely,
Thanks,
Mike
"Steven Cheng [MSFT]" wrote:
------=_NextPart_0001_2D31785C
Content-Type: text/x-rtf
Content-Transfer-Encoding: 7bit
{\rtf1\ansi\ansicpg936\deff0\deflang1033\deflangfe2052{\fonttbl{\f0\fnil\fprq2\fcharset0 MS Sans Serif;}}
\viewkind4\uc1\pard\lang2052\f0\fs20 Hi Mike,
\par
\par Yes, I've forwarded the question you mentioned to other SPS engineers and I'll inform you if there is any new information.
\par
\par Sincerely,
\par
\par Steven Cheng
\par Microsoft MSDN Online Support Lead
\par
\par
\par Delighting our customers is our #1 priority. We welcome your comments and suggestions about how we can improve the support we provide to you. Please feel free to let my manager know what you think of the level of service provided. You can send feedback directly to my manager at: msd...@microsoft.com.
\par
\par ==================================================
\par Get notification to my posts through email? Please refer to http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notifications.
\par ==================================================
\par This posting is provided "AS IS" with no warranties, and confers no rights.
\par
\par \pard\li720 --------------------
\par Thread-Topic: SharePoint 2007 Picture Library issue with Custom Master Page
\par thread-index: AcjWV0BkTG0ND+RvSdKc4yo5HikbVg==
\par X-WBNR-Posting-Host: 65.55.21.8
\par From: =?Utf-8?B?TWlrZSBILg==?= <mha...@community.nospam>
\par References: <9D322C88-379C-4C74...@microsoft.com> <0ZBohme0...@TK2MSFTNGHUB02.phx.gbl> <E6A89D66-34BA-4427...@microsoft.com> <W67gkwc1...@TK2MSFTNGHUB02.phx.gbl>
\par Subject: RE: SharePoint 2007 Picture Library issue with Custom Master Page
\par Date: Tue, 24 Jun 2008 17:06:01 -0700
\par
\par
\par I agree it is a common problem across both servers. The only way to
\par reproduce the error is to use the exact same master pages that are on our
\par servers. I am not sure if a person would accidentally create the exact same
\par issue when making a master page.
\par
\par Could you just forward the following question to an engineer: What control
\par or piece of code is required in the master page file to allow SharePoint to
\par properly create the thumbnail and filmstrip views for a picture library?
\par
\par Thanks,
\par
\par Mike
\par
\par
\par "Steven Cheng [MSFT]" wrote:
\par
\par > Thanks for your reply Mike,
\par
\par }
------=_NextPart_0001_2D31785C--
On Saturday, July 05, 2008 12:49 PM
JustinKobe wrote:
I believe I have this one figured out.
I believe I have this one figured out. I'm assuming you started with a
Minimal master page template, which has ContentPlaceHolder
"PlaceHolderLeftActions". Best as I can tell, this region is only used in
Picture and Slide Libraries, and always renders invisible contents.
The javascript WSS uses to render the Thumbnails and Filmstrip views refers
to a local variable inside the page content control that contains a small
invisible thumbnail image. This is called inside a small <SCRIPT> tag after
the initial list view's controls, and if it can't find the thumbnail control,
it doesn't render the two additional controls necessary for the Thumbnail
and Filmstrip views.
In order to get the additional views in a custom master page, you just need
to move your PlaceHolderLeftActions control to within your primary content
region of the master page.
Hope this helps
-Justin Kobel
"Mike H." wrote:
On Sunday, July 06, 2008 10:20 PM
stchen wrote:
RE: SharePoint 2007 Picture Library issue with Custom Master Page
------=_NextPart_0001_4C373BAB
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
Hi Mike,
Sincerely,
Steven Cheng
Hi Mike,
Sincerely,
Thanks,
Mike
"Steven Cheng [MSFT]" wrote:
------=_NextPart_0001_4C373BAB
Content-Type: text/x-rtf
Content-Transfer-Encoding: 7bit
{\rtf1\ansi\ansicpg936\deff0\deflang1033\deflangfe2052{\fonttbl{\f0\fnil\fprq2\fcharset0 MS Sans Serif;}}
\viewkind4\uc1\pard\lang2052\f0\fs20 Hi Mike,
\par
\par Have you also had a look at Justin's reply since he has mentioned some solution he has ever worked out. Maybe it also helps for your scenario.
\par
\par Sincerely,
\par
\par Steven Cheng
\par
\par Microsoft MSDN Online Support Lead
\par
\par
\par Delighting our customers is our #1 priority. We welcome your comments and suggestions about how we can improve the support we provide to you. Please feel free to let my manager know what you think of the level of service provided. You can send feedback directly to my manager at: msd...@microsoft.com.
\par
\par ==================================================
\par Get notification to my posts through email? Please refer to http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notifications.
\par ==================================================
\par This posting is provided "AS IS" with no warranties, and confers no rights.
\par \pard\li720 --------------------
\par From: stc...@online.microsoft.com (Steven Cheng [MSFT])
\par Organization: Microsoft
\par Date: Tue, 01 Jul 2008 01:46:43 GMT
\par Subject: RE: SharePoint 2007 Picture Library issue with Custom Master Page
\par
\par
\par Hi Mike,
\par
\par Yes, I've forwarded the question you mentioned to other SPS engineers and I'll inform you if there is any new information.
\par
\par Sincerely,
\par
\par Steven Cheng
\par Microsoft MSDN Online Support Lead
\par
\par
\par Delighting our customers is our #1 priority. We welcome your comments and suggestions about how we can improve the support we provide to you. Please feel free to let my manager know what you think of the level of service provided. You can send feedback directly to my manager at: msd...@microsoft.com.
\par
\par ==================================================
\par Get notification to my posts through email? Please refer to http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notifications.
\par ==================================================
\par This posting is provided "AS IS" with no warranties, and confers no rights.
\par
\par \pard\li1440 --------------------
\par Thread-Topic: SharePoint 2007 Picture Library issue with Custom Master Page
\par thread-index: AcjWV0BkTG0ND+RvSdKc4yo5HikbVg==
\par X-WBNR-Posting-Host: 65.55.21.8
\par From: =?Utf-8?B?TWlrZSBILg==?= <mha...@community.nospam>
\par References: <9D322C88-379C-4C74...@microsoft.com> <0ZBohme0...@TK2MSFTNGHUB02.phx.gbl> <E6A89D66-34BA-4427...@microsoft.com> <W67gkwc1...@TK2MSFTNGHUB02.phx.gbl>
\par Subject: RE: SharePoint 2007 Picture Library issue with Custom Master Page
\par Date: Tue, 24 Jun 2008 17:06:01 -0700
\par
\par
\par I agree it is a common problem across both servers. The only way to
\par reproduce the error is to use the exact same master pages that are on our
\par servers. I am not sure if a person would accidentally create the exact same
\par issue when making a master page.
\par
\par Could you just forward the following question to an engineer: What control
\par or piece of code is required in the master page file to allow SharePoint to
\par properly create the thumbnail and filmstrip views for a picture library?
\par
\par Thanks,
\par
\par Mike
\par
\par
\par "Steven Cheng [MSFT]" wrote:
\par
\par > Thanks for your reply Mike,
\par
\par \pard
\par
\par }
------=_NextPart_0001_4C373BAB--
On Friday, July 25, 2008 8:27 AM
Cas van Ierse wrote:
I've got a problem like this one too.
I've got a problem like this one too.
I've got the PlaceHolderLeftActionsin my custom MasterPage in the same place
as in the default.master and I can use all the Picture Library views.
However when I choose the Thumbnail view it doesn't show the thumbnails
inline (next to eachother) but as a column (1 image every row). I've checked
the code and it are all <SPAN>'s so the should be lined next to eachother.
When I switch back to the default.master, they are perfectly inline.
"Justin Kobel" wrote:
On Friday, July 25, 2008 10:21 AM
JustinKobe wrote:
I had the exact same issue, and it was due to the Doc Types in the heading of
I had the exact same issue, and it was due to the Doc Types in the heading of
the master page.
In default.master, the doctype is blank, so IE7 renders the images using
non-strict rendering. However, in the Minimal.Master, it is set to 4.01
loose (if i recall correctly, I don't have my code infront of me at the
moment).
To fix this, I added some styles to the CSS library (once again, I'm sorry I
don't have my code in front of me, so this won't be exact). It was something
along the lines of:
span.thumbnail{ float:left; width:200px; }
Since the default width set by MOSS for the width was 5px, the float left
trick was actually lining the images up ontop of eachother until they were
given a wider width.
Once I get back to my home computer this evening, I'll try to post my
actuall CSS files.
"Cas van Iersel" wrote:
On Wednesday, October 01, 2008 7:23 AM
Jose wrote:
thanks
EggHeadCafe - Software Developer Portal of Choice
List Unique Values from XML - "Select Distinct"
http://www.eggheadcafe.com/tutorials/aspnet/97ca90ae-56a5-44df-ae9f-68f8121686bf/list-unique-values-from-x.aspx
>>>>>>>>> I've got the PlaceHolderLeftActionsin my custom MasterPage in the same place
>>>>>>>>> as in the default.master and I can use all the Picture Library views.
>>>>>>>>>
>>>>>>>>> However when I choose the Thumbnail view it doesn't show the thumbnails
>>>>>>>>> inline (next to eachother) but as a column (1 image every row). I've checked
>>>>>>>>> the code and it are all <SPAN>'s so the should be lined next to eachother.
>>>>>>>>>
>>>>>>>>> When I switch back to the default.master, they are perfectly inline.
>>>>>>>>>
>>>>>>>>> "Justin Kobel" wrote:
>>>>>>>>>> On Friday, July 25, 2008 10:21 AM JustinKobe wrote:
>>>>>>>>>> I had the exact same issue, and it was due to the Doc Types in the heading of
>>>>>>>>>> the master page.
>>>>>>>>>>
>>>>>>>>>> In default.master, the doctype is blank, so IE7 renders the images using
>>>>>>>>>> non-strict rendering. However, in the Minimal.Master, it is set to 4.01
>>>>>>>>>> loose (if i recall correctly, I don't have my code infront of me at the
>>>>>>>>>> moment).
>>>>>>>>>>
>>>>>>>>>> To fix this, I added some styles to the CSS library (once again, I'm sorry I
>>>>>>>>>> don't have my code in front of me, so this won't be exact). It was something
>>>>>>>>>> along the lines of:
>>>>>>>>>> span.thumbnail{ float:left; width:200px; }
>>>>>>>>>>
>>>>>>>>>> Since the default width set by MOSS for the width was 5px, the float left
>>>>>>>>>> trick was actually lining the images up ontop of eachother until they were
>>>>>>>>>> given a wider width.
>>>>>>>>>>
>>>>>>>>>> Once I get back to my home computer this evening, I'll try to post my
>>>>>>>>>> actuall CSS files.
>>>>>>>>>>
>>>>>>>>>> "Cas van Iersel" wrote:
>>>>>>>>>>> On Wednesday, October 01, 2008 7:23 AM Jose wrote:
>>>>>>>>>>> I had the same issued but this post saved me partially!!!
>>>>>>>>>>>
>>>>>>>>>>> Initially I wrote the placeholderleftactions into a Hidden Panel.
>>>>>>>>>>>
>>>>>>>>>>> Now I've written it near the primary content of my master and then I applied
>>>>>>>>>>> the Style span.thumnbail to show various thumbnails in each row.
>>>>>>>>>>>
>>>>>>>>>>> But this solution have a little/big issue
>>>>>>>>>>>
>>>>>>>>>>> If I use Firefox it renderize a small zone with a unique thumbnail, the
>>>>>>>>>>> actual mouse focus image.
>>>>>>>>>>>
>>>>>>>>>>> Because it's a public web, I want a Full solution (Crossbrowser). Has
>>>>>>>>>>> someone how to make it???
>>>>>>>>>>>
>>>>>>>>>>> thanks
>>>>>>>>>>>> On Thursday, November 05, 2009 2:43 PM Monica Ludwig wrote:
>>>>>>>>>>>> I'm having the same Picture Library issue with Custom Master Page. I was wondering you can provide an example of the actuall CSS files. I would like to see where and what we are missing in the code.
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> Thanks,
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> Monica
>>>>>>>>>>>> Submitted via EggHeadCafe - Software Developer Portal of Choice
>>>>>>>>>>>> Book Review: Excel 2010 - The Missing Manual [OReilly]
>>>>>>>>>>>> http://www.eggheadcafe.com/tutorials/aspnet/7d211741-221d-46c7-b9c3-d34bf84568be/book-review-excel-2010--the-missing-manual-oreilly.aspx
>>>>>>>>> I've got the PlaceHolderLeftActionsin my custom MasterPage in the same place
>>>>>>>>> as in the default.master and I can use all the Picture Library views.
>>>>>>>>>
>>>>>>>>> However when I choose the Thumbnail view it doesn't show the thumbnails
>>>>>>>>> inline (next to eachother) but as a column (1 image every row). I've checked
>>>>>>>>> the code and it are all <SPAN>'s so the should be lined next to eachother.
>>>>>>>>>
>>>>>>>>> When I switch back to the default.master, they are perfectly inline.
>>>>>>>>>
>>>>>>>>> "Justin Kobel" wrote:
>>>>>>>>>> On Friday, July 25, 2008 10:21 AM JustinKobe wrote:
>>>>>>>>>> I had the exact same issue, and it was due to the Doc Types in the heading of
>>>>>>>>>> the master page.
>>>>>>>>>>
>>>>>>>>>> In default.master, the doctype is blank, so IE7 renders the images using
>>>>>>>>>> non-strict rendering. However, in the Minimal.Master, it is set to 4.01
>>>>>>>>>> loose (if i recall correctly, I don't have my code infront of me at the
>>>>>>>>>> moment).
>>>>>>>>>>
>>>>>>>>>> To fix this, I added some styles to the CSS library (once again, I'm sorry I
>>>>>>>>>> don't have my code in front of me, so this won't be exact). It was something
>>>>>>>>>> along the lines of:
>>>>>>>>>> span.thumbnail{ float:left; width:200px; }
>>>>>>>>>>
>>>>>>>>>> Since the default width set by MOSS for the width was 5px, the float left
>>>>>>>>>> trick was actually lining the images up ontop of eachother until they were
>>>>>>>>>> given a wider width.
>>>>>>>>>>
>>>>>>>>>> Once I get back to my home computer this evening, I'll try to post my
>>>>>>>>>> actuall CSS files.
>>>>>>>>>>
>>>>>>>>>> "Cas van Iersel" wrote:
>>>>>>>>>>> On Wednesday, October 01, 2008 7:23 AM Jose wrote:
>>>>>>>>>>> I had the same issued but this post saved me partially!!!
>>>>>>>>>>>
>>>>>>>>>>> Initially I wrote the placeholderleftactions into a Hidden Panel.
>>>>>>>>>>>
>>>>>>>>>>> Now I've written it near the primary content of my master and then I applied
>>>>>>>>>>> the Style span.thumnbail to show various thumbnails in each row.
>>>>>>>>>>>
>>>>>>>>>>> But this solution have a little/big issue
>>>>>>>>>>>
>>>>>>>>>>> If I use Firefox it renderize a small zone with a unique thumbnail, the
>>>>>>>>>>> actual mouse focus image.
>>>>>>>>>>>
>>>>>>>>>>> Because it's a public web, I want a Full solution (Crossbrowser). Has
>>>>>>>>>>> someone how to make it???
>>>>>>>>>>>
>>>>>>>>>>> thanks
>>>>>>>>>>>> On Thursday, November 05, 2009 2:43 PM Monica Ludwig wrote:
>>>>>>>>>>>> I'm having the same Picture Library issue with Custom Master Page. I was wondering you can provide an example of the actuall CSS files. I would like to see where and what we are missing in the code.
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> Thanks,
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> Monica
>>>>>>>>>>>>> On Thursday, August 12, 2010 11:52 AM Kemal Koseoglu wrote:
>>>>>>>>>>>>> http://www.intranoggin.com/Lists/Posts/Post.aspx?ID=104#Comments
>>>>>>>>>>>>> Submitted via EggHeadCafe - Software Developer Portal of Choice
>>>>>>>>>>>>> Store ASP.NET Site Visitor Stats in MongoDb
>>>>>>>>>>>>> http://www.eggheadcafe.com/tutorials/aspnet/3a73c6de-82a1-4690-a7aa-d0eda58203f7/store-aspnet-site-visitor-stats-in-mongodb.aspx