-
Popups outside the box
I'm trying to use a Fixed-Layout page that has a popup/overlay appear over the whole page when something is clicked in a component that's in a small column down the side. For example: Here is the page layout: [PHP] Test for Popup Left Column Right Column [/PHP] Here is the HTML component's Appearance: [PHP] This is the…
-
How do you delete a site?
I created a new site call it **** with an a free-form layout type. I deployed it to our LS server. Then I realized I needed a fixed-layout. SitePublisher tells me that you can't change from free-form layout to a fixed-layout. So I deleted the site. I created a new site called **** with the correct page layout type. Now I…
-
$URL_PREFIX with $MODEL and browser DCR fields
In an HTML Component I have the following Image tag: img src="$URL_PREFIX$MODEL{/Properties/Data/Datum[@Name='The Expert']/DCR/buscard/smallImage} It does 99% of what I want. However when displayed on the LS server, there's an issue. $URL_PREFIX results in "/" Browser fields in DCRs start with a "/" When you combine "/"…
-
in-context-edit TinyMCE style
I've implemented in-context-edit on a component (textarea field type) and when i click on it, TinyMCE starts up (as expected), but it's not using the right style sheet. Any guess how to specify a specific CSS style sheet to use for a component while using in-context-edit? Also the list of styles available in the drop down…
-
TinyMCE and FireFox 11?
Those of us who have moved to FF v11 from FF v10 are having an issue with TinyMCE - The edit screen is blank. Anyone else see this and hopefully fixed this (without reverting to FF v10)?
-
Component doesn't save
Then I press the "save" button on a component sometimes it doesn't save. The cause, 99% of the time, is an included .XSL file has some sort of error. Anyone know if the cause of the failure is logged anywhere. It's some what tedious digging through lengthy XSL looking for the cause.
-
Custom css for TinyMCE
So did we do this correctly? We defined new styles and a new stylesheet for TinyMCE in /iw/tinymce/config/custom_config.js as follows: IWTinyMCECustomConfig("desktop", "styles", "Float Right=floatRight;Float Left=floatLeft"); IWTinyMCECustomConfig("desktop", "content_css", "/iw/tinymce/config/desktop.css"); We also created…
-
Hypothetical what if ...
SitePub Create a Branch AAA and Sites ABC and XYZ Publish the site to your web server which you access by http://ws.dom.com:1776/ABC/.... http://ws.dom.com:1776/XYZ/.... What if.... Create a Branch BBB and Site DEF and XYZ Publish the site to your web server which you access by http://ws.dom.com:1776/DEF/.... But... What…
-
Textarea Datum without TinyMCE?
Is it possible to create a multiline input box (like a textarea) as a Datum in a component's Content area that does not have TinyMCE in it? OR is it possible to modify the TinyMCE script to NOT engage if .... ?
-
Preview not previewing correctly
I took the page layout from the developers guide (pages 154 & 155) and after correcting a mistake in the example I created a page. The page edits okay, The page looks okay on our web servers But in preview none of the automatically generated DIVs are created for the rows, columns or areas. So instead of the page having…
-
File type Datum - specifying root folder
Is there a way to fix the root and ceiling folders for a component Datum of Type="File" when the browser button is pressed? It would be helpful to my content managers to not have to hunt around for the proper folder for images etc.
-
Page Layout XML
Does anyone have any examples/information/documentation on the available tags and attributes for page layout files? Autonomy-Interwoven apparently doesn't ("Engineering is having trouble locating any information on this.")
-
DOCRoot of the web server
Is there a way to get the docroot of the LiveSite Display Server from within a component (without Java code)?
-
Vanity URLs
My brain hurts after pounding my head against the wall for a few months without much success. Requirements are simple: 1) create thousands of temporary URLs quickly (currently stored in an excel spreadsheet) 2) Pass a unique parameter to a page for each URL 3) Site runs on LiveSite For example: If I go to http://a.b.c/dan…
-
DCR data type
Is there a way to get the actual reference to a DCR specified in Forms Publisher by a component? It doesn't appear to be in [Propertie] (at least not mine). My DCR field definition is: [PHP] [/PHP] What I receive is: [PHP] John Smith John's title would be here +1 312-555-1234 Full bio for John Smith would appear here…
-
Links in preview vs production
So we are running multiple sites off of one LiveSite server, siteA and siteB. Each page has an alias defined in the format of siteX/alias. For example we have an alias of siteA/locations in siteA and another alias siteB/products on the siteB site.. To access those sites we use http://siteA.****.com/somealias and…
-
$CONTEXT usage
Over the past few months I've posted that getting the query string or parameters from a form method="post" was a pain in the neck and required an external. I'm still looking for the POST parameters, but for the querystring you can use $CONTEXT{request.queryString}. A quick example: [PHP] $CONTEXT{request.queryString} The…
-
Is it too late ...??
We have multiple data centers and don't want to implement "sticky sessions" across servers and we would also like to have our sessions theoretically never time out. We will be dropping a cookie on the workstation upon login with a maxAge of one year. If you have that cookie (and it's valid) we want to automatically set the…
-
Guest Registration
We would like to implement guest registration that will ask for information that doesn't fit in the OOTB UserProfile object in LiveSite. How do you extend that object so that we can target content based upon these additional fields?
-
Extending UserProfile object
Has anyone successfully extended the UserProfile object for storing profile data and if so how? We need to add a few fields and don't see an obvious way to extend and use the new fields.
-
LiveSite Page "Requires Login" questions.
My original question: What does setting the "Requires Login" check box on a LS page really do? My best guess: My guess is that the current [RequestContext].[UserSession].isLoggedIn() is checked and if the user is not logged in, the site's login page is displayed. As long as [RequestContext].[UserSession].setLoggedIn(true)…
-
PLC hanging at 1 of 3 deployments (solved)
We had an issue where non-administrators workflows would hang while trying to publish .page files in TS 7.2.1. Symptom: the workflow would not move past "1 of 3 deployments" Resolution: the layout file (default/main/[branch]/WORKAREA/development/iw/config/fixed-layout/[fn.xml] must be writable by the person doing the…
-
Publish LiveSite Content Workflow hangs
We had an issue where non-administrators workflows would hang while trying to publish .page files in TS 7.2.1. Symptom: the workflow would not move past "1 of 3 deployments" Resolution: the layout file (default/main/[branch]/WORKAREA/development/iw/config/fixed-layout/[fn.xml] must be writable by the person doing the…
-
LS Runtime - ipers_user and Address tables
Any guess how these four tables are created in the LiveSite runtime environment on our production servers? I'm asking because they aren't there. They do exist on the TeamSite LS database but not on the production LS Runtime database. iwpers_user iwpers_user_site iwpers_address iwpers_address_type
-
Site Edit - Login Configuration
Is there any documentation or information or examples or... to help configure the LiveSite Login for Sites anywhere? I'm thinking that implementing a simple login/profile is OOTB (correct me if I'm wrong) and to implement it we need to set the Login Configuration items (Login Parameters, Login Attributes) in the…
-
LiveSite error (404) handling
Can anyone confirm the following: if you remove the alias [site]/error from the error node in SitePublisher and publish the sitemap the following occurs: * if you go to http://www.domain.com/site/not-there.page (notice the .page) you get the error page defined in the default site. * if you go to…
-
Hooking into alias URL processing
LiveSite's processing of URL aliases, IMHO, is missing one thing - pass predefined parameters into pages automatically. For example: if I go to /site/dan I want the system to build the page: /prospect.page?cmp=xyzzy What I would like to do is append the "query parameters" defined on the node in the site map to the page…
-
Search Field Mapping question
In the manual "Web Solutions Authoring Components 7.2 Installation Guide revision 4" starting on page 251 it talks about Field Mapping so LSCS will index content from within a DCR and not just metadata. However I'm a little confused about the field "fieldStorage" The definition has the following bullet point:If the…
-
Autofill components
This may be a "lack of understanding about templates and page layouts" issue, but I'm hoping someone can straighten me out. I have a page layout that has about 10 areas. Some of those areas will always have the same components (header, footer, nav, social ...) is there a way when I create a new page such that all the…
-
DTD for fixed layouts?
The documentation (TeamSite SitePublisher Developer Guide chapter 10) leaves out any details on rules for the layout files. Does anyone know where the .dtd file is for the layouts or maybe some helpful documentation?