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)

dirtycrow 02-06-2006 01:20 AM

how do you unistall this please.

WetWired 02-07-2006 05:07 AM

Quote:

Originally Posted by dirtycrow
how do you unistall this please.

From the product manager, choose uninstall from the drop down next to the mod name. Note that if you uninstall, all activity data will be wiped and will be unavailable if you reinstall later.

As for the welcome panel issue, it turns out that the order in which hooks for the same place are loaded is random, so I'm integrating the functionality into the next version. Also in the next version, all of the postbit info will be available in the member profile page, and the mod will detect the vB version and self correct the fun percent issues.

mkdevo 02-09-2006 12:59 PM

great hack. just installed.. a couple questions:

- what defines 'Today'? i would think that the 'today' meter would reset at midnight, but yesterday i definitely saw users' meters resetting before midnight.

- the hover-over text looks nice in IE (with line breaks), but stays all on one line (and cuts off with '...') in Firefox. is there any way to fix this?

thanks again.

WetWired 02-09-2006 01:43 PM

Today is defined as the period since 0:00 GMT.

I don't know how to cause FF to make a tooltip have multiple lines. The vB image thumbnail tooltips have the same problem. You can change the tooltip text in the phrases (the variable names start with WWU002_reg), if you want.

mkdevo 02-09-2006 01:53 PM

Quote:

Originally Posted by WetWired
Today is defined as the period since 0:00 GMT.

thanks. is there a way to change that to 0:00 for the logged in user's time zone?

WetWired 02-10-2006 02:20 PM

No. That will not work -- this would leave the system open to exploitative behavior as well as add significant code complication, however adding a forum global offset is something I'm considering for the next version.

Speaking of the next version, it has balooned into a major update and I will soon need beta testers. Interested parties should PM me.
Changes will include:
  • Code restructured. Ironicly, the structure is now closer to that of v2.0.
  • Full activity info available in user profile
  • Full activity info available for logged in user
  • Simple, unflexable promotions based off of memberlevel
I'm also researching the addition of other features.

forte 02-10-2006 03:44 PM

How about showing the number of thanks with the Post Thank you Hack

cmiller1014 02-18-2006 12:10 AM

Hi there... i am using the light graphics, on the default style but they are not set in the white box like your screenshot so they arent as defined. How do I make it look like that?

Thanks! Like this a lot.

cmiller1014 02-18-2006 12:38 AM

P.S. Please provide paypal address. Great to see an awesome hack out there, and an author who is so supportive. I want to donate.

Hornstar 02-18-2006 06:53 AM

cool, am going to install this. Thanks

cmiller1014 02-19-2006 01:53 AM

Quote:

Originally Posted by cmiller1014
Hi there... i am using the light graphics, on the default style but they are not set in the white box like your screenshot so they arent as defined. How do I make it look like that?

Thanks! Like this a lot.


Bump

DS MrSinister 02-19-2006 02:19 AM

try editing default.css file in the activity folder of the light images.... this is my guess

cmiller1014 02-19-2006 03:44 AM

Quote:

Originally Posted by DS MrSinister
try editing default.css file in the activity folder of the light images.... this is my guess

I really wouldnt know where to begin. I followed the instructions for adding the CSS to main css in the CP, but it just doesnt look like everyone elses.

cmiller1014 02-19-2006 07:53 AM

Quote:

Originally Posted by cmiller1014
I really wouldnt know where to begin. I followed the instructions for adding the CSS to main css in the CP, but it just doesnt look like everyone elses.

Certainly SOMEONE has to know how to make the white inset border show up around the images, right??????

Logikos 02-19-2006 12:21 PM

Quote:

Originally Posted by cmiller1014
Certainly SOMEONE has to know how to make the white inset border show up around the images, right??????

Chill with the constant posting, read the authors first post.
Quote:

Originally Posted by WetWired
Please click the install link if you install this hack
I will support this hack in this thread on about a daily basis untill the release version.

It's simple, I don't understand why your having such a problem. All you need to do is copy and paste the following code:
Code:

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

Into the BIG box that say Additional CSS Definitions.

You can get there by loggin into your admincp with your username and password, you will then be redirected to the admincp. On the left hand side you should see little boxes with names and links. Look for Styles & Templates and click the link that says Style Manager. The the right frame will reload into the style manager. Hit the go button on the style your using this on, then scroll down. Good luck...

WetWired 02-19-2006 11:34 PM

Quote:

Originally Posted by cmiller1014
Certainly SOMEONE has to know how to make the white inset border show up around the images, right??????

The CSS should do it. Noone can help you any further without page source.

cmiller1014 02-20-2006 12:14 AM

Quote:

Originally Posted by WetWired
The CSS should do it. Noone can help you any further without page source.

It doesnt work - it is pasted into the Main CSS definitions.

Is it possible that it does not work on firefox? That is the only browser i have at my disposal for testing.

cmiller1014 02-20-2006 12:16 AM

Quote:

Originally Posted by LiveWire
Chill with the constant posting, read the authors first post.


It's simple, I don't understand why your having such a problem. All you need to do is copy and paste the following code:
Code:

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

Into the BIG box that say Additional CSS Definitions.

You can get there by loggin into your admincp with your username and password, you will then be redirected to the admincp. On the left hand side you should see little boxes with names and links. Look for Styles & Templates and click the link that says Style Manager. The the right frame will reload into the style manager. Hit the go button on the style your using this on, then scroll down. Good luck...

Thanks but I do not post without first reading the authors posts, and install instructions. Followed to a "T" and it does not show up like the one shown here. If I go into the light images directory and view the html file in there I seem them though so I don't think its a browser issue.

Logikos 02-20-2006 03:34 AM

make sure your activity folder is like so:

www.none.com/forums/images/misc/activity/light/

cmiller1014 02-20-2006 03:40 AM

Quote:

Originally Posted by LiveWire
make sure your activity folder is like so:

www.none.com/forums/images/misc/activity/light/

That's not right, then the images wouldn't even show up. All the template changes call images in images/misc/activity without the light directory. The images are showing fine, I just need the white border. It's a CSS issue - appears fine on the index.htm test file but not on my site. The CSS tags are different in the index.htm file than the ones we were told to put in main css too. I just don't know CSS well enough to make this work. :(

WetWired 02-20-2006 12:58 PM

Again, we need page source to assist any further. Please view a page with the problem, view source, save it in a text file, and post it here.

kennethj 02-20-2006 04:38 PM

thanks .

flawless install with no problems .

Hornstar 02-21-2006 12:51 AM

cool, it worked perfect first go, thats unusual, considering the template edit was different then in your readme, because I had the ucash and thankyou hack installed.

Hornstar 02-26-2006 05:53 AM

Instructions for Ebux/Estore templates

Then Find:
Code:


$vbphrase[posts]: $post[posts]


Replace With:
Code:


$vbphrase[posts]: $post[posts]<br />
<a href="estore.php?do=donate&amp;userid=$post[userid]">$vbphrase[ebux_points]</a>: $post[points]<br />
$vbphrase[ebux_bank]: $post[bank]<br />
$vbphrase[ebux_total_points]: $post[totalpoints]<br />





However this hack already removed $vbphrase[posts]: $post[posts]



Can you make this hack compatible with Estore and have the points show like the posts do.


Thanks

Hornstar 02-28-2006 11:03 PM

I found a bug you left out a space.

User has been a member for {1}% of the board's existance.
Join date: {2}
Board start: {3}

should be

User has been a member for {1} % of the board's existance.
Join date: {2}
Board start: {3}

Other wise you get all weird numbers show up when you look at the longetivity.

when you hover your mous over the longetivity you can see {1} and {2} but 3 is just ... because the screen is not long enought to show all 3 on 1 line. can you put {3} on a new line i tried [br] but that did nothing, i dont know what other command to use.

mkdevo 03-01-2006 11:36 AM

Quote:

Originally Posted by hornstar1337
when you hover your mous over the longetivity you can see {1} and {2} but 3 is just ... because the screen is not long enought to show all 3 on 1 line. can you put {3} on a new line i tried [br] but that did nothing, i dont know what other command to use.

are you using firefox? it's been pointed out that the line breaks in IE, but stays as one line and cuts off in firefox. no one knows how to fix it..

Hornstar 03-02-2006 12:08 AM

Yeah im using firefox, thanks for letting me know.

Logikos 03-02-2006 02:21 AM

Yay, it's been updated! :)

Mudvayne 03-02-2006 06:06 AM

Sorry.. May b this is a dumb question.. But whr is the upgrade instructions? Wht I hav to do for upgrade?

Logikos 03-02-2006 06:14 AM

In First post. :)
Quote:

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


Mudvayne 03-02-2006 10:00 AM

Quote:

Originally Posted by LiveWire
In First post. :)

Ah!! I'm such a dumb :confused:.. Miss that point :(.. Thnx a lot Livewire :)..

djjeffa 03-03-2006 01:31 AM

will upgrading screw up the editing i already did to make it look like this? https://vborg.vbsupport.ru/attachmen...chmentid=39775

up is ther any derections on upgrading?

WetWired 03-03-2006 05:25 PM

There is no need to redo existing template modifications to upgrade. The upgrade instructions are in the first post, or two posts above yours.

The only change in the template modification instructions is a change in the way that the post count digits are accessed, but the old way still works. While there is more information made available in the profile or for the logged in user, there are no template edits provided to utilize these (though information on writing your own exists); these features were requested by people with templating experiance or using non-standard templates.

Replicators 03-03-2006 06:09 PM

I just upgraded this mod from the last version, and now the post count don't show up! The box and everything does, just not the post count number.

Replicators 03-03-2006 06:16 PM

Uh oh, you mean to tell me i should not of did the template edits for upgrading? You should put the upgrade notes in big red bold letters as i missed it cause it's so small!

djjeffa 03-03-2006 09:38 PM

Quote:

Originally Posted by WetWired
There is no need to redo existing template modifications to upgrade. The upgrade instructions are in the first post, or two posts above yours.

The only change in the template modification instructions is a change in the way that the post count digits are accessed, but the old way still works. While there is more information made available in the profile or for the logged in user, there are no template edits provided to utilize these (though information on writing your own exists); these features were requested by people with templating experiance or using non-standard templates.

thanks worked great!!!

PS what should we ul for activity.gif so it looks ok on vb gallery ect?

WetWired 03-04-2006 04:20 AM

Quote:

Originally Posted by Replicators
I just upgraded this mod from the last version, and now the post count don't show up! The box and everything does, just not the post count number.

I think this may be a problem with the plugin cache building in some version of vB. Try going to Plugin Manager, clicking Edit for any of the active plugins, then hit Save; tell me if this works, and if so what version of vB you're using. If not, try adding a space to the end of an active plugin then saving it (still tell me if it works)

Replicators 03-04-2006 08:53 AM

Quote:

Originally Posted by WetWired
I think this may be a problem with the plugin cache building in some version of vB. Try going to Plugin Manager, clicking Edit for any of the active plugins, then hit Save; tell me if this works, and if so what version of vB you're using. If not, try adding a space to the end of an active plugin then saving it (still tell me if it works)

Nope, not working and i did both of that, i am using vb version 3.5.4. If i could have the old postbit code, i could just revert.

WetWired 03-08-2006 12:51 PM

Quote:

Originally Posted by Replicators
Nope, not working and i did both of that, i am using vb version 3.5.4. If i could have the old postbit code, i could just revert.

Just search for postsd followed by a number. Surround the number with []. Repeat for each occurance (9)

Replicators 03-13-2006 06:24 AM

I found the problem and i feeel like a idiot.

I also have the plugin accelerator installed, and all i needed to do was rebuild my plugins and bingo, it worked!


All times are GMT. The time now is 04: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.01727 seconds
  • Memory Usage 1,840KB
  • 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
  • (18)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