Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not update Latest Articles template setting #32

Closed
fntuncer opened this issue Jul 10, 2019 · 5 comments
Closed

Can not update Latest Articles template setting #32

fntuncer opened this issue Jul 10, 2019 · 5 comments

Comments

@fntuncer
Copy link

Can not update Latest Articles template setting. HTML Body field accepts only 50 caharacters. Also update button not updating. DNN Platform 9.3.2 and News Articles 00.11.03 both are new install.

@fntuncer
Copy link
Author

Updating module template setting but HTML Body, footer and header fields are accepts only 50 characters

@perezandres
Copy link

I've found same issue. Easiest workout is to edit the module template using FTP (it's in path \DesktopModules\DnnForge - LatestArticles\Templates\moduleId)

@Timo-Breumelhof
Copy link
Collaborator

Hmm strange. I just tested this and I have 392 characters in my latest template body text field and it updates just fine..

@Timo-Breumelhof
Copy link
Collaborator

I do see this

<asp:textbox id="txtHtmlBody" cssclass="NormalTextBox" runat="server" Rows="6" TextMode="MultiLine"
but my browser seems to ignore that. What browser are you using?
Could you try editing this file:

\DesktopModules\DnnForge - LatestArticles\LatestArticlesOptions.ascx

Find the line mentioned above and remove the maxlength="50" and let us know if that helps :-)

@perezandres
Copy link

I was using Chrome, but I kind of remember same issue with Firefox. I've removed that 50 char limit and now I can save my template. Reviewing the code I can see same limit for the rest of fields: header, footer, NoArticles,...
Thank you for the clue, Timo ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants