![]() |
How do I correct the time Recent Thanks? Recent Thanks, now all recorded on Greenwich and do not consider the local time.
|
If you have a big board, I highly recommend indexing the date column, otherwise the lookups for this become extremely slow, sorting by millions of dates.
|
Hello,
I am using Recent Thanks 2.6.2, and I want to split my inbox, notifications and likes to have different buttons for them. I already made the buttons: http://prntscr.com/4ri9kn I just need to know how to split the Likes to be in different box |
is it available for 3.8.8
|
1 Attachment(s)
Quote:
checking under first post you will see Similar Mod |
Hello,
I want to ask how can I "splet" the thanks notifications from the vb nofifications, I want to make new popup menu that called "Thanks"(Or any other name) And the thanks notifications will be there. I try to search in the xml file and the php file but no idea... |
Quote:
|
Quote:
The addon works good with 4.2.2 PL4. |
How can display the number of new thank of the user in the header ?
please help |
Got this working in vB 4.2.2 PL4 with ForceHSS's 7.86 but I have noticed a minor problem. The user profile option to enable/disable notifications will not stay checked even though the option is updating correctly in the database and displaying the alerts in the Notifications menu.
As I said a small thing but I have had a number of people asking why it will not "stay on". Found the Fix: This post by Scandal sorts it. |
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? |
Same thing in here, worked like charm but now nothing !
|
Wrong mod I wrote sorry.
|
A few days ago, the recent_thankcnt in database is always zero for some users. I thanked for test and checked database, recent_thankcnt is again zero.
how to debug and find error?? please help me --------------------- solved my problem. in user control panel must ticked notification recent thanks option box |
Quote:
|
works 4.2.6. php 7.2
|
All times are GMT. The time now is 11:33 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|