![]() |
Is it possible to make all the fields align in the center of postbit legacy instead the left side?
|
https://vborg.vbsupport.ru/attachmen...1&d=1222732196
This was working until about half an hour ago when the white background to the stats disappeared and post count started appearing below the rest of the stats if the user was offline. Any ideas? I presumably changed something by mistake, but I can't imagine what. I just deleted and reinstalled the mod, as well. No change. |
It looks like the CSS isn't setup. Confirm that one of the sets of CSS data is in the extra CSS for the style. If you were changing the activity_statblock template, there is a class that an outer element needs to have in order for the CSS styling to apply to the rest.
|
Can I ask, is there a way to clean up the database table? I have been using this mod for a good while now and it is superb but the table is getting rather large.
|
Admin CP|Activity Maintenance|Prune visit log
|
about to install this nice mod on my board.. We use a bunch of styles, approx 25 styles (we let our users choose their favs) and, well, putting the images required for this mod into each style's misc folder seems rather redundant (as well as some themes, both light and dark, use the vB default images/locations)
Is there a way to set image paths up to point to something like images/misc/activity/dark and images/misc/activity/light so we could set per theme/template?? Otherwise I foresee a long, detailed install process.. thanks for the awesome mod :) |
The images are only used in one template, activity_statblock. You could take the content of that template, paste it in notepad, and replace all occurances of
Code:
$stylevar[imgdir_misc] Code:
images/misc/activity/dark If you have a parent style that most of your styles are derived from, you might opt to replace with something like {activity-images} and set a replacement variable for that in the child styles according to which directory is appropriate. Please note that if you have styles with postbits that vary in certain ways from the defaults, you will have trouble with the JS postbit modifications. You can disable these by setting the postbit modification to default location and remove postcount and remove joindate to no. You can also disable them per-style by removing the content of the activity_postbit_epilogue template in the styles with trouble. |
FAQ Members List New Posts Search Calendar Quick LinksLog Out
User CP Stats i instal new skin and then all FAQ Members List New Posts Search Calendar Quick LinksLog Out mixed stats somewhere why? how to added near usercp? https://vborg.vbsupport.ru/ |
It probably means that the style does the navbar a different way. Try editing/removing the contents of the template activity_navbar in that style.
|
works a treat with 3.8.0, thanks :)
|
First thanks for this mod....
Second sorry if this has been posted b4 but there are too many posts to search adn my search didnt quite come up. how to change from this https://vborg.vbsupport.ru/external/2008/10/8.png To this? https://vborg.vbsupport.ru/external/2008/10/9.png Im sure they are cutom graphics...but to sit and edit ALL of them? Thanks for any help! |
You'd pretty much have to edit them individually for that exact effect. If you look in the customization documentation, however, you will find that variables are exposed that would allow you to make the bar graph in other ways. You could, for instance, use the activitypercent to control a cell width in a table.
|
I like the mod. But I find the text in the POST COUNT images hard to read. Maybe its just me and my widescreen 1680 resolution but shouldnt it be as readable as the default text for post count?
Also, if anyone made custom images for it I WOULD LOVE to be able to see and or download them for use lol Thanks |
well I mean is there a PS plugin I can use or something?
|
I have no trouble reading the post count out to a meter from my 20" 1600x1200 display. Even so, you could always change the images or leave the default count enabled. I have custom round images I use on zelaron, but they aren't easily reused; also, recent versions of FF have trouble with the HTML I used to layer them.
zero, the images were hand drawn in PSP. I created the filled image then unfilled it with the paint bucket, saving each step. I did this for both the light and dark versions. I also manually created each version of the ones I use on my forum. |
You could create bar graphs in your templates by replacing your activity_statblock with this:
Code:
<if condition="isset($output['WWU002_activitylevel'])"> |
hi there. it is a nic mod and i am using it. a little problem that ihave is that the font color is too light and is hard to read. my background is some what in between dark and light. is there any way that i can turn the font of the words like "longevity" or "activity" a bit more darker?
thanx for references, i am giving the url:http://www.familybunker.com/forums/s...5449#post25449 |
You could edit the graphics to be a different color. The text is a solid color, so you can just use the fill tool in your graphics editor. All the word graphics have the word "text" in their filename. You could also use the word graphics from the light set and everything else from the dark set.
|
The activity addon runs fine until I have installed GARS yesterday.
Now I see under the comment button at the end of first post (only) Code:
novPostTD novStats What is the difference that GARS and Activity Modification don't work together? |
Those things indicate that the JavaScript was unable to find the markers it needs to modify the postbit. If you turn off the options that require JS (alternate location and removing stuff), they should go away.
I don't know what GARS is but if you're only having trouble with the first post, you might be able to put a conditional in the activity_postbit_epilogue template so it doesn't run for the first post. You might try wrapping the current contents with Code:
<if condition="$post['postcount']>1"> |
Thanx for answering.
GARS = Geek Article and Review System (GARS) LITE changes the template of first posts in forums where it's active so the activity modification won't be shown even it's set to active. Your approach sounds good. In if clause I need to add s.th. like && or WHERE forumID == 4,21,xx". What is it exactly? |
This replacement of activity_postbit_epilogue works fine ;)
forumid 108 can be changed to whatever fits to GARS forums. Code:
<if condition="$post[postcount]>1" && $forumid!=108> |
Thanks, installed :)
edit: After i installed the hack i get a error. the error is: Database error in vBulletin 3.7.3: Invalid SQL: ALTER TABLE `user` ADD `wwu002activity` INT UNSIGNED NOT NULL , ADD `wwu002activitydate` INT UNSIGNED NOT NULL , ADD `wwu002memberlevel` TINYINT UNSIGNED DEFAULT "1" NOT NULL , ADD `wwu002fullmemberdate` INT UNSIGNED NOT NULL , ADD `wwu002lastvisit` INT UNSIGNED NOT NULL; MySQL Error : Duplicate column name 'wwu002activity' Error Number : 1060 Request Date : Saturday, November 1st 2008 @ 06:29:41 PM Error Date : Saturday, November 1st 2008 @ 06:29:41 PM Script : ******* Referrer : ********** IP Address : ******* Username : ********* Classname : vb_database MySQL Version : 4.1.22-standard what to do? |
That means that it was already partially installed. Have you ever installed this mod before or did you have a different error during a prior install?
If you have phpmyadmin, check your user table and see what columns it has that start with wwu002. Also check to see if you have a wwu002visitlog table. |
Yes, i have install this mod before. how do i fix it?
|
Do you have phpmyadmin to check the fields? Or do you know what version you installed?
|
I dont have it installed yet as im working on a couple of other small changes to my board first, but I'm wondering, you say there are no template edits now, but are there still variables to use?
Im making my 3.7 memberinfo page duplicate some aspects of my 3.6 memberinfo, and one of the things I had was the activity mod visible in a users profile..... basically the profile was very similar to the postbit. Is there still a way to put the activity stats/titles etc in the memberinfo template? |
Yes, the variables are still there (though the names are slightly different in some cases) and automatic modifications are easily disabled.
|
Quote:
i think the version was 3.00 beta 2. |
go to phpmyadmin, select the database that vbulletin is using, then "browse" the user table, and look for the columns mentioned above.
|
hello guys i have one small problem that i dont know how to handle
please see the image below: https://vborg.vbsupport.ru/external/2008/11/33.png i have installed so many mods and when they appear in the users' posts, the user profile actually becomes so wider and bigger. i was wondering that the activity showcase should be shifted towards the left side. i mean not under the user name or stuff, but between user name and user details on the right hand side. in short i want this to be displayed in the middle of the user profile bar ...... i dont know which things to edit for displaying like that. could someone tell me where to add what code? cause i am totally not a coder and have no idea how to write codes:) |
if you edit the Time Spent Online mod to be shorther, then your postbit wont be so big.
It looks like thats whats causing the problem. |
thanx bigjohnny, but i have new style which is horizontal and not post bit lagacy. so it is not the width i am worried about, it is the height that is why i thought maybe i should move the activity to the left side
|
If you use the alternate position from the display settings, it should show up in its own column. I'm not sure exactly what you're asking for, however.
|
Quote:
The quickest solution is to delete the fields starting with wwu002 and the wwu002visitlog table in phpmyadmin (you should backup your db first, incase you make a mistake). Once you do this, you will be able to install the mod normally. Alternately, if you tell me what is there, I can make a version of the mod install which does not create those fields. |
I have this Downloaded - but the 'Today' Activity isn't showing.
It shows for the user, who is logged in - but for me viewing other users, it shows them at 0 I have it so it takes 2 posts, and 1 log in to be considered 'active' for the day... And my other Admin has posted 43 times, and logged in several times - still reading nothing on the 'Today' portion when I look at his account. But for HIM, it shows he's got full activity. Is it soley for the user to see his own? Or did i do something wrong when installing? |
how many queries this add?
in my forum is 9 :S |
Quote:
|
Quote:
Quote:
I provide information about the load impact of each setting in the description of the setting in the CP (if no info is provided, then there is no load impact) so you should be able to easily tune this to your board. |
the graphics are not showing up. I copied all the images to my misc folder and this is what I get:
https://vborg.vbsupport.ru/ any help? thanks |
All times are GMT. The time now is 02:25 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|