Re: Get value a page's content element from another page that's connected to it's container

2019-01-29 Thread Gavin Cope
. > Visit this group at https://groups.google.com/group/reddot-cms-users. > For more options, visit https://groups.google.com/d/optout. > -- Gavin Cope <https://www.facebook.com/gavincope> <https://www.linkedin.com/in/gavincope> <https://plus.google.com/+GavinCope> *Mob

Re: Publishing pages without publishing the linked assets / documents

2018-08-15 Thread Gavin Cope
dDot CMS Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to reddot-cms-users+unsubscr...@googlegroups.com. > To post to this group, send email to reddot-cms-users@googlegroups.com. > Visit this group at https://groups.google.com

Re: Preexecute JQuery

2018-02-13 Thread Gavin Cope
Short answer is no. If you want to run Server-side JavaScript, you could try Node.js. Cheers, Gavin On 14 February 2018 08:02:47 Heather Napoleone wrote: I was wondering if I can preexecute a jquery function before my page publishes. I want the function to run before it gets publishes.

Re: Adding Comments to Published Site

2017-07-09 Thread Gavin Cope
Depending on the complexity of what you want to achieve, you may find Tempo Social will meet your requirements. If you're after something simple, collecting comments as content attributes may be sufficient for you. Or the middle ground would be a bespoke set of Dynaments adding and reading content

Re: Run custom code after page has been published

2016-07-29 Thread Gavin Cope
Yeah, actually if you don't need any particulars about the page, the user-defined job running an external URL would be way easier. That's one of the things I love about Management Server, there's always more than one way to skin a cat :) Cheers, G. On 30 July 2016 at 00:49, Hilmar Bunjes wrote:

Re: Run custom code after page has been published

2016-07-28 Thread Gavin Cope
What about using the Write XML File workflow reaction to write a file to a directory and have a process monitoring that directory for new files. When it sees a new file, it picks up the file, extracts what it needs and sends your emails? Cheers, Gavin On 29 July 2016 at 05:20, Mitesh Gudhka wro

Re: pull information from content element in child page to display that particular value in its's parent page

2015-10-05 Thread Gavin Cope
There could potentially be two ways to do what you're talking about. Expanding on Shankar's suggestion, you could create a List Placeholder in your Admin page. Then reference con_Content to your new List Placeholder. Then code such as: <%Std_PromCode%> would pull through the value of Std_PromCode

Re: v11.2 Content Classes differ than 10.1

2015-03-26 Thread Gavin Cope
It shouldn't be doing this but you can try this work around: http://simplyreddot.blogspot.com.au/2011/12/managing-js-css-xml-as-content-classes.html Cheers, Gavin On 27 March 2015 at 05:20, Jamie R. Rytlewski wrote: > So we just recently updated to 11.2 SP2 and now all of our content classes >

Re: Content Class Locked by Vendor :: Vendor No More available :: Possible Solutions ??

2014-06-26 Thread Gavin Cope
Try under the Project node, there should be a couple of options to do with Templates in Draft and Templates waiting for Release. Cheers, Gavin On 26 June 2014 17:57, Pradeep Shukla wrote: > Hi All, > > A content class in being locked by a vendor and vednor has left the > organization .. > > H

Re: String Functions in Navigation Manager

2014-06-22 Thread Gavin Cope
Jian is the master of all things render taggy :) but yes, I believe the render tag is processed before the URL is constructed. On 22 June 2014 08:30, Walter wrote: > Thanks Gavin, that puts me on the right track. And removing the "Value" > works. :) > > I have another question. I'm trying to

Re: String Functions in Navigation Manager

2014-06-19 Thread Gavin Cope
I don't think you need the .Value in the tag above. And yes, you can use the Replace method. The Navigation Manager manual documents the available objects, properties and methods. Cheers, Gavin On 20 June 2014 08:52, Walter wrote: > Hello, > > Is it possible to do string functions in the Nav

Re: if element is empty, do this, otherwise, do that?

2014-05-13 Thread Gavin Cope
<%stf_title%> <%hdl_title%> On 10 May 2014 00:48, Nathan Daugherty wrote: > I want to set up a title tag to be either one placeholder or another, > based on whether the fi

Re: Red Dots not clickable

2013-11-04 Thread Gavin Cope
More than likely a JavaScript error on the page. The red dots have the link injected so if the JavaScript fails, so to does the interface in some cases. Cheers, G. On 5 November 2013 09:13, Christina Schell wrote: > Hello! I am using Mgmt Server 10 as an admin and my RedDots are not > clickab

Re: Disable Open Page Text in 11.1

2013-10-30 Thread Gavin Cope
Pierre, If you're talking about the title attribute showing the tooltip on mouse over, I'd suggest using some jQuery to remove it. Kind of like the reverse of my RedDotAutoLabel plug-in ( http://www.solutionexchange.info/reddotautolabel.htm). Cheers, G. On 31 October 2013 01:20, Boris Crismanc

Re: Linking / Appearance Schedules

2013-10-25 Thread Gavin Cope
category/keywords. >>>> >>>> Usual disclaimer, no warranty and I accept no liability if you break >>>> your project :) >>>> >>>> Cheers, >>>> >>>> G. >>>> >>>> On 3 April 200

Re: Linking / Appearance Schedules

2013-10-24 Thread Gavin Cope
es are >> connected numerous times via category/keywords. >> >> Usual disclaimer, no warranty and I accept no liability if you break your >> project :) >> >> Cheers, >> >> G. >> >> On 3 April 2009 10:33, markus giesen wrote: >> >>>

Re: How to check and prove a slow CMS DB

2013-08-26 Thread Gavin Cope
I'll second Richard's suggestion. I've seen ShareThis blow page times out of the park. And any JavaScript that is having trouble running, generally due to connection issues, tends to slow the page load down. Cheers, G. On 27 August 2013 07:54, Richard Hauer wrote: > Check in-page JavaScript

Re: Publishing Links Not Used In Templates

2013-08-01 Thread Gavin Cope
Interestingly, this is the code in the most recent version of the best practice project: In my most recent implementation, using that code in 11.1, will not publish pages beyond the first page connected to the list placeholder so what Jian is saying is correct. Cheers, G. On

Re: Difference between "Publish all following pages" and "Publish related pages"

2013-06-27 Thread Gavin Cope
There are two knowledge base articles that might be helpful in describing the differences between the two: - Management Server - Publishing Related Pages: http://goo.gl/DQlGd - Management Server - What Is the Functionality of Related Pages?: http://goo.gl/XDtSo Cheers, G. On 28 June 2013 04:51

Re: Getting from content instance => target container => foundation page URL using render tags?

2013-04-22 Thread Gavin Cope
I might have missed what you're trying to do but what about this? <%lst_ItemsImageGallery%> <%hdl_Headline%> Cheers, Gavin On 23 April 2013 13:00, wrote: > Hi, Jian. > > Thanks for your reply. > > Here is what I currently have: > > > > > > <%hdl

Re: Help needed

2013-04-12 Thread Gavin Cope
I often talk about building a page like Lego. It conveys the flexibility of building a page and being able to use the same blocks in different areas. On 13/04/2013 7:08 AM, "Daniel Petroff" wrote: > How about an ikea (modular) wardrobe? > > You have the same carcass (base template)... then you ha

Re: Setting up a new V.11 on Windows Server 2008 R2

2013-03-20 Thread Gavin Cope
http://manuelschnitger.wordpress.com/2011/06/21/rql-development-with-open-text-management-server-11/ On 21 March 2013 02:08, Chrzanowski, Romola wrote: > We have finally begun our migration. We have installed a new v11 HF6 > Open Text Management Server on a new Windows Server 2008 R2 VM. Durin

Re: Publishing Draft pages

2013-01-31 Thread Gavin Cope
That's correct, a page needs to have entered workflow to publish using that option. Prior to that, it is considered exactly what the name suggests, an author only draft that can't be published. Cheers, Gavin On 31 January 2013 21:26, Marky T wrote: > Sorry just hijacking the thread :). Is it

Re: Liveserver Question

2013-01-14 Thread Gavin Cope
Are you sure "admin1" doesn't already exist? Check the case of DbInitUsers in your statement. Try adding the language on the end: script RDEUSER DbInitUsers –a admin1&&admin1&&en If that doesn't work, I suggest opening a Support Ticket. Cheers, Gavin On 15 January 2013 10:12, Johnny Nam wrot

Re: Liveserver Question

2013-01-14 Thread Gavin Cope
Not sure what version you're running so best bet is to download it from the http://knowledge.opentext.com/ or it is probably stored with your original Installation files. Cheers, Gavin On 15 January 2013 08:33, Johnny Nam wrote: > If you don't mind, could you email that document to me? I can'

Re: Liveserver Question

2013-01-14 Thread Gavin Cope
Yes, the process is documented in the Delivery Server Installation Guide under "DbInitUsers.py: Creating Users". Cheers, Gavin On 15 January 2013 05:56, Johnny Nam wrote: > I lost the admin account for LiveServer so I am unable to login. Is there > any way I can reset the account by other mea

Re: Dynamically Display Red Dots Using For Loop

2013-01-07 Thread Gavin Cope
Remove the PreExecute tags and view source and you'll see why you get an error. You won't be able to dynamically build red dots like that, the process order won't allow it. On 8 January 2013 07:18, todda wrote: > Help, > > Does anyone know how to dynamically display reddots using a for loop? >

Re: Publishing Draft pages

2012-12-20 Thread Gavin Cope
The " (Draft)" built-in Variant that exists is for publishing out Draft versions of Content Classes for testing. To publish unreleased pages, you would need to create a new Variant and tick the box to "publish unreleased pages". Something to also keep in mind is the automatic clean-up of deleted

Re: Reddot Upgradation from V9 to V11

2012-12-18 Thread Gavin Cope
You can export projects from CMS 9 and import them directly into MS 11. There's no need to go through version 10.1 SP2 unless you are upgrading your existing server. Cheers, Gavin On 19 December 2012 00:58, Ibrahim Sawadogo wrote: > Hi Subhasish, > > your suggested approach seems the best way

Re: Keyword restriction

2012-12-07 Thread Gavin Cope
http://www.solutionexchange.info/Checkbox-Assign-Keywords-Plugin.htm On 7 December 2012 19:53, Neil Fegen wrote: > Hi > > I wonder if it's possible to restrict keywords so that users cannot see > some when adding to a page? > > We use year keywords for news articles - added via RQL when a page

Re: version Grey Hound, SmartTree in Firefox so far

2012-11-28 Thread Gavin Cope
Is it just my imagination or does it also look like it takes up less pixels per node? ie. better use of screen real estate? On 29 November 2012 03:43, Tony Chung wrote: > > Great news! > > On Tuesday, November 27, 2012, Jian Huang wrote: > >>

Re: One instance

2012-11-28 Thread Gavin Cope
Try File > New Session. Sometimes that seems to work. Cheers, Gavin On 29 November 2012 07:43, JC wrote: > That is an elaborate scheme. thanks > > > On Wednesday, November 28, 2012 2:12:45 PM UTC-6, Tony Chung wrote: > >> The only way I found was to allow multiple user instances, and use >> m

Re: Solve structural workflow problem given common(?) scenario

2012-10-05 Thread Gavin Cope
Inheritance on structural workflows is an open feature request. I advise you to lodge a support ticket requesting this. The more requests, the higher the likelihood there is of it moving up the list. Cheers, Gavin On 20 September 2012 10:22, mzjones wrote: > We are having trouble setting up a

Re: Is it possible to install Open text red dot project website on a win2003 32 bit IIS server

2012-08-29 Thread Gavin Cope
Raj, The server that hosts your published content does not need any OpenText software; just a web server of your choice. Cheers, Gavin On 30 August 2012 03:34, Tony Gayter wrote: > Have you had the training? To install Reddot you will need a license as > well. > On Aug 29, 2012 3:24 PM, "Raj"

Re: Converting Date Format and PreExecute

2012-08-29 Thread Gavin Cope
If you're pulling the standard field from another page, just change the formatting options of the placeholder on the page. Each page can have totally different formatting on the date placeholder. You can avoid pre-execution completely that way. Cheers, Gavin On 30 August 2012 03:41, Tony Gayter

Re: ERROR: No key file found

2012-08-29 Thread Gavin Cope
I've had this happen in the following circumstances: 1. Asset Manager versioning is turned on. 2. You have a long folder and file path where the asset path is within the Windows character limit but the versioned path exceeds the limit. In this instance, uploading the file new is fine but over-wri

Re: DeliveryServer question

2012-08-08 Thread Gavin Cope
There's a DS GG? ;) Try setting http.proxyHost and http.proxyPort on the JVM settings. Cheers, Gavin On 8 August 2012 18:26, Richard Hauer wrote: > I know this is the CMS group, but I think the DS group is a bit dead, so > forgive the cross-post. > > ** ** > > Question is: has anybody got

Re: Fetching the contents of an Image Placeholder

2012-08-07 Thread Gavin Cope
I wonder if you could use Tip 3 in this article: http://www.reddotcmsblog.com/3-quick-tips-for-opentext-web-content-management-or-reddot-cms to achieve the desired result? Placeholder as insert file name only then build the code you need in each instance around it? Not sure if it'd work, just thin

Re: where can I do the V11 hotfixes download?

2012-07-22 Thread Gavin Cope
https://knowledge.opentext.com/knowledge/cs.dll?func=ll&objId=2499&objAction=browse&viewType=1 On 23 July 2012 13:32, Victor wrote: > We have upgraded our test CMS from v10 to v10 sp2 then v11, thing seems > working except the ftp. the ftp server still pick up the published content > but sav

Re: Hide pages within container from variant (another RedDot bug?)

2012-07-03 Thread Gavin Cope
I hear what you're saying Markus. I actually find this feature quite useful in preventing orphan pages from ever being published on the web site. Orphan pages being content classes that should never be instantiated outside of a structural framework. I guess the nicest solution would be to have two

Re: Hide pages within container from variant (another RedDot bug?)

2012-07-02 Thread Gavin Cope
Hi Markus, What about creating a blank template in the Content Class for that Variant? Cheers, Gavin On 3 July 2012 11:53, Markus Giesen wrote: > Hi there! > I have two project variants (V1 and V2). > I'd like to show my pages within a container in V1 but not V2. > > I thought this is what th

Re: Hide content class panel for all users

2012-07-01 Thread Gavin Cope
Insert some JavaScript in your Content Class to target the relevant frame and hide the element by using GetElementById? Cheers, Gavin On 30 June 2012 00:43, Joel Kinzel wrote: > Mark, can you drop a custom CSS or JavaScript files into the CMS files to > be included in the interface code? If so

Re: Dropdown not working

2012-06-12 Thread Gavin Cope
e. > > Sean > > > On Tue, Jun 12, 2012 at 4:23 PM, Gavin Cope wrote: > >> I assume your placeholder is an info placeholder. You can't retrieve info >> placeholders using render tags. >> >> Cheers, >> >> Gavin >> >>

Re: Render tag plugin

2012-06-07 Thread Gavin Cope
2011 06:57, Tiffany wrote: > Gavin - Beautiful! This plugin is more comprehensive than the one I > originally had installed. Thanks so much! > > > On Dec 2, 5:55 pm, Gavin Cope wrote: > > Hi All, > > > > Here's the link for the plug-in: > https://docs.googl

Re: Verity Search displays URLs as search result

2012-05-31 Thread Gavin Cope
My guess is those URLs are being indexed as they are being included in a searchable="true" section of the page. I'm not aware off the top of my head of any way to exclude certain text strings or regular expressions from the indexable region when Verity reads the page but it might be worth having a

Re: exposing elements from sub-pages to parent page

2012-05-25 Thread Gavin Cope
o deal with, but the tabs list remains empty. Can I retrieve > element information from pages in a container? > > ** ** > > ** ** > > Thanks again! > > ** ** > > *From:* reddot-cms-users@googlegroups.com [mailto: > reddot-cms-users@googlegroups.com] *On

Re: exposing elements from sub-pages to parent page

2012-05-25 Thread Gavin Cope
You need a list placeholder inside the list blockmarks. On May 26, 2012 6:00 AM, "RayE" wrote: > I'm having some difficulty getting a page to render the way I want. > The main page consists of a list element containing pages with an image > and some text. > > I'm trying to render the image and te

Re: Publishing files added - urgent

2012-05-22 Thread Gavin Cope
If you have a scheduled publishing job set up, it should be picked up at that point. If not, executing a manual publish on one of the pages that the file is linked from should send the new file up. If you're file storage is on the file system, make sure you don't just copy the file to the director

Re: Placeholder for link

2012-05-17 Thread Gavin Cope
der? > > Cheers, > > Andry > > On May 3, 12:20 pm, Gavin Cope wrote: > > An anchor placeholder will do the trick. You can create pages on it or > > assign a URL. > > > > Cheers, > > > > Gavin > > > > On 3 May 2012 14:10, Andry wrote

Re: CMS/OpenText MS Plugins

2012-05-10 Thread Gavin Cope
In the interests of self-promotion ;) I've just released a new Solution on SolEx: http://www.solutionexchange.info/reddotautolabel.htm The plug-in takes out 90% (give or take a percent) of the work of marking up your Content Classes for end users in SmartEdit. Hoping it comes in useful to you all

Re: Placeholder for link

2012-05-02 Thread Gavin Cope
An anchor placeholder will do the trick. You can create pages on it or assign a URL. Cheers, Gavin On 3 May 2012 14:10, Andry wrote: > Hi guys, > > How are you doing? > > I'm trying to create a placeholder for link (can be external or > internal) but I just can't find the right one. > > I'm ba

Re: Clear DeliveryServer caching job?

2012-03-29 Thread Gavin Cope
I assume it would. Try it under the admin account, if that works, try it under a lesser account. On 30 March 2012 14:36, Markus Giesen wrote: > Thanks! Will have a look if this works. > Do you know if this is something that requires admin access? > Cheers! > > On Mar 30, 3:27

Re: Clear DeliveryServer caching job?

2012-03-29 Thread Gavin Cope
that would do what you're wanting. Cheers, Gavin On 30 March 2012 14:06, Markus Giesen wrote: > Yeah, an upgrade to v11 is probably not an option. > Any pointers to the bookmarklet? > > Ideally I'd need some sort of task that can run scheduled from a MS > Server >

Re: Clear DeliveryServer caching job?

2012-03-29 Thread Gavin Cope
Just run deliveryserver_11.0.0.329_201201102318\Setup_x64.exe and the problem should go away ;) Sorry, that wasn't very helpful was it? I'm not aware of a script to do it, though I'm sure it's possible. I have seen a bookmarklet to do it however it only works when run from an active Delivery Serve

Re: CMS and Delivery Server inconsistency

2012-02-23 Thread Gavin Cope
If a project is configured correctly (which for me personally was difficult to achieve prior to Navigation Manager) publish related pages will only push out the desired page and any other page that it shares content with (assuming the shared content is the content that has changed). Publish all fol

Re: duplicate content publishing

2012-02-02 Thread Gavin Cope
tatic site. Cheers, Gavin On 3 February 2012 01:30, Jian Huang wrote: > A solution to make the page publish as mainlink, hence solving the > duplicate page issue can be found here > > http://simplyreddot.blogspot.com/2012/01/duplicate-pages.html > > -Jian > > On Feb 1,

Re: duplicate content publishing

2012-02-01 Thread Gavin Cope
I know this is an old post but I've just come up against this and whilst all the above tactics work as described, it's a whole new ball game when you throw Verity or Common Search into the mix. The orphan duplicates still get indexed and thus returned in any search results. I got around this by ad

Re: Duplicated Element in tree

2011-12-11 Thread Gavin Cope
Actually, yes, I've now seen this. After upgrading 10.1 SP2 HF1 to 10.1 SP2 HF5, the Published charset for the project Language Variant was reset from UTF-8 to SERVER. SERVER - in this case - equated to Unicode so when publishes started, things broke in a major way. What does this have to do with

Re: Mega Menu

2011-12-07 Thread Gavin Cope
I've written a 100% render tag version of a Mega Menu. It's pretty sweet :) It does have limitations in terms of the number of items you can have but it does it's best to dynamically calculate rows and columns to make the best use of the screen real estate available to it. I'm half way through wr

Re: Render tag plugin

2011-12-02 Thread Gavin Cope
Hi All, Here's the link for the plug-in: https://docs.google.com/open?id=0By15tOuXdIYuMDgzOGMxNTMtN2Y2NC00MzdjLWExMmQtNzhjM2U3ZWVmM2Jj It's a zip file with an installer inside. Cheers, Gavin On 3 December 2011 08:02, Tiffany wrote: > Okay, I will try to get it off my old box and share. With

Re: Render tag plugin

2011-11-28 Thread Gavin Cope
The same plug-in will install just fine into version 10. Cheers, Gavin On 28 November 2011 18:54, Manuel Schnitger (OpenText) < derthor...@googlemail.com> wrote: > Hi Tiffany, > > maybe it's a silly question, but where did you download it originally? > Maybe it's a good idea to contact the pers

Re: Questions on navigation

2011-11-09 Thread Gavin Cope
Look at using subindexes and Navigation Manager to achieve the desired result. There's probably a code snippet in the archives somewhere. I'm on my phone atm so don't have access to my code library. Cheers, Gavin On 09/11/2011 8:10 PM, "Andry" wrote: > Hi guys! > > I'd like build an automated l

Re: Fetching third party sites RSS feed and show the data in our site

2011-10-09 Thread Gavin Cope
Remove the PreExecute tags, preview or publish the page, copy the source into a file and run it separately under IIS. This will point out any errors and you can correct them in the template and go again. Cheers, Gavin On 10 October 2011 02:41, CS wrote: > Hi all, > > I am very new to Reddot. W

Re: Collapsible panel how to

2011-09-23 Thread Gavin Cope
Funny you should say that Neil, I'm implementing the Accordian jQuery right now and I removed the accordion functionality (using the unbind method) in SmartEdit as it just gets distracting when pages and being loaded over and over. I'm also in the habit of removing dynamic functionality in SmartEd

Re: Copying one module from one project to another project

2011-09-22 Thread Gavin Cope
One way to do this would be to publish the header and footer as individual files from project xxx to a location that project yyy can read using server-side includes or server-side script to include and even do some re-writing of the code/links to suit the other site. But actually sharing of the na

Re: Page Status - Javascript snippet

2011-09-13 Thread Gavin Cope
Nice work Morgsy, I've already dropped it in my project :) Cheers, G. On 14 September 2011 10:00, Morgan Ritchings wrote: > Hi all. > > here's a javascript equivalent using the v10 workflow icons of the php > version of the page status code that Markus put up on the following > page > http://ww

Re: PreExecution Plug-In

2011-09-13 Thread Gavin Cope
Here's a link to the original plug-in: http://www.easy-share.com/1918076942/PLUGIN_PreExecute_Troubleshooter.zip That's not been modified in anyway so not sure if it'll work in 10.x or above. Cheers, G. On 10 September 2011 02:31, Kelly wrote: > I'm looking for the same - that link just goes

Re: Dynamic anchor + image

2011-09-12 Thread Gavin Cope
Hi, Add the Img_Link placeholder to your child page(s). It will need to appear in the code somewhere so if you don't want it displayed, just wrap it in comments. Then on your anchor placeholder, check both "Dynamic element" and "Transfer element content of following pages". You'll then be able to

Re: Assigning Detailed Auths using Plugin - v10

2011-09-05 Thread Gavin Cope
If there was a +1 button here, I would press it ;) On 5 September 2011 16:02, kimdezen wrote: > If there was a LIKE button here, i would press it! > > On Sep 2, 3:15 am, Jian Huang wrote: > > The plugin will work in all versions from 6-10. > > > > On Sep 1, 9:04 am, algdoughty wrote: > > > > >

Re: Referencing javascript

2011-07-21 Thread Gavin Cope
Use a media placeholder as the value for your src attribute in the script tag. Cheers, Gavin Andry Friday, 22 July 2011 3:24 PM Hi all, How are you doing? I have a few js fi

Re: Real Story Group/CMSWatch

2011-07-03 Thread Gavin Cope
The OpenText response: http://blogs.opentext.com/vca/blog/1.11.647/article/1.26.929/2011/7/1 On 1 July 2011 18:56, Bagsy wrote: > Hi Morgan, > > I followed your lead and instead of duplicating here, you can read my > response in the comments on the article: > http://www.realstorygroup.com/Blog/2

Re: deleting pages

2011-06-08 Thread Gavin Cope
Keep in mind that setting is not retrospective and will only keep track of pages from the point it is turned on. Cheers, Gavin On 8 June 2011 21:11, Neil wrote: > Hi Brian > > You would be best to tick 'Clean up live server' to enable deleted pages in > the CMS to also be deleted on your serve

Re: random log outs

2011-02-23 Thread Gavin Cope
Check the settings for Worker Process Recycling in IIS. Cheers, Gavin On 24 February 2011 01:22, Nick Galotti wrote: > We have had this issue since 6.0 and support has always told us that > we just have to deal with it. We get 'kicked' out about once a day. > > On Feb 23, 10:05 am, Lise wrote

Re: HtmlConvertTable.txt

2011-02-23 Thread Gavin Cope
7;m seeing is that my HtmlConvertTable only works when > it's in ANSI encoding. This is fine except that there are some characters I > need to convert that can't be represented in ANSI encoding so I can't paste > them into the text file! Some examples of such characters: ≈ ≤ ≥ &

Re: Lost ability to create pages in Navigation manager

2011-02-18 Thread Gavin Cope
Or what about a process crashing and then restarting/recovering automatically? Maybe check the event logs around the time of the problem. Cheers, Gavin. Sent from my HTC Desire. On 19/02/2011 3:04 AM, "Jian Huang" wrote: > > Putting a 20LB sledge hammer next to the server and then go out for >

Re: HtmlConvertTable.txt

2011-02-10 Thread Gavin Cope
I've got one more to add to Kim's example: fi fi Don't ask me where that one came up as a problem, but it's been in one of my projects :) Cheers, Gavin On 11 February 2011 15:30, kimdezen wrote: > Hi Nate, > > Give this one a go: > http://www.kimdezen.com/wp-content/uploads/2011/02/StandardHT

Re: IE8 and Smart Tree with 9 SP1 (9.0.1.76)

2011-01-05 Thread Gavin Cope
I'll second the Fiddler work around. Works great. Cheers, Gavin On 6 January 2011 11:30, ArryD wrote: > I had issues like this with SmartTree before - someone suggested > running the Fiddler web debugger tool when you use SmartTree, which > worked like a charm. > > http://www.fiddler2.com/fidd

Re: File Uploads

2010-12-17 Thread Gavin Cope
s correct? Will running the RQL you listed above create that > entry and make it show up? > > On Dec 16, 4:35 pm, Gavin Cope wrote: > > If your files are on the file system, the following RQL message can be used > > to update the asset manager. > > > > > >

Re: File Uploads

2010-12-16 Thread Gavin Cope
If your files are on the file system, the following RQL message can be used to update the asset manager. That said, I agree with Kim, if you can stay with out-of-the-box functionality to achieve the desired results, stick with that rather than using RQL. Cheers, Gavin On 16 December 201

Re: Delete page in LiveServer

2010-12-14 Thread Gavin Cope
I've done this in the past by setting up an import job and then selecting "Delete file after import" setting. Have a look around page 254 of the DS Project Contents manual. Cheers, G. On 15 December 2010 12:28, markus giesen wrote: > Is there a way to delete a page in LiveServer after it has b

Re: Off Page Jump Marks?

2010-11-30 Thread Gavin Cope
I've done something like this in the past by putting on the page, then using the same procedure as Emily has outlined, create the link as Click here Cheers, Gavin On 1 December 2010 04:33, Emily Stange wrote: > If you're using dynamic anchors then I'd follow one of the previous > suggestions.

Re: Content Class locked by "phantom" user

2010-11-18 Thread Gavin Cope
If you can't get the content class unlocked, I'd suggest exporting the template from the original system, importing it to the new system as a new content class, then do a content class replace on all instances of the locked content class. If you've got any references at the content class level, the

Re: OT Content World 2010 - Who's there? And What's happening..

2010-11-08 Thread Gavin Cope
Markus, It's the venue that piqued your interest right ;) Ask them why they had to change the size of the red dots in version 10 :) G. On 9 November 2010 05:04, markus giesen wrote: > Thanks to Open Text and Deloitte I managed to get a last minute ticket > to the OT Content World in Washingto

Re: Catching up for a beer in Perth?

2010-08-10 Thread Gavin Cope
You can't be serious Morgs? Perth is a lovely city. Canberra wishes it could some day be a hip and cool as Perth! :) Cheers, Gavin On 10 August 2010 21:50, theHam wrote: > Perth? really? Why did you do that to yourself? It's almost as bad as > Canberra! > > - Morgan > > On Aug 10, 12:38 pm, m

Re: RedDot gets another new name

2010-07-11 Thread Gavin Cope
I have to agree. I gave it a shot at the OpenText names but I always fall back on "RedDot" and so does every one of my clients. I get the desire to have a corporate identity but what's the point if you're identity just gets lost in the crowd and everyone just calls you by your "nickname"? Cheers,

Re: Two Free Plug-ins for the Community

2010-06-17 Thread Gavin Cope
Hi Henry, In the absence of anyone else telling you you're totally awesome, let me just say, you're totally awesome for releasing these to the community :) Cheers, Gavin On 12 June 2010 01:23, Henry Lu a.k.a. Javahand wrote: > Folks-- > > I've recently posted two plug-ins I wrote at the end o

Re: Multiple environments, same window, multiple tabs - bug

2010-06-17 Thread Gavin Cope
That might have been useful information ;) Version 9.0.1.28. Cheers, Gavin On 18 June 2010 06:15, Dave Bellous wrote: > Gavin, > > What version # of the CMS are you working on? > > .dave > > On 2010-06-16, at 5:43 PM , Gavin Cope wrote: > > > Hi All, > > &

Multiple environments, same window, multiple tabs - bug

2010-06-16 Thread Gavin Cope
Hi All, This one is a heads-up for anyone using multiple CMS environments. It's been confirmed in our team by multiple occurrences to multiple people so I'm confident it's not a one-off. My scenario was as follows. Internet Explorer, with a project on DEV open in one tab and the same project on P

Re: Including content using Liveserver

2010-06-09 Thread Gavin Cope
des in conjunction with a page delivered via LiveServer? I was > under the impression that that was pretty tricky to do, although > that's not to say it's impossible! > > - Bobby > > On Jun 9, 11:05 am, Gavin Cope wrote: > > I've used the include dynam

Re: Podlena, Stephen is out of the office.

2010-06-09 Thread Gavin Cope
That previous post was agreeing with you btw :) On 9 June 2010 20:07, Gavin Cope wrote: > Actually, most of the world uses day/month/year :) > > http://en.wikipedia.org/wiki/Calendar_date#List_of_the_world_locations_by_date_format_in_use > > > On 9 June 2010 20:04, bobbykjac

Re: Podlena, Stephen is out of the office.

2010-06-09 Thread Gavin Cope
Actually, most of the world uses day/month/year :) http://en.wikipedia.org/wiki/Calendar_date#List_of_the_world_locations_by_date_format_in_use On 9 June 2010 20:04, bobbykjack wrote: > For "Australia" read "Pretty much every country other than USA" :-) > > On Jun

Re: Including content using Liveserver

2010-06-09 Thread Gavin Cope
I've used the include dynament before (not in your context) and it works just fine. I have also done what you're talking about by publishing out the navigation structure to a single file and using server side includes (not using LiveServer), calling it into the site. This avoids the full site publ

Re: Inserting Placeholder value in HTML Properties field

2010-06-04 Thread Gavin Cope
urrently doing this. With this method, we loose the >> alt >> > property value. >> > Is there a way to do as you've suggested and retrieve the alt property >> > value? Perhaps with RQL? >> > >> > >> > >> > >> > >

Re: CSS class problems

2010-06-04 Thread Gavin Cope
You could just use jQuery to append unique classes to each list item. Client-side but it'd be quick to write. Cheers, Gavin On 5 June 2010 05:00, Wayne Bouwmeester wrote: > Add a standard field element to the master class. > Populate the element on each page with the appropriate unique class >

Re: Podlena, Stephen is out of the office.

2010-06-04 Thread Gavin Cope
Australia uses day/month/year, so it's only 3 days though I'm sure Stephen would prefer 3 months :) On 5 June 2010 06:14, Tiffany wrote: > Nice. 3 whole months? > > On Jun 4, 2:03 pm, spodl...@bayside.vic.gov.au wrote: > > I will be out of the office starting 05/06/2010 and will not return > un

Re: Inserting Placeholder value in HTML Properties field

2010-06-03 Thread Gavin Cope
The only way to achieve this is set the image placeholder to only insert the file name and path and then write the html for the image tag and include the relevant placeholders, e.g. Cheers, Gavin On 3 June 2010 09:06, Bill Rishsew wrote: > I want to use the alt property for the image placeho

Re: Odd Navigation Error

2010-05-30 Thread Gavin Cope
; - NbSp > - EmptyString > - OpenTag > - CloseTag > - CDataBegin > - CDataEnd > - BeginTag > - EndTag > - SingleTag > - String > - Text > - HtmlEncode > - HtmlDecode > > HTH. > > Regards, > Richard Hauer > > 5 Limes Pty Limi

Re: What would you do for a RedDot CMS Plugins & Extensions

2010-05-06 Thread Gavin Cope
> > - Would you update or rather install Microsoft .NET 3.5 on your CMS > Server? > Not for the sole purpose of running a CMS plug-in. > - Would this be hard for you based on IT dependencies / long process > for Software updates? > In my experience, it's typically not an easy thing. > - Or co

Re: How to find the guid of the project in reddot

2010-04-29 Thread Gavin Cope
Server Manager > Administer Projects > Projects > [PROJECT_NAME], click the "i" icon in the top right hand corner of the Action menu. On 29 April 2010 16:50, manikandan rajuiyer wrote: > Hi All, > > I want to know the project guid of my reddot project. Can anyone tell > me how to find the guid of

Re: OT Delievery Server Login case sensitive

2010-04-07 Thread Gavin Cope
If you're talking the admin console, not sure how you'll get around that. If you're talking a site in DS that requires a login, I've gotten around that by changing the username to lowercase in login.xml prior to passing it to the login dynament. Cheers, Gavin On 8 April 2010 01:24, Henry Lu a.k.

  1   2   3   >