Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Not Solved Open Forum Links In New Window?
#4
Not Solved
(2011-05-23, 07:36 AM)Yaldaram Wrote:
if(strstr($fullurl,!$mybb->settings['bburl']))

This will not work. Why casting a string value to a boolean? Undecided Makes no sense at all.
Also strstr() is not the appropriate function to use to check if a string contains another string. You should use strpos() instead.
if(strpos($fullurl,$mybb->settings['bburl']) !== false)


Messages In This Thread
Open Forum Links In New Window? - by Jayfore - 2011-05-23, 03:00 AM
RE: Open Forum Links In New Window? - by Yaldaram - 2011-05-23, 07:36 AM
RE: Open Forum Links In New Window? - by Aries-Belgium - 2011-05-23, 08:00 AM
RE: Open Forum Links In New Window? - by Jayfore - 2011-05-23, 01:11 PM
RE: Open Forum Links In New Window? - by Jayfore - 2011-05-23, 01:51 PM
RE: Open Forum Links In New Window? - by Tim_bc - 2011-05-27, 04:59 AM
RE: Open Forum Links In New Window? - by Tim_bc - 2011-05-27, 08:00 PM

Forum Jump:


Users browsing this thread: 5 Guest(s)