Theoldwiz
03-01-2008, 10:00 PM
Hello, this mod lets your users type in a greeting along with a signature.
Profile Field:
User Profile Fields / Add new profile field / Single Line Text Box
Title: Greeting
Description: The greeting that shows up on all of your posts
Max input length: 25
Field Length: 25
Type: Single Line
Field Required: No, but display at registration, or just no, you choose
Field Editable: Yes
Private: No
Field Searchable on Members List: No
Show on Members List: No
Now go to user profile fields / user profile field manager
Jot down the field number of the greeting (It says fieldX)
Template Edits:
Go to your postbit or postbit legacy (whatever you use)
Find: <div id="post_message_$post[postid]" align="left">$post[message]
Add ABOVE: $post[fieldX] <br>
Replace: X with your fields number you jotted down.
Enjoy
Profile Field:
User Profile Fields / Add new profile field / Single Line Text Box
Title: Greeting
Description: The greeting that shows up on all of your posts
Max input length: 25
Field Length: 25
Type: Single Line
Field Required: No, but display at registration, or just no, you choose
Field Editable: Yes
Private: No
Field Searchable on Members List: No
Show on Members List: No
Now go to user profile fields / user profile field manager
Jot down the field number of the greeting (It says fieldX)
Template Edits:
Go to your postbit or postbit legacy (whatever you use)
Find: <div id="post_message_$post[postid]" align="left">$post[message]
Add ABOVE: $post[fieldX] <br>
Replace: X with your fields number you jotted down.
Enjoy