1

Topic: No html to edit?

Where are the html files in punbb? Is there a way to change(ex logo header) without doing it in the admin section.
There HAS to be an html script.

2

Re: No html to edit?

HTML templates are stored in PHP files.

MVP wrote:

Is there a way to change(ex logo header) without doing it in the admin section.

Why want you do that outside the Administration Control Panel?

3

Re: No html to edit?

I read through the php script, and I can't understand them(my php skill is slightly above average).
I've been studying php for a couple of months and I'm seeing functions/variables in punbb I've never seen before.

4

Re: No html to edit?

What do you exactly mean?

5

Re: No html to edit?

for example: Line 298-299 in the login.php file has this code
    <div class="main-head">
    <h2 class="hn"><span><?php echo $lang_login['New password request'] ?></span></h2>

I don't understand this: $lang_login['New Password request'].

All the php files are filled with codes like that. They call a php variable inside an html code. But where are they calling it from?

Re: No html to edit?

$lang_ - call language files...
login['New password request'] - ... in file /yourlanguage/login.php find key "New password request"