![]() |
Snake,
I am trying to enable vBRecycle. Thanks, |
eNforce, that's exactly what I've done to modify my forum. It seems that its a bug in the mod already and I'm hoping LNTT is gonna fix it asap.
HabbosUs, provide me with full admin access and I'll intend to fix it for you right away. |
Snake, will you require FTP access too?
|
Not really, admin access will do it.
|
Snake, i have created you an account. Would you like me to send you the login information via email or PM?
|
forumdata_start
PHP Code:
|
Hello,
What do i do with this code? Thanks, |
Create a new Plugin for the Hook and put the Code in it.
|
KirbyDE,
Your great! You have resolved the problem. Thanks, |
Quote:
|
Does the recycled thread have some kind of history log so u know from which forum it has been recycled?
Great hack |
Don't think so, but i can't even get a decent version isntalled without somthing breaking.
|
Hello,
I am unable to access the vBRecycle settings via the ACP. I have altered the code as suggested and this has added the following to the ACP however the drop down menu contains no links. https://vborg.vbsupport.ru/ Do you know what is causing this? Thanks, |
Might be a missing Phrase.
|
KirbyDE,
Thank you for the rapid response! How do i check to see whether or not this is being caused by a missing phrase? Thanks, |
Well, check the cpnav which Phrases it does use and then check if these Phrases do exist.
|
KirbyDE,
All of the phrases exist. Any other ideas? Thanks, |
Maybe the missing one exists in the wrong phrasegroup?
Did you reload the navigiation frame? |
Do you think you would be able to help me if i gave you access to the ACP?
|
No. Don't have time, sorry.
|
Does anybody have a solution to my problem?
|
Just tested, works fine for me.
|
*updated 3.0.1*
|
Quote:
|
I have installed vBRecycle v3.0.1 and it appears to be working.
|
when ı click in admincp>>vbrecycle>>main settings ı get this database error below ı try it winth Rc2 and rc3 ı get same error
PHP Code:
|
Quote:
Its the same Problem in my vBulletin 3.5.0 RC2. Ist there a solution for this prob? |
try this SQL file, it will create the config table anad do all the other SQL queries.
I have the mod working without errors now. You will just need to edit the file and change the prefix to match yours |
*updated 3.0.2*
Fixed some errors and optimized sql query |
SQL error, help!
Code:
New error, attempted to move post to recycle, got this: Code:
Parse error: parse error, unexpected T_CASE in /home/alliance/public_html/vb/postings.php(204) : eval()'d code on line 2391 |
Quote:
|
Quote:
Code:
DROP TABLE IF EXISTS vbr_config 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 COMMENT='vBRecycle Config' Code:
INSERT INTO vbr_config VALUES(1, 1, '', 2, 1, 1) |
i have still errors..queries do not work
|
Quote:
|
whne i click main sttings or the others
Database error in vBulletin 3.5.0 Release Candidate 3: Invalid SQL: select * from vbr_config; MySQL Error : Table 'abc.vbr_config' doesn't exist Error Number : 1146 Date : Tuesday, September 27th 2005 @ 06:37:54 PM Script : http://www.......com/forum/admincp/vbrecycle_admin.php? Referrer : http://www......com/forum/admincp/index.php IP Address : 85.103.28.84 Username : ... Classname : vb_database when i try 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 COMMENT='vBRecycle Config' on acp or phpmyadmin, it says An error occurred while attempting to execute your query. The following information was returned. error number: 1064 error desc: You have an error in your SQL syntax near 'ENGINE=MyISAM COMMENT='vBRecycle Config'' at line 1 |
i did like that;
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 ) TYPE=MyISAM COMMENT='vBRecycle Config' and INSERT INTO `vbr_config` VALUES(1, 1, '', 2, 1, 1) query is ok... but now it follows from Recycle Manager when i click Database error in vBulletin 3.5.0 Release Candidate 3: Invalid SQL: select * from forum where recycle = 1; MySQL Error : Unknown column 'recycle' in 'where clause' Error Number : 1054 Date : Tuesday, September 27th 2005 @ 07:17:58 PM Script : http://www.,,,,,,.com/forum/admincp/...php?do=manager Referrer : http://www.,,,,,.com/forum/admincp/index.php IP Address : 85.103.28.84 Username : ,,,, Classname : vb_database and MySQL Error : Unknown column 'recycle' in 'field list' |
I'm getting the same errors as murrtex :) running RC3 (if that helps any ;) )
|
finally i did this;
ALTER TABLE usergroup ADD (vbr_per INT(10) UNSIGNED DEFAULT '0' NOT NULL); and everything is ok.. I am testing now.. |
Hasn't made any difference to me.. still getting errors
Database error in vBulletin 3.5.0 Release Candidate 3: Invalid SQL: update forum set recycle = 1 where forumid='1'; MySQL Error : Unknown column 'recycle' in 'field list' Error Number : 1054 |
Man this hack consists A LOT of bugs. It needs to be re-coded and must be tested fully before releasing it.
|
All times are GMT. The time now is 11:25 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:
|