News:

Wondering if this will always be free?  See why free is better.

Main Menu

Editing text on help page

Started by pittu, July 01, 2015, 05:26:31 PM

Previous topic - Next topic

pittu

I opened Help.English.php
Not that one.

Where exactly I need to edit this text? (text I see when I click on 'Help' menu)

Livaco


pittu

Click on the 'Help' link in top navigation bar of this forum. You will see the text under 'SMF User help'.

That text I need to edit with my text.

margarett

Se forem conduzir, não bebam. Se forem beber... CHAMEM-ME!!!! :D

QuoteOver 90% of all computer problems can be traced back to the interface between the keyboard and the chair

pittu

I removed everything between <?php .... ?> and added some html with echo statement.


<?php
echo'
my html here'
;
?>


The html is displaying above header of the page. why?

Shambles

Because it's being executed before the template.

You cannot use that php file to output anything; use it to set variables and make decisions etc.

pittu

How can I do that?

I want some html to display there instead of default user help.

Shambles

Look at how the supplied Manual.english.php does it, then change that to include the text/html you desire.


$txt['manual_introduction'] =


To do a complete rehash you'll have to modify Help.template.php.

Advertisement: