The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Problem with posting new thread
Okay, I'm still struggling with this default BBCode hack and it's in the very final stages - I got the BBCode itself working perfectly and the "Use default BBCode in this post" field is working too. However, it only works in replies, because when I try to submit a new thread, it gives me a database error about there not being a column called "usedefaultbbcode" in the thread table. However, it's not supposed to try to insert that into the thread table (it's just supposed to be in the first post of the thread), and I'm really not sure how that ever got in there. At least I've been searching in all the PHP files but can't seem to find where I can make it not do that. Just a quick newbie-ish question, basically: Why is it trying to insert it into that table and how do I stop it from trying it?
|
#2
|
||||
|
||||
Anybody? This is kind of important...
*prod* |
#3
|
||||
|
||||
I really need help on this...
The database error, if anybody is interested: Quote:
|
#4
|
||||
|
||||
Any input before I start messing around and trying to solve it myself?
|
#5
|
||||
|
||||
It tells you in the error that it's newthread.php making this sql call.
|
#6
|
||||
|
||||
What I don't get, though, is that I've already scrutinized newthread.php twice, and what I've more or less been doing is add an identical reference to defaultbbcode everywhere that the actual vBulletin script makes a reference to signature, and nowhere else. Currently, I can't find any particular reason it would try to insert my default BBCode into the thread table if it doesn't do that with my signature... Forgive me if there is some extremely obvious reason for this, but I'm not very familiar with either PHP or vBulletin and I'm pretty much still trying to figure everything out.
|
#7
|
||||
|
||||
Is this a hack you downloaded from here ? have you posted in it's support thread ?
|
#8
|
||||
|
||||
It's a hack I'm making, which is already working perfectly for normal replies.
EDIT: Never mind, I figured it out on my own. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|