Forum OpenACS Q&A: Classified module problems

Collapse
Posted by amit singh on
The Classified add module collects many information when an add is
placed but (jobs col also added to the module for job listing) when
the information is called back through the view-one.tcl script it only
displays the body of the ad. My query is how can other information be
displayed using the view-one.tcl file. Is some code needs to be
modified ?? can someone help ??
Collapse
Posted by Roberto Mello on
If you want to change the ways ads are shown to the user you'll have to add the HTML code to do so. It's pretty straight forward though... look at view-one.tcl and you'll se the spots where you can add things to be displayed, mainly the part after 'ns_return 200...'
Collapse
Posted by amit singh on
Fine Thanks for the help was able to do so. Further can the ads be moderated. and can the catagories be applied to the news module. If yes how.