Quick Nav:  Online Store   |   Login | Register

FCK Editor Browsing Page Links

Rate this topic:

Please Register to post a reply. Another benefit of registration is the ability to subscribe to and recieve notifications of new posts.
AuthorMessages
steph balza
<50 Posts
Posts:23


03/17/2008 10:19 AM  

Hi John, I have your newest version installed. I implemented your rule you showed me to rename the pages from default.aspx to Keyword.aspx. That works great, however when I add a text / html module to a page and when I go to edit my text I clicked on the little link button and clicked on "Browse Server" then selected the "Page ( A Page On Your Site)" radio button. I select my page and hit update. Now, when I go and click on that link it points back to the old url structure (default.aspx) instead of keyword.aspx. I am wondering if anyone else has had this issue or if I actually have to enter the whole url in myself instead of browsing and selecting the page from the dropdown list? Thanks!

John Mitchell
Posts:2779


03/17/2008 10:25 AM  

Hi Steph,

PageBlaster replacement rules work on the output of the page right before they are sent to the browser.  If the FCK editor is creating a link that looks different than what the replacement rule expects the it may not be replacing those.

In other words, PageBlaster does not change the way FCK editor inserts the link into your HTML. It only allows you to change the HTML after it has been processed by everything in DNN.

Do the links created by using the FCK editor look different than the links that we made the replacement rule for?

steph balza
<50 Posts
Posts:23


03/17/2008 12:12 PM  

I just looked at the source of the link after I browsed to it from the fck editor. Here is what it puts into my page: /LinkClick.aspx?link=84&tabid=82.Then when I click on it it goes here:http://process.feeco.com/ProductsandServices/ProductLine/ThermalProcessing/RotaryDryers/tabid/84/Default.aspx instead ofhttp://process.feeco.com/ProductsandServices/ProductLine/ThermalProcessing/tabid/84/RotaryDryers.aspx which is what we made the rule for.

John Mitchell
Posts:2779


03/17/2008 12:36 PM  
Ahh, that's right. Using that Url control will do that. Same thing with the Links module. I recommend that you do not use the DNN Url control because when you get that linkclick link it does a 302 redirect. That and the links all going to LinkClick.aspx is bad for SEO.
steph balza
<50 Posts
Posts:23


03/17/2008 12:41 PM  

Ok, thank you I will update the links I can. Is there a "Rule" that I could ad though if I can't update some?

John Mitchell
Posts:2779


03/17/2008 1:02 PM  

You could replace those links like shown below, but that will be a different Page Name with the same content which is not good for SEO either (although it is not as bad as the 302 redirect)

 

SearchFor:
LinkClick\.aspx\?link=\d+&tabid=(\d+)

ReplaceWith:
Default.aspx?tabid=$1

Please Register to post a reply. Another benefit of registration is the ability to subscribe to and recieve notifications of new posts.
Forums >Snapsis Product Support >PageBlaster > FCK Editor Browsing Page Links



ActiveForums 3.7
Powered by: Snapsis Software