How do I change location of video tutorials icon?

Selena

Active Member
Jun 22, 2009
27
0
51
I would like the Video Tutorials icon on cPanel to link to a different page where I have my own tutorials. How do I go about making such a change?

thank you in advance.
Selena
 

AndrewH.

Well-Known Member
Dec 10, 2012
52
3
83
cPanel Access Level
Root Administrator
Short Answer:
If you want to edit the link that appears in cPanel(Video Tutorials):
/usr/local/cpanel/base/frontend/x3/dynamicui.conf
/usr/local/cpanel/base/frontend/x3mail/dynamicui.conf


Long Answer:
Links to our video tutorials are embedded in a few places in the product but all link to one point.

You can edit the /usr/local/cpanel/base/frontend/x3/tutorial.html file specifically:
<frame name="mainFrame" src="https://www.cpanel.net/products/cPanelandWHM/linux/cpanel11/tutorials.html">

and use whatever url you want.

If you don't want to use an iFrame but instead redirect I recommend reading this StackOverflow answer: How to redirect from an HTML page? - Stack Overflow


If you want to edit the link in the getting started popup this file contains the link:
/usr/local/cpanel/base/frontend/x3/branding/getstarted-pop.html

The link is also located in these locations:
/usr/local/cpanel/base/frontend/x3/branding/stdfooter.html
/usr/local/cpanel/base/frontend/x3/branding/monsoon/stdfooter.html
/usr/local/cpanel/base/frontend/x3/branding/blue_lagoon/stdfooter.html:
 

cPanelKenneth

cPanel Development
Staff member
Apr 7, 2006
4,607
80
458
cPanel Access Level
Root Administrator
Please keep in mind that any modifications of files distributed with cPanel & WHM (as are all of the files referenced by cpandrewhodge) will be undone the next time scripts/upcp runs.