Garani
Active member
Hi all!
I am starting to play with the templates and add-ons and I have found a possible bug.
I am working on the thread_create template to add a DIV that draws a box so that I can upload some more info for that thread. The code I have put in place is (I have cut out the rest of the code):
	
	
	
		
I have a phrase in Master Language with title: iio_optional_fields and content "Optional Fields"
When the page is rendered the HTML that I get is the following:
	
	
	
		
The rest of the phrases are displayed correctly, but not this one. I wonder if I stumbled on a bug or I am missing something along the line...
				
			I am starting to play with the templates and add-ons and I have found a possible bug.
I am working on the thread_create template to add a DIV that draws a box so that I can upload some more info for that thread. The code I have put in place is (I have cut out the rest of the code):
		HTML:
	
	        <div id="photo-upload-box">
                <h1>{xen:phrase iio_optional_fields}</h1>
<SNIP>
        </div>
	I have a phrase in Master Language with title: iio_optional_fields and content "Optional Fields"
When the page is rendered the HTML that I get is the following:
		HTML:
	
	        <div id="photo-upload-box">
                <h1>Create Thread</h1>
<SNIP>
        </div>
	The rest of the phrases are displayed correctly, but not this one. I wonder if I stumbled on a bug or I am missing something along the line...