Version: 1.00, by Lea Verou
Developer Last Online: Jul 2012
Version: 3.0.7
Rating:
Released: 08-27-2005
Last Update: Never
Installs: 1
Template Edits
No support by the author.
Hello, this is an easy and quick modification I made when I switched to vBbulletin from SMF cause I missed the personal text thing that SMF has.
What does it do?
It allows the user to type a small personal text in his options page and the text to be displayed under the avatar if he has one (if he doesn't have one then nothing is displayed) in both the postbit and the profile page.
Note that this is made only for the "classic" thread view and won't work with others as only the postbit_legacy template is modified.
How many file/template changes should I do? Is it difficult?
You won't have to edit any php file. Only 2 template modifications should be done and you will have to add a custom profile field via the vBulletin admin cp. normally i don't think it will take more than 5 minutes
The templates that will be edited are "postbit_legacy" and "MEMBERINFO".
Ok, tell me how to do it!
Before or after these changes create a single line textbox in the custom profile fields with name "field6" or if it gets another name change filed6 in the code to the field's name and in Which page displays this option? choose "Options: other" so that it's displayed in the options page and also not in the profile page like eg "Biography" Also set the maximum characters to a relatively small amount (I have it equal to 100 in my forum) so that the postbit doesn't get too large as there will always be somebody to post his whole life story in it! :P
I hope you like it cause it's my first mod. Any suggestions, bug report and questions are welcome!
Below I attach 2 screenshots so that you can see how it looks!
Sorry if such a mod has been posted before, I haven't come across any! However if you see a similar one I would appreciate it if you informed me!
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
My goal is to imitate the SMF feature that some people like me that have switched to vBulletin may be missing
You'll undersand the goal of it better if you see a SMF forum
For instance in our forum we don't allow custom titles. Also this is useful so that the user can have a comment for his avatar or a sentence to comlete it's meaning. It's totally different from the usertitle. This has to do mostly with the avatar, not the user overall. This is also why the text is not displayed if the user doesn't have an avatar: there is no need to.
Also your code would get quite messy if a forum has many usergroups I think.
Thanks however for the alternative, maybe some people would need it