Forgot?

Add title as title_alias in Ninja Super Submit

Reply Topic
Link to this post 28 May 08

This is a quick hack for Ninja Super Submit -
If you would like the title added as the title_alias also you can add this line:

$row->title_alias = ampReplace( $row->title );

in components/com_ninja_super_submit/ninja_super_submit.php

right after this line:

$row->title = ampReplace( $row->title );

:P

Link to this post 28 May 08

more good stuff

Thanks

Forums General General Discussion Add title as title_alias in Ninja Super Submit