Advertisement:

Author Topic: [Tutorial] Open classifieds in a new window  (Read 7500 times)

texthiller

  • Full Member
  • ***
  • Posts: 207
[Tutorial] Open classifieds in a new window
« 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.

Legion

  • Hero Member
  • *****
  • Posts: 622
  • I am founder of top20remedies.com buyeradvise.com
Re: [Tutorial] Open classifieds in a new window
« Reply #1 on: December 27, 2012, 04:46:04 pm »
thats cool for those who have classified in "/dir"