Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vBRecycle v3.0.7 Details »»
vBRecycle v3.0.7
Version: 3.0.7, by LNTT LNTT is offline
Developer Last Online: Oct 2013 Show Printable Version Email this Page

Version: 3.5.2 Rating:
Released: 07-10-2005 Last Update: 01-07-2006 Installs: 119
DB Changes Uses Plugins Template Edits
Additional Files Is in Beta Stage  
No support by the author.

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-= vBRecycle
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-= Version : 3.0.7

=-=-=-=-=-=-=
=-=-=-=-=-=-=
-= For vBulletin: 3.5.x
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

::::::::::::::::::::::::::::::::::::::::
::::FEATURES
::::::::::::::::::::::::::::::::::::::::
  • Easily install & uninstall with Product Installer. *NEW
  • Main Settings
    • Quick active or disable recycle.*NEW
    • Select default recycle.
    • Auto convert normal forum => recycle forum.*NEW
    • Set type move(Copy thread to destination forum, Move and leave redirect in previous forum and Move to destination forum)
  • Recycle Manager*NEW
    • Easily edit settings.*NEW
    • Delete forum recycle.*NEW
    • Unlimited recycle.*NEW
    • Set default recycle.*NEW
    • Select recycle for special forum.*NEW
  • Empty Recycle Bin.
  • Link After Moved.
    • Options in showtheard, inline mod. *NEW
  • Quick Create Recycle*NEW
  • Scheduled Tasks Recycle*NEW
    • Auto empty recycle*NEW
  • Set permissions for each usergroup.*NEW
  • Add "vBRecycle Options" in "Add New Forum" & "Edit Forum" *NEW
::::::::::::::::::::::::::::::::::::::::
::::INSTALL
::::::::::::::::::::::::::::::::::::::::

==================================
[Step 1][Upload Files]
==================================
Copy all files to their respective location:
  • admincp/vbrecycle_admin.php
  • images/misc/vbrecycle_lock.gif
  • images/misc/vbrecycle_default.gif
  • images/misc/vbrecycle_scheduledtask.gif
  • images/misc/vbrecycle_edit.gif
  • images/misc/vbrecycle_empty.gif
  • includes/adminfunctions_vbrecycle.php
  • includes/cron/vbrecycle_clean.php
  • includes/xml/bitfield_vbrecycle.xml
  • includes/xml/cpnav_vbrecycle.xml
==================================
[Step 2][Run the Product Installer]
==================================
URL: http://www.yoursite.com/admincp/plugin.php?do=productadd
Select product-vbrecycle***.xml.

=======================

==================================
[Installation Completed]
==================================


::::::::::::::::::::::::::::::::::::::::
::::HISTORY
::::::::::::::::::::::::::::::::::::::::
  • Version 1.0.0
    • Initial release.
      • Version 1.0.1
        • Fixed: Hook Location.
  • Version 1.5.0
    • Updated check permissions.
    • Updated check password.
    • Change $_POST['method'] => $vbulletin->GPC['method']
  • Version 2.0.0
    • Optimize $_REQUEST['do'] = 'domovethread';
    • Added vBR for vBulletin 3.5.0 Beta 4.
    • Optimize Type Move
    • Add funtion "Link after moved"
    • Fixed error SQL
    • Optimize Phrases Redirect
      • Version 2.0.1
        • Fixed phrase "move_recycle"
  • Version 2.5.0
    • Fixed phrase redirect.
    • Added vBR for vBulletin 3.5.0 RC 1
    • Auto Installation: added file vbrecycle_install.php
    • Easy Modify Settings: added file vbrecycle_config.php
    • New Add-on: Empty Recycle Bin
    • Integrate into Inline Mod.
      • Version 2.5.1
        • Fixed dont' show vBRecycle in AdminCP : added file cpnav_vbrecycle.xml
        • Some update for add-on "Empty Recycle Bin"
      • Version 2.5.2
        • Fixed some errors for vB 3.5.0 RC 2
  • Version 3.0.0
    • Updated: Auto Install with Product Installer
    • Updated: Active or Disable vBRecycle
    • Updated: "Recycle Manager".
    • Updated: Options for "Link After Moved"
    • Updated: "Quick Create Recycle"
    • Updated: "Scheduled Tasks Recycle"
    • Updated: Set permissions for each usergroup.
    • Updated: Set forum recycle from "Forum Manager"
    • Integrated: for all vBulletin 3.5.x - added file adminfunctions_vbrecycle.php
    • Optimized: Auto edit templates.
      • Version 3.0.1
        • Fixed: SQL Query
        • Fixed: XML Product Info.
      • Version 3.0.2
        • Fixed: Invalid Fields.
      • Version 3.0.3
        • Fixed: Upgrade Version
        • Fixed: Invalid Recycle ID in vBRTools
        • Fixed: Error Phares
      • Version 3.0.4
        • Fixed: Usergroup Permissions
        • Fixed: Forum Admin
        • Fixed: SQL Query
        • Fixed: Error Code
      • Version 3.0.5
        • Fixed: Install Code & Uninstall Code
      • Version 3.0.6
        • Fixed: Quick Create Recycle
        • Fixed: Add New Forum
        • Fixed: Inline Mod
        • Optimized: Source Code
      • Version 3.0.7
        • Fixed: Mark Forums Read
::::::::::::::::::::::::::::::::::::::::
::::HAVE FUN! Don't forget click Install! ^_^
::::::::::::::::::::::::::::::::::::::::

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #232  
Old 12-31-2005, 05:23 PM
DS MrSinister DS MrSinister is offline
 
Join Date: Dec 2002
Location: the burgh
Posts: 553
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok i just install this on my test site and works great. when i try to upgrade to this on my main site Not so good. ..

Its due to PHPversions i guess. Since my host runs php 4.3.11, mysql 4.0.16 and my localhost is running MySQL 5.0.15, PHP 5.0.5.

Its not creating this table. can anyone help me out


Code:
CREATE TABLE `_vbr_config` (
  `oid` int(11) NOT NULL default '1',
  `active` int(11) NOT NULL default '1',
  `forumid` int(11) NOT NULL default '0',
  `linkamfd` int(11) NOT NULL default '2',
  `linkamst` int(11) NOT NULL default '1',
  `typem` int(11) NOT NULL default '1'
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci COMMENT='vBRecycle Config';

INSERT INTO _vbr_config VALUES('1', '1', '3', '2', '1', '1');
Reply With Quote
  #233  
Old 01-05-2006, 11:57 PM
aflax045 aflax045 is offline
 
Join Date: Jul 2005
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This product is resonsible for a "Mark Forums Read" error as follows:

Code:
Database error in vBulletin 3.5.3:

Invalid SQL:
SELECT * FROM vb3_forum WHERE forumid =;

MySQL Error  : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
Error Number : 1064
Date         : Friday, January 6th 2006 @ 01:56:14 AM
Script       : http://www.up5urge.net/forum/forumdisplay.php?do=markread
Referrer     : 
IP Address   : 
Username     : 
Classname    :
I believe that the error started after the vbulletin 3.5.3 upgrade. Any fixes?
Reply With Quote
  #234  
Old 01-08-2006, 04:48 AM
sniper0 sniper0 is offline
 
Join Date: Jul 2005
Location: Ny
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How do I uninstall this?

I don't want the errors right now but will gladly reinstall when it is fixed up.

Also, how come when I tried to move things to the recycle bin I had a no permission page pop up and it didnt work?
Reply With Quote
  #235  
Old 01-08-2006, 04:59 AM
LNTT's Avatar
LNTT LNTT is offline
 
Join Date: Apr 2005
Location: Viet Nam
Posts: 38
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by aflax045
This product is resonsible for a "Mark Forums Read" error as follows:

Code:
Database error in vBulletin 3.5.3:

Invalid SQL:
SELECT * FROM vb3_forum WHERE forumid =;

MySQL Error  : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
Error Number : 1064
Date         : Friday, January 6th 2006 @ 01:56:14 AM
Script       : http://www.up5urge.net/forum/forumdisplay.php?do=markread
Referrer     : 
IP Address   : 
Username     : 
Classname    :
I believe that the error started after the vbulletin 3.5.3 upgrade. Any fixes?

Okie, i fixed ^_^ *Update 3.0.7*
Reply With Quote
  #236  
Old 01-08-2006, 11:35 AM
Snake's Avatar
Snake Snake is offline
 
Join Date: Mar 2005
Location: Cleveland, OH
Posts: 3,832
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OK has anyone tested this out yet?
Reply With Quote
  #237  
Old 01-08-2006, 06:46 PM
sniper0 sniper0 is offline
 
Join Date: Jul 2005
Location: Ny
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by vBulletin
sniper0, you do not have permission to access this page. This could be due to one of several reasons:

1. Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
2. If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
Whenever I try to give admins and mods permission to move stuff to the recycle bin, i get an error and the settings dont change.

Quote:
Originally Posted by vBulletin
Warning: mysql_real_escape_string() expects parameter 1 to be string, array given in /includes/class_core.php on line 635
Reply With Quote
  #238  
Old 01-08-2006, 08:51 PM
aflax045 aflax045 is offline
 
Join Date: Jul 2005
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great. Thanks
Reply With Quote
  #239  
Old 01-11-2006, 02:27 AM
moonclamp's Avatar
moonclamp moonclamp is offline
 
Join Date: May 2004
Location: London
Posts: 516
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I don't understand this hack ... What is wrong with creating a mod only forum and just moving threads into that?

Or am I missing something?
Reply With Quote
  #240  
Old 01-11-2006, 08:08 PM
Eagle Creek's Avatar
Eagle Creek Eagle Creek is offline
 
Join Date: Jan 2004
Location: Netherlands
Posts: 742
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by moonclamp
I don't understand this hack ... What is wrong with creating a mod only forum and just moving threads into that?

Or am I missing something?
It's just the fact you can do it all at the same time, move and close. And empty it .
Reply With Quote
  #241  
Old 01-25-2006, 10:33 PM
Snake's Avatar
Snake Snake is offline
 
Join Date: Mar 2005
Location: Cleveland, OH
Posts: 3,832
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

https://vborg.vbsupport.ru/showthread.php?t=106327

A lil recycle hack but mine version!
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 03:21 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.05493 seconds
  • Memory Usage 2,320KB
  • Queries Executed 27 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_code
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete