vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   1 more request (https://vborg.vbsupport.ru/showthread.php?t=38642)

pHAZE_1 05-15-2002 01:40 AM

1 more request
 
i would like a thing in the users profile that says where they are. kinda like 'users browsing this thread' but in there profile or maybe in the admin cp. that would be nice. :cool:

RDX1 05-15-2002 02:49 AM

this sounds kinda cool :)

E 05-16-2002 01:06 AM

this is being done in vb 3

tubedogg 05-16-2002 03:10 AM

Right now it would be very difficult to do. But in v3 Freddie has moved the function that determines where a user is so that it is simple to call it from another file, e.g. the user profile.

pHAZE_1 05-16-2002 04:07 AM

cool thanks for the info

Logician 05-16-2002 08:03 AM

To get the location in the "raw format" is quite easy: Just query the session table and return result from location field. But what returns to you is a line like this:
"/yourforum/showthread.php?s=&threadid=1513"

If you want this line formatted like: "User is Reading Thread xxxx", Tubedogg is right, because you need to write the code to make convertions for all possibilities the user can be doing at that moment. Testing and debugging will be more arduous.

Considering the fact that vbulletin 3 has this feature, we'd better wait.. :)


All times are GMT. The time now is 06:16 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.01607 seconds
  • Memory Usage 1,715KB
  • 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
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete