Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases

Reply
 
Thread Tools
Advanced Recipients List Control Details »»
Advanced Recipients List Control
Version: 2.0, by Zero Tolerance Zero Tolerance is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Version: 3.0.7 Rating:
Released: 03-05-2005 Last Update: 03-07-2005 Installs: 29
 
No support by the author.

This was made by request, however i may of gone a little over the top, doing more than requested, but hey, more = good, right?

Anyway, what does this do?
Description:
The "Advanced Recipients List Control" creates a GUI (General User Interface) to easily adapt Recipients to your PM list in an extremely easy way, with no manual work required or knowing of full usernames.

Features:
- GUI (General User Interface)
- Search - (You may input full usernames, or just part, the search will return multiple results if more than 1 are found)
- Add Recipient - (Select the user from the results drop down list, hit insert, and bam, there in the list!)
- Remove A Recipient - (Added one by mistake? Don't worry, just hit remove and there gone from the list!)
- No refreshing - At All! - (The system will search, add, remove recipients, and all this is dynamic, controlled by javascript, allowing fast and easy usability)
- Full compatability in FireFox (and possibly other browsers too, havn't tested though)

Version 2.0 Features:
- Recipients shown in 2 columns (instead of 1 big column)
- Buddy List is shown to add buddies to recipients list easily
- Table layout improved, just a little neatened structure
- Bug Fix for Arcade collision fixed

Note:
For those upgrading from v1, just download and re-do ALL edits.

Previews are posted below, and contained within the download, enjoy!

- Zero Tolerance

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 03-08-2005, 12:27 PM
J.C.'s Avatar
J.C. J.C. is offline
 
Join Date: Apr 2003
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Oblivion Knight
I found the issue.. This mod conflicts with the v3arcade modification.

The "Arcade Game Search" box already uses the element name 'search'.
I'm concerned about this since my forums also have Arcade installed, any fix for this?
Reply With Quote
  #23  
Old 03-08-2005, 12:53 PM
Oblivion Knight's Avatar
Oblivion Knight Oblivion Knight is offline
 
Join Date: May 2002
Location: Sheffield, UK
Posts: 1,757
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by J.C.
I'm concerned about this since my forums also have Arcade installed, any fix for this?
There sure is! - Install everything as normal, and then do the following steps..

In pm_newpm template, find:
HTML Code:
						Search = document.getElementById('search').value
Replace it with:
HTML Code:
						Search = document.getElementById('searchpm').value
Now, find:
HTML Code:
					<td><input type='text' id='search' class='bginput' /></td>
Replace it with:
HTML Code:
					<td><input type='text' id='searchpm' class='bginput' /></td>
All fixed..
Reply With Quote
  #24  
Old 03-08-2005, 06:11 PM
Zero Tolerance's Avatar
Zero Tolerance Zero Tolerance is offline
 
Join Date: Feb 2004
Location: England
Posts: 813
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ah, the WYSIWYG javascript global variables use the new Object() method, and i called one of my variables Object, how nice, collision

Anyway, to fix this, go to the template "pm_newpm"
Find:
Code:
Object    = document.getElementById('buildSearch')
Replace With:
Code:
ObjectIns    = document.getElementById('buildSearch')
Find:
Code:
Object.innerHTML = BuildHTML
Replace With:
Code:
ObjectIns.innerHTML = BuildHTML
Save the template, and it will work in WYSIWYG mode

Also TosaInu, nice suggestions, i wasn't planning on making a newer version for this but with those ideas it doesn't seem like a bad idea to implement that

- Zero Tolerance
Reply With Quote
  #25  
Old 03-08-2005, 08:20 PM
Zero Tolerance's Avatar
Zero Tolerance Zero Tolerance is offline
 
Join Date: Feb 2004
Location: England
Posts: 813
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Version 2.0 has been released, read main post for more information.

- Zero Tolerance
Reply With Quote
  #26  
Old 03-08-2005, 08:47 PM
gregsbaby64 gregsbaby64 is offline
 
Join Date: Feb 2005
Location: MD
Posts: 39
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you SO much for getting this hack completed! I just tested it and everything is working great in FF with a 3.0.7 Vbulletin board. Yay!

In the future, maybe a hack add-on for the people that would like to search the members list. I only have about 20 members, so I know their names, but others may not. If it's an option, then people don't have to install it if they have more than say 50 members.

Thanks again!
Reply With Quote
  #27  
Old 03-08-2005, 09:01 PM
cirisme cirisme is offline
 
Join Date: Jan 2003
Posts: 136
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Broken in Safari. Perhaps as part of the default install, you test for known working browsers and if it isn't one of them, you go to the old interface? Just a suggestion...
Reply With Quote
  #28  
Old 03-08-2005, 10:11 PM
Oblivion Knight's Avatar
Oblivion Knight Oblivion Knight is offline
 
Join Date: May 2002
Location: Sheffield, UK
Posts: 1,757
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm very impressed with the improvements of v2..

Excellent, excellent work ZT.
Reply With Quote
  #29  
Old 03-09-2005, 12:49 AM
Zero Tolerance's Avatar
Zero Tolerance Zero Tolerance is offline
 
Join Date: Feb 2004
Location: England
Posts: 813
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

gregsbaby64 - I'll try get that done when i have a few spare minutes

cirisme - Well, i aimed to get it working in Internet Explorer and Firefox, the 2 most used browsers on the net, and if something works in Firefox, it will most likely work in Netscape and a range of other browsers. But safari is a rarely used one, so i'm trying to provide for the mass majority here.

Oblivion Knight - What can i say, thanks

- Zero Tolerance
Reply With Quote
  #30  
Old 03-09-2005, 12:59 AM
Lionel Lionel is offline
 
Join Date: Dec 2001
Location: Delray Beach, Florida
Posts: 3,277
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

A nice little option could be to place some sort of red asteriks to indicate those who have disabled PM (cannot receive, so might as well be alerted up front :-))
Reply With Quote
  #31  
Old 03-09-2005, 02:39 AM
neocorteqz's Avatar
neocorteqz neocorteqz is offline
 
Join Date: May 2002
Location: Barefoot Bay Fl
Posts: 473
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very Nice work.

I may install this soon.
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:22 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05706 seconds
  • Memory Usage 2,312KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_code
  • (4)bbcode_html
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete