Simple Machines Community Forum

SMF Support => SMF 2.0.x Support => Topic started by: Gherdez on July 03, 2015, 03:38:17 PM

Title: [FREE] How to make the personal text lenght longer
Post by: Gherdez on July 03, 2015, 03:38:17 PM
Hi, I'm not sure I'm doing it well so if I'm making something wrong I apologize.

Anyway, as the title pretty much says I need some help. I'm admin of my forum and I'm pretty sure I can solve this thing, I just need to know how to. I would like the personal text to be more longer. I mean, there's a good sentence I'd like to put but the white space gets filled and the sentence gets interrupted 'cause there isn't anymore space.

I've made a quick search and I bumped into this topic (http://www.simplemachines.org/community/index.php?topic=395407.0) which explained it, but I'm not able to access that panel (sources/profile-modify.php) because I don't know where's located and how I can find it.

Any kind of help will be appreciated, thanks.
Title: Re: [FREE] How to make the personal text lenght longer
Post by: Steve on July 03, 2015, 04:18:02 PM
Do you know how to use ftp or your forum's cpanel?

If so, download the Sources/Profile-Modify.php file twice, once in a safe place and once to edit.

Find this:

'personal_text' => array(
'type' => 'text',
'label' => $txt['personal_text'],
'log_change' => true,
'input_attr' => array('maxlength="50"'),
'size' => 50,
'permission' => 'profile_extra',
),


Change maxlength="50" to whatever number you want. Mine's set to 100.
Title: Re: [FREE] How to make the personal text lenght longer
Post by: Gherdez on July 03, 2015, 05:16:25 PM
Thanks for replying. Not really btw, I'm not very very expert on these kind of things even tho I'm admin from over a year.

Can you explain step to step how can I arrive there? Or at least an easiest way.
Title: Re: [FREE] How to make the personal text lenght longer
Post by: Steve on July 03, 2015, 08:55:55 PM
If you've been an admin that long, then you really need to learn how to ftp (amongst other things but you have to start somewhere :) ).

Start here and use Google or whatever search engine you prefer to find out about anything you don't understand.

How do I use FTP? / What is FTP? (http://wiki.simplemachines.org/smf/How_do_I_use_FTP)

After reading this, if you still don't understand something, let us know. :)

Btw, that article mentions something about ftp not being secure but almost all ftp clients use (or have the ability to use) sftp which IS a secure way to upload/download files. I'll propose some changes to that page to the doc team.
Title: Re: [FREE] How to make the personal text lenght longer
Post by: margarett on July 04, 2015, 07:48:45 AM
But the server might not support sftp. Most shared servers don't...
Title: Re: [FREE] How to make the personal text lenght longer
Post by: Steve on July 04, 2015, 09:11:20 AM
Oh ... didn't know that.
Title: Re: [FREE] How to make the personal text lenght longer
Post by: Empire KickAss on July 04, 2015, 09:15:17 AM
My shared server does support aftp. But then it is a Linux server
Title: Re: [FREE] How to make the personal text lenght longer
Post by: Gherdez on July 06, 2015, 12:23:24 AM
So guys?
Title: Re: [FREE] How to make the personal text lenght longer
Post by: Illori on July 06, 2015, 05:20:58 AM
your host should still provide ftp access or access to your files via their hosting control panel. either way will let you do the modification posted above.
Title: Re: [FREE] How to make the personal text lenght longer
Post by: Gherdez on July 06, 2015, 11:08:44 AM
Thanks I'll try it out then.