vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Forum Home Enhancements - [AJAX] Websites who have referred today (in the last 24 hours) (https://vborg.vbsupport.ru/showthread.php?t=137792)

PinkDaisy 01-30-2007 04:30 PM

Great hack!! Wanted this for some time.. Thanks! Off to install.. :D

RedTyger 01-30-2007 04:31 PM

Don't do it yet, a new versions is appearing in a few minutes.

PinkDaisy 01-30-2007 04:54 PM

I just did it.. :(

Is there any way to show which site maybe they just came from, like not referred you, but say I was at www.yahoo.com and I typed in the same window the link to my boards, can that be possible ??

SCRIPT3R 01-30-2007 06:13 PM

The addition to add usergroup visibility in Options would be nice. I know the edit is available, but a built-in option would be nice similar to Paul M's Groups allowed to View in his Who Has Visited Today hacks. also, does/can this differentiate between Members and Guests? and finally, possible for the Database Clean-up Period every 24 hours or at least optional for either 12 or 24 hours?

SCRIPT3R 01-30-2007 06:43 PM

also, i've decided to display this onto another page of Referrer Statistics i am using. i don't see the need to query for this on forumhome for every user... too much for big boards.

fringehead 01-31-2007 01:00 AM

I just installed this mod, and it seems to break the Track Guests Mod. Any idea how to get these to work together?

Thanks!

Mr. F

RedTyger 01-31-2007 09:45 AM

Quote:

Originally Posted by fringehead (Post 1170985)
I just installed this mod, and it seems to break the Track Guests Mod. Any idea how to get these to work together?

Thanks!

Mr. F


What is the issue? I am not seeing any problems on my test forum.


Quote:

Originally Posted by GearTripper (Post 1170732)
The addition to add usergroup visibility in Options would be nice. I know the edit is available, but a built-in option would be nice similar to Paul M's Groups allowed to View in his Who Has Visited Today hacks. also, does/can this differentiate between Members and Guests? and finally, possible for the Database Clean-up Period every 24 hours or at least optional for either 12 or 24 hours?


Usergroup display from the AdminCP has now been added.

It does not differentiate between members and Guests. This can easily be done yourself, just find this code at the very top of the global_start section of the plugin:

Code:

if ($vbulletin->options['referrers_onoff'])
and change it to

Code:

if ($vbulletin->options['referrers_onoff'] && !$vbulletin->userinfo['userid'])
That should only record Guest hits. Remove the ! to change it to only member hits. Untested, it's not something I intend to add.

Cleanup is done by cron, if you want to change the timing just edit it in the Scheduled Task listings.

project-Buckfas 01-31-2007 10:04 AM

Any way of getting this in the admincp instead of on the index?

RedTyger 01-31-2007 10:07 AM

There is someone who intends to release an Add-On to this modification that does that, but it's not something I will do myself.

melscamera 01-31-2007 07:14 PM

Works great !!! good job guys..


_____________________
http://forums.melscamera.com


All times are GMT. The time now is 10:50 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.01705 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
  • (2)bbcode_code_printable
  • (2)bbcode_quote_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