Quote:
Originally Posted by kh99
You can create a plugin using hook location "cron_script_cleanup_daily", and write code to do your query. You should use one of the vbulletin db functions like $vbulletin->db->query_read() or $vbulletin->db->query_write() (query_write() I'd assume, since you probably want to change the database as opposed to reading data).
|
Ah, sounds like I'd need to know how to code. I was hoping it was simpler than that!
Quote:
Originally Posted by Zachery
I'm always curious, what queries do you want to run daily?
|
Just something that assigns thread prefixes based on the presence of certain keywords in thread titles. I need to apply it to my RSS feeds forum. It's easy enough to execute the query (well, a bunch of queries) manually, but I wanted to save myself the daily task.