QUOTE
I whant to change the text "RVSiteBuilder", and Icon, on cPanel/RVSkin, how to do it?
In RVSkin you can usage RVSkin manager-> Message Editor-> in language file globaladdon you can see key RVSitebuilder, you can modify to all language if you want.
In x3 theme you can change text by edit in file /usr/local/cpanel/base/frontend/x3/dynamicui/dynamicui_rvsitebuilder.conf
CODE
itemorder=>40,version=> 1.0,itemdesc=>{Your Text},description=>{Your Text},group=>software,url=>/3rdparty/rvsitebuil
der/index.php/sitebuilder/sitebuilderhome,feature=>rvsitebuilder,imgtype=>icon,subtype=>img,type=>image,width=>32,height=>32,f
ile=>rvsitebuilder
But I not sure in x3 it will over write after update RVSitebuilder or not.
Thanks.