Osclass Tutorial - Open classifieds in a new window

Latte

New member
XNullUser
Joined
Feb 1, 2022
Messages
12
Reaction score
22
Points
3
NullCash
199
1- Open search_list.php in you theme folder
2- Search this 2 lines:
<a href="<?php echo osc_item_url() ; ?>"

3- Add target="_blank" link this:
< a target="_blank" href="<?php echo osc_item_url() ; ?>"

4- Search this 2 lines:
<a href="<?php echo osc_premium_url() ; ?>"

5- Add target="_blank" link this:
< a target="_blank" href="<?php echo osc_premium_url() ; ?>""

6- Save.

Finish.
 

log6555

Well-known member
Diamond
Elite
XNullUser
Joined
Nov 23, 2021
Messages
338
Reaction score
277
Points
63
NullCash
1,345
opening new windows is bad behaviour for any site. If users want to open new winows they may do it with theyselves mouses' right buttons and right clicks and ctrl buttons
 

Aleksandr

Member
XNullUser
Joined
May 9, 2022
Messages
358
Reaction score
0
Points
16
NullCash
16
Спасибо за информацию. Пригодится
 
Top