Version: 1.0, by Xenon
Developer Last Online: Oct 2023
Version: 3.5.3
Rating:
Released: 09-19-2005
Last Update: 01-15-2007
Installs: 877
Uses Plugins
No support by the author.
When a User posts into a thread where he already has the lastpost, no new post will be added. The lastpost of him will be edited and the new text is put after his first message.
This will be done until the old post is older than 24 hours (you can change this timespan yourself)
Nothing more to say about that, it's the quite same as my vb3.0 version.
This Mod should run with 3.6 as well
** Please make sure you ENABLE this product after you install it - it is disabled by default. **
Xenon is gone. I hope anybody else can fix it.
Maybe a new Hook?
Quote:
Originally Posted by Kier
While there have not been extensive changes to the underlying architecture of vBulletin 3.6 from 3.5, it is possible that certain hooks may have changed.
i've got it worst, on 3.6 beta 3. when i double post, i get a database error, but the double-post is still made. has anybody got it to work on 3.6 yet?
this is a really nice hack, ill tell ya what i would like if someone could make this for me to put in the expert part, i want it so it does not count for s. mods and admins, also i have it set so it prevents it for the first 72 hours without bumping, i would like it to be after 72 hours and until say forever ;p it prevents it but also bumps the thread
Well, what doesn't work in it? An error or something might give us a little better idea on what to do to fix it.
Code:
Database error in vBulletin 3.6.0 Beta 3:
Invalid SQL:
SELECT post.*
FROM vb3_post AS post
LEFT JOIN vb3_deletionlog AS deletionlog ON(deletionlog.primaryid = post.postid AND type = 'post')
WHERE threadid = 47971
AND dateline > 1151567543
AND visible = 1 AND deletionlog.primaryid IS NULL
AND postid <> 409299
ORDER BY dateline DESC
LIMIT 1;
MySQL Error : Column 'dateline' in where clause is ambiguous
I'm getting that error quite often, didn't manage to reproduce it but I suppose theres something wrong in the query it's using.
something else i would like to add is in the add part, make it give someone a warning with inferno warning system for the double post, if done in the first say 72 hours
Reason:
With vBulletin v3.6.x the row dateline exists in the tables post and deletionlog (ambiguous).
Regards, Stoebi
Quote:
Originally Posted by Yorixz
Code:
Database error in vBulletin 3.6.0 Beta 3:
Invalid SQL:
SELECT post.*
FROM vb3_post AS post
LEFT JOIN vb3_deletionlog AS deletionlog ON(deletionlog.primaryid = post.postid AND type = 'post')
WHERE threadid = 47971
AND dateline > 1151567543
AND visible = 1 AND deletionlog.primaryid IS NULL
AND postid <> 409299
ORDER BY dateline DESC
LIMIT 1;
MySQL Error : Column 'dateline' in where clause is ambiguous
I'm getting that error quite often, didn't manage to reproduce it but I suppose theres something wrong in the query it's using.
Stoebi thanks for updating that, but it created a new error for letters such as ü ä ö dont show up now when people quickedit their threads in translates them to ü codes. like ü becomes ü but not when posting a new thread, or a comment, or submitting advanced editings only when submitting quick edits.