MyBB Hacks

Full Version: Only Allow Something to be Posted Once
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a way to only allow an xthread field to be posted once?

For example, the video gallery. Is there a way to only allow a youtube video link to be posted once, and be disallowed from being posted again?
No such feature exists in XThreads unfortunately.
If you don't mind users getting ugly errors though, you could always stick a unique index on the URL column in the threadfields_data table.
Reference URL's