Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Adding a New Page in 4.5.1 Puts Page Name in All FieldsAdding a New Page in 4.5.1 Puts Page Name in All Fields
Previous
 
Next
New Post
4/19/2007 1:42 PM
 

I have had this happen on each new page since updating to 4.5.1.  If I add a new page and type the page name in the page name field and hit update.  The page is created fine.  If I edit the page the page name is in the page title, description, and keywords fields.  Anyone else experiencing this?  I did an upgrade from 4.5.0 to 4.5.1.

Dax

 
New Post
4/19/2007 10:30 PM
 

It's an issue with updating as well.  I have edited a page, cleared out the duplicate field entries, and hit update.  Doesn't fix the problem.  The is killing my keywords and descriptions from the site settings and making the titles lose the breadcrumb effect that is good.  No one else experiencing this?

Dax

 
New Post
4/20/2007 2:54 AM
 

I've just now updated and checked this out straight off.

It looks to me as if it now automatically populates any empty fields with the page name.However, I've been through it several times over now and it does seem to respect anything I type in manually... meaning, if I type in my own title, description or keywords, they are there when I go back and check.

That would seem to be a good feature... but as you point out, it is stopping the Admin, Site Settings Description and Keywords from showing up.

I'll add this to Gemini.

Rob

 
New Post
4/20/2007 2:58 AM
 
 
New Post
4/20/2007 2:29 PM
 

This can be fixed in \admin\Tabs\ManageTabs.ascx.vb

Line 213 Reads...

 If txtTitle.Text <> "" Then
objTab.Title = txtTitle.Text
Else
objTab.Title = objTab.TabName
End If
If txtDescription.Text <> "" Then
objTab.Description = txtDescription.Text
Else
objTab.Description = objTab.TabName
End If
If txtKeyWords.Text <> "" Then
objTab.KeyWords = txtKeyWords.Text
Else
objTab.KeyWords = objTab.TabName
End If

Change it to...

 

If txtTitle.Text <> "" Then
objTab.Title = txtTitle.Text
Else
'objTab.Title = objTab.TabName
End If
If txtDescription.Text <> "" Then
objTab.Description = txtDescription.Text
Else
'objTab.Description = objTab.TabName
End If
If txtKeyWords.Text <> "" Then
objTab.KeyWords = txtKeyWords.Text
Else
'objTab.KeyWords = objTab.TabName
End If

Cheers,

Dave

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Adding a New Page in 4.5.1 Puts Page Name in All FieldsAdding a New Page in 4.5.1 Puts Page Name in All Fields


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out