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)
-   -   Add Who's Online locations from Admin CP (https://vborg.vbsupport.ru/showthread.php?t=32849)

Hooper 12-01-2001 09:10 PM

Perfect!!

That is right where it should be. (left top is the link).

Crinos 12-01-2001 09:17 PM

Perfect :)

LuBi 12-02-2001 01:56 AM

So it works on 2.2.1 now? If so, what does it take to get the script running?

Hooper 12-02-2001 02:17 AM

[QUOTE]Originally posted by LuBi
So it works on 2.2.1 now? If so, what does it take to get the script running?

Admin 12-02-2001 11:42 AM

I'm going to split all posts from Hooper and Crinos in a bit, I'm as well already confused. :)
https://vborg.vbsupport.ru/showthread.php?s=&threadid=32879
Tell me if the title of the thread is not appropriate. :)


Does this work ok or not?
I want to release it as soon as possible, but I want to make sure it works perfect first! :D

Freddie Bingham 12-02-2001 02:19 PM

[QUOTE]Originally posted by Hooper
Works like a charm. This is a super improvement. Just think, If this can be (and hopefully will) added to a vBulletin release, it will make adding internal links for WOL so much easier. This is fine for me as is. Maybe we can get the outside linking to work with the non vBpowered. ;)

I had several hand coded links I installed into the online.php since Kevin showed me how to do it. This is a whole lot faster and easier.

Admin 12-02-2001 02:30 PM

I was thinking of doing that, since eventually the ideal thing would be removing all locations from online.php and putting them into the Admin CP.
Would also make it easier to translate these locations to other languages.

Freddie Bingham 12-02-2001 02:45 PM

Some of the locations wouldn't be so easy to move into this system. The ideal way would be to totally rethink the way the system works, which I may also end up doing.

DarkReaper 12-02-2001 02:48 PM

How can we include the session hash?

I tried this - Editing their <a href="sedit.php?s=$session[sessionhash]&action=show">signature</a>, and it didn't parse the hash...

Admin 12-02-2001 03:15 PM

Try this DarkReaper.

In online.php, (after installing this hack) find this:
Code:

          $userinfo[where] = $text;
and right below it add this:
Code:

          eval("\$userinfo[where] = \"".addslashes($userinfo[where])."\";");
Then you'll be able to use $variables in the descriptions (although only $session[sessionhash] will mean anything).


All times are GMT. The time now is 07:46 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.01252 seconds
  • Memory Usage 1,731KB
  • 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)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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