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 a minihack---personal glamour for vb2] (https://vborg.vbsupport.ru/showthread.php?t=17116)

Me2Be 05-18-2001 02:48 PM

Quote:

Originally posted by Mark Hewitt
ah well if you've actually removed it from the code as opposed to just not displayi it then it wouldn't !
Phew, I was getting confused there for a second! :)

ztsky 05-20-2001 03:09 AM

Quote:

Originally posted by Me2Be
Hi Ztsky! What exactly do you mean by "how active"? Number of times they view a thread? Number of times they visit your forums? :)
I think Number of times they view a thread and Number of times they visit your forums and Number they post a thread and Number of their posts all of "how active" ,:)
I sugguest vb should support a function to display "how active" a user in our forum.

Pingu 05-20-2001 11:57 AM

Well, this was what I needed.

I'm going to let my members advertise on my forums, but I only want to allow active members to do so. This hack could save me a lot of trouble :)

MrLister 05-20-2001 02:04 PM

using this you can easily restrict access to those who aren't active

Pingu 05-20-2001 05:22 PM

Quote:

Originally posted by mrlister
using this you can easily restrict access to those who aren't active
Not quite so, because the result is cummulative. People can still have a high number after being inactive for months.
But I've added a little extra code to check for the last activity. If that activity was more then 21 days ago, the glamour thing is set to 0

ztsky 05-20-2001 06:20 PM

Quote:

Originally posted by Pingu


Not quite so, because the result is cummulative. People can still have a high number after being inactive for months.
But I've added a little extra code to check for the last activity. If that activity was more then 21 days ago, the glamour thing is set to 0

Of cause "how active" is difficult to definite and it is not as a same thing everybody think about.
But this hack can give you a point.:o

ThomasP 06-15-2001 11:39 AM

Great hack!
Easy to setup and I love it :)
-Tom

Nocturnal 06-24-2001 07:12 PM

Quote:

Originally posted by Pingu

I've added a little extra code to check for the last activity. If that activity was more then 21 days ago, the glamour thing is set to 0

Care to share?

DeadlyMax 07-06-2001 09:25 PM

modified it a bit:

this will add Personal Views to the posts
image:
https://vborg.vbsupport.ru/


in showthread.php

Find:

PHP Code:

    $onlinestatus="";
  } 

Below that add:

PHP Code:

$personal0 $DB_site->query_first("
    SELECT SUM(views) AS personalviews FROM thread WHERE postuserid='
$userinfo[userid]' AND open!='10'");
$personal2*$userinfo[posts]+$personal0[personalviews];
  if (
$personal0 == ""):
      
$personal0 "0";
  endif; 

then edit template postbit:

Find:

Code:

        Posts: $post[posts]</smallfont></td>
Replace that with:

Code:

        Posts: $post[posts]<br>
        Personal Views: $personal </smallfont></td>

that should do the trick ;)
have fun

ShadowTech 07-12-2001 07:47 AM

I just thought I would point out that this hack has nothing to do with how active a member is on your forum.

ALL it does is shows how many times ANYONE has viewed a users thread. Not how many threads that user themselves have viewed.

If you want to see it in action to find out how it really works, open up a thread to view the posts.. look at the number of views for the thread creator.. then hit reload.. their number increases by one. Keep hitting reload and their number keeps rising.

So if you are using this hack thinking it shows how frequently your user is surfing around the board looking at people's posts.. you are mistaken.


All times are GMT. The time now is 04:40 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.01180 seconds
  • Memory Usage 1,744KB
  • 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_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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