Hi Jo, Thanks for update.
If you are using CurrentIndex.GetUrl(), you don't need the Bool:True parameter. Assuming you have ran the plugin and have identified all pages with multiple connections. 1. Regarding keyworded lists, please use shadow list method mentioned in this thread http://groups.google.com/group/reddot-cms-users/browse_thread/thread/566342261811bb53/e04a171bdd58ccd1#e04a171bdd58ccd1 2. Regarding navigation pages connected to multiple lists, please create a content class that does redirects either using javascript or meta refresh. Instead of connecting a navigation page in multiple locations, navigation page should live in 1 location, and use redirect pages at other locations to redirect. SEO? Use robot no in the <head> of the redirect page. 3. If you have news/events article pages as master pages, hence they appear in navigation manager structure, then you might want to see if you can turn that content class back into just a regular content class. Rule of thumb for navigation manager, if the page do not show up in navigation, it should not be a navigation page. Imagine if I am a news website and I have 10000+ articles... Please keep us updated on your progress. Thanks, -Jian On Feb 17, 5:55 am, JoFo <[email protected]> wrote: > Reading the publishing log file, it looks like the publisher is > following the navigation on the page...I've added Bool:True to the > geturl code and it still seems to be the same. > > Also we do have a lot of keyworded lists which would publish as > following pages. > > On Feb 11, 4:08 pm, Jian Huang <[email protected]> wrote: > > > Hi Jo, > > > Please find below the link to a plugin that will check multiple page > > connections for you > > >http://www.qfpost.com/download.do?get=31a2e25e6a0de1f3e3dd6fd940ff318d > > > To install, just drop content in zip (including the folder inside zip) > > to plugins folder, import plugin, activate and assign plugin in server > > manger. > > > In your project, smarttree, select a foundation content class, and > > click on the plugin check in action menu > > > The plugin will automatically go through all page instances of that > > content class and list pages are that connected to multiple > > locations. If you click on the result, it will take you to that page > > in SmartTree. > > > Best regards, > > > -Jian > > > On Feb 11, 10:17 am, JoFo <[email protected]> wrote: > > > > Hi, > > > > Thanks for the info :) I am using CurrentIndex rather than CUrrentPage > > > in nav template code...and have put the lst_navigation commented in > > > the html. As for pages in multiple locations....I've done some > > > checking, but not been through the whole site (there are a LOT of > > > pages) and most pages are referenced rather than connected in multiple > > > places. > > > > HOWEVER when the site was migrated (also new content classes, styles > > > etc) over to navigation manager there was a lot of disconnecting and > > > re-connecting of pages. Whether this has had an impact on the > > > publishing I'm not sure. > > > > Thanks > > > > On Feb 11, 1:40 pm, Jian Huang <[email protected]> wrote: > > > > > Hi Jo, > > > > > Not sure if you have had a chance to read my reply above. Have you > > > > tried to implement all the following fixes: > > > > > - use CurrentIndex.GetUrl() in navigation template code > > > > - add <!--<!IoRangeList><%lst_Navigation%><!/IoRangeList>--> or > > > > similar to all your foundation pages? > > > > - ensure a page is not connected in multiple locations, especially > > > > somewhere down its own tree. > > > > > On Feb 11, 6:34 am, JoFo <[email protected]> wrote: > > > > > > ok, so I've added the Bool:True to the GetUrl() code in the navigation > > > > > manager templates...this doesn't seem to have changed anything, the > > > > > publishing is still extremely slow and it is still publishing up the > > > > > tree. > > > > > > I'm wondering about the 'clear page builder cache before publication' > > > > > setting. I've heard that this drastically slows publication, but would > > > > > it be worth doing one publish with this checked to sort it out and > > > > > then revert back to publishing with it unchecked? I've cleared > > > > > navigation cache and page cache but doesn't seem to make a difference. > > > > > > Thanks > > > > > > On Feb 4, 4:09 pm, mreddot <[email protected]> wrote: > > > > > > > One more point: > > > > > > > you said, users are able to set pages not to show in left hand > > > > > > navigation. Dependent one your template implementation, maybe the > > > > > > publisher is not able to track the linking to the 'invisible' page. > > > > > > In > > > > > > this case the publisher does not publish this page AND the > > > > > > cleanup-job > > > > > > expects that this page is not available any longer -> deletion on > > > > > > the > > > > > > Liveserver. > > > > > > > On 3 Feb., 16:06, JoFo <[email protected]> wrote: > > > > > > > > Hi, > > > > > > > > I've read several similar posts, but nothing with an answer for > > > > > > > me...we're using navigation manager and reddot version 9.0.1.35. > > > > > > > Pages > > > > > > > can be set by the user to not show in left hand menus, but still > > > > > > > publish. The problem is, RedDot seems to ignore the pages that > > > > > > > don't > > > > > > > appear in the menu (even though they are physically on the > > > > > > > lst_navigation list in smart tree) and not only doesn't publish, > > > > > > > but > > > > > > > also deletes from the server if they have been previously > > > > > > > published > > > > > > > manually. > > > > > > > > This only seems to be a problem when publishing using all > > > > > > > following > > > > > > > pages. if the page itself is published it goes live with no > > > > > > > problem. > > > > > > > > If anyone has any insight into this, please let me know :)- Hide > > > > > > > quoted text - > > > - Show quoted text - -- You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/reddot-cms-users?hl=en.
