Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vBCredits Delux II - vBShout Addon.. Details »»
vBCredits Delux II - vBShout Addon..
Version: 1.00, by wolfe wolfe is offline
Developer Last Online: Oct 2023 Show Printable Version Email this Page

Category: Add-On Releases - Version: 4.2.x Rating:
Released: 01-09-2014 Last Update: 01-09-2014 Installs: 5
Supported DB Changes Uses Plugins
Translations  

Hi a little addon for you to use with vBCredits Delux II for earning / loosing points for Shouts and Deleted Shouts.

do the following

edit includes/hooks_dbtech_vbshout.xml ADD:
PHP Code:
        <hook>dbtech_vbshout_add_credit</hook>
        <hook>dbtech_vbshout_delete_credit</hook> 
Save and Upload

edit dbtech/vbshout/includes/class_dm_shout.php Find: line 1413
PHP Code:
    function post_save_each($doquery = true, $return = null)
    {
        global $vbphrase; 
underneath add
PHP Code:
        ($hook = vBulletinHook::fetch_hook('dbtech_vbshout_add_credit')) ? eval($hook) : false; 
then find: line 1612
PHP Code:
    function post_delete($doquery = true)
    {
        // Decrement shout counters
        $this->registry->db->query_write("
            UPDATE " . TABLE_PREFIX . "user
            SET dbtech_vbshout_shouts = dbtech_vbshout_shouts - 1
            WHERE userid = " . $this->existing['userid']
        ); 
underneath add

PHP Code:
($hook = vBulletinHook::fetch_hook('dbtech_vbshout_delete_credit')) ? eval($hook) : false; 
save and upload.

then upload the attached file

any issues let me know.

Download Now

File Type: xml vBCredits - vBShout.xml (2.8 KB, 21 views)

Screenshots

File Type: jpg screenshot_019.jpg (53.1 KB, 1 views)

Show Your Support

  • If you like to thanks you by the author -> Click Thanks to the Author
  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 01-10-2014, 04:05 PM
wolfe wolfe is offline
 
Join Date: Jan 2002
Posts: 900
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If anyone wants to improve this then feel free to as this is just a basic addon
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:46 AM.


Powered by vBulletin® Version 3.9.0
Copyright ©2000 - 2017, vBulletin Solutions Inc.