Osclass forums

Support forums => Tips, tricks, and tutorials => Topic started by: texthiller on October 14, 2012, 01:03:56 pm

Title: [Tutorial] Open classifieds in a new window
Post by: texthiller on October 14, 2012, 01:03:56 pm
With this tips you can open classifieds in a new window.

1- Open search_list.php in you theme folder
2- Search this 2 lines:
Code: [Select]
<a href="<?php echo osc_item_url() ; ?>"
3- Add target="_blank" link this:   
Code: [Select]
< a target="_blank" href="<?php echo osc_item_url() ; ?>"
4- Search this 2 lines:
Code: [Select]
<a href="<?php echo osc_premium_url() ; ?>"5- Add target="_blank" link this:   
Code: [Select]
< a target="_blank" href="<?php echo osc_premium_url() ; ?>""
6- Save.

Finish.
Title: Re: [Tutorial] Open classifieds in a new window
Post by: Legion on December 27, 2012, 04:46:04 pm
thats cool for those who have classified in "/dir"