PDA

View Full Version : wgo remove categories block from home ?



portugalclassified
June 8, 2010, 02:54 PM
hello, who i remove teh categories block of HOME ? i go to Settings--Categories-- and disabel the option Add categories through front-end But not Work.

Also can not add LOGO dealer in the short form.

Mike
June 9, 2010, 11:47 AM
Hello Fernando,

1. there is no configuration to remove categories block from Home, you can do remove it in code. open template/your_template/tpl/controllers/home.tpl and find area


{if !empty($categories)}
...
{/if}


and remove or comment it like below



{*if !empty($categories)}
...
{/if*}



2. It is not possible with default Flynax functions to add seller logo to search form.
You can do it in code also. but it's require changes in few files so i will not post instruction. Send request to tech department - they will do it.