![]() |
Quote:
Our forum likenotice stopped, how we can get fixed that? we want like notice back. |
Is there or has anyone done something like this for the groan hack? Would be nice to get notified of groans via pm.
|
Finally I found what i looking for :D
Thanks for addon, it works great on vb 4.2.3 but gives an php error in User Control Panel > General Settings :( |
humm ...
...vB 4.2.4b3 running on php5.6.29 and mysqlnd 5.0.11-dev - 20120503; ...updated Abe1-hack from 7.82 to 7.88 ...fresh Installed Recent Thanks hack Ver. 2.6.2. The product is correctly enabled in admincp but i am not able to "save" the flag on preferences panel page. eg. I add the flag, save, but if i re-open the preferences panel page the flag is again in Off state. And No I can't receive any notification. :( Thank you so much for any help. ***solved*** Hack uninstalled and re-installed now it works.... mysteries of faith lol! |
This plugin is broken in PHP7+ (vbulletin 4.2.5 and higher)
profile.php?do=editoptions Returns with: Code:
Call to undefined function mysql_num_rows() on line 2 in /var/www/forums/profile.php(2086) : eval()'d code Change Code:
$isthere = mysql_num_rows($db->query_read("SELECT recent_thankact FROM " . TABLE_PREFIX . "user WHERE userid = ".$vbulletin->userinfo['userid']." AND recent_thankact=1")); Code:
$isthere = mysqli_num_rows($db->query_read("SELECT recent_thankact FROM " . TABLE_PREFIX . "user WHERE userid = ".$vbulletin->userinfo['userid']." AND recent_thankact=1")); |
PHP Warning: mysql_num_rows() expects parameter 1 to be resource, object given in ..../profile.php(2083) : eval()'d code on line 2
|
Working on 4.2.4
|
Quote:
Working correctly on 4.2.5. |
On PHP 5,6 MySQL 5,6 the plugin was broken too and the proposed modification has solved it
Working on 4.24 php 5.6 |
Got 4.2.5 here, PHP 5.6.
Did abovve mentioned edit ti change from mysql to mysqli, but I don't get any notifications for new thanks. Any idea? |
All times are GMT. The time now is 08:07 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|