Getting search terms from Google Custom Search

2011-09-02 Thread Neil Fegen
Hi guys I'm trying to read the contents of a text file generated in Google Custom Search to show the top 20 queries in a Custom Search engine. This is standard code generated by Google - how can I read the contents of the file into, say, ASP and use in a content class? Neil -- You received t

Re: Getting search terms from Google Custom Search

2011-09-02 Thread Neil Fegen
Hi Jian There's a longer .xml format with a lot of irrelevant info or a much shorter .txt file with what I need - the text file would be easier. Neil -- You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To view this discussion on the web visit

Re: Page Status - Javascript snippet

2011-09-22 Thread Neil Fegen
Nice one Morgan - I'd add one more case to the list for when a page is needing correction: ... case "WaitForCorrection": document.write(''); break; ... Cheers Neil -- You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To view this discussi

Re: Page Status - Javascript snippet

2011-09-22 Thread Neil Fegen
Hi Jian It does work, yes. I had IE and FireFox windows side-by-side - with different logons on the same CMS page - and I could edit in one, with the other showing 'Saved as draft' and the page being currently edited by the other user. Kudos to Morgan for this, I had something similar using AS

Re: Collapsible panel how to

2011-09-23 Thread Neil Fegen
Hi guys We use the same Accordion jQuery for some of our pages. Within the CMS, we usually disable this sort of thing to (a) reduce interference with other files and (b) minimise load time when editing (we emphasise previewing to check how the page looks before publishing). Is this overkill an

Getting parent headline of each keyworded list page

2011-10-04 Thread Neil Fegen
Hi guys A quick one: in a keyworded list, how can I get the headline of each page's parent page (i.e. its main link headline)? Have tried "<%!! Context:Pages.GetPage(Guid:<%info_pageGUID%>).Parent.Headline !!%>" but get nothing back..."<%!! Context:Pages.GetPage(Guid:< %info_pageGUID%>).Headlin

Re: Getting parent headline of each keyworded list page

2011-10-04 Thread Neil Fegen
I should add I can get the parent's main link GUID with "<%!! Context:Pages.GetPage(Guid:<%info_PageGuid%>).MainLink.Id !!%>" but not its headline - can I use the main link GUID to find the headline of that page? -- You received this message because you are subscribed to the Google Groups "Re

Re: Getting parent headline of each keyworded list page

2011-10-05 Thread Neil Fegen
Hi Jian Many thanks for that, knew I was close... The cache issue won't matter in this case as the parent page headlines are very unlikely to change. Thanks Neil -- You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To view this discussion on

Re: Publication Error - ConnectToSCP: The current connection has timeout.

2011-10-27 Thread Neil Fegen
Yep, Tony is right - definitely FTP-related - we have seen this when the username we use has had the permissions changed by IT or some other restrictions change. Neil -- You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To view this discussion

Using Automatic Page Forwarding

2011-11-03 Thread Neil Fegen
Has anybody used the workflow reaction 'Automatic Page Forwarding' successfully? We are testing at the moment and although the page disconnects from the listN as it should, it doesn't get moved to the specified list element, instead becoming an unlinked page. Anybody else come across this? Ne

Browse element with headline

2012-03-15 Thread Neil Fegen
Hi guys I've been using the browse element to list the next and previous page in a list of news articles, which works well. Is it possible to also pull through the title of the next/previous page, with rendertags or otherwise? Bit disappointing that the element is only capable of getting the

Re: Browse element with headline

2012-03-15 Thread Neil Fegen
ace next text with next page headline > $("#next-page-link").text(next_page_headline);}); > > > Hope that helps. > > -Jian > > > > On Thursday, March 15, 2012 7:09:36 AM UTC-4, Neil Fegen wrote: >> >> >> Hi guys >> >> I'

Recognising whether in production or development CMS...

2012-03-16 Thread Neil Fegen
Hi guys We had an issue earlier this week where we imported a template from uor development CMS into production and inadvertedly wrote over the Google Analytics code with a development version. Does anybody use any logic to ascertain whether the template is sitting in a production or developme

Getting current level of page

2012-03-21 Thread Neil Fegen
Hi, is there a rendertag available to show which level of a site the current page is in? For example, if I am at Home > About > History > Information, I might expect this to be 0 > 1 > 2 > 3 (or 1 > 2 > 3 > 4), showing 'Information' as level 3 (or 4). I have tried the following to no avail:

Re: Getting current level of page

2012-03-21 Thread Neil Fegen
Yep, using Navigation Manager... On Wednesday, 21 March 2012 13:58:11 UTC, Tony Gayter wrote: > > Are you using nav manager? > > On 21 March 2012 13:51, Neil Fegen wrote: > >> Hi, is there a rendertag available to show which level of a site the >> current page is in?

Re: Getting current level of page

2012-03-21 Thread Neil Fegen
tion templates? > > <%!! Context:CurrentLevelCount !!%> > > Should work, might be something stopping it in your code elsewhere in the > template, are you using it inside tags or something? > > > > On 21 March 2012 14:18, Neil Fegen wrote: > >> Yep, using Navigation Mana

Re: Getting current level of page

2012-03-21 Thread Neil Fegen
remove teh <%!! !!%> bits, you only need them if its outside the > reddot tage or in the htmltext area > > On 21 March 2012 14:47, Neil Fegen wrote: > >> Hi Tony >> >> Thanks for helping with this - yep, the navigation templates are entirely >> wit

Re: Getting current level of page

2012-03-21 Thread Neil Fegen
On Wednesday, 21 March 2012 13:51:31 UTC, Neil Fegen wrote: > > Hi, is there a rendertag available to show which level of a site the > current page is in? > > For example, if I am at Home > About > History > Information, I might > expect this to be 0 > 1 > 2

Re: Getting current level of page

2012-03-21 Thread Neil Fegen
That's it, working now. Magic, thanks Tony. Cheers On Wednesday, 21 March 2012 15:25:55 UTC, Tony Gayter wrote: > > Ah, sorry CurrentDepth should be right, getting confused :s > > Depth is horizontal . Level is vertical > > On 21 March 2012 15:22, Neil Fegen wrote: >

First publish of every day fails...

2012-03-27 Thread Neil Fegen
Hi We've had a long standing issue on our development server where the first publish of every day usually fails with the following error: Errors: Procedure ReplaceHrefs of Class Module RDPublisher: Error in line 1630,91 (Object variable or With block variable not set) After restarting the se

Show sibling pages

2012-04-19 Thread Neil Fegen
Hi guys I want to do something relatively simple (?) - publish out the headlines and links of the current master page's siblings. We have the following setup: - Edinburgh - Borders - Orkney and I'd like to display in the content class used on each of those pages, links to the other master p

10.1 SP1 Hotfix 12 login error

2012-05-30 Thread Neil Fegen
Hi After upgrading to Hotfix12 (10.1 SP1), we see the following error on the login screen when using IE9 in Compatibility Mode: "The script file 'ioEditor/ioEditor.js' is not available in the current version. Clear the browser cache and call the logon mask again. If the problem persists, please

Adding keyword using JavaScript/RQL

2012-07-16 Thread Neil Fegen
Hi guys Based on Jian Huang's AutoFileName plugin, I've tried to make something similar to add a specified keyword to a page, rather than using cumbersome RQL directly in SmartEdit. I'm getting nothing saved - can anybody help with

Re: Adding keyword using JavaScript/RQL

2012-07-18 Thread Neil Fegen
e scenario when the target page do not already have > keywords assigned. It becomes more difficult when something is already > assigned. Please check out code in this plugin for handling category and > keyword on pages. > > http://simplyreddot.blogspot.com/2012/02/tagit.html >

Re: Adding keyword using JavaScript/RQL

2012-07-19 Thread Neil Fegen
###, ? > > If it is the later format, the AddKeyword need .split to parse it. > > Please let me know if you are still running into issues. > > Best, > > -Jian > > On Wednesday, July 18, 2012 4:04:48 AM UTC-4, Neil Fegen wrote: >&

Getting filename with render tag

2012-07-19 Thread Neil Fegen
Hi guys Is it possible to grab a page's filename using a render tag? Markus's Ultimate Render Tag Listsuggests 'FileName' is available (Context.CurrentPage.FileName?) under IPagebut I can't get any value returned. Would ju

Re: Remove page from live production, keep page and its versions in CMS

2012-08-10 Thread Neil Fegen
Hi CJ You could make a copy of the foundation template used for your problem page, replace the template with your new one and set that template not to publish. That should, in theory, give you a fully functioning page in the CMS that would never publish out (you may need to manually remove the

Deleting an element's value with RQL

2012-08-16 Thread Neil Fegen
Hi guys We use simple RQL to save a value to an element if a condition is met. If that condition is then changed, we need to remove the value from the element (i.e. save it to "") I can't get the RQL to work with saving an empty string - what is the best approach to either deleting an element'

Re: Deleting an element's value with RQL

2012-08-16 Thread Neil Fegen
*Edit: *Looking at the RDCMS.log file, deleting the element content saves the value as a hash tag and the session key, e.g., "#CBBAEF499E8B4B92836A77BE02896BC3" Useful if you need to delete an element's value... On Thursday, 16 August 2012 11:04:17 UTC+1, Neil Fegen wrote: >

Non-master pages not published in publishing job

2012-09-04 Thread Neil Fegen
Hi guys As per Jian's advice on navigation emulation, I've started making our foundation news templates outside of navigation manager, and compensating for the loss of breadcrumbs, nav, etc. This is fine but it now means th

Re: Non-master pages not published in publishing job

2012-09-04 Thread Neil Fegen
Never mind, didn't publish from the news archive page but a full publish from the homepage got them... On Tuesday, 4 September 2012 13:56:03 UTC+1, Neil Fegen wrote: > > Hi guys > > As per Jian's advice on navigation > emulation<http://simplyreddot.blogs

Re: Non-master pages not published in publishing job

2012-09-09 Thread Neil Fegen
> crawled all the time. If you have 10 pages, each with 9 links in left > navigation, that is 90 crawls. > > On Tuesday, September 4, 2012 10:32:25 AM UTC-4, Neil Fegen wrote: >> >> Never mind, didn't publish from the news archive page but a full publish >> fr

Re: Free all version compatible plugins

2012-09-09 Thread Neil Fegen
Great work Jian, looking forward to TagIt 2 which will allow assigning a category only (without having to add keywords). Neil On Thursday, 6 September 2012 14:18:20 UTC+1, Jian Huang wrote: > > Hi everyone, > > Making 7.x to 10.x plugin is not hard. > > Making 11.x plugin is easy. > > However, s

Simple user defined job failing

2012-09-21 Thread Neil Fegen
Hi guys I'm trying to write a basic user-defined job to call an asp page which adds a specified authorisation package to a specified page but nothing is happening - can anybody help? This is the content of the file: <% ' Create XML objects set objIO = Server.CreateObject("RDCMSAsp.RDPageData")

Setting linking appearance schedule

2012-11-06 Thread Neil Fegen
Hi guys I'd like to start a user-controlled job, once a new page has been created. The page is an event, which must have a start date and I want to use this date to set the page to expire the day after. I've tried the following code as a test to set an event to expire on 1 December 2012 but ge

Re: Setting linking appearance schedule

2012-11-21 Thread Neil Fegen
or message and see the statement I think it could be > possible that you forgot to chose a project. Do you use the statement that > validates a user? > > > Best regards, > Manuel > > > > On Tuesday, November 6, 2012 5:32:44 PM UTC+1, Neil Fegen wrote: >> >>

Creating zip files

2012-12-04 Thread Neil Fegen
I've posted an idea on Solution Exchange to offer native .zip functionality for zipping up assets. This was raised before (see https://groups.google.com/forum/#!searchin/reddot-cms-users/zip/reddot-cms-users/pZWC0i1WLcY/6Jy2esMr4S4J) so if you're a Solution Exchange member and would like to se

Re: Creating zip files

2012-12-06 Thread Neil Fegen
ist, but I will prioritize it since it sounds fun. > > On Tuesday, December 4, 2012 11:43:44 AM UTC-5, Neil Fegen wrote: >> >> I've posted an idea on Solution Exchange to offer native .zip >> functionality for zipping up assets. >> >> This was raised before (see

Re: Editing content class for scripts - quotes stripped out (Management Server 10.1 - 10.1.2.310)

2012-12-06 Thread Neil Fegen
Hi Tony It's IE formatting URLs/email addresses - the best thing is to put the last quote in first and add the first quote last - that way, IE doesn't 'auto-format' it by removing the quotes. So, to add a URL, type: 1) href=http://www.example.com 2) Then add the final quote: href=http://www.ex

Keyword restriction

2012-12-07 Thread Neil Fegen
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 is created, according to the date - and I'd rather these weren't available when adding keywords to other pages. Can't see a

Re: Keyword restriction

2012-12-10 Thread Neil Fegen
Thanks, very helpful. On Friday, 7 December 2012 11:31:48 UTC, HiRAEdd wrote: > > 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 restric

Re: Upcoming events

2012-12-14 Thread Neil Fegen
Hi Joel We use some small RQL which is called when an event is created in SmartEdit (and a date set), and this causes the event to be deleted the day after it happens. This then leaves only events from that day onwards, allowing the list to start with the most recent event. Neil On Thursday,

Re: Editing content class for scripts - quotes stripped out (Management Server 10.1 - 10.1.2.310)

2012-12-14 Thread Neil Fegen
There is a Dreamweaver plug-in but it's not especially useful - you need to export and import the template file back into the CMS to test each time. Neil On Thursday, 13 December 2012 20:19:16 UTC, Joel Kinzel wrote: > > More realistically they need to find a better browser based code editor, >

Re: News Feed

2012-12-17 Thread Neil Fegen
Hi Varun Under Edit Sort Settings, choose Descending for the Sort Mode and then Internal page information > Modification date for the Sort criterion. Neil On Saturday, 15 December 2012 07:35:57 UTC, varun bhatla wrote: > > Hi Daniel, > > Thanks for your reply! > > But if I restrict it through E

Re: HTML Replace Table

2012-12-17 Thread Neil Fegen
Hi Daniel I found this a while ago and reported the issue, and it was confirmed as a bug with ID WSGMS-4924 in July 2010. Basically, trying to work with spaces in HtmlConvertTable doesn't work...this was the official response: "HTMLConvertTable functionality is not really meant for this kind o

Re: HTML Replace Table

2012-12-17 Thread Neil Fegen
Yeah, support confirmed it behaves as normal in Page Preview mode but not in Publish mode, so something is different... On Monday, 17 December 2012 09:03:23 UTC, Daniel Petroff wrote: > > Hi All > > We've been trying to do something using the HTMLConvertTable.txt file and > came across some stra

Turning RQL into a user-defined job (ASP)

2012-12-17 Thread Neil Fegen
Hi guys I'd like to call a user-defined job to look for pages of template X and remove keyword Y if the page was created between certain dates. I have the following RQL working in a SmartEdit page - what changes do I need to make to call it as a user-defined job .asp file? I presume changing t

Linking appearance schedule publishing error

2013-01-25 Thread Neil Fegen
Hi guys Have any of you ever experienced the following publishing error when a page has been set to expire at a certain date/time? Publishing error: ProcedureCheckIfAffected of Class ModulRDPublisher Database error occurred Have a ticket going with support but just wondered if this is a common

Sitemap for non-master pages

2013-02-13 Thread Neil Fegen
Hi all I imagine a lot of you generate an XML sitemap from your page content to help with SEO. I understand this picks up master pages but as we're about to move news articles out of navigation manager (as recommended), these will drop out of the sitemap. Have you done the same and submitted

Re: Sitemap for non-master pages

2013-02-13 Thread Neil Fegen
Hi Jian Thanks - as ever, superb answer...guessed as per point (1) it wouldn't matter too much but interesting to see the alternatives. Cheers Neil On Wednesday, 13 February 2013 12:21:00 UTC, Neil Fegen wrote: > > Hi all > > I imagine a lot of you generate an XML sitem

User-defined job to set appearance schedule for pages

2013-03-14 Thread Neil Fegen
Hi guys We have vacancies/events pages that have an end date and I currently use in-page RQL to set a linking/appearance schedule based on this date. I realise it would be far better to run this as a user-defined job, looping through all events/vacancies and adding the schedule 'out of hours' t

Re: Help needed! Responsive Design!

2013-04-30 Thread Neil Fegen
Hi Manuel We built our Heriot-Watt University site (http://www.hw.ac.uk) as a responsive design with WSM 10.1. Some areas are yet to catch up but it is largely responsive. Cheers Neil On Friday, 26 April 2013 08:37:02 UTC+1, Manuel Schnitger (OpenText) wrote: > > Hi all, > > I'm in need of a

Handling retina images

2013-04-30 Thread Neil Fegen
Hi We're starting to look at using retina image alternatives in our project and I wondered what would be the best approach for it? At present, we use 800x450 images for news articles. I'd like to start using 1600x900 versions for higher quality retina devices but generate the smaller 800x450 v

Re: Handling retina images

2013-04-30 Thread Neil Fegen
Hi Hilmar Thanks for the reply. So, in the template, I put img_large in the clipboard, chose img_small and selected 'Reference Element in Clipboard'. Nothing visually happens - there are no green arrows or text to indicate the reference like you would normally see. When I create a new page an

Re: Handling retina images

2013-05-01 Thread Neil Fegen
you couldn't pre-assign the reference on the content class. > > On Tuesday, April 30, 2013 11:32:36 AM UTC-4, Neil Fegen wrote: >> >> Hi Hilmar >> >> Thanks for the reply. >> >> So, in the template, I put img_large in the clipboard, chose img_sm

Re: Handling retina images

2013-05-01 Thread Neil Fegen
to GetHtml() > of the same placeholder. The Render tag gets the image before it gets > resized. <%!! > Context:CurrentPage.GetElementByName(img_ArticleImage).GetHtml() !!%> > > Hope this makes sense and is what you were looking for. > > Kind Regards > Daniel > > &

Re: Handling retina images

2013-05-01 Thread Neil Fegen
Yep, works like a charm :-) Thanks a lot, great use of render tag! Neil On Wednesday, 1 May 2013 15:05:56 UTC+1, Daniel Petroff wrote: > > Cool. Let me know. It should work because it's working in one of my > project right now :) > > > > On Wed, May 1, 2013 at 3:04

Re: Handling retina images

2013-05-09 Thread Neil Fegen
Thanks Tim, have done so now. On Thursday, 2 May 2013 20:45:00 UTC+1, Tim D wrote: > > Understood. You can vote for it by asking sup...@opentext.comto > note that your company wants Feature Request WSGREQ-810. > > On Wednesday, May 1, 2013 6:41:33 AM UTC-4, Neil Fegen wrot

Re: PreparePageValues: ERROR#9, Index was outside the bounds of the array.

2013-05-21 Thread Neil Fegen
Hi I've seen this on a page where this is an anchor link to a page in another project. Turns out the RedDot ProcessServer service had stopped running on the application server - once we restarted it, the error disappeared. Worth checking if you have server access. Neil On Wednesday, 8 May 20

Re: Handling retina images

2013-06-07 Thread Neil Fegen
Hi Tim Thanks but that just seems to link back to this group? Neil On Tuesday, 30 April 2013 11:55:33 UTC+1, Neil Fegen wrote: > > Hi > > We're starting to look at using retina image alternatives in our project > and I wondered what would be the best approach for it? &g

Re: RedDot ProcessServer Service not running after server reboot

2013-06-20 Thread Neil Fegen
A year late with this reply but in case it affects anybody else, we have the same issue - the RedDot ProcessServer Service fails to restart every time after a server restart, and has to be started manually. We have been through a few hotfixes and it has never been resolved so updates don't nece

FTP compression

2013-06-21 Thread Neil Fegen
Hi guys I'm a bit puzzled with a setting under Publishing Targets and wondered if anybody else used it... On your FTP target, if you Edit Publishing Target, there's an option for 'Compression', which according to the 10.1 manual is recommended be set to 6 (values are 0-9, default is 0). Fair

Re: FTP compression

2013-06-21 Thread Neil Fegen
Hi Mario Thanks for the reply. So, providing your setup can handle it, this is worth using? I take it we're not looking at a gzip-style saving on the published site, it is just with the publishing process? Ta -- You received this message because you are subscribed to the Google Groups "RedD

Re: First publish of every day fails...

2013-06-28 Thread Neil Fegen
Hi Bart >From memory, this was due to anti-virus settings - I think we had to get the CMS added as an exception to stop on-demand scanning. Neil On Tuesday, 27 March 2012 10:27:05 UTC+1, Neil Fegen wrote: > > Hi > > We've had a long standing issue on our development se

Site publish: Following or Related?

2013-07-12 Thread Neil Fegen
Hi guys I'm a bit confused by the related/following publishing advice given at https://knowledge.opentext.com/knowledge/cs.dll?func=ll&objId=18029630&objAction=ArticleView - what is best practice for doing a full site publish from the start page? As the article suggests NOT doing following and

Re: Site publish: Following or Related?

2013-07-15 Thread Neil Fegen
od to have both enabled, so that little database > recording file relationship during publish is up to date, so Clean up > LiveServer works well. > > Best, > > -Jian > > On Friday, July 12, 2013 11:32:23 AM UTC-4, Neil Fegen wrote: >> >> Hi guys >> >&

Using different Publishing Targets

2013-11-28 Thread Neil Fegen
Hi all We currently have one publishing target, which publishes all HTML pages, content from each image folder, scripts, etc. I'd like this main variant to continue publishing our pages but use a second target to publish all the images, scripts - is this possible to set up? I can't find an eas

Re: Using different Publishing Targets

2013-12-02 Thread Neil Fegen
can publish to another target but it will > send pages and images. > > Best, > Tim > > On Thursday, November 28, 2013 4:39:36 AM UTC-5, Neil Fegen wrote: >> >> Hi all >> >> We currently have one publishing target, which publishes all HTML pages, >>

Re: Using different Publishing Targets

2013-12-02 Thread Neil Fegen
hing targets > or 1 publish target + a replication/cleanup process somewhere else. > > Best regards, > > -Jian > On Monday, December 2, 2013 10:51:25 AM UTC-5, Neil Fegen wrote: >> Hi Tim >> >> Thanks for the reply. >> >> We want minimal publishing

Changing content class GUIDs

2014-01-21 Thread Neil Fegen
Hi guys With one master project and several child projects, we've developed a number of new content classes over the years. Unfortunately, as the child projects were created at different intervals, several of the classes have different GUIDs between projects, making custom red dots problematic.

Re: Changing content class GUIDs

2014-01-22 Thread Neil Fegen
;m tempted to just make a few standard elements and just store the GUIDs in there for each project...if I had a large number of classes, would tackle more comprehensively but think that will suffice. Thanks Neil On Tuesday, 21 January 2014 14:15:08 UTC, Neil Fegen wrote: > > Hi guys >

Re: Changing content class GUIDs

2014-01-24 Thread Neil Fegen
maintaining hardcoded values in the plugin. In that case, it might be > easier to hard code those values in plugin. > > -Jian > > > On Wed, Jan 22, 2014 at 5:54 AM, Neil Fegen > > wrote: > >> Hi Jian, Gerlando >> >> Thanks for your replies. >> >