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)
-   -   User Forum Activeness Hack v1.0 (https://vborg.vbsupport.ru/showthread.php?t=43116)

Velocd 09-03-2002 06:06 AM

Nice hack G-force, I will probably install this one.

Quote:

Originally posted by JohnWoo
2g-force2k2 :
can you try create a little addon to this huck... You can see it in a attach! Sorry fo russian ... but it will by great!

I'm guessing by your screenshot (since I can't read Russian) you want it to display the top 5 most active spots that user visits, plus the percents? That it looks like. This could probably be done seperate in a pop-up window, or you could just implement it somewhere in getinfo.

How about that G-force, it wouldn't be too hard, right? Just while loop- fetch_array it and the results should come out similar to that ;)

Mathieu 09-03-2002 06:18 AM

thx for this i'll install him when i've got a little time

Boofo 09-03-2002 07:27 AM

Ok, g-force2k2, here I go. :) Can it be made to be able to only be viewed by Admins and Supermods and maybe mods in the profile view? And from a template again? (I don't have anything show up in the profile if it has a zero value or no value associated with it).

assassingod 09-03-2002 07:35 AM

Very nice:) I'll defintely install this when I get back home;)

Like Boofo's question, Can it only be viewed by Admins/Super mods?? Thanks;)

Boofo 09-03-2002 08:35 AM

g-force2k2, is the 12% supposed to be for that forum only or for total posts on the site? And I'm still trying to get to to only show to Admins, Supermods and mods. :)

Also, I have a private forum for coding hacks that only Me and one other person are allowed in and I know that I have more than 26 posts in there and it does not show that here. And ideas on this one? :)

Quote:

Posts: 206 (1.71 posts per day | 39.62% of total posts)

Member Forum Activeness: Boofo is most active in General Forum
Accounting for a total of 26 Posts which is 12 % of Boofo's total posts!
The guy below has posted 90+% of his total posts in the Staff forum and it says only 1 at 0%? What is wrong with this picture? ;)

Quote:

Posts: 111 (1.83 posts per day | 21.35% of total posts)

Forum Activeness: XXXXXX is most active in Staff Lounge accounting for a total of 1 Post which is 0 % of Madman's total posts!

g-force2k2 09-03-2002 01:57 PM

Velocd... Johnwoo i'll work on such a hack shortly... Boofo for the staff restriction just find:

PHP Code:

    if(empty($t_post[ppforum])) { 

replace it with:

PHP Code:

    if((empty($t_post[ppforum])) OR ($bbuserinfo[usergroupid] != OR $bbuserinfo[usergroup] != OR $bbuserinfo[usergroupid] != 7)) { 

Also about the private forums i guess it does take into account the restrictions... :p As for the 0% Boofo its because its floor which means its rounded to the nearest whole number...

regards...

g-force2k2

Boofo 09-03-2002 02:06 PM

Is there any way to get it to include all forums, private or not? And maybe have it do like a 1.32 % instead of just rounding it to the nearest whole number?

Quote:

Originally posted by g-force2k2
Also about the private forums i guess it does take into account the restrictions... :p As for the 0% Boofo its because its floor which means its rounded to the nearest whole number...

regards...

g-force2k2


g-force2k2 09-03-2002 02:09 PM

Quote:

Originally posted by Boofo
Is there any way to get it to include all forums, private or not?

i'll have a look just have to wait til i get out of college ;) then i'll do some checks and stuff... i didn't really intend for the hack to bypass private forums but it did so know i'll have to backtrack ;) regards...

g-force2k2

Boofo 09-03-2002 02:23 PM

I just checked and the code you gave me makes it so no one can see it now, not even the Admin of Supermods or mods. Also, it does show private forums, because the staff forum is private but the other private forum it doesn't show and that is where the user has most of his messages.

BTW: Are you talking about "until you get out of college" for the year or just for today? :)

Neo 09-03-2002 03:31 PM

Fixed code error. This will now work.

find

PHP Code:

    SELECT COUNT(postid) AS ppforumthread.forumid AS forumid
    FROM post
    LEFT JOIN thread ON thread
.threadid post.threadid
    WHERE userid 
'$userinfo[userid]'
    
GROUP BY (forumid)
    
DESC LIMIT 1"); 

replace with

PHP Code:

    SELECT COUNT(postid) AS ppforumthread.forumid AS forumid
    FROM post
    LEFT JOIN thread ON thread
.threadid post.threadid
    WHERE userid 
'$userinfo[userid]'
    
GROUP BY (forumid)
    
ORDER BY ppforum
    DESC LIMIT 1
"); 


I added by ORDER BY so that it will give you the higest post number instead of the forumid T_T


All times are GMT. The time now is 01:42 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.01654 seconds
  • Memory Usage 1,750KB
  • 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
  • (4)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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