Quote:
when I go to by forum on bugs.php?do=add
Then I have a big button "Reset Fields" below my textbox but only a tinywiny submitbutton (I think it is submitt because you forgott the text for the button)
|
There should definitly be a text ...
Take a look at template bugs_addbug:
Code:
<input type="submit" value="$vbphrase[submit]" name="submit" />
Varname "submit" belongs to phrasegroup GLOBAL and thus is available everywhere ...
> If I click on Edit Bug I get an empty page just the navbar and your copyright text.
> Add Bugnote is also not possible same as above
Hmm. Not reproducable here.
Do you have Template Names as comments in HTML turned on?
If so would it be possible to check if the template bugs_addbug or bugs_adbugnote actually get's called?