Osclass Tutorial - Open classifieds in a new window

Latte

New member
XNullUser
Joined
Feb 1, 2022
Messages
12
Reaction score
21
Points
3
NullCash
192
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

Active member
Elite
XNullUser
Joined
Nov 23, 2021
Messages
318
Reaction score
254
Points
43
NullCash
1,559
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