vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Activity Modification (https://vborg.vbsupport.ru/showthread.php?t=93831)

Dermo-MIO 04-27-2006 12:20 PM

how do i do CSS changes ? also how do i remove "junior memebr" and the others as they clash with user rank images and member group titles i have installed

saba 04-27-2006 06:38 PM

it dont seem to be showing up for me :confused:

Logikos 04-27-2006 09:35 PM

You have to add the CSS in the admincp. Read the readme.txt file, there is a section that shows you the code to place in the CSS.

saba 04-28-2006 09:28 AM

it seem to show like this on every buttion and smile:confused:
i added
Code:

.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;}
body {background-color:#404040;}
img {border:inset 1px #808080;background-color:#000000;}
img.postsl {border-right:none;}
img.postsr {border-left:none;}
img.posts {border-left:none;border-right:none;}


aceofspades 04-30-2006 11:28 PM

I have it and its working fine, but i have it set so my info is on the left (like ipb) not above (like standard vbulletin) and each section (like location) is enclosed in a box with a grey boader and a white background, however the activity mod doesnt have that box around it, how can i put it on?

Check out the image to see what i mean (forget the thing on the right i fixed that, forgot to do the css edit)

James

Dermo-MIO 05-01-2006 01:33 PM

^u have to add the css and then they appear in boxes

WetWired 05-06-2006 01:57 AM

To remove "Junior Member", don't add the part with WWU002_ranktext, or remove it if you already have.

Saba, you should have only added
Code:

.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;}

aceofspades, first you need to do the CSS step to add the boxes arround the components. After you do that, you should find out what the other posbit components are surrounded by and surround the activity stuff with the same.

loonytune15 05-20-2006 02:58 PM

Looks great, thanks for the great hack. Pity the add-on never got finished..

Ryan McBain 05-29-2006 10:08 AM

I got this email twice yesterday. Did anyone get the samething?

PHP Code:

The following is an email sent to you by an administrator of "A-Mod Plus". If this message is spamcontains abusive or other comments you find offensive please contact the webmaster of the board at the following address:

austin@phpbb-amod.com

Include this full email (particularly the headers). 

Message sent to you follows:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

It has come to my attention that Blend has a security issue. If you have Blend Portal System OR Activity Mod installedplease disable your board or uninstall these mods for the time being and do the file edit that I have listed belowHere are a list of IPs that you need to ban from your site as well.

85.107.151.11084.112.100.9784.112.100.97200.112.130.6987.97.213.154211.66.110.157201.29.218.185195.93.60.97202.133.82.6970.136.76.25212.104.107.114157.142.200.121200.243.242.123166.111.249.3985.104.25.16685.14.214.4

These are known IPs that have used a script to infect sites with trojans via a file in blend

Open
blend_data/blend_common.php

FIND

define
('BLEND_DATA_PATH',         'blend_data/');

BEFOREADD

if (!defined('IN_PHPBB')) 
die(
'Hack Attempt');

CLOSE SAVE

I will release a fix 
for these issues ASAP

I apologize for this huge inconvenience


WetWired 05-30-2006 06:00 AM

Um, that e-mail talks about phpBB. Are you sure it's not talking about a different Activity Mod?

HostileAdam 06-25-2006 02:42 PM

fixed it

erhanerhan_5 07-06-2006 02:22 PM

im receiving this error

PHP Code:

Fatal errorCall 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

Quote:

Originally Posted by WetWired
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?

Code:

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

Quote:

Originally Posted by WetWired
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
Code:

& #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!


Quote:

Originally Posted by WetWired
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

Quote:

Originally Posted by Profusehost
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

Quote:

Originally Posted by cdoyle
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

Quote:

Originally Posted by bashy
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 :(

Mr.D 07-21-2006 05:21 AM

Will this work with 3.6

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 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

Quote:

Originally Posted by WetWired
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


All times are GMT. The time now is 07:43 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01688 seconds
  • Memory Usage 1,839KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (2)bbcode_php_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete