vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Miscellaneous Hacks - Activity Modification (https://vborg.vbsupport.ru/showthread.php?t=177366)

WetWired 12-01-2010 10:39 PM

Quote:

Originally Posted by kamakazy_kid (Post 2127148)
How do you stop it from posting usertitle twice?

In the "Activity Rank and Promotion Settings", set "Output Ranktext" to no

crYme 12-19-2010 10:26 AM

Thanks everything works like a charm. Awesome mod! :)

qubed 02-21-2011 10:47 AM

Would love this for vb4.

luckid 07-16-2011 02:48 AM

Quote:

Originally Posted by qubed (Post 2164915)
Would love this for vb4.

Any news for VB 4 ???

Tnx in advace......:rolleyes:

wolfe 05-27-2012 07:11 AM

any update on vb4 port

vBMerkezi 06-06-2012 06:08 PM

thank you

ChiNa 08-20-2012 04:06 PM

This is such a clean Addon, I never had any problems running this, Thank you very much, I have used it on my vB 3.8.6 Version, and 3.8.7 now and never struck me any problem! We need more products like this,,,

EuroPk 11-26-2012 11:35 PM

MySQL Error : BIGINT UNSIGNED value is out of range

this happened out of no where?
Code:

Database error in vBulletin 3.8.5:

Invalid SQL:
SELECT count(*) as num,floor((1353887999-dateline)/604800) as week FROM wwu002visitlog WHERE (userid=1)AND(dateline>=1351468800) GROUP BY week ORDER BY week;

MySQL Error  : BIGINT UNSIGNED value is out of range in '(1353887999 - `teamihpk_ihpkvb`.`wwu002visitlog`.`dateline`)'
Error Number  : 1690
Request Date  : Monday, November 26th 2012 @ 05:17:06 PM
Error Date    : Monday, November 26th 2012 @ 05:17:06 PM
Script        : http://www.ihpk.net/forums.php
Referrer      :
IP Address    : XXX.XXX.XX.XXX
Username      : R.I.P
Classname    : vB_Database
MySQL Version : 5.5.28-log

Why?

Wizzup 01-29-2013 03:52 AM

I would also love to see a vB4 update for this!

Sockpuppet 04-17-2013 08:41 PM

Quote:

Originally Posted by EuroPk (Post 2385437)
MySQL Error : BIGINT UNSIGNED value is out of range

this happened out of no where?
Code:

Database error in vBulletin 3.8.5:

Invalid SQL:
SELECT count(*) as num,floor((1353887999-dateline)/604800) as week FROM wwu002visitlog WHERE (userid=1)AND(dateline>=1351468800) GROUP BY week ORDER BY week;

MySQL Error  : BIGINT UNSIGNED value is out of range in '(1353887999 - `teamihpk_ihpkvb`.`wwu002visitlog`.`dateline`)'
Error Number  : 1690
Request Date  : Monday, November 26th 2012 @ 05:17:06 PM
Error Date    : Monday, November 26th 2012 @ 05:17:06 PM
Script        : http://www.ihpk.net/forums.php
Referrer      :
IP Address    : XXX.XXX.XX.XXX
Username      : R.I.P
Classname    : vB_Database
MySQL Version : 5.5.28-log

Why?


Run the following mysql command in Admin -> Maintenance -> Execute SQL Query -> Manual Query

[sql]ALTER TABLE `wwu002visitlog` CHANGE `dateline` `dateline` INT(10) NOT NULL;[/sql]

That fixed it for me. :)


All times are GMT. The time now is 09:15 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.01363 seconds
  • Memory Usage 1,740KB
  • 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
  • (2)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

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

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