View Full Version : Activity Modification
HostileAdam
06-25-2006, 02:42 PM
fixed it
erhanerhan_5
07-06-2006, 02:22 PM
im receiving this error
Fatal error: Call to undefined function: wwu002processuser() in /home/***/public_html/forum/includes/class_postbit.php(251) : eval()'d code on line 222
WetWired
07-06-2006, 04:29 PM
On what page do you recieve that error? Is it on a standard vB page? Are you using a plugin optimizer? Have you tried uninstalling the plugin then reinstalling it (if it didn't fully install, you might get that error)?
erhanerhan_5
07-07-2006, 12:42 PM
On what page do you recieve that error? Is it on a standard vB page? Are you using a plugin optimizer? Have you tried uninstalling the plugin then reinstalling it (if it didn't fully install, you might get that error)?
i opened whatever thread, received this error,
ss
opening a thread;
http://img144.imageshack.us/img144/9316/12ne1.jpg
error in blank page
http://img217.imageshack.us/img217/7313/26ko.jpg
Mudvayne
07-07-2006, 01:39 PM
U r runnin which version of vB on ur site? U didn't giv full info.. How come the coder able to help u? N also u shud post ur site's link..
WetWired
07-08-2006, 03:49 AM
Assuming that you checked the other things that I said, it could be that there is an error in the global_start of another plugin. Errors in global start are sometimes silent, and the way that the plugin system works, all products' code for a hook is put together in one eval. If you have any other products with plugins for global_start, try disabling them and see if the problem persists.
Murty
07-08-2006, 07:19 AM
is there some way to set it so a users activity starts at 100% when they first register?
WetWired
07-08-2006, 05:30 PM
No, there is not.
Murty
07-09-2006, 12:55 AM
awww bummer
bashy
07-11-2006, 07:00 PM
Hi
I keep getting these database erros, had about 20 in the last 2 hrs..
Any ideas please?
Database error in vBulletin 3.5.4:
Invalid SQL:
INSERT INTO wwu002visitlog (userid,dateline) VALUES ("659","1152576000");
MySQL Error : Duplicate entry '6542' for key 1 Error Number : 1062
Date : Tuesday, July 11th 2006 @ 01:54:56 PM
Script : http://www.bashys-place.com/forums/login.php
Referrer : http://www.bashys-place.com/forums/register.php
WetWired
07-12-2006, 03:46 AM
Are you using a standard MySQL single server install, or something more complicated? Does that errror happen every time, or sporadicly? The root cause is an incorrect cardinallity on the auto-incrementing primary key (The unique identifier for the records is messed up so that new records are not being given unique IDs). Repairing the wwu002visitlog table may fix this, especially if it happens every time. If it happens off and on, then I would suspect some sort of syncronization problem.
If you haven't had this mod installed very long, you can uninstall it and reinstall it to reset the index with the problem (though all your activity data will be lost).
Firestar.chkn
07-12-2006, 04:01 PM
Will this work in 3.6? If not, will there be a version for it any time soon? This looks like an incredible hack! Thanks for the work! :)
WetWired
07-12-2006, 09:36 PM
As far as interactions go, this mod is pretty simple; it's pretty much a logging and math exercise. I suspect that it will work on 3.6, but have not yet taken the time to test it.
Firestar.chkn
07-12-2006, 10:17 PM
Ok, I will test it. If it breaks anything, I hope I can knock on your door to help fix it :D
I'll report back shortly :)
Firestar.chkn
07-12-2006, 11:18 PM
It seems to work perfectly. No changes to the templates that you mentioned to find in the instructions file.
I'll test it over the next couple of days, but if you don't hear anything back from my, I think it'll be safe to declare it 3.6 complient :)
Thanks again for an excellent hack :)
stealthyninja
07-13-2006, 02:20 PM
The tooltips don't wrap and get cut off with FireFox
The same thing happens to other vB tooltips (the thumbnail ones, for example). If you know a way to add line breaks to FF tooltips without scripting, please let me know.
It should work using
& #013; (no space between the ampersand) in the tooltips to make a new line, though it should be noted that IE/Win only displays up to 64 characters.
--
edit note: How did I know it can't be as simple as that? Bah, doesn't seem to work.
Profusehost
07-15-2006, 08:22 PM
I am having a hard time downloading the '[Addon] TopX Activity Modification v1.0 Beta 1" . Everytime i click on it , i get this message "you do not have permission to access this page".
Great Mod though..everything went smooth when installing
bashy
07-15-2006, 08:56 PM
Sorry for the late reply...been busy with another project :)
Ok most of that dont mean diddly to me m8...
I have had this installed for quite sometime now and it onlt started doing it since the server move, and it seemed to be all the time since the move!
Are you using a standard MySQL single server install, or something more complicated? Does that errror happen every time, or sporadicly? The root cause is an incorrect cardinallity on the auto-incrementing primary key (The unique identifier for the records is messed up so that new records are not being given unique IDs). Repairing the wwu002visitlog table may fix this, especially if it happens every time. If it happens off and on, then I would suspect some sort of syncronization problem.
If you haven't had this mod installed very long, you can uninstall it and reinstall it to reset the index with the problem (though all your activity data will be lost).
cdoyle
07-15-2006, 09:37 PM
I am having a hard time downloading the '[Addon] TopX Activity Modification v1.0 Beta 1" . Everytime i click on it , i get this message "you do not have permission to access this page".
Great Mod though..everything went smooth when installing
ya, I get the same thing too. I havne't been on this thread in awhile. What does the add on do?
bashy
07-15-2006, 09:51 PM
This prob means that the hacks has been removed for 1 reason or another!!
Logikos
07-17-2006, 08:13 PM
ya, I get the same thing too. I havne't been on this thread in awhile. What does the add on do?
That hack was removed by me. You would have to read my signature to get it.
WetWired
07-20-2006, 01:40 AM
Sorry for the late reply...been busy with another project :)
Ok most of that dont mean diddly to me m8...
I have had this installed for quite sometime now and it onlt started doing it since the server move, and it seemed to be all the time since the move!
Have you already tried to repair the wwu002visitlog table using phpMyAdmin? Probably, you caught the DB in the middle of a new record being added when you backed it up.
bashy
07-20-2006, 07:25 AM
Yeah tried to repair and optimize, whatever that is :o
I have had to disable for now :(
Firestar.chkn
07-21-2006, 06:48 AM
This works with 3.6, yes. I'm running it over at www.prophecy.co.za/forums (http://www.prophecy.co.za/forums) if you want to have a look
WetWired
07-22-2006, 06:14 AM
I'm no expert on ALTER queries, so I don't know how to repair it, except to just remove all the data in the table. There should be an empty or truncate link to do that. You'll lose your visit data, but it's better than the mod not working at all.
bashy
07-22-2006, 08:07 AM
Hi m8
Ok just emptied it, will see what happens now, thanks for ya advice :)
mahakala
07-26-2006, 09:00 AM
does/can this plugin "downgrade" users who are not postings from Members to junior members?
WetWired
07-27-2006, 01:56 PM
No, this plugin does not downgrade memberlevel, though the activity itself does drop.
mahakala
07-27-2006, 04:15 PM
No, this plugin does not downgrade memberlevel, though the activity itself does drop.
oh fine, thats what i needed. so i up-/"downgrades" the levels in the set timeperiod.
when i now have for example memberlevel 1,2,3 and put them the same into the plugin - do i have to change the memberrights for viewing boards? i think it should work as before.
sorry my bad english and thanks for your help :)
thomas
mahakala
07-27-2006, 06:36 PM
sorry, still can't get it :(
i have 3 ranks: 1=Junior Member, 2=Member, 3=Senior Member
and the default group ranks (admin, mod, guest).
how can i set to only show a board to e.g. "senior members"? when i promote a user to level 2 and add the title to the secondary usergroup, i should have a usergroup "members", when i add 3rd level, i got "senior members" - is that right?!
so i need to set the ranks "member" and "senior member" as usergroup in vb with the special permissions?
-----------------------
when i now have a group "specialposter" and got them mentioned in "Override Level Ranks on a primary usergroup id basis", these groups aren't touched by the plugin?!
so maybe this is the reason, why the people of this group aren't updated by the plugin?
thanks?,
thomas
WetWired
07-28-2006, 04:08 AM
I'm having a hard time understanding what you are asking. It should be noted that a user is only promoted when they log in after achieving the requirement.
To show a board only to senior members, you would go into the forum permissions, and click "Deny All" for that forum, then select your senior member usergroup under the forum, edit it, and select "use default usergroup permissions".
mahakala
07-28-2006, 04:32 AM
it's ok, i got it.
by the way, as admin i can't see the stats in threadview "only for registered users"...
HomerJay
07-28-2006, 11:49 AM
hi,
first of all: sorry, but my english is not the best, cause i am form germany
i have a question reffering to your activity-addon.
i want to have a statistic for the activity of my members...something like a top-ten. so i have to know, how the activity is calculated with the parameters out of the database.
can you please give me some hints, how i can do this? something like a formula for the activity-calculation would be great.
thank you very much!
greetings
Oli
HomerJay
07-30-2006, 08:08 PM
please give me a hint. i searched the whole weekend for a solution...
i need a standalone-script, to calculate the activity-percentage...the formula seems to be:
$WWU002_activitypercent=intval($WWU002_activity/$GLOBALS['WWU002maxPoints']*100);
now i need to know, how to get the $GLOBALS['WWU002maxPoints']...i think, they are calculated every day..right?
thank you 4 help.
Oli
WetWired
08-01-2006, 11:02 PM
The WWU002maxPoints is calculated in global_start at the beginning of each page. LiveWire wrote an addon that does what you are trying to do, which is to list the top 10 activity as it exists in the user table. It should be noted that activity only changes when it is viewed. This means that if a user gets to 100% activity, then goes away and noone views one of his posts or his profile, the database will leave him at 100% activity untill his post or profile is viewed. In reality, this is only an issue for users with low activity to start.
Logikos
08-02-2006, 06:04 AM
I had that hack removed. I'm not really involved with making hacks anymore, but I think I did fix the activity view problem that WW was talking about. Anyway, if you want to show a list of top active users, then follow these instructions.
Create a new template. Name it activity with the following contents.
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center" style="border-bottom-width:0px">
<tr>
<td class="tcat" width="100%">Top Active Users</td>
</tr>
</table>
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<tr>
<td class="thead" align="left" nowrap="nowrap">User Name</td>
<td class="thead" nowrap="nowrap">Activity</td>
<td class="thead" nowrap="nowrap">Posts</td>
<td class="thead" nowrap="nowrap">Join Date</td>
</tr>
$activity_bit
</table>
Create a new template. Name it activity_bit with the following contents.
<tr>
<td class="alt1Active" align="left" id="u5968">
<div class="smallfont"><a href="member.php?u=$activity[userid]">$activity[username]</a></div>
<div class="smallfont">$activity[usertitle]</div>
</td>
<td class="alt2" align="center"><div class="smallfont">$ActivityPercent</div></td>
<td class="alt1" align="center">$activity[post]</td>
<td class="alt2" align="center">$activity[joindate]</td>
</tr>
Upload the attached file to your forums directory and you should be all set. You can edit this hack anyway you wish.
WetWired
08-02-2006, 06:42 PM
No, you never did fix that. Essentially, you have to re-calculate the activity for every user in order to fix it. You can skip members who haven't visited since the cuttoff, and you can cache the results so you only do it once a day. One of these days, I'll get arround to converting the old script I did for the hack version and prettying up some templates for it.
WetWired
08-03-2006, 09:48 AM
Okay, I got the accurate top 10 script converted to 3.5, now I just need to give it some time on Zelaron, then I'll be ready to beta it.
MissKalunji
08-05-2006, 12:22 PM
This works with 3.6, yes. I'm running it over at www.prophecy.co.za/forums (http://www.prophecy.co.za/forums) if you want to have a look
anyone else?
Hornstar
08-05-2006, 09:24 PM
So is there a new one made for 3.6 but will be released shortly?
mahakala
08-05-2006, 10:13 PM
anyone else?
yes, 3.6 works with it
MissKalunji
08-05-2006, 10:14 PM
yes, 3.6 works with it
Thanks
rogersnm
08-06-2006, 04:51 PM
How do you show the points achieved today thiung for all members instead of just the user who owns it?
WetWired
08-06-2006, 08:07 PM
It's in the options panel. Find today's activity for all users
rogersnm
08-06-2006, 08:14 PM
shows how much i look doesn't it.
/me installs
WetWired
08-08-2006, 02:47 PM
lon·gev·i·ty ( P ) Pronunciation Key (ln-jv-t, lôn-)
n. pl. lon·gev·i·ties
Long duration or continuance, as in an occupation: had unusual longevity in the company; her longevity as a star.
da420
08-18-2006, 12:54 AM
I installed this. Looks wonderful, but when Im online and have 20+ posts today it says I have visited but have not posted. Any suggestions would be appreciated. :)
Thanks in advance.
EDIT: LOL NEvermind. It works. Nice hack!
FatalBreeze
08-18-2006, 09:00 AM
hi, first of all thanks for the hack! its great,
but i've came across a problem:
look at the attached image, the Activity Maintenance was placed in the wrong place, but the actual problem is when i change the setting of "Set Start of Board" for example, it gives me an ok response (as if it really changed it) but when i enter the script again, it seems that the setting was not changed.
Nachtfalke
08-20-2006, 10:11 AM
Hi @ll,
at first i would like to thank WW for this beautyful hack. I love it, it was a snap to install, works fluently in a heavily modded vb 3.6 gold testboard and simply looks awesome. I had to modify it a little to suit my needs, since I am not a pixelator, I had to change the images headlines to normal text. I included a screenie from the postbit_legacy to proove it (I modified this template a lot, the big button simply expands or collapses the detailed infos, screenie shows of course the expanded look).
Also the top ten activity addon works fine, I even managed to integrate it with my vbadvanced CMPS system, see the other screenshot.
But there is one little issue i have with the acp: the cpnav is missing some text. Looks like a phrase or so is not found. Could anybody help me out with that? See attached screenshot #3
Thanks again for codng such a nice addon. And thanks to all the people out there who make my day with hacks and stuff for my beloved VB. Could modding a vb become addictive after some time? :D
rogersnm
08-20-2006, 10:15 AM
There isn't a cpnav file..
Nachtfalke
08-20-2006, 10:40 AM
I know that there isn't a cpnav xml, so the navigation must be built somewhere in a plug in. But I could not find this either ...
bashy
08-20-2006, 11:11 AM
Could modding a vb become addictive after some time? :D
ha ha ha ha h...
Ya think?
I am most probably the worst
rogersnm
08-20-2006, 11:39 AM
well it's name is "activity modification" and it's location is: "admin_index_navigation" you can just disable it because it should work..
rogersnm
08-20-2006, 11:47 AM
Ok this should work a treat, disable the above plugin and then upload the attached xml file to /includes/xml and then it should work :)
Nachtfalke
08-20-2006, 12:59 PM
...not quite! I followed your instructions and uploaded the new file. After that I logged out off the acp, cleared all cookies and logged back in again. But the new CP_nav doesn't show up. And because of disabling the plugin, the old one doesn't either (as expected)
rogersnm
08-20-2006, 01:31 PM
hmm, i tested it on mine so i can't see why it shouldn't work..
WetWired
08-21-2006, 04:29 PM
I will investigate the failed start of board problem, and the CP nav issue. Is the CP nav issue only with 3.6?
MissKalunji
08-22-2006, 04:15 AM
seems tobe working fine so far on 3.6.0
Nachtfalke
08-22-2006, 05:03 AM
I will investigate the failed start of board problem, and the CP nav issue. Is the CP nav issue only with 3.6?
Don't know. I didn't install that on my 3.5.4 Board ...
MissKalunji
08-22-2006, 08:59 PM
I will investigate the failed start of board problem, and the CP nav issue. Is the CP nav issue only with 3.6?
is that normal that this mod adds 10 queries?
edit : never mind the inferno warning was adding 20 queries go figure!
WetWired
08-22-2006, 09:37 PM
It is normal for this mod to add a lot of queries at the start of the day, and for it to quickly taper off.
Technical
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".
There are several options that start off which add queries when turned on. They should all explain the query impact in the description.
In the default configuration, it is possible for this mod to add no queries when viewing a thread. This happens when posts for all of the posters on the displayed page have been previously viewed during the day, and none of those posters are the active user. On the other hand, if you view a thread page (of 25 posts), where each post is by a different user and noone has been viewing the board today, you could get 25x3=75 queries the first time you view the thread (but if you refresh it would drop to zero, because the activity is stored for each user from the first page load).
Activity is per user, not per post, so the typical senario is that after the configured "midnight" for the mod, people are viewing threads and the people that post a lot get their activity calculated and stored, using a lot of queries. After that, pages probably get 6 or 9 queries added as people view posts by less-frequent posters. Eventally, virtually all of the active users will have their activity already calculated and stored, and the mod will be adding only the single query to calculate the logged-in user's activity today in threads they posted in. Note that this is one of the reasons for the configurable day cycle: if you place the mod's midnight at the time where you have the lowest usage, not only will the day cycles seem more natural to the users, but the load spike after midnight will be placed where it won't matter as much.
I have made every effort to minimize SQL server load caused by this mod. Not only is activity stored for future page loads, but it is also stored for future posts on the same page, for example. It would be possible for me to do only 3 big queries every page load, but those 3 queries would create a larger and ongoing load than the way that I do it.
IncredibleHawk
08-23-2006, 01:58 AM
Awsome Awsome
Nachtfalke
08-23-2006, 01:59 AM
I guess I figured out, how you can show the activitytstat.php addon as a correct location in Who is online. By adding two mini-plugins and a phrase, the WOL-List will show the right location. Maybe this could be added to the package, if it is good enough. I do not claim any credits, since this bases on a tutorial I found on vbhacks-germany.com (http://vbhacks-germany.com/forum/showthread.php?t=5062) (thank you Andreas ;) ). Okay, here we go:
1. Add a new phrase, name it activity_toplist and give it the value of "Toplist" or "Statistic" or whatever you desire.
2. We now need the first plugin to introduce the addon to our vbulletin system. Select "add plugin", in the dialog select the product "Activity modification" and the hook "online_location_process". Add the following code to it:
if ($filename == 'activitystat.php')
{
$userinfo['activity'] = 'activitystat';
}
3. It's time to tell the WOL what to do, so we add the next plugin. Select "add plugin", in the dialog select the product "Activity modification" and the hook "online_location_unknown". Now add the code:
if ($userinfo['activity'] == 'activitystat')
{
$handled = true;
$userinfo['action'] = construct_phrase($vbphrase['viewing_x'], $vbphrase['activity_toplist']);
$userinfo['where'] = '<a href="activitystat.php?'.$vbulletin->session->vars['sessionurl_q'].'">'.$vbphrase['activity_toplist'].'</a>';
}
4. All done. The next time somene visits the activitystats.php, it will be shown correctly in the who is online list.
By the way, this system is working of course for every other installed hack that is not shown correctly. Hope that helps someone out.
MissKalunji
08-25-2006, 04:15 AM
thx wetwired
Muellmann
08-27-2006, 05:50 PM
I very like this Hack and it works fine for me with 3.60 Gold.
Thank you for your Efforts to code such Things, I know that's
not easy Work. :cool:
MissKalunji
08-27-2006, 08:51 PM
I very like this Hack and it works fine for me with 3.60 Gold.
Thank you for your Efforts to code such Things, I know that's
not easy Work. :cool:
i second that
jcodemasters
08-31-2006, 05:35 PM
thank you for this script. i am wondering if one has tested this script on VB 3.6.0 thanks
rogersnm
08-31-2006, 05:40 PM
yup, works fine for me :)
jcodemasters
08-31-2006, 06:00 PM
thanks rogersnm i will test it now..
rex_b
09-14-2006, 02:57 PM
I can't figure out this activity part. Mine shows really low for everyone and have the settings down to 2 weeks.. Some help would help.
WetWired
09-20-2006, 12:21 AM
Can you post a link to your forum?
Do you have the visit weight set high? Visits are only recorded after the mod is installed, so people will be missing all of their visits.
Do you have forums that don't count posts? Only posts that count toward postcount count toward activity.
Do you have a really high posts per day requirement? Obviously, this would make it hard to get 100%
sassy1
09-21-2006, 03:16 AM
In my admincp when i go to Activity Maintenance
There is nothing in there could someone tell me what i
have to do or what i have done wrong and nothing
show up.
Any help will be helpfull
Thank you
:confused:
dagummit
09-22-2006, 12:58 AM
Hello... First, I love the mod...
only one thing...
None of the user's "Today" bars goes any higher than what you see in the pic below...
I have the following set in the ACP...
Weeks reflected: 4
Counted posts per day: 3
Visit weighting: 0.5
I would only imagine that the graph represents the number of posts that day, each block counting as 1 post, first 4 would be yellow, next 4...green...?
But anyways....I have posted about 50 times in one day and that graph never gets any different...
Thanks!
53741
WetWired
09-22-2006, 01:08 PM
The first bar is the visit, the remaining bars are the posts; this is why they are different colors. The unfilled color is the same for the today bar as it is for the activity bar (a very light or dark gray depending on the image set you uploaded); the today bar in your image is full. If you mouse over it, you should get a tooltip with details.
dagummit
09-22-2006, 01:33 PM
oh, okay...I see now...thanks!
Firestar.chkn
09-26-2006, 10:10 AM
Hi,
I'm having a problem and I don't know how to fix it.
If you look at my forums (http://forums.prophecy.co.za), you'll see that the activity mod works perfectly.
However, if you look at a new theme I installed on a test forum (http://test2.prophecy.co.za), you'll see that the activity mod makes these small lines, in stead of the images as it appears on the main site. It does exactly the same on the new style on my main forums (the style is hidden until I can fix this).
Any ideas on what I'm doing wrong? The tooltips shows up when you hover over it, but the full image isn't. I've checked permissions of the uploaded files, and I've also double checked the template modifications. I've also tried light and dark activity images.
Any help will be appreciated.
Thanks
Firestar
WetWired
09-28-2006, 12:57 PM
Neither of the styles that I can see on your test forum have the activity mod. The most common reason the images wouldn't show is if you uploaded the images in the wrong location (because the style used a different misc directory than you expected); this is especially probable if the the text above the bars does not show.
Firestar.chkn
09-28-2006, 01:37 PM
OMW, I'm such a noob! I should've checked that!
Thanks so much! It's working now :)
VitroX
09-29-2006, 04:28 PM
thanks a lot!
working fine on vb 3.6.1
WetWired
09-29-2006, 11:01 PM
A bug has been discovered where if you set the weeks reflected to 1, it still uses the max points for two weeks to find the percent. Because of this, you should instead use at least 2 weeks reflected untill I release a new version.
Any plan to release any update ?
WetWired
10-26-2006, 02:09 PM
Well, I was going to wait untill I figure out an issue I'm having with the top 10 addon, but that may not happen for a while, so I suppose I'll just release a version with the fix for 1 week reflected.
category
10-29-2006, 10:21 PM
can you release this hack for 3.6.2 ?
da420
10-29-2006, 10:28 PM
It works on 3.6.2 for me.
Thanks for the update WetWired
desiforums
10-30-2006, 10:52 PM
Hi when i try to import the XML it give me an error:
Database error in vBulletin 3.6.2:
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
Date : Monday, October 30th 2006 @ 07:49:19 PM
SO CAN YOU TELL ME WHAT I HAVE TO DO...
Thanks nice hack
WetWired
10-31-2006, 11:40 AM
Did you somehow remove the mod before importing, or was it still fully operational when you imported? If it told you that, it would mean that you somehow removed the mod without it running the uninstall query... at least on 3.5 .
In any case, if the product manager says you have 2.71, you should be fine. Only thing to check is that the start-of-board date in the options is correct.
desiforums
10-31-2006, 05:23 PM
no i didn't removed the mod before importing and somehow this mod not importing from the admincp and i also tried to do it from the FTP but than it don't show up on the list so i guess it don't work for vBulletin 3.6.2..... If theres any other way to import and make it work than can you please tell me...
Thanks
AGAIN THE ERROR WAS THIS:
Database error in vBulletin 3.6.2:
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
Date : Tuesday, October 31st 2006 @ 02:21:47 PM
Script : http://www.muftmaza.com/muftmaza/admincp/plugin.php?do=productimport
Referrer : http://www.muftmaza.com/muftmaza/admincp/plugin.php?do=productadd
WetWired
10-31-2006, 05:58 PM
What version are you upgrading from?
In any case, the attached xml file is a special version that will not run the upgrade scripts when installing. This file will only work as an upgrade to an existing Activity Modification installation.
desiforums
10-31-2006, 06:07 PM
THANKS alot now it worked..
Thank you so much :)
robin1958
11-01-2006, 08:37 PM
Am I missing something here? The description states one XML import and 3 template modifications and CSS if needed but the instructions appear to have gone missing?
WetWired
11-01-2006, 09:04 PM
Sorry about that; I forgot that the administrators went arround making people put everything in a zip file. I have uploaded the zip file containing the XML file and the documentation.
robin1958
11-01-2006, 10:26 PM
Thanks for that very fast response!
Tacama
11-14-2006, 10:55 AM
Running smoothly on 3.6.3.
My Users Love so much info on their Postbit Legacy, Profile etc...
You are the man WetWired :cool:
Installed of Course :) .
Neutral Singh
11-14-2006, 12:30 PM
Fatal error: Call to undefined function: wwu002processuser() in /home2/sikhphi/public_html/includes/class_postbit.php(268) : eval()'d code on line 12
:( why?
TheBlackPoet
12-01-2006, 02:43 AM
worked perfectly on my 3.63 version... the instructions were not the easiest to read.. but once i started from the top... it made sense... thanks very very much.... now my members can see what they are actually contributing to the site... EXACTLY....
Inferno Dragon
12-01-2006, 05:54 AM
iNFERNO *clicks install* :) great hack works smoothly on vb 3.6.4 :)
funinbc
12-01-2006, 05:28 PM
I have a qustion. I have a forum that is both light and dark. My outside rooms are light but my members rooms are dark but both are based on the same skin.
The question is where would I put both the image folder so I can have light images on the outside and dark images on the inside?
this is the path
/www/forum/images/approx/misc/
again my members rooms are just a dark version of approx.
I can edit the "Additional CSS Definitions" in both styles but where where would I put both image folders
how would I edit this
light
.WWU002postbit td {padding-left:2px;padding-right:2px;}
.WWU002postbit img.i,.WWU002postbit img.im,.WWU002postbit img.il,.WWU002postbit img.ir {background-color:#FFFFFF;border-left:1px solid #808080;border-top:1px solid #808080;border-right:1px solid #C0C0C0;border-bottom:1px solid #C0C0C0;}
.WWU002postbit img.im {border-left:none;border-right:none;}
.WWU002postbit img.il {border-right:none;}
.WWU002postbit img.ir {border-left:none;}
dark
.WWU002postbit td {padding-left:2px;padding-right:2px;}
.WWU002postbit img.i,.WWU002postbit img.im,.WWU002postbit img.il,.WWU002postbit img.ir {background-color:#000000;border-left:1px solid #404040;border-top:1px solid #404040;border-right:1px solid #808080;border-bottom:1px solid #808080;}
.WWU002postbit img.im {border-left:none;border-right:none;}
.WWU002postbit img.il {border-right:none;}
.WWU002postbit img.ir {border-left:none;}
Chadi
12-02-2006, 04:48 PM
How do I change the font type/style to match my forums default (such as the font show above and below the activity bars)?
I'm using "light" and this is the css I copied in first field of main additional css
.WWU002postbit td {padding-left:2px;padding-right:2px;}
.WWU002postbit img.i,.WWU002postbit img.im,.WWU002postbit img.il,.WWU002postbit img.ir {background-color:#FFFFFF;border-left:1px solid #808080;border-top:1px solid #808080;border-right:1px solid #C0C0C0;border-bottom:1px solid #C0C0C0;}
.WWU002postbit img.im {border-left:none;border-right:none;}
.WWU002postbit img.il {border-right:none;}
.WWU002postbit img.ir {border-left:none;}
Chadi
12-03-2006, 04:04 PM
Actually I figured out the font size, except I would like to change the "posts" font inside the bar to regular text. Could someone explain how to do this? I was unable to figure this part out, although I saw the actual gif file names inside the postbit legacy template.
WetWired
12-05-2006, 02:39 AM
Chadi,
You should be able to use $post[posts] to display the text. Put it inside of
<span style="background-color:#FFFFFF;border-left:1px solid #808080;border-top:1px solid #808080;border-right:1px solid #C0C0C0;border-bottom:1px solid #C0C0C0;width:63;height:7;padding-top:0px;padding-bottom:0px;"></span>
to make it match; you'll also need to adjust the font, of course, and it won't be right justified.
fuinbc,
how to do what you want to do depends on how the colors are switched. If the forums actually use a style that is a child of the other, you can use the different CSS in the child style, and copy the misc folder with the different activity images and specify it. If it is a conditional in the style, it's a bit more difficult, but I can walk you through it with more information.
Neutral,
I'm sure I posted a response to your post, but it seems to have disappeared. :paranoid: If you haven't resolved the problem yet, I can post it again.
Chadi
12-05-2006, 10:53 AM
Chadi,
You should be able to use $post[posts] to display the text. Put it inside of
<span style="background-color:#FFFFFF;border-left:1px solid #808080;border-top:1px solid #808080;border-right:1px solid #C0C0C0;border-bottom:1px solid #C0C0C0;width:63;height:7;padding-top:0px;padding-bottom:0px;"></span>to make it match; you'll also need to adjust the font, of course, and it won't be right justified.
Put inside where?
This is my entire postbit legacy template
<table class="tborder" id="post$post[postid]" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="thead" $post[scrolltothis]>
<!-- status icon and date -->
<div class="normal">
<a name="post$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_statusicon]/post_$post[statusicon].gif" alt="$post[statustitle]" border="0" /></a><if condition="$show['inlinemod']"><input type="checkbox" name="plist[$postid]" id="plist_$postid" style="vertical-align:middle; padding:0px; margin:0px 0px 0px 5px" value="$post[checkbox_value]" /></if>
</div>
<!-- / status icon and date -->
</td>
<td class="thead" style="font-weight:normal">
<div class="normal" style="float:$stylevar[right]">
<if condition="$show['postcount']">(#<a href="showpost.php?$session[sessionurl]p=$post[postid]&postcount=$post[postcount]" target="new" rel="nofollow" id="postcount$post[postid]" name="$post[postcount]">$post[postcount]</a>)</if>
<a href="#top" onclick="return toggle_collapse('postbit_$post[postid]')"><img id="collapseimg_postbit_$post[postid]" src="$stylevar[imgdir_button]/collapse_thead{$GLOBALS['vbcollapse']['collapseimg_postbit_' . $post[postid]]}.gif" alt="" border="0" /></a>
</div>
</td>
</tr>
<tbody id="collapseobj_postbit_$post[postid]" style="{$GLOBALS['vbcollapse']['collapseobj_postbit_' . $post[postid]]};">
<tr valign="top">
<td class="alt2" width="185">
<div id="postmenu_$post[postid]">
<if condition="$show['profile']">
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a><!-- v3 Arcade --> <if condition="$post['arcadeawards']"><a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]"><img src="$vboptions[arcadeimages]/trophy.gif" align="absmiddle" alt="$vbphrase[arcade_champion]" border="0" /></a></if>
<!-- /v3 Arcade -->
<br>
<script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
<else />
$post[musername]
</if>
</div>
<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>
$post[onlinestatus]
<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>
<if condition="$show['reputation']"><div style="padding:2px 0px 2px 0px;"></div><div><span id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]</span></div></if>
<if condition="$show['avatar']">
<div class="smallfont"><div align=center>
<a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a>
</div></div>
</if>
<div class="smallfont">
<br />
<div align=center>
<if condition="isset($WWU002_activitylevel)">
<table class="WWU002postbit" cellspacing="2" cellpadding="0">
<tr>
<td><div class="smallfont">Activity:</div></td>
<td><div class="smallfont">Longevity:</div></td>
</tr>
<tr>
<td title="$WWU002_activityinfo"><img src="$stylevar[imgdir_misc]/activity/activity$WWU002_activitylevel.gif" class="i" /></td>
<td title="$WWU002_longevityinfo"><img src="$stylevar[imgdir_misc]/activity/long$WWU002_longevitylevel.gif" class="i" /></td>
</tr>
<tr>
<td><div class="smallfont">Today:</div></td>
<td><div class="smallfont">Posts:</div></td>
</tr>
<tr>
<td title="$WWU002_todayinfo"><img src="$stylevar[imgdir_misc]/activity/today{$WWU002_todaylevel}_$WWU002_maxtodaylevel.gi f" class="i" /></td>
<td dir="ltr"><img src="$stylevar[imgdir_misc]/activity/posts$WWU002_postsd1.gif" class="il" /><img src="$stylevar[imgdir_misc]/activity/posts$WWU002_postsd2.gif" class="im" /><img src="$stylevar[imgdir_misc]/activity/posts$WWU002_postsd3.gif" class="im" /><img src="$stylevar[imgdir_misc]/activity/posts$WWU002_postsd4.gif" class="im" /><img src="$stylevar[imgdir_misc]/activity/posts$WWU002_postsd5.gif" class="im" /><img src="$stylevar[imgdir_misc]/activity/posts$WWU002_postsd6.gif" class="im" /><img src="$stylevar[imgdir_misc]/activity/posts$WWU002_postsd7.gif" class="im" /><img src="$stylevar[imgdir_misc]/activity/posts$WWU002_postsd8.gif" class="im" /><img src="$stylevar[imgdir_misc]/activity/posts$WWU002_postsd9.gif" class="ir" /></td>
</tr>
</table>
</if>
</div>
<br />
<if condition="$show['last_seen_online']"><div>$vbphrase[last_seen_online]: $post[lastseen_date]</div></if>
<if condition="$post['field2']"><div >$vbphrase[location_perm]: $post[field2]</div></if>
<if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>
<if condition="$post[field6]">$vbphrase[gender]: <img src="$stylevar[imgdir_misc]/$post[field6].gif" alt="$post[field6]" /></if>
<if condition="$post[field7] != ''"><div>
Country: <img src="images/flags/$post[field7].gif" title="$post[field7]" align="center">
</div></if>
<if condition="$show['infraction']"><div>$vbphrase[infractions]: $post[warnings]/$post[infractions] ($post[ipoints])</div></if>
<if condition="$show['reputation']"><if condition="$show['reppower']"><div><span id="reppower_$post[postid]_$post[userid]">$vbphrase[reppower]</span>: $post[reppower]</div></strong></if></if>
</div>
<div style="padding:5px 0px 5px 0px;"></div>
</td>
<if condition="$show['moderated']">
<td height="100%" valign="top" class="alt2" id="td_post_$post[postid]">
<else />
<td height="100%" valign="top" class="alt1" id="td_post_$post[postid]">
</if>
<div style="float:right">
<if condition="$show['reputationlink']">
<span id="reputationmenu_$post[postid]"><a href="reputation.php?$session[sessionurl]p=$post[postid]" rel="nofollow" id="reputation_$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/reputation.gif" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" border="0" /></a></span>
<if condition="$show['popups']"><script type="text/javascript"> vbrep_register("$post[postid]")</script></if>
</if>
<if condition="$show['reportlink']"><a href="report.php?$session[sessionurl]p=$post[postid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/report.gif" alt="$vbphrase[report_bad_post]" border="0" /></a></if>
<if condition="$show['infractionlink']"><a href="infraction.php?$session[sessionurl]do=report&p=$post[postid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/infraction.gif" alt="<phrase 1="$post[username]">$vbphrase[add_infraction_for_x]</phrase>" border="0" /></a> </if> $post[iplogged]<if condition="is_browser('ie')"><div style="padding: 2px 0px 0px 0px;"></div></if></div><div class="smallfont">
<if condition="$show['messageicon'] OR $post['title']">
<!-- icon and title -->
<if condition="$show['messageicon']"><img class="inlineimg" src="$post[iconpath]" alt="$post[icontitle]" border="0" /></if>
<if condition="$post['title']"><strong>$post[title] - </strong></if>
<!-- status icon and date -->
</if>
<!-- status icon and date -->
<if condition="!$show['announcement']">
$post[postdate]<if condition="!$show['detailedtime']">, $post[posttime]</if>
<else />
<phrase 1="$post[startdate]" 2="$post[enddate]">$vbphrase[x_until_y]</phrase>
</if>
$post[firstnewinsert]
<!-- / status icon and date -->
</div>
<div class="spacer"></div> <div class="hr" style="width: 100%;">
<hr />
</div>
<div class="spacer"></div>
<!-- message -->
<div id="post_message_$post[postid]" class="vb_postbit">$post[message]</div>
<!-- / message -->
<if condition="$show['attachments']">
<!-- attachments -->
<div style="padding:$stylevar[cellpadding]px">
<if condition="$show['thumbnailattachment']">
<fieldset class="fieldset">
<legend>$vbphrase[attached_thumbnails]</legend>
<div style="padding:$stylevar[formspacer]px">
$post[thumbnailattachments]
</div>
</fieldset>
</if>
<if condition="$show['imageattachment']">
<fieldset class="fieldset">
<legend>$vbphrase[attached_images]</legend>
<div style="padding:$stylevar[formspacer]px">
$post[imageattachments]
</div>
</fieldset>
</if>
<if condition="$show['imageattachmentlink']">
<fieldset class="fieldset">
<legend>$vbphrase[attached_images]</legend>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
$post[imageattachmentlinks]
</table>
</fieldset>
</if>
<if condition="$show['otherattachment']">
<fieldset class="fieldset">
<legend>$vbphrase[attached_files]</legend>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
$post[otherattachments]
</table>
</fieldset>
</if>
<if condition="$show['moderatedattachment']">
<fieldset class="fieldset">
<legend>$vbphrase[attachments_pending_approval]</legend>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
$post[moderatedattachments]
</table>
</fieldset>
</if>
</div>
<!-- / attachments -->
</if>
<if condition="$post['signature']">
<!-- sig -->
<div> <br />
<div class="hr" style="width: 100px;">
<hr />
</div><div class="spacer"></div>
$post[signature]
</div>
<!-- / sig -->
</if>
<if condition="$show['postedited'] AND ($post[userid] != 3)">
<!-- edit note -->
<div class="smallfont"> <div class="spacer"></div>
<div class="hr">
<hr />
</div><div class="spacer"></div>
<em>
<phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]">$vbphrase[last_edited_by_x_on_y_at_z]</phrase>.
<if condition="$post['edit_reason']">$vbphrase[reason]: $post[edit_reason]</if>
</em>
</div>
<!-- / edit note -->
</if>
</td>
</tr>
<tr>
<td class="alt2">
<div> $post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon] </div>
</td>
<if condition="$show['moderated']">
<td class="alt2" align="$stylevar[right]">
<else />
<td class="alt1" align="$stylevar[right]">
</if>
<!-- controls -->
<div style="float:left">
<if condition="$show['moderated']">
<img src="$stylevar[imgdir_misc]/moderated.gif" alt="$vbphrase[moderated_post]" border="0" />
</if>
<if condition="$show['deletedpost']">
<img src="$stylevar[imgdir_misc]/trashcan.gif" alt="$vbphrase[deleted_post]" border="0" />
</if>
<if condition="$show['redcard']">
<a href="infraction.php?$session[sessionurl]do=view&p=$post[postid]"><img src="$stylevar[imgdir_button]/redcard.gif" alt="$vbphrase[received_infraction]" border="0" /></a>
<else />
<if condition="$show['yellowcard']">
<a href="infraction.php?$session[sessionurl]do=view&p=$post[postid]"><img src="$stylevar[imgdir_button]/yellowcard.gif" alt="$vbphrase[received_warning]" border="0" /></a>
</if>
</if>
</div>
<if condition="$post['editlink']">
<img style="display: none" id="progress_$postid" src="$stylevar[imgdir_misc]/progress.gif" alt="$vbphrase[loading_editor_please_wait]" />
<a href="$post[editlink]" name="vB::QuickEdit::$post[postid]"><img src="$stylevar[imgdir_button]/edit.gif" alt="$vbphrase[edit_delete_message]" border="0" /></a>
</if>
<if condition="$post['forwardlink']">
<a href="$post[forwardlink]"><img src="$stylevar[imgdir_button]/forward.gif" alt="$vbphrase[forward_message]" border="0" /></a>
</if>
<if condition="$post['replylink']">
<a href="$post[replylink]" rel="nofollow"><img src="$stylevar[imgdir_button]/<if condition="$post['forwardlink']">reply_small<else />quote</if>.gif" alt="$vbphrase[reply_with_quote]" border="0" /></a>
</if>
<if condition="$show['multiquote_post']">
<a href="$post[replylink]" rel="nofollow" onclick="return false"><img src="$stylevar[imgdir_button]/multiquote_<if condition="$show['multiquote_selected']">on<else />off</if>.gif" alt="$vbphrase[multi_quote_this_message]" border="0" id="mq_$post[postid]" /></a>
</if>
<if condition="$show['quickreply'] AND !$show['threadedmode']">
<a href="$post[replylink]" rel="nofollow" id="qr_$post[postid]" onclick="return false"><img src="$stylevar[imgdir_button]/quickreply.gif" alt="$vbphrase[quick_reply_to_this_message]" border="0" /></a>
</if>
<!-- / controls -->
</td>
</tr>
</tbody>
</table>
<!-- post $post[postid] popup menu -->
<div class="vbmenu_popup" id="postmenu_$post[postid]_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">$post[username]</td>
</tr>
<if condition="$show['profile']">
<tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$post[userid]">$vbphrase[view_public_profile]</a></td></tr>
</if>
<if condition="$show['pmlink']">
<tr><td class="vbmenu_option"><a href="private.php?$session[sessionurl]do=newpm&u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[send_private_message_to_x]</phrase></a></td></tr>
</if>
<if condition="$show['emaillink']">
<tr><td class="vbmenu_option"><a href="sendmessage.php?$session[sessionurl]do=mailmember&u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[send_email_to_x]</phrase></a></td></tr>
</if>
<if condition="$show['homepage']">
<tr><td class="vbmenu_option"><a href="$post[homepage]"><phrase 1="$post[username]">$vbphrase[visit_xs_homepage]</phrase></a></td></tr>
</if>
<if condition="$show['search']">
<tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=finduser&u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[find_more_posts_by_x]</phrase></a></td></tr>
</if>
<if condition="$post['userid'] AND $show['member']">
<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=addlist&userlist=buddy&u=$post[userid]"><phrase 1="$post[username]">$vbphrase[add_x_to_buddy_list]</phrase></a></td></tr>
</if>
<if condition="$post[journal_id]">
<tr>
<td class="vbmenu_option"><a href="journal.php?$session[sessionurl]do=showjournal&j=$post[journal_id]" title="$post[journaldesc]"><phrase 1="$post[username]">$vbphrase[visit_xs_journal]</phrase></a></td>
</tr>
</if>
<!-- v3 Arcade -->
<if condition="$post['arcadeawards']">
<tr><td class="thead"><phrase 1="$post[username]">$vbphrase[xs_arcade_awards]</phrase></a></td></tr>
$post[arcadeawards]
</if>
<if condition="($post['arcadeoptions'] & 1) AND $post['userid']!=$bbuserinfo['userid']">
<tr><td class="thead">$vbphrase[arcade]</a></td></tr>
<tr><td class="vbmenu_option"><a href="arcade.php?do=newchallenge&userid=$post[userid]"><phrase 1="$post[username]">$vbphrase[challenge_x_in_the_arcade]</phrase></td></tr></if>
<!-- /v3 Arcade -->
</table>
</div>
<!-- / post $post[postid] popup menu -->
WetWired
12-05-2006, 01:19 PM
Replace
<td dir="ltr"><img src="$stylevar[imgdir_misc]/activity/posts$WWU002_postsd1.gif" class="il" /><img src="$stylevar[imgdir_misc]/activity/posts$WWU002_postsd2.gif" class="im" /><img src="$stylevar[imgdir_misc]/activity/posts$WWU002_postsd3.gif" class="im" /><img src="$stylevar[imgdir_misc]/activity/posts$WWU002_postsd4.gif" class="im" /><img src="$stylevar[imgdir_misc]/activity/posts$WWU002_postsd5.gif" class="im" /><img src="$stylevar[imgdir_misc]/activity/posts$WWU002_postsd6.gif" class="im" /><img src="$stylevar[imgdir_misc]/activity/posts$WWU002_postsd7.gif" class="im" /><img src="$stylevar[imgdir_misc]/activity/posts$WWU002_postsd8.gif" class="im" /><img src="$stylevar[imgdir_misc]/activity/posts$WWU002_postsd9.gif" class="ir" /></td>
(search for $WWU002_todayinfo, then go one line down)
with
<td style="background-color:#FFFFFF;border-left:1px solid #808080;border-top:1px solid #808080;border-right:1px solid #C0C0C0;border-bottom:1px solid #C0C0C0;width:63px;height:7px;padding-top:0px;padding-bottom:0px;padding-left:0px;padding-right:5px;font-size:6px;">$post[posts]</td>
That should get you close. You may need to adjust "font-size:6px;", and you may want to change the font used.
Chadi
12-05-2006, 03:08 PM
Thank you much, it works :)
Chadi
12-06-2006, 12:12 PM
I have this other problem. See attached please
How do I make it show the activity to all people regardless if logged in or not?
WetWired
12-06-2006, 12:39 PM
Set "Find today's activity for all users" to yes in the Activity Modification options.
dt-pain
12-26-2006, 07:22 PM
Every thing looks fine. One thing is the box around the images are not showing up. It worked on my last skin but not this one. take a look. http://www.x-squad.net/x/forumsVB/showthread.php?t=1169
shelaby
01-25-2007, 01:15 AM
I have a prob. with the admincp
vbulletin 3.6.4 german
WetWired
01-25-2007, 01:33 PM
Every thing looks fine. One thing is the box around the images are not showing up. It worked on my last skin but not this one. take a look. http://www.x-squad.net/x/forumsVB/showthread.php?t=1169
Did you add the CSS to your new style like you did your old one?
WetWired
01-25-2007, 03:21 PM
I have a prob. with the admincp
vbulletin 3.6.4 german
This is almost certainly a localization issue, and can be fixed by localizing the admin_index_navigation plugin. Functionally, this shouldn't affect anything, it just makes the CP nav less pretty.
shelaby
01-25-2007, 04:28 PM
@WetWired
thanks for your Help:)
Is a god hack !
MFG
WetWired
01-29-2007, 09:04 PM
I've uploaded version 2.80 rc1 for early adopters to test. I'll be checking this thread daily at least untill the normal release to check for issues.
djjeffa
01-30-2007, 01:28 AM
i did a coustom edit to the post bit for this hack in the pass if i upgrade will i lose it?
da420
01-30-2007, 01:33 AM
If you have to revert your postbit template, then yes you will lose the edit.
WetWired
01-30-2007, 07:09 AM
There is no difference in the template edits for version 2.80 and version 2.70, and all old templates will at least work the same way they did with the new version, so there's no need to redo the template edits.
djjeffa
01-30-2007, 10:45 AM
There is no difference in the template edits for version 2.80 and version 2.70, and all old templates will at least work the same way they did with the new version, so there's no need to redo the template edits.
cool thanks
ps love this hack
Milad
01-30-2007, 03:16 PM
There are Uncached templates on index.php?do=activitystat:
WWU002statbit and WWU002statpage
Regards
Milad
01-30-2007, 05:25 PM
Also the hack isn't XHTML 1.0 Transitional valid, so please make it valid.
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.syrianmeds.net%2Fforum% 2Findex.php%3Fdo%3Dactivitystat&charset=%28detect+automatically%29&doctype=Inline&ss=1#line-655
WetWired
01-30-2007, 06:03 PM
I'm not sure what you're trying to point out with that link. The line you're jumping to is generated by vBulletin's pre-existing code.
Milad
01-30-2007, 08:30 PM
No your plugins control the generating.
1) In the plugin "Top Activity" at forumhome_start hook
$pagenav=construct_page_nav($pagenumber,$perpage,c ount($WWU002statdata),$vbulletin->options['forumhome'].'.php?'.$vbulletin->session->vars['sessionurl'].'do=activitystat&pp='.$perpage);
must be:
$pagenav=construct_page_nav($pagenumber,$perpage,c ount($WWU002statdata),$vbulletin->options['forumhome'].'.php?'.$vbulletin->session->vars['sessionurl'].'do=activitystat&pp='.$perpage);
2) you use selected instead of selected="selected" in the template "WWU002statpage"
<option <if condition="$perpage==10">selected</if>>10</option>
<option <if condition="$perpage==20">selected</if>>20</option>
<option <if condition="$perpage==50">selected</if>>50</option>
<option <if condition="$perpage==100">selected</if>>100</option>
must be:
<option<if condition="$perpage==10"> selected="selected"</if>>10</option>
<option<if condition="$perpage==20"> selected="selected"</if>>20</option>
<option<if condition="$perpage==50"> selected="selected"</if>>50</option>
<option<if condition="$perpage==100"> selected="selected"</if>>100</option>
After doing these modifications the errors had disappeared
take a look:
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.syrianmeds.net%2Fforum% 2Findex.php%3Fdo%3Dactivitystat&charset=%28detect+automatically%29&doctype=Inline
Also the edits to postbit(_legacy) need some corrections in the <img> tags
Regards
Milad
01-30-2007, 08:36 PM
Also I discovered a bug in the top activity page.
take a look here http://www.syrianmeds.net/forum/index.php?do=activitystat&pp=100&langid=9
Now look for users who have the same activity level, for example the users: NINAR & almoheeb, both share the activity 3.8% and the rank 91, but the next rank is 94 not 92.
got it?
WetWired
01-30-2007, 09:27 PM
That's how the ranks are supposed to go. Just because 3 people are 1st doesn't make the next person 2nd. If two people tie for gold in the Olympics, the next person gets bronze, not silver. If you don't like the way I do ties, you can turn them off in the CP.
WetWired
01-30-2007, 09:44 PM
Uploaded 2.80 rc3. You only need to redo the template edits if you want alt attributes on all your images...
Milad
01-31-2007, 10:06 AM
That's how the ranks are supposed to go. Just because 3 people are 1st doesn't make the next person 2nd. If two people tie for gold in the Olympics, the next person gets bronze, not silver. If you don't like the way I do ties, you can turn them off in the CP.
No, I like it, but I thought it might work in different way.
Thank you
princeedward
01-31-2007, 06:22 PM
great one..thanks for this bro...:) install clicked...
DasCool
02-03-2007, 02:41 AM
Does anyone know why i have double like in the picture
WetWired
02-03-2007, 03:38 AM
One is from the mod and can change with activity, the other is the default one based on usergroup or customizable. This works out really well when everyone has custom titles, because this way, you can still tell who the staff are.
It shows that in the screenshot:
33101
If you don't want it, just search for $WWU002_ranktext in your postbit_legacy template, and remove the whole line
Ok I've added it successfully, now when a member has a large Location description it shifts the longevity, posts etc graphics to one side which makes that side look a bit odd.
How do I move member info 'Location:********' from the right side to under the avatar?
I've attached an image
Thanks
WetWired
02-03-2007, 03:55 PM
You can find the location field by searching for
<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>
You can then move it where you like.
Also, I have an idea to fix the original problem of the other stuff affecting the placement of the activity stuff, but I don't have time ATM to work on it. Check back Monday afternoon for that.
Rickeo
02-03-2007, 05:34 PM
I cnt believe this it has totally messed up my skin now u cnt view the images why?? I have uploaded them to my misc file under images yet theres just littl white boxes with crosses there
Rickeo
02-03-2007, 05:56 PM
Sorry I have done it now lol my mistake not reading the whole post through carefully enough
Chicago_VLNU_4s
02-04-2007, 07:06 AM
nice, clicked installed
princeedward
02-04-2007, 08:07 AM
One is from the mod and can change with activity, the other is the default one based on usergroup or customizable. This works out really well when everyone has custom titles, because this way, you can still tell who the staff are.
It shows that in the screenshot:
33101
If you don't want it, just search for $WWU002_ranktext in your postbit_legacy template, and remove the whole linegot this problem solved also...so thanks a lot for this info...
Added Fast Tip Info:
REMOVED:"OWNER" OR DOUBLE USERGROUP, CUSTOM USER TITLES UNDER USER'S AVATAR...
++++++++++++++++++++++++++++++
FIND:
++++++++++++++++++++++++++++++
<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>
++++++++++++++++++++++++++++++
BELOW REMOVE/DELETE:
++++++++++++++++++++++++++++++
<div class="smallfont"><strong>$WWU002_ranktext</strong></div>
Thanks & Best Regards To All...
princeedward
02-05-2007, 04:54 AM
One is from the mod and can change with activity, the other is the default one based on usergroup or customizable. This works out really well when everyone has custom titles, because this way, you can still tell who the staff are.
It shows that in the screenshot:
33101
If you don't want it, just search for $WWU002_ranktext in your postbit_legacy template, and remove the whole line:( now i found out that the "OWNER" word is still under my avatar...located on my "Public Profile"...how am i gonna remove it then?...try to find it myself but no luck...pls advice...
thanks and best regards...
:o
WetWired
02-05-2007, 12:27 PM
It's the same as in the postbit, find $WWU002_ranktext.
princeedward
02-06-2007, 07:28 PM
It's the same as in the postbit, find $WWU002_ranktext.sorry bro... i did the way you told me...but it's still there...please advice...
thanks and best regards...
:o
WetWired
02-06-2007, 10:24 PM
I advise upgrading to 2.80 release, in which you can just disable it in the Admin CP.
princeedward
02-07-2007, 04:38 PM
:p do i have to uninstall the old one and install this new modification and repeat the templates editing process or what?....sorry for the stupid question., kinda newbie for all this thing...so appreciate all advice if possible bro..:o
thanks a lot and best regards....
;)
da420
02-07-2007, 04:39 PM
Just over write the product...
WetWired
02-07-2007, 04:51 PM
Note: To upgrade, with the old version still installed, go to the Add/Import Product link on the Manage Products page, select the XML file for the new version, choose Yes for overwrite, then click Import.
So no, don't uninstall the old version. The templates are up to you: The change log explains what changes have been made to them in each version, decide if you need the changes. There hasn't been any functionally significant changes to the template edits since 2.70, and even then templates as old as 2.50 release should still work fine with the core functionality.
princeedward
02-07-2007, 06:57 PM
Just over write the product...
So no, don't uninstall the old version. The templates are up to you: The change log explains what changes have been made to them in each version, decide if you need the changes. There hasn't been any functionally significant changes to the template edits since 2.70, and even then templates as old as 2.50 release should still work fine with the core functionality.now it's all "A-OK" many thanks for all advice brothers...more power coders and keep up your good/genious work...:up:
best regards...
:p
TheFrienzNet
02-08-2007, 12:57 AM
Great, this looks awesome. :D
hotmasala4u
02-09-2007, 03:49 PM
hey i wanna instll this hack in blackice skin can some one tell em how 2 do it cuz i dont get it
plz thanks
WetWired
02-09-2007, 04:59 PM
It would help us help you, if you'd provide the templates that you need help modifying. That would be the MEMBERINFO template, and depending on if you're using horizontal or vertical postbits, postbit or postbit_legacy, respectively.
hotmasala4u
02-10-2007, 03:38 AM
i am ussing black ice
what else u need
WetWired
02-10-2007, 05:56 AM
I would need the MEMBERINFO, postbit, and postbit_legacy templates from that style to modify...
Your response indicates to me that perhaps you are unfamiliar with the style editor.
You should reference
http://www.vbulletin.com/docs/html/main/styles_and_templates
for more information on working with styles,
http://www.vbulletin.com/docs/html/main/stylemanager_edit_templates
in particular. The HTML file that came in the zip file contains instructions for editing individual templates of a style. As shown on the second linked page, you will need to go into the style manager, click <<>> next to the style to edit, then find the listed templates in the list to the left and edit them. Once you are in the edit screen, you will need to match each reference block in the html file to the same place in the template, then perform the indicated action from the HTML file. After you have performed each needed modification to a given template, click save at the bottom.
If you have trouble editing the templates yourself, you can copy the contents of each of the three templates into text files and attach them for me to edit, allong with which options to use. I need to know:
text or images
On the horizontal postbit, do you want the activity images (if you wanted images) in a separate column, or the same column as the IM icons, location information, etc.
hotmasala4u
02-12-2007, 03:20 PM
i dont get a thing u said lolz
WetWired
02-12-2007, 04:33 PM
The manual section I linked to lays out the basics. If after reading through the pages of that section, you don't understand what I'm talking about, I'm not sure how to make it clearer.
Frozen Tastee
02-12-2007, 08:11 PM
i was wondering i saw your website zelaron.com and like you have rank image and avatar box and the activity mod but when i install all i get is the basic four fields Post, Today, Activity, and Logitivity. so how can i get the layout like yours with rank and avatar and all that jazz. and if this is leaving a ? check 360monster.com or gamernode.com forums its like yours and i need that for my site
WetWired
02-12-2007, 09:18 PM
It's just tables. For what those have, you'd do something like
<table cellspadding="0" cellspacing="1" border="0">
<tr>
<td class="thead" width="100">Avatar</td>
<td class="thead" width="50">Rank</td>
</tr>
<tr>
<td valign="middle" align="center" height="100"><if condition="$show['avatar']"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a><else /> </if></td>
<td>$WWU002_ranktext</td>
</tr>
</table>
Then, you'd put HTML image tags as the ranktext settings in the adminCP.
Frozen Tastee
02-13-2007, 02:12 AM
It's just tables. For what those have, you'd do something like
<table cellspadding="0" cellspacing="1" border="0">
<tr>
<td class="thead" width="100">Avatar</td>
<td class="thead" width="50">Rank</td>
</tr>
<tr>
<td valign="middle" align="center" height="100"><if condition="$show['avatar']">]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a><else /> </if></td>
<td>$WWU002_ranktext</td>
</tr>
</table>
Then, you'd put HTML image tags as the ranktext settings in the adminCP.
so do u i put that in the postbit legacy template
WetWired
02-13-2007, 03:09 AM
Yes, you should search for the
<if condition="$show['avatar']">
And replace from there untill the closing </if> with what I gave you (please note that I've fixed a mistake in it, so recopy). You'll also want to remove the other line with $WWU002_ranktext that you added when you installed the mod.
Frozen Tastee
02-14-2007, 03:09 PM
okay thanks bro
LisaD1
02-18-2007, 05:34 PM
Is there anyway to have more then one owner? I have turned off that part (Actually I removed it from the code before I knew it could be turned off LOL) by anyways there is 3 owners on my board and I am wondering if there is anyway to add us all as owners? I did try to add use all to the area meant for it, but it doesn't work.
Thanks!!
WetWired
02-18-2007, 06:23 PM
In the User Ranks area, enter mulitiple owner lines with the Ids of the users. So if your are IDs 1,2, and 110, then you'd enter
1=Owner
2=Owner
110=Owner
LisaD1
02-18-2007, 07:15 PM
In the User Ranks area, enter mulitiple owner lines with the Ids of the users. So if your are IDs 1,2, and 110, then you'd enter
1=Owner
2=Owner
110=Owner
Thank you very much!! :)
Masked Crusader
02-19-2007, 05:00 AM
Tag for future use.
Frozen Tastee
02-19-2007, 09:18 PM
hey WetWired i did what you sayed and im able to get the rank image to work only it will only show above and not next to it. idk if its a table prob or what i need your help bro!
WetWired
02-19-2007, 09:32 PM
I need a URL or page source.
Thanks WetWired .. installed with no problems and working well.
Clicked install
Frozen Tastee
02-21-2007, 09:57 PM
a example of the postbit is http://www.bobstoybox.com/designai/forum/showthread.php?p=2&styleid=4#post2 as you can see i got it mainly messed up and need help :( srry
ZomgStuff
02-21-2007, 10:19 PM
If you convert this for 3.6.4 I will love you long time!
cashpath
02-21-2007, 11:57 PM
This is the plugin/vB3.5/vB3.6 version of this hack
This mod was developed on vB3.6.4, and tested for compatibility with vB3.5.4
It doesn't work with 3.6.4?
ZomgStuff
02-22-2007, 12:47 AM
It does! Just installed it!
WetWired
02-22-2007, 12:15 PM
Frozen Tastee, You're missing the <td></td> arround the $WWU002_ranktext.
Issue with activity today.
My todays activity appears to show some activity after posting more than the set 4 posts per day but my co-admin and other members who have also posted more than the 4 posts show a blank !?
WetWired
02-22-2007, 03:58 PM
Display of today activity for other users is off by default (because it increases server load). You can enable it in the Activity Modification options; it's titled "Find today's activity for all users."
Display of today activity for other users is off by default (because it increases server load). You can enable it in the Activity Modification options; it's titled "Find today's activity for all users."
Thanks for the speedy response :up:
Simasher
02-24-2007, 01:15 PM
very thanks..i try this hack..
Simasher
02-24-2007, 01:22 PM
Please write to install page for legacy_postbit users ;)
WetWired
02-25-2007, 05:39 AM
Please write to install page for legacy_postbit users ;)
What do you mean? There already are installation instructions for postbit_legacy. In fact, they are the first segment for each install type.
Logikos
02-26-2007, 04:36 AM
If you convert this for 3.6.4 I will love you long time!
This hack does work for vB version 3.6.4.
josh_B
03-02-2007, 08:25 PM
All ok, but the 'Today' part does not show anything. Also I get two sets of user ranks on the posts.
eg..
<user>
Newbie
Junior Member
josh_B
03-04-2007, 08:30 PM
Fixed both issues myself, thanks anyway!! Live and learn.
gatorenvy
03-07-2007, 10:20 PM
I am running vb 3.5.7 and installed activity mod 2.80. I also have php 5.x
When I enable this plugin, I get login errors. It says that it can't connect to the database when someone tries to login and go to a page.
Any ideas?
WetWired
03-07-2007, 10:24 PM
I need the error information to do anything. You probably have to do a view source on the page to get it.
This mod works perfectly for me apart from one thing. The Activity, Longevity, Today and Posts are showing up in white, which is making them very hard to read. I followed all of the install instructions so I don't know if I did anything wrong? Is there a way I could change their colour to black?
http://img163.imageshack.us/img163/4586/image2kn4.jpg
da420
03-08-2007, 08:44 PM
You want make sure you make the correct CSS. You used the dark version, you should be using the light version.
Thank you, that solved it.
Invalid ID
03-21-2007, 01:47 AM
What does 3/5 and 5/5 mean?
WetWired
03-21-2007, 01:42 PM
I assume you mean the activity today. In the options, you can configure the maximum counted posts for the day. Each day, you can get credit for visiting, and making each of the configured posts. The first number is how many credits the user has earned today, and the second number is the maximum they could earn. Note, however, that the visit credit can be weighted, so 1/5 does not necessarily mean 20% activity today.
Invalid ID
03-22-2007, 05:33 AM
Great, thanks a lot :)
pspcrazy
04-01-2007, 10:48 PM
Im wondering would this hack slow down my entire site? My forum has around 97k of members, and would 1 query per page per member slow down the page a lot?
WetWired
04-02-2007, 01:03 AM
With only the default options enabled, this mod should be imperceptible, except when you first install it, and arround the midnight you configure for the mod, if you place it at a time that has a lot of load to start with (which is one reason why the mod's midnight is separately configurable). Once you start enabling extras, however, there is potential for slowdown. As you say, enabling "Find today's activity for all users", which can add up to 25 queries to a thread page could slow it down, which is why it starts disabled.
Invalid ID
04-03-2007, 02:30 AM
How do I Add it to "Quick Links" ?
WetWired
04-03-2007, 11:58 AM
The stats?
Add
<tr><td class="vbmenu_option"><a href="index.php?do=activitystat">$vbphrase[WWU002_stats]</a></td></tr>
to the navbar template where you want, probably after the online.php link section.
Invalid ID
04-03-2007, 06:53 PM
Thanks a lot. I really appreciate your help :)
BANDiT600
04-06-2007, 09:08 PM
I using 2.71 version on my 3.6.4, would like to update, but what to update???
WetWired
04-06-2007, 10:32 PM
Just import the new XML, making sure to check the overwrite checkbox. Unless you see a reason to update templates in the change log, you don't need to.
ArchangelX
04-06-2007, 11:09 PM
Just wanted to say that my users absolutely love this mod...and thanks for doing such a great job coding it. :D
Mecho
04-11-2007, 09:42 PM
WetWired, i'm using a Dark Style if u check the Attach pic u will get that the Background of images of this hack is not showing up ... sorry for my poor English but i dunno how i have to tell u this . i think if u check attachment u will get what i mean ...
Thanks
WetWired
04-11-2007, 10:35 PM
You have to do the CSS edits to get the background. Also, it seems that you are using the wrong set of images.
Mecho
04-12-2007, 11:19 AM
You have to do the CSS edits to get the background. Also, it seems that you are using the wrong set of images.
i used both images ( light and dark ) but the problem is the background . cos my style is black and also the frame of this hack is black .
so as u said i think i need CSS Edits . but i have no idea how i should do that . is it possible for u to help ?
Thanks alot
WetWired
04-12-2007, 01:21 PM
From the style dropdown, choose Main CSS, then add the css to the bottom of one of the two textareas at the bottom.
Mecho
04-12-2007, 04:13 PM
From the style dropdown, choose Main CSS, then add the css to the bottom of one of the two textareas at the bottom.
oops !! i missed the last part of Edits !! i changed the style so i didnt checked everything 100% fully ..
Thanks alooooot :) :up:
aceofspades
04-13-2007, 09:51 AM
There is a small problem with this product, when you post a message to a thread you have already posted in using quickreply, the information in the postbit of your new reply will say your post count with your new post, but the messages posted before wont update unless you refresh. Its not a big deal, you probably already know about it but i thought id mention it.
WetWired
04-13-2007, 01:02 PM
There's no way to fix that. The way that quick reply works, it only loads the postbit for the new post.
da420
04-13-2007, 07:45 PM
There is a small problem with this product, when you post a message to a thread you have already posted in using quickreply, the information in the postbit of your new reply will say your post count with your new post, but the messages posted before wont update unless you refresh. Its not a big deal, you probably already know about it but i thought id mention it.
That happens without this modification installed on default vBulletin install.
snaggers
04-14-2007, 08:02 AM
hey guys.. did the install... but the imagies are not showing
/http://www.thefileshop.com/showthread.php?t=3277
what did i do wrong?
WetWired
04-14-2007, 11:54 AM
Did you copy the images correctly? You need to copy the "activity" folder from the "dark" folder in the "activityimages.zip" file to your style's misc folder, as indicated on the stylevars screen for that style. For your style, you need to upload the directory to surge/misc
Yomismito
04-14-2007, 12:08 PM
Hi!
Where is the PSD file?I need it to change the language of the buttons.
snags204
04-14-2007, 02:19 PM
Did you copy the images correctly? You need to copy the "activity" folder from the "dark" folder in the "activityimages.zip" file to your style's misc folder, as indicated on the stylevars screen for that style. For your style, you need to upload the directory to surge/misc
I helped with the install from snaggers post.Thats what I did exactly.Do I need to upload each image or just the whole dark folder.Also checked the css mod too.
WetWired
04-14-2007, 03:09 PM
Yomi:
The text is pure bitmap, drawn by hand.
Snags:
I'm not sure what you're asking.
When you're finished you need to make sure the path to the images fits surge/misc/activity/textactivity.gif
snags204
04-14-2007, 05:16 PM
Yomi:
The text is pure bitmap, drawn by hand.
Snags:
I'm not sure what you're asking.
When you're finished you need to make sure the path to the images fits surge/misc/activity/textactivity.gif
I have it exactly the way you say.
public_html/surge/misc/activity/
What am I doing wrong.
WetWired
04-14-2007, 09:58 PM
Looks like it's working now
http://www.thefileshop.com/showthread.php?t=3277
snags204
04-17-2007, 03:32 AM
Im having problems on 2nd site.Did the sameway.For some reason when u update the default style it updates all. http://www.rom10x.com/forums/showthread.php?p=631085#post631085
What can I do to fix My default style.It needs to be light.My dark is working
snags204
04-17-2007, 03:49 AM
Thanks for being helpful.
WetWired
04-17-2007, 03:49 AM
I can't view that page...
I can only see one style on your site.
Is one style parent to the other? Do they share the same misc directory? What is being duplicated? The images, the border/background, or both?
snags204
04-17-2007, 04:16 AM
I figured it out Thanks.
snags204
04-17-2007, 04:17 AM
I set them to no parent and figured out each styles misc directory is located in different locations.
PEPITO69
04-18-2007, 11:07 AM
Hi,
I like a lot your hack but i dont want to show the post count box, can you tell me before i install if it's easy to delete it and which code is?
Thanx
WetWired
04-18-2007, 12:43 PM
The postcount is inside the cell with the dir="ltr" attribute.
PEPITO69
04-19-2007, 09:34 PM
Well, i have tested your hack and for me is the most important option in my forum.
It's great! Thanx for it.
snags204
04-24-2007, 11:07 PM
Is there anyway to just have the usergroup titles showing and not the mod ones to.Or so that it uses the usergroup ranks.
WetWired
04-25-2007, 03:50 AM
It's in the options. "Output Ranktext"
jasonpeinko
04-26-2007, 12:38 AM
Images dont show up, I installed everything right with no errors but the images dont show up. I think there is something wrong with the if statements.
WetWired
04-26-2007, 01:06 PM
When you say the images show up, do you mean you get redex, or is there nothing at all?
Many people get tripped up on the fact that the images directory is style-dependant. Also, you may have uploaded too much; the only directory you should be adding to the structure is one named activity.
snags204
05-14-2007, 11:16 PM
I have a Promotion set to have a moderated member to become a full member after 10 post,but i set in promotions,it works one day then changes back to 0 post to become full member.Any help would be great.This is vb promotions not activity mod promotions.
WetWired
05-15-2007, 12:48 PM
Why are you posting this in this thread? In any case, the only thing I can think of is if you have the promotion strategy set to something besides posts. I'm no expert on the promotion system.
snags204
05-15-2007, 11:25 PM
Why are you posting this in this thread? In any case, the only thing I can think of is if you have the promotion strategy set to something besides posts. I'm no expert on the promotion system.
I thought it was the mod doing it,but you were right with posts,i had set for join date.Thanks for your quick help.
mlozano
06-10-2007, 11:07 PM
Anybody have translated the text images to spanish? or have the PSD to do it?
Thanks
Mariano
LoneWolf71
06-11-2007, 05:02 AM
Installed and working great!! Thanks a million!
WetWired
06-11-2007, 09:54 PM
The text is hand drawn; there is no PSD.
PEPITO69
06-30-2007, 01:03 PM
Hi,
please, when users get lower activity the tittles of each rank don't change and still be the same. I used the activity maintenance but nothing changes.
Please help.
Logikos
07-03-2007, 03:10 AM
The hack wasn't design to take away the users title, only the activity percentage.
WetWired
07-04-2007, 12:24 AM
Junior/Normal/Senior member are sticky. Once you're in, you stay in. Your activity will fall, but that won't make you back into a junior member.
cashpath
07-09-2007, 02:21 PM
REQUEST: Automatic Demotions.. after periods of inactivity...
ColdSpirit
07-09-2007, 09:30 PM
There will be the version of this hack for 3.6.7??
Thanks! :)
WetWired
07-09-2007, 10:39 PM
ColdSpirit, the current version is 3.6.7 compatible, to the best of my knowledge.
cashpath, I have no intention of doing demotions for the simple fact that it would increase the server load by several times the total load the hack gives now (because activity is only calculated on an as-needed basis currently, but to do demotions, it would need to be done for everyone daily). The only work-arround I can see would be to do a demotion when a user reaches 0 activity (because this can be done with one simple query checking the last visit date).
dbirosel
07-10-2007, 04:00 AM
A new mod came out for THREADS:
https://vborg.vbsupport.ru/showthread.php?t=151844
Instead of having "TODAY", can i replace that with "THREADS"? how?
WetWired
07-10-2007, 10:42 PM
From the opening post:
Can you make X number get split up into digits?
I understand where you're coming from with this one, but I just can't figure out a way to work this that would be simple to use.
Milad
07-16-2007, 07:41 AM
can you please make this hack compatible with the new $template_hook system?
You're gonna save many templates edits.
webgod
07-17-2007, 04:21 PM
I'm getting this error message:
Active Users: PHP Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of wwu002promoteuser(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in D:\WEB\website\forums\global.php3(360) : eval()'d code on line 425
it shows up in my Inferno vBShout Lite hack (https://vborg.vbsupport.ru/showthread.php?t=147346&highlight=Inferno+vBShout)
any suggestions?
Blackhat
08-12-2007, 10:12 AM
does it work with the latest Vb ?
Blackhat
08-12-2007, 08:18 PM
how can I alter my own join date ?
WetWired
08-15-2007, 12:45 AM
If you are asking how to set the start point for longevity, it's in the activity maintenance section under maintenance in the admin cp. You can also click the link from the activity options panel where it is displayed.
ForYou
09-22-2007, 08:52 PM
Hello ,
I don't see any chang for any group on today ,
http://dardasha.net/montada/uploaded/1_error.png
Just see for admin ,
I hope understand me ,
Regards
WetWired
09-27-2007, 05:47 PM
AdminCP|vbulletin options|Activity Settings|Find today's activity for all users
Set it to yes. It starts off because it can add a lot of queries.
columbusgeek
10-22-2007, 06:02 PM
Is it possible to not show the postbit info for unregistered users? I have a section that is open for posting but since guests are not tracked this leaves empty boxes for them and looks a little dumb.
Great plugin BTW.
WetWired
10-25-2007, 04:02 AM
It should be as simple as surrounding the table you added to the postbit with<if condition="$post['userid']"></if>
WetWired
10-25-2007, 07:21 PM
Edited the above post; I was half asleep when I originally posted it, and it was wrong...
mri_mohammad
10-29-2007, 12:55 AM
any one have module for vba to show top 10 activity?
maidos
11-01-2007, 10:12 AM
hm i followed the instruction but it seems i cant see the stats please help
WetWired
11-01-2007, 12:41 PM
What exactly is the problem you're having? You can't see the top activity page? You can't see your template modifications? The images aren't showing? If you're using FireFox and you don't have the images in the right place, you may not see any activity stuff on the postbit. Check for redexs with IE.
mri_mohammad
11-02-2007, 12:32 AM
do you have anything for vbadvanced like top 5 ?
WetWired
11-02-2007, 12:48 PM
No, though it shouldn't be too hard for a coder to take the code for the stand-alone Top Activity page and turn it into a vBA module. The relevant code is in the "Top Activity" plugin in the "forumhome_start" hook location.
mri_mohammad
11-02-2007, 01:56 PM
but i see somebody have it on vba if you want i can give you a website of them
mystic10
11-02-2007, 08:24 PM
https://vborg.vbsupport.ru/external/2007/11/49.jpg
what am i doing wrong i uploaded everything and changed all the necessary templates please help
sinisterpain
11-02-2007, 10:26 PM
Did you read the FAQ above
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.