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)
-   -   Activity Modification (https://vborg.vbsupport.ru/showthread.php?t=93831)

WetWired 11-03-2007 11:04 PM

It looks like your browser cannot find the images and is displaying the "alt" content, instead. You need to upload one of the "activity" folders in the zip file to misc folder of each style. So if you go to AdminCP>Style Manager>My Style>Style vars, and the misc image directory is
images/mycoolstyle/misc
then you need to make sure that the activity folder is in that directory so the path to an image would be, for example
images/mycoolstyle/misc/activity/activity0.gif

WetWired 11-03-2007 11:05 PM

Quote:

Originally Posted by mri_mohammad (Post 1374179)
but i see somebody have it on vba if you want i can give you a website of them

As I said, it shouldn't be too hard to do. Why don't you contact them yourself and ask for it?

ChrisSy 11-10-2007 01:24 PM

The 'Today' activity bar isnt working, any suggestions on what i need to check?

LiLSnooP 11-11-2007 09:40 PM

hello i have question about this great hack

in this area domain.com/index.php?do=activitystat

it shows my username

what about color
because every single group have other color to recognise it
could you explain me how to make colors for

/index.php?do=activitystat

?

or maybe add some other option like it is in members.php ?

thay you for replay

mri_mohammad 11-11-2007 10:34 PM

Quote:

Originally Posted by WetWired (Post 1375230)
As I said, it shouldn't be too hard to do. Why don't you contact them yourself and ask for it?

i contact them but they didn't give me can you make it?

WetWired 11-12-2007 03:52 PM

Quote:

Originally Posted by ChrisSy (Post 1379712)
The 'Today' activity bar isnt working, any suggestions on what i need to check?

It's probably turned off. By default, activity today is only shown for the logged in user, since it requires extra queries.

WetWired 11-12-2007 04:10 PM

Quote:

Originally Posted by LiLSnooP (Post 1380600)
what about color
because every single group have other color to recognise it
could you explain me how to make colors for

/index.php?do=activitystat

I haven't tested this, but it should work... you should copy out the old plugin and keep it in notepad so you can put it back if it doesn't work.

Go to AdminCP|Plugin System|Plugin Manager, and find the Activity Modification plugin named "Top Activity" for forumhome_start.

find
Code:

//*****************************
// Display the top X activity

$count=0;
$userlist='0';
foreach($WWU002statdata as $index=>$value){
  $userlist.=','.$value[0];
}//endforeach($WWU002statdata as $index=>$value)

$exists=$vbulletin->db->query_read('SELECT posts,userid,usergroupid,membergroupids,username FROM '.TABLE_PREFIX.'user WHERE userid IN ('.$userlist.')');
$userlist=array();
while($existuser=$vbulletin->db->fetch_array($exists)){
  $userlist[intval($existuser['userid'])]=$existuser;
}//endwhile($existuser=$vbulletin->db->fetch_row($exists))
$vbulletin->db->free_result($exists);

replace it with
Code:

//*****************************
// Display the top X activity

$count=0;
$userlist=array();
foreach($WWU002statdata as $index=>$value){
  $userlist[intval($value[0])]=fetch_userinfo($value[0]);
}//endforeach($WWU002statdata as $index=>$value)

below that, find
Code:

    $info[1]=$userinfo['username'];
replace it with
Code:

    $info[1]=$userinfo['musername'];
This may result in extra queries to view the Top Activity page. Again, this may not work, so make a backup of the old version of the plugin before editing it. I'll try to remember this feature for when I release a new version.

WetWired 11-12-2007 04:12 PM

Quote:

Originally Posted by mri_mohammad (Post 1380631)
i contact them but they didn't give me can you make it?

I do not use vBA and thus do not have the knowledge to write it, nor the means of testing it.

711 11-21-2007 01:58 AM

My forum uses postbit_legacy exclusively. When I did the template edits, all the user titles in postbit area were missing. Even after I undid the template edits, no user titles were showing. Only when I uninstalled the product did they reappear.

Is it possible to completely disable the user rank and title stuff in the postbit areas? I tried turning this off in the admin CP, but it didn't seem to work.

Also, if my forum only uses postbit_legacy, do I still need to do the postbit template edits?

Thanks!

WetWired 11-21-2007 03:04 AM

What version of vB are you using?
To confirm, when you re-install the product, the user-titles linked to postcount and usergroup disappear?
The mod is not supposed to hide any existing information, only add new information.
If you disabled the mod-generated user ranks in the admin CP and it didn't go away, something is wrong.

Perhaps you have a caching issue of some sort? I'm using vB 3.6.8 and don't have either of your problems.

No, you don't need to edit the "postbit" template, if you don't use it.


All times are GMT. The time now is 04:46 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.01610 seconds
  • Memory Usage 1,746KB
  • 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_code_printable
  • (5)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