PDA

View Full Version : update forum descrption directly in db


wtrk
07-01-2006, 02:35 AM
so i wrote a script to modify the forum descriptions from a form outside of vb. it updates the fields fine, but vb doesnt display the data. i updateed the description and description_clean fields. thanks!

Paul M
07-01-2006, 03:20 AM
They are not read direct from the database all the time, vb caches them in the datastore, so you would need to force an update that.

wtrk
07-01-2006, 01:38 PM
i found that if you run the maintenance scripts that updates the forum count it will reload the new forum descriptions.