want to add some "about us" informations at contact.php want to add some "about us" informations at contact.php
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

want to add some "about us" informations at contact.php

Started by railgun, July 10, 2016, 11:04:01 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

railgun

hello as the headline say, i want to add some "about us" infomartions at the contact side of coppermeine, to use this page for the "impressum",
the other way would be to get the code of the contact.php in a site of minicms but i think this would be more dificult.

ΑndrĂ©

You need to modify contact.php. Have a look at the end of the file to find a good place to start.

railgun

thanks fot tell me to edit the contact.php
i used trial and error to find the correct place where to edit it, and i have found it!
so if someone els want to edit it:
find:
// name field
ad above:

//own text field
if ($CONFIG['contact_form_subject_field'] != 0) {
       print <<< EOT
    <tr>

        <td class="tableb" align="right">
        </td>
        <td class="tableb">
            <span id="subject_wrapper" class="{$highlightFieldCSS}">
your text<br>
more text<br>
just another line<br>

  </span>
        </td>
        <td class="tableb">
        </td>
    </tr>
EOT;



then it can look like this:
https://railgun-on-tour.de/contact.php?referer=index.php