You are required to register before you can post. This is via a custom verification system. Please post any problems you are encountering here and I`ll do my best to respond as soon as I can. Please note that a reply WILL be posted to all queries, so do not double post. There are no guarantees
when a reply will appear but I do my best to answer all within 3/4 days max. Bumping topics won`t make the slightest difference.
IMPORTANT: Posts in English ONLY please, thank you! Any other languages will be ignored and your message deleted.
SEARCH: Use the search option to see if your question has been answered on the forum before. Or check the relevant script docs.
CUSTOMER: If you have purchased a commercial version of any of my software, using the contact option at the licence centre ensures a faster response.
AUTO DELETION: Accounts older than 5 days, with no posts or topics, are automatically deleted. Only register if you are thinking of posting.
PRIVATE MESSAGES: Private messages are currently disabled.
LINKS: Any links posted are 'NOFOLLOW' and will not be picked up by search engines.
You are not logged in.
Pages: 1
<strong>Hello Admin
Can you lead me how to increase the letters of the visitor's name more than 15 .
Thank you</strong>
Offline
You`ll need to do the following.
1. Update the database field and change it from 15 to what you want.
2. Open the index.php file and find line: 803
if ($MAIANPREVIEW->field_check(15,$name) && $these_fields['field_checking'])
Change the '15' to your new value.
Also, change the '15' on lines 716.
That should do it.
David.
Online
Thank you David very much ,
I changed the values in index.php , but I don't know how to manage with the database ... I tried but didn't know what to do .
thank you
Offline
Is PHPMyAdmin installed on your server for MySQL management? You should be able to change it there. Just click on the column name and increase the value.
David.
Online
Sorry , I didn't know which colomn name I have to manage with >>> I tried my best ..
i hope you may change this value in your script in the future or any update ,because it does not fit with other languages .
Thank you so much
Offline
The 'post_name' column in the visitors table and also the 'temp_name' in the tempdir table would need changing. I`ll see above making this an option in the settings for next time.
David.
Online
<strong> Thank you David , I did it ... everything is Ok</strong>
Offline
Cool, glad it worked.
David.
Online
Hi David, this fix seems not to work in version 3.2?
Can you help?
[EDIT]
Oops! - just found the error checking page in the admin panel and disabled it.
I should pay more attention!
Rich
Last edited by lledor (13-03-2011 13:05:34)
Offline
Hey, no worries Rich. ![]()
Online
Pages: 1