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.
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.4 troubleshooting → 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.
HTML templates are stored in PHP files.
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?
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.
What do you exactly mean?
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?
$lang_ - call language files...
login['New password request'] - ... in file /yourlanguage/login.php find key "New password request"
PunBB Forums → PunBB 1.4 troubleshooting → No html to edit?
Powered by PunBB, supported by Informer Technologies, Inc.