This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 3
MachForm in HelpText
Started 11 years ago by eventura | 2 posts |
-
Hi Guys
We have a number of installations now that have the "Powered By" switch correctly switched off and a theme that represents our company etc.
However we've just noticed that the help text in the question mark areas contains a number of references back to MachForm.
Can these be neutralised when buying the pro version
e.g.
<b>This is the email address being used to login to the MachForm panel. </b>
becomes
<b>This is the email address being used to login to the panel.</b>Or where can we manually remove these references?
Posted 11 years ago # -
There's no way through the Machform admin back-end to change this.
The"Pro" version features are the same as the other versions, except you can installation to 10 domains, get 3 install/assistance from Appnitro and 20 admin users. Otherwise, it is the same product as the other licence levels.
You have to dig into the code a bit to find that particular example:
This is the email address being used to login to the MachForm panel.
Open the file "my_account.php" (in the main machform application folder). Go to line(s) around 90,91 Find this code below and change the "title" attribute of the
<img>
tag to whatever you like.title="This is the email address being used to login to the MachForm panel
Change the title attribute.
You will have to do the same with others - but not an easy, straightforward task, so I wouldn't attempt it unless you're comfortable in finding your way around php pages and modifying the snippets of HTML that make up the page you see in your browser (even a simple change like this).
Posted 11 years ago #
Reply
You must log in to post.