Hi,
I'd like to automatically remove line breaks, empty lines from all the submitted links' description/summary. I know I have to do something similar to this below, but I can't find the exact location where to put it.
I'm still using a version with submit_step_3.tpl - do I need to modify that, or is it somewhere in submit.php?Code:$linkres->link_summary = str_replace("<br />", " ", $linkres->link_summary); $linkres->link_summary = str_replace(" ", " ", $linkres->link_summary);
Thank you in advance!



Reply With Quote



