[OUTDATED] CUSTOMIZATION - How To Increase Topic Title Length »  Show posts from    to     

Icy Phoenix


Old Docs - [OUTDATED] CUSTOMIZATION - How To Increase Topic Title Length



dellmanx [ Mon 29 Dec, 2008 12:16 ]
Post subject: [OUTDATED] CUSTOMIZATION - How To Increase Topic Title Length
Good morning and mery xmas
I am running Icy Phoenix 1.2.0.27c and I notice that the title topic is 35 characters maximun
Can I increase it to 100 characters?

Second edit ( ~~ novice programmer on both ~~ ):

Solution by raphael10 (Copied from post below):

raphael10 wrote: [View Post]
From the italian IP forum:


1.

First of all: backup your database!

2.

In Mysql database issue the following command:

Code: [Hide] [Select]
query SQL: ALTER TABLE `ip_topics` CHANGE `topic_title` `topic_title` VARCHAR(100) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL


3.

OPEN
posting_body.tpl

FIND
Code: [Hide] [Select]
<td class="row2" width="78%"><input type="text" name="subject" size="45" maxlength="60" style="width:98%" tabindex="2" class="post" value="{SUBJECT}" {S_AJAX_BLUR} /></td>


CHANGE

Code: [Hide] [Select]
maxlength="60"


with the number you have put in VARCHAR (100 in this example)


novice programmer [ Mon 29 Dec, 2008 12:27 ]
Post subject: Re: Increace Topic Title
Yes, but you will have to increase the limit both in the .tpl file and at the DB.

If somebody con give more indications around this it would be fully apreciated. I know it has been answered before, but I am unable to find it now.


raphael10 [ Mon 29 Dec, 2008 18:44 ]
Post subject: Re: Increace Topic Title
From the italian IP forum:


1.

First of all: backup your database!

2.

In Mysql database issue the following command:

Code: [Hide] [Select]
query SQL: ALTER TABLE `ip_topics` CHANGE `topic_title` `topic_title` VARCHAR(100) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL


3.

OPEN
posting_body.tpl

FIND
Code: [Hide] [Select]
<td class="row2" width="78%"><input type="text" name="subject" size="45" maxlength="60" style="width:98%" tabindex="2" class="post" value="{SUBJECT}" {S_AJAX_BLUR} /></td>


CHANGE

Code: [Hide] [Select]
maxlength="60"


with the number you have put in VARCHAR (100 in this example)


novice programmer [ Tue 30 Dec, 2008 00:01 ]
Post subject: Re: Increace Topic Title
That's it!!

Moving to docs!!

Thanks raphael10!




Powered by Icy Phoenix