vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Miscellaneous Hacks - Activity Modification (https://vborg.vbsupport.ru/showthread.php?t=177366)

SaTaNaSsO 07-05-2008 08:51 AM

nice hack...installed.. :)
but i would like to know how to hide "LONGEVITY" and "POSTS" on the postbit template... if is possible...

BANDiT600 07-06-2008 04:35 PM

Here are russian *.gif images:

WetWired 07-07-2008 12:14 PM

You can remove them from the activity_statblock template.
Code:

  <if condition="isset($output['WWU002_activitylevel'])">
      <table class="WWU002postbit" cellspacing="2" cellpadding="0">
        <tr>
          <td><img src="$stylevar[imgdir_misc]/activity/textactivity.gif" alt="$vbphrase[WWU002_activity]" /></td>
        </tr>
        <tr>
          <td><img src="$stylevar[imgdir_misc]/activity/activity$output[WWU002_activitylevel].gif" class="i" title="$output[WWU002_activityinfo]" alt="$output[WWU002_activitylevel]/20" /></td>
        </tr>
        <tr>
          <td><img src="$stylevar[imgdir_misc]/activity/texttoday.gif" alt="$vbphrase[WWU002_activity_today]" /></td>
        </tr>
        <tr>
          <td><if condition="$output['WWU002_maxtodaylevel']"><img src="$stylevar[imgdir_misc]/activity/today{$output[WWU002_todaylevel]}_$output[WWU002_maxtodaylevel].gif" class="i" title="$output[WWU002_todayinfo]" alt="$output[WWU002_todaylevel]/$output[WWU002_maxtodaylevel]" /><else /><img src="$vboptions[cleargifurl]" width="63" height="7" class="i" title="$output[WWU002_todayinfo]" alt="" /></if></td>
        </tr>
      </table>
  </if>


ss20 07-07-2008 07:45 PM

Unfortunately when I switch on this mod - my forum trying to run scripts which make my forum stuck.... Pls adv what to do? Only work propely when Automatic postbit alteration is none!
******************
Versions
vBulletin version: 3.7.1
Activity mod version: 3.00
Settings
Activity today: Yes Yes No
Postbit style: Alternate location
Profile style: Both
Ranktext: Yes
Top activity: Yes Yes
Template hooks
Style p1 p2 p3 pl1 pl2 pl3 u1 u2 n
MASTER STYLE Y Y Y Y Y Y Y Y Y
--Default Style Y Y Y Y Y Y Y Y Y

WetWired 07-08-2008 11:15 AM

Try setting Automatic postbit alteration to Default location, Remove postbit text postcount to No, Remove postbit text joindate to No, then see what happens.

Skyrider 07-08-2008 11:25 AM

Possible you can add support for this plugin?
https://vborg.vbsupport.ru/showthread.php?t=182938

As this plugin takes over the complete posts and doesn't show the other plugin's post count anymore.

This one rocks though!

WetWired 07-08-2008 04:48 PM

I'm not sure I understand what the issue is. If you're saying that the Activity Modification is removing the postcount output, you can correct that by setting "Remove postbit text postcount" to no in the Activity Display settings.

raja811 07-26-2008 08:40 PM

Thx

SessizDunya 08-08-2008 07:08 AM

Great Mod. Installed, thanks a lot.

I have a quick question. I see 2 of user activity, long etc. image mod on every thread. First one is below the ranks, the other one is at the bottom. How can I modify this and delete the bottom one? I couldn't find the temp.. :confused:

shaqoneal 08-09-2008 12:17 PM

this looks like a really cool mod. i was wondering about the technical aspects.


you said:
Quote:

This hack adds 1 query to showthread for each user who posts in that page (or only 1 for the logged in user by configuration). In addition, the first time a member's post or profile is accessed during a day (GMT), 3 queries are performed to find that user's activity. By configuration, 1 query may be added to each page load to find the logged in user's "activity today". By configuration, 1 query may be added to each member profile view to find that member's "activity today".
but I was wondering, how much would that generally increase the mySQL databases size by for a forum that has 1,900 members (generally 500 active) and about 2000 new posts to the forum a day?

I'm under the restriction of server load so that's why I would like to know. Thank you.


All times are GMT. The time now is 01:03 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.01800 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
  • (1)bbcode_code_printable
  • (1)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