vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Who Viewed My Profile (https://vborg.vbsupport.ru/showthread.php?t=91772)

gobears20 05-11-2007 01:55 AM

How would you get this in the post-bit field? Any idea? Also, I am using 3.6.5 and this works fine.

Thanks!

Mrdby 05-17-2007 09:49 PM

3.6.6?

serhat_kk 07-12-2007 03:30 PM

when i click who viewed my profile link it opens f.a.q>smilies...how do i fix?

serhat_kk 07-12-2007 05:54 PM

Quote:

Originally Posted by serhat_kk (Post 1289229)
when i click who viewed my profile link it opens f.a.q>smilies...how do i fix?

can someone help

Blackhat 08-19-2007 10:36 AM

Quote:

Originally Posted by makemedie (Post 937338)
Thanks a LOT. That worked.

I digged your plugin, only thing is I'm installing new skins at the moment so had to remove it. Will be installing it back on as soon as I get all my skins installed.

Cheers for that! :banana:

How do I rebuild the bitfield ?

htscpl 08-23-2007 01:27 PM

Quote:

Originally Posted by paul41598 (Post 1037370)
Id like to see the ability to reset profile views

I hope I'm not stepping on any toes, I think Andreas does some wonderful work. I added a little cron job to reset the profile views at the beginning of each month. Just copy this code to a file and upload it to your /forum/includes/cron folder as: profileviewreset.php

Code:

<?php
error_reporting(E_ALL & ~E_NOTICE);
if (!is_object($DB_site))
{
 exit;
}
// Who Viewed Profile in last month reset
 $DB_site->query("UPDATE " . TABLE_PREFIX . "user SET whol = '6772'");
?>

Then go to your AdminCP to your Scheduled Task and add a new Scheduled Task
Quote:

Varname: profileviewsreset
Title: Reset Profile Views
Description: resets profile view log each month
Log Phrase:
Day of the week: *
Day of the Month: 1
Hour: 4 (I use 4 but you can enter any hour just not *)
Minute: 0 1 - - - -
Active: Yes
Log Entries: No
File Name: ./includes/cron/profileviewreset.php
Product: Vbulletin
Click "Save"
That should do it. I'm not much of a coder so if you have a problem with this I may not be of much help; however, there are lots of good coders here who I am sure can fix anything I've messed up. You do this at your own risk (had to add the disclaimer, lol)

nnjj.net 09-23-2007 08:43 PM

is there any update for this for 3.6.8?

Triky 10-18-2007 03:47 PM

Yes, it seem to doesn't work on new vB versions.

Prox0001 10-21-2007 08:55 PM

Would also be happy about that mod in 3.6.8 :)

Konstantinos 10-22-2007 05:16 AM

it works for me in 3.6.8


All times are GMT. The time now is 03:32 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.01379 seconds
  • Memory Usage 1,735KB
  • 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)bbcode_code_printable
  • (4)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