Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
i have installed Blog4Umbraco 2.026 on fresh-installed Umbraco 4.7
but links in Comment Moderation tab at dashboard not working (no postback occurs)
Then i tried to use the built-in Change Password tab at dashborad and changed my umbraco user password successfully.
Then again, i returned back to Comment Moderation tab and this time everythings worked properly, clickable links, mark as spam, delete etc.. Why?
i guess there is a client-side script issue, but i could not solve?
Did anyone have that issue, and can you help me? thanks
i remove the other built-in tabs of Content area and fixed. i don't know why but it works fine.
usercontrol conflicts I would think!... Glad you got it figured out.
You can keep the change password control in to the dashboard.
Adding the "validationGroup" to the change password functionality user control (/unbraco/dashboard/ChangePassword.ascx) fixes the issue.
It is detailed here and I have just successfully tried it.
Hope this helps.
Nigel
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Dashboard Comment Moderation Problem
i have installed Blog4Umbraco 2.026 on fresh-installed Umbraco 4.7
but links in Comment Moderation tab at dashboard not working (no postback occurs)
Then i tried to use the built-in Change Password tab at dashborad and changed my umbraco user password successfully.
Then again, i returned back to Comment Moderation tab and this time everythings worked properly, clickable links, mark as spam, delete etc.. Why?
i guess there is a client-side script issue, but i could not solve?
Did anyone have that issue, and can you help me? thanks
i remove the other built-in tabs of Content area and fixed. i don't know why but it works fine.
uncomment below rows in config/Dashboard.config file.
<section alias="StartupDashboardSection"> <access> <deny>translator</deny> </access> <areas> <area>content</area> </areas> <tab caption="Get Started"> <control showOnce="true" addPanel="true" panelCaption=""> /umbraco/dashboard/startupdashboardintro.ascx </control> <control showOnce="true" addPanel="true" panelCaption=""> /umbraco/dashboard/startupdashboardkits.ascx </control> <control showOnce="true" addPanel="true" panelCaption=""> /umbraco/dashboard/startupdashboardvideos.ascx </control> </tab> <tab caption="Last Edits"> <control>/umbraco/dashboard/latestEdits.ascx</control> </tab> <tab caption="Change Password"> <control addPanel="true">/umbraco/dashboard/changepassword.ascx</control> </tab> </section>usercontrol conflicts I would think!... Glad you got it figured out.
You can keep the change password control in to the dashboard.
Adding the "validationGroup" to the change password functionality user control (/unbraco/dashboard/ChangePassword.ascx) fixes the issue.
It is detailed here and I have just successfully tried it.
Hope this helps.
Nigel
You can keep the change password control in to the dashboard.
Adding the "validationGroup" to the change password functionality user control (/unbraco/dashboard/ChangePassword.ascx) fixes the issue.
It is detailed here and I have just successfully tried it.
Hope this helps.
Nigel
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.