I need to make a component to remove the Mini search on the bottom of the home page(pne_home_page), we want our users to only use our custom search screen. Has...
I would like to know if there is a Server-based PDF annotation tool available out there. I have looked into the one from fishbowl but it seems to be overly...
Need to figure out an option list problem I am having. When I use the following code it will place an option list on my page with all the options from the...
John, this is pretty easy to do with the Component Wizard. Open the Component Wizard...choose "Add" to add a new component "Name" your component something...
We have almost 4000 documents that have been expired in our Stellent system for over a year. We would like to use Archiver to export these documents, then...
This is Tim Gruidl From Fishbowl Solutions. To clarify, the Redlining/Annotation tool we provide the integration for has a fully customizable interface so it...
This did not work. I tried it and got nothing. xRelProject is the custom metadata field name. Any other ideas or something I missed? SH ... From: Patti...
Does anyone know of a way to increase the 255 character limit imposed on the Stellent Memo field type? We have authors want ing to contribute text in some...
If I do the following code I am able to get it to work <form name="form"> <SELECT NAME="prjname"> <!--$loop DocTypes--> <!--$curValue = getValue("#active",...
... Does anyone know how the Quick Search determines what fields it will search? I want to set it up to search by dDocTitle, xComments, xComments2 and I'm not...
... Hash: SHA1 you cannot loop over an option list directly... you can only dump out its contents to a page with this code: <$optList xMyFieldName.options$> ...
To all, I am trying to grab the entire URL into a mailto, and am attempting to do so like this: <!--declaring email function--> <script language="javascript"> ...
you only used the href you need to add the query string to it. I do not recall the exact syntax but the location object has al the information you need. Steve...
So will I need to put the href that I need for every page in my system? Also, when you say that I only need the location object, I assume that you mean that...
Hi Shannon, try: dDocAccount <starts> `IS` <not> CustomMetaX <matches> `` Cheers David ... content and ... the ... is not Null. ... CustomMetaX ????????"-->...
The location object that you used below has many other properties than just href. using the syntax document.location.propname where propname is in the list ...
I want to change the layout of the DOC_INFO so that all the fields are aligned to the left and not to the right. The only one I found that I could manipulate...
Does anyone know how to create a workflow that if no action was taken on a content item an email reminder would be sent daily until an action has been taken on...
Luke_Hoffman@...
Apr 3, 2003 3:52 pm
3644
The pages we've built, we've added the sort criteria in the <head> </head> tag. We have it working with just a small change to your coding. You may want to...
Hello, I recently discovered that PDF highlighting does not work within HCSP pages. Apparently, it is so mentioned in Stellent's configuration guide for...
Just wanted to update the list on my findings with this issue. To see the problem I was having please see the previous emails. To solve the problem here is the...
David, We had this same issue. Two things you need to do. First, make sure your database fields are set to the size you want. Then, in the config.cfg file,...
On that config.cfg line, the 4000 is the max number of characters. Your value may vary. -- Jordan Malokofsky Hayes Lemmerz International, Inc. ... From: David...
Luke, Stellent 6.2 comes with a standard feature for workflows which allows actions to be taken on a document within a specific step of a workflow if certain...
I am creating a QueryText string and I want it to pull only distinct rows. The code below grabs all the content that Account starts with 'PRJ'. <!--$QueryText...
Yes, you could create a javascript array and add in the values that don't match what is already in the array. Then output the array. Make sense. Or you could...