i made a plugin and trying to make some changes on rendered column in notices table (trying to add some html tags). plugin works fine and rendered column modified by plugin as i expected but common_render_content witch fires after plugin effects plugin result (html tags) and removes them. so common_render_content should fire before plugin so plugin could add html tags.
another thing i want to mention: there's queries for saving notice witch they could be removed. for example first we insert notice into table (insert query) then trying to modify rendered column and updating it in database (update query). simply we can modify rendered before inserting it to table. :) classes/Notice.php: #201 - #239 -- You Rock! Your E-Mail Should Too! Signup Now at Rock.com and get 250MB of Storage! http://webmail.rock.com/signup/ _______________________________________________ Laconica-dev mailing list [email protected] http://mail.laconi.ca/mailman/listinfo/laconica-dev
