vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Advanced Recipients List Control (https://vborg.vbsupport.ru/showthread.php?t=77561)

J.C. 03-08-2005 12:27 PM

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?

Oblivion Knight 03-08-2005 12:53 PM

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.. :D

Zero Tolerance 03-08-2005 06:11 PM

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

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

Zero Tolerance 03-08-2005 08:20 PM

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

- Zero Tolerance

gregsbaby64 03-08-2005 08:47 PM

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!

cirisme 03-08-2005 09:01 PM

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...

Oblivion Knight 03-08-2005 10:11 PM

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

Excellent, excellent work ZT.

Zero Tolerance 03-09-2005 12:49 AM

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

Lionel 03-09-2005 12:59 AM

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 :-))

neocorteqz 03-09-2005 02:39 AM

Very Nice work. :)

I may install this soon.


All times are GMT. The time now is 07:05 AM.

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.01247 seconds
  • Memory Usage 1,740KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (4)bbcode_html_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete