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

CorpQuid
#1 18.03.2009 11:27
Part 1
We have recently had an issue where putting an apostrophe in the forum title is causing a MySql error upon submit.

I Edited this post after I tested this here.
It don't do it here but on my site it does, anyone have any ideas?

Part 2
After all my uses of Seditio and now Cotonti I never had a reason to change a forum title name but now I do but I cannot for the life of me figure out where to do it in the software? Obviously I know your going to say Phpmyadmin but we should have an edit somewhere right?
Kilandor
#2 18.03.2009 12:54
Edit the first post in a thread, and you can edit the title/tags etc
CorpQuid
#3 18.03.2009 23:36
I don't see where you can edit the title, I can edit the post and the tags but there is nowhere to edit the title.

Maybe I'm missing a edit title tag??
Lombi
#4 18.03.2009 23:46
# Kilandor : Edit the first post in a thread, and you can edit the title/tags etc

:-)
<a href="http://www.domenlo.com">Surreal Art</a>
CorpQuid
#5 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, 15 лет назад)