-----Original Message----- From: ROBBY [mailto:[EMAIL PROTECTED] Dear Developers, I really need helps w/ blogs webroller. I need to do simple String Replacement just before saving to database table (weblogentry). Could someone please let me know where to do that? I search and cant find the file that doing the inserting to MySQL. Thanks Regards,
You'll have to modify Java code and do your own build of Roller, so I don't recommend this unless you have good knowledge of Java. You'll need to find the class: org.apache.roller.business.hibernate.HibernateWeblogManagerImpl And make your changes in the saveWeblogEntry() method. - Dave
