Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

How can I increase the Number of Characters in the Forum Signature

Asked Modified Viewed 1,764 times
A
Alex L
A
Alex L 10
  • Member, joined since
  • Contributed 188 posts on the community forums.
  • Started 58 threads in the forums
  • Started this discussions
asked
Member

Hello Community and Admins,

I just wonder how I can increase the number of characters in the forum signature at PF 7.02.07. I would like to have a more detailed signature in its own PF-Portal and find in the backend this signature option unfortunately not yet.

Can someone help me?

Thanks in Advance.
0 replies

2 posts

C
Chan
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,841 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions
answered
Super Admin

go to php my admin, change user_signature column in DB_USERS from varchar(200) to text
0 replies
A
Alex L
A
Alex L 10
  • Member, joined since
  • Contributed 188 posts on the community forums.
  • Started 58 threads in the forums
  • Started this discussions
answered
Member

Thanks @Chan,

I have changed it directly with an SQL query.

This is so and has worked well.

ALTER TABLE xxxxxxxx_users MODIFY user_sig TEXT NOT NULL;  


The forum signature I can now make more detailed. What I wanted to have;)
0 replies

Category Forum

User Administration - 8

Labels

None yet

Statistics

  • Views 0 views
  • Posts 2 posts
  • Votes 0 votes
  • Topic users 2 members

2 participants

C
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,841 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions
A
A
Alex L 10
  • Member, joined since
  • Contributed 188 posts on the community forums.
  • Started 58 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet