The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBRecycle for 3.8.x Details »» | |||||||||||||||||||||||||||
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-= vBRecycle =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -= Version : 1.00 =-=-=-=-=-=-= -= Main Author: LNTT -= Upgrade by : Computer_Angel =-=-=-=-=-=-= -= For vBulletin: 3.8.x =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- :::::::::::::::::::::::::::::::::::::::: ::::FEATURES ::::::::::::::::::::::::::::::::::::::::
:::::::::::::::::::::::::::::::::::::::: ::::INSTALL :::::::::::::::::::::::::::::::::::::::: ================================== [Step 1][Upload Files] ================================== Copy all files to their respective location:
================================== [Step 2][Run the Product Installer] ================================== URL: http://www.yoursite.com/admincp/plug...?do=productadd Select product-vbrecycle***.xml. ================================== [Installation Completed] ================================== :::::::::::::::::::::::::::::::::::::::: ::::HISTORY ::::::::::::::::::::::::::::::::::::::::
Download Now
Show Your Support
|
Comments |
#22
|
|||
|
|||
10q
|
#23
|
|||
|
|||
man u r the best
OH GOD i've been waiting this to be updated to 3.8 long long time ago I hated my forum without it 10xxxxxxx |
#24
|
|||
|
|||
<a href="https://vborg.vbsupport.ru/attachment.php?attachmentid=34461&d=1126703822" target="_blank">https://vborg.vbsupport.ru/attac...1&d=1126703822</a>
I think we can move threads from forumdisplay, The future is available in the older versions btw, thanks man , installed |
#25
|
||||
|
||||
thanks for this new upgrade for my new and latest vb 3.8.4.
but as the other said...can't view it or the Move to Recycle into Inline Moderation....to my skin styles below forumdisplay page... well manage to look around and test everything to make it appear on that place and make it work...pls. view my code below and try it also guys if you have the same problem...and hope it works also to your side... ACP > Styles & Templates > Style Manager > CHOOSE YOUR SKIN STYLES > FIND FORUMDISPLAY TEMPLATE: Find Code Below: Code:
</optgroup> </if> <optgroup label="____________________"> Code:
<!-- vBRecycle Code Start--> <option value="moverecycle">$vbphrase[vbr_move]</option> <!-- / vBRecycle Code End --> hope this help anyone who got problem too...and if works...please don't forget Thank you for supporting this modification -> Click to Mark as Installed best regards :up: |
#26
|
|||
|
|||
Quote:
Find plugin *vBRecycle v3* - Forum Display - Edit Template end replace with: HTML Code:
///////////////////////////////// // Start - FD - Edit Template // /////////////////////////////// if ($foruminfo[forumid]) $vbr_ifr = $db->query_first("SELECT * FROM " . TABLE_PREFIX . "forum WHERE forumid = $foruminfo[forumid]"); if ($vbr_ifr['recycle']==1) { $vbr_id=$vbr_ifr['forumid']; eval('$vbrecycle_tools = "' . fetch_template('vbrecycle_tools') . '";'); } else { eval('$vbrecycle_fdt = "' . fetch_template('vbrecycle_fdt') . '";'); eval('$vbrecycle_tools = "' . fetch_template('vbrecycle_blank') . '";'); } $vbulletin->templatecache['FORUMDISPLAY'] = str_replace( array( '$vbphrase[delete_threads]</option>', '$navbar' ), array( '$vbphrase[delete_threads]</option> $vbrecycle_fdt', '$navbar $vbrecycle_tools' ), $vbulletin->templatecache['FORUMDISPLAY'] ); ///////////////////////////////// // End - FD - Edit Template // /////////////////////////////// Done ! It is working well on my forum ! |
#27
|
||||
|
||||
Works with 4.x ?
|
#28
|
|||
|
|||
Subscribed to thread, standing by for updates to 4.x
|
#29
|
||||
|
||||
Does this one really works for others in AdminCP?
In file: ./includes/adminfunctions_vbrecycle.php There is function: PHP Code:
File: includes/adminfunctions_template.php PHP Code:
Code:
Fatal error: Cannot redeclare cache_styles() (previously declared in /.../includes/adminfunctions_template.php:2410) in /.../includes/adminfunctions_vbrecycle.php on line 219 Also there is second function in file: ./includes/adminfunctions_vbrecycle.php PHP Code:
Solution for me: I have just removed both functions from file ./includes/adminfunctions_vbrecycle.php PHP Code:
PHP Code:
|
#30
|
||||
|
||||
Quote:
This will also
HTML Code:
///////////////////////////////// // Start - FD - Edit Template // /////////////////////////////// if ($foruminfo[forumid]) $vbr_ifr = $db->query_first("SELECT * FROM " . TABLE_PREFIX . "forum WHERE forumid = $foruminfo[forumid]"); if ($vbr_ifr['recycle']==1) { $vbr_id=$vbr_ifr['forumid']; eval('$vbrecycle_tools = "' . fetch_template('vbrecycle_tools') . '";'); } else { eval('$vbrecycle_tools = "' . fetch_template('vbrecycle_blank') . '";'); eval('$vbrecycle_fdt = "' . fetch_template('vbrecycle_fdt') . '";'); $vbulletin->templatecache['FORUMDISPLAY'] = str_replace( array( '<option value=\"deletethread\">$vbphrase[delete_threads]</option>', '$navbar' ), array( '$vbrecycle_fdt <option value=\"deletethread\">$vbphrase[delete_threads]</option>', '$navbar $vbrecycle_tools' ), $vbulletin->templatecache['FORUMDISPLAY'] ); } ///////////////////////////////// // End - FD - Edit Template // /////////////////////////////// |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|