|
Renaming the Modules Title
|
| Click on the Settings menu item |
 |
| Edit the Module Title and then click on Update |
 |
|
If the module does not have the Settings option, like for example the Shopping Cart module, you still could edit the title manuallly by editing the ModuleTitle field of the Modules table for the specific PortalID. Remember to refresh the cache after the update. For more information click here |
|
To do that: go to Host --> SQL and type: SELECT * FROM Modules WHERE PortalID = 0 (or the actual value of your portal). Click on the 'Execute' link. You'll get the list of all module, get the ModuleID of the one you want to edit and the type UPDATE Modules SET ModuleTile = 'New Module Name' WHERE ModuleID = then click on the 'Execute' link. |
 |
Renaming the Pages Name
|
|
To rename the pages, select the Page from the menu, click on settings and then rename page name. You may not see the change immediately this is due to the cache. To avoid that clear the cache after you made the changes. |
 |
|