Форуми / Cotonti / Bugs / Archive / Putting a epostrophy in the forum title (Pop'in)

CorpQuid
#10179 19.03.2009 01:04
Thanks for the smile Lombi :-))

This is strange I went to one of my Seditio installs and I do see where you can edit the title but on my Cotonti install the edit text feild above the textboxer does not show up, I do have the ability to edit tags.

I looked in both the Sed install and the Cotonti install and see {FORUMS_EDITPOST_TEXTBOXER}
Is there a setting somewhere or do I need to configure the textboxer to display this?

Edit
Ok I got it figured out. And I will need to let Pieter know about this as well.
I was using the Axis4 skin and the following tags were left out.

Find Line 31 of forums.editpost.tpl
	<tr>
		<td>
		<div style="width:96%;">{FORUMS_EDITPOST_TEXTBOXER}</div>
		</td>
	</tr>

And change to
<tr>
		<td>
		<div style="width:96%;">
		  <p><span style="width:100%;">{PHP.L.Topic}: {FORUMS_EDITPOST_TOPICTITTLE}<br/>
{PHP.L.Description}: {FORUMS_EDITPOST_TOPICDESCRIPTION}</span><br />
{FORUMS_EDITPOST_TEXTBOXER}</p>
		  </div>
		</td>
	</tr>

Відредаговано: CorpQuid (19.03.2009 01:26, 16 років тому)