Search the web
Sign In
New User? Sign Up
sitecore
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 248 - 277 of 3315   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
248
It seems our editors and webmasters cannot delete images in the media library, only administrators. Where are the security settings for the media library? ...
valkolton
Offline Send Email
May 1, 2005
2:21 pm
249
Here is a picture of what happens to our editors/webmasters. Not too elegant:...
Kolton, Val
valkolton
Offline Send Email
May 1, 2005
2:21 pm
250
It seems our editors and webmasters cannot delete images in the media library, only administrators. Where are the security settings for the media library? ...
Kolton, Val
valkolton
Offline Send Email
May 1, 2005
2:21 pm
251
As administrator, go to the media library and click the security tab. Then set security (create, delete etc) like any other ordinary Sitecore document or...
Lars Fløe Nielsen
ln_pentia
Offline Send Email
May 2, 2005
6:31 am
252
Hi Bryan, Yes, we will provide full documentation on the query namespace. In fact, we are currently working hard to do documentation on the new version of...
Lars Fløe Nielsen
ln_pentia
Offline Send Email
May 2, 2005
6:34 am
253
Ok, that seems so obvious now. I did not even realize there was a Media Library option in the CMS dropdown. I always clicked "tools, Media library" which...
Kolton, Val
valkolton
Offline Send Email
May 2, 2005
4:19 pm
254
I have a function library defined using the XSL rendering. Some of the fxns are written in C# implementing the "script" namespace. When I use regular .NET...
roundedcubeinc
Offline Send Email
May 2, 2005
5:05 pm
255
Has anyhone been having problems with the admin? When I go to my Content tree, the tree comes up and then disappears from the third level and down. When I...
roundedcubeinc
Offline Send Email
May 3, 2005
3:07 pm
256
Hi Marco, I'm not quite sure why you cannot find the class. If you want me to look closer into it, please let me know, but before that: I can not recommend...
Lars Fløe Nielsen
ln_pentia
Offline Send Email
May 3, 2005
3:50 pm
257
Sitecore 4 reads your stylesheet as this should reflect in the html editor. Perhaps your stylesheet somehow messes it all up? Try to remove all lines from your...
Lars Fløe Nielsen
ln_pentia
Offline Send Email
May 3, 2005
3:51 pm
258
I removed my stylesheet and reset IIS and the same thing happened. As I said before, I can see the tree if I click enough on a node. Here's the exact steps I...
Marco Tana
roundedcubeinc
Offline Send Email
May 3, 2005
6:53 pm
259
Hi Roger, Sorry for the delay in getting back to you on these issues. ... You can mix Sitecore pages with non-Sitecore pages: ...
John West
johnpwest3
Offline Send Email
May 4, 2005
2:53 pm
260
I got the sitecore running (just temporary) which uses Sitecore client. I remember there was a different way that user can access CMS site where they can use...
yuhakhelp
Offline Send Email
May 4, 2005
8:30 pm
261
In your XSL renderings call <sc:dot /> where you want the content markers to appear. I can get you the details for the corresponding technique if you are...
John West
johnpwest3
Offline Send Email
May 4, 2005
8:37 pm
262
I created a Field in the template using valuelookup datatype and I do not know how to populate elements (option values) of lookup type so that editors can...
yuhakhelp
Offline Send Email
May 5, 2005
2:35 pm
263
Set the "source" property of the filed to a path in Sitecore that contains child nodes that should appear in the list, such as /content/global/locations. You...
John West
johnpwest3
Offline Send Email
May 5, 2005
2:44 pm
264
We are new to this product and are struggling with a demo we need to build for next week. I thought I'd bounce a question off of this group to see if anyone...
gomac2005
Offline Send Email
May 5, 2005
5:51 pm
265
If I understand you correctly, you'd probably want to put all of the fields in the same record. Since you want updates from editors to be reflected on "both...
Andy Uzick
auzick
Offline Send Email
May 5, 2005
7:32 pm
266
This is actually a pretty straightforward requirement and shouldn't be too hard to implement (as usual, harder to conceptualize and describe than to code). I ...
John West
johnpwest3
Offline Send Email
May 5, 2005
8:47 pm
267
As usual, at least one of my calls to sc:item in my last post was missing the second parameter: <xsl:variable name="review" select="sc:item( $reviewid, . )" />...
John West
johnpwest3
Offline Send Email
May 5, 2005
8:48 pm
268
Content sharing between sites or within a sites. --courtesy of John West-- Regarding syndication, I would first start with a template/master for storing the...
yuhakhelp
Offline Send Email
May 6, 2005
3:13 am
269
This is probably a result of a typo in my code. This code: <xsl:variable name="reviewid" select="sc:fld( 'link', ., 'id' )" /> <xsl:variable name="review"...
John West
johnpwest3
Offline Send Email
May 6, 2005
3:15 am
270
Yes. it's working. ... line, ... logic ... should ... it ... ->...
yuhakhelp
Offline Send Email
May 6, 2005
12:46 pm
271
I used something like this: <sc:link><sc:text field="navtitle" /></sc:link> and not sure how to add class attribute in this case. So in html it should display...
yuhakhelp
Offline Send Email
May 6, 2005
1:29 pm
272
Have you tried: <sc:link class="classname"><sc:text field="navtitle" /></sc:link> ?? Also, you can create links like this: <a href="{sc:path(.)}"...
Lars Fløe Nielsen
ln_pentia
Offline Send Email
May 6, 2005
1:34 pm
273
Yes it works just adding class="classname" within sc:link. Thanks!...
yuhakhelp
Offline Send Email
May 6, 2005
2:25 pm
274
Just a note on this - sc:link is the only tag that supports arbitrary attributes like class (sc:image does not support onmouseover, etc. - you have to take the...
John West
johnpwest3
Offline Send Email
May 6, 2005
3:32 pm
275
I'm trying to use a server side include in an XSL rendering, and using this syntax: <xsl:comment>#include file="includes\newsfeed.inc"</xsl:comment> (I've...
erin_oppy
Offline Send Email
May 6, 2005
9:13 pm
276
I don't think XSL supports server side includes as they would have to be processed by the application server after the transformation. I would change the ...
John West
johnpwest3
Offline Send Email
May 6, 2005
9:18 pm
277
Hi, John is off course completely right. Let me elaborate: When doing the <xsl:comment>#include file="/xsl/myinc.inc"</xsl:comment> somewhere in your xslt, it...
Lars Fløe Nielsen
ln_pentia
Offline Send Email
May 9, 2005
7:09 am
Messages 248 - 277 of 3315   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help