Quote:
Originally Posted by bananalive
On Edit Form page: - Add the following php code in the Form Hook: Form Start box:
PHP Code:
$navbits = construct_navbits(array( 'customurl' => construct_phrase("yourtexthere"), '' => construct_phrase($vbphrase['viewing_form'], $form['title']) )); $navbardone = true;
- Change customurl above to a url like showthread.php?thread=1
- Change yourtexthere to text you want displayed, eg. thread 1
|
Brilliant, thanks so much.
I've noticed an issue with Internet Explorer 8 and Single Line Textfield type questions. Any of my forms that have questions of this type, I cannot enter any data in the field. (when using the form) In Google Chrome, I don't seem to have any issues entering data.
In IE8, I can click in the field, and I see a blinking cursor. However, I cannot type anything. Do you see this on your system?
(I'm using 4.0.6 btw)
Thanks again,
Bobbo