Author |
|
robertboyl Groupie
Joined: 24 August 2014 Location: Argentina
Online Status: Offline Posts: 73
|
Posted: 04 November 2014 at 2:26am | IP Logged
|
|
|
Here's a 20 min video tutorial a colleague made about WebMail Pro. Feel free to use it.
http://www.emailnuvem.com/videos/afterlogic/Afterlogic WebMail Pro.html
All the best,
- Robert
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 05 November 2014 at 3:13am | IP Logged
|
|
|
Thank you very much for this amazing contribution! I hope it will be of invaluable help for other users!
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
robertboyl Groupie
Joined: 24 August 2014 Location: Argentina
Online Status: Offline Posts: 73
|
Posted: 12 November 2014 at 5:24am | IP Logged
|
|
|
You can add the video in the login page or inside webmail, next to Settings and Logout, to the left of those.
turns out rather simple to add links to that top-right location. In templates/views/Common/HeaderViewModel.html file, find the following code:
<span class="item logout">
<span class="link" data-i18n="HEADER/LOGOUT" data-bind="i18n: 'text', click: logout"></span>
</span>
<span class="item settings" data-bind="css: {'current': currentTab() === Enums.Screens.Settings}">
<a class="link" href="javascript: void(0);" data-i18n="HEADER/SETTINGS" data-bind="i18n: 'text',
attr: {href: sSettingsHash}"></a>
</span>
and right after it, add something like:
<span class="item settings">
<a class="link" href="http://www.emailnuvem.com/videos/afterlogic/Afterlogic WebMail Pro.html" target="_blank">Webmail Video Tutorial</a>
</span>
|
Back to Top |
|
|
huynh.chau119 Newbie
Joined: 16 January 2015 Location: United States
Online Status: Offline Posts: 6
|
Posted: 16 January 2015 at 2:18am | IP Logged
|
|
|
Thank you for sharing the tutorial really helpful
|
Back to Top |
|
|
robertboyl Groupie
Joined: 24 August 2014 Location: Argentina
Online Status: Offline Posts: 73
|
Posted: 22 June 2015 at 5:59am | IP Logged
|
|
|
My pleasure, huynh, glad you enjoed it. Will update it as time permits and new features are added.
|
Back to Top |
|
|