vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   [RELEASE v2] Pop-up Buddy List (https://vborg.vbsupport.ru/showthread.php?t=14079)

MrLister 04-17-2001 04:06 AM

this is for two and it's a pop up. conan make sure to read the file. the file is instuctions and it works perfectly on mine but check again.

Wayne Luke 04-17-2001 05:06 AM

Quote:

Originally posted by RobAC
Is this for 2.0? What's the difference between this and what already comes with 2.0 beta 5? Would it be possible to see a gif of what this hack looks like?
You can see something similar by going to SitePointforums.com and clicking on "Launch Buddy List" in your personal features toolbar.

You will have to be a registered member to do this.

conan 04-19-2001 06:24 AM

I have uninstalled and installed this hack again 1000 times, I'm sure I'm following the exact directions, but the styles won't show properly.

The who posted hack by kier works fine with the styles and all it's beyond me why this isn't working :(

MrLister 04-19-2001 01:53 PM

well i'm not really sure try looking for stuff like #______ in the buddy_main and changing it to {f irstaltcolor} and stuff like that.

Joshs 04-28-2001 07:09 PM

How would I make the color of the username, pm function, and delete function text the same as the rest of my forum? Red not hovered; blue hovered?

Joshs 05-01-2001 04:53 PM

Another problem is that the window doesnt resize if the list is long...

conan 05-01-2001 06:31 PM

It resizes on mine, it doesn't scroll though, for you to enable scrolls you must change scrollbars=no to scrollbars=yes on forumhome template

Joshs 05-01-2001 06:37 PM

Here is my code... I dont know what to change to fix it...

Code:

<!-- Buddy -->
<script language="JavaScript">
function popup(url, window_name, window_width, window_height)
{ settings=
"toolbar=no,location=no,directories=no,"+
"status=no,menubar=no,scrollbars=no,"+
"resizable=yes,width="+window_width+",height="+window_height;

NewWindow=window.open(url,window_name,settings); }
</script>
<!-- End Buddy -->

Code:

<!--Buddy--><br><a href="#"
onclick="popup('buddy.php', 'Window', 160, 200);">Launch Buddy List</a><!-- End Buddy-->


RobAC 05-01-2001 06:43 PM

Take a look at what conan wrote there:

scrollbars=yes

now find where it says scrollbars=no in the code you just posted. There's your answer.

change scrollbars=no to scrollbars=yes

SirSteve 08-29-2001 01:37 PM

I want to be able view the Buddy List from any page within the Forums. Also, a few buttons are needed:

A "Refresh List" button
A "Close" button

Thanks for the cool hack!


All times are GMT. The time now is 01:42 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.01008 seconds
  • Memory Usage 1,729KB
  • 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
  • (2)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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