Version: 2.00, by Alan_SP
Developer Last Online: Oct 2023
Category: Profile Enhancements -
Version: 4.x.x
Rating:
Released: 02-19-2012
Last Update: Never
Installs: 8
Template Edits
Re-useable Code
No support by the author.
With this you could have user notes visible immediately on user's profile and you could add them, edit them and everything else you do with user notes without need to go to separate window.
With $bbuserinfo,5,6,7 you define which usergroups will see user notes inside user's profile.
You could define height to different value, depending what you prefer, it doesn't have to be 300px. Also you could add FRAMEBORDER=0 if you don't want border around your IFRAME.
Also, you can made this into collapsible block, so if you don't want to see it time from time, use this html code instead:
Code for making something into collapsible block you can find here.
In case that you decide to use this template change, it would be wise to change two additional templates, to remove unwanted header, navbar and footer.
This is that button for adding new user notes is separated from title of page.
I attached image how it looks if you place it above user's profile tabs.
v1.00 - Initial version.
v2.00 - Added option that usernotes block can be collapsible. Also changed text you need to find and add code below it, if you want it above user profile tabs.
Just an idea, you can test and see if it will work or not.
Every file has something like this on beginning:
PHP Code:
// #################### DEFINE IMPORTANT CONSTANTS ####################### define('THIS_SCRIPT', 'usernote');
This one is from usernote.php. Try to edit usernote and put profile instead. It can affect how vBulletin works, so be prepared to put things back and if it would work, test other things as well before you start thinking that it solved your problem.
Just an idea, you can test and see if it will work or not.
Every file has something like this on beginning:
PHP Code:
// #################### DEFINE IMPORTANT CONSTANTS #######################
define('THIS_SCRIPT', 'usernote');
This one is from usernote.php. Try to edit usernote and put profile instead. It can affect how vBulletin works, so be prepared to put things back and if it would work, test other things as well before you start thinking that it solved your problem.
Mark said it would involve editing core files, so I went ahead and just removed this from the themes. Thanks though.