Domain Empire

Apple Safari problem

NameSilo
Watch
Hi guys,

I've been meaning to mention this before, but using Apple's Safari web browser the "Quick Links" TAB up on top doesn't show up.
...
Please check this as I personally really like this feature using Firefox or IE.

Thanks!
SDX
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
0
•••
me too :td:

Its really annoying! :hehe:

heres what i see

np.jpg


i have an iPod touch and when I want to see my subscribed threads, I cant really do it!
 
0
•••
kev said:
me too :td:

Its really annoying! :hehe:

heres what i see

np.jpg


i have an iPod touch and when I want to see my subscribed threads, I cant really do it!

Thanks for the "backup" Kev! ;)
 
0
•••
Sorry to hijack, but I think this happens to Chrome also. The QuickLink is not working also on Thread Tools
 
0
•••
Yup also a problem for me on the iPhone. Probably a simple little problem that can be fixed in a few minutes.
 
0
•••
I am on Safari, I do not have any problem. I was on Tiger until last week, now on Leopard - same, no issue.
 
0
•••
i have also this problem
 
0
•••
0
•••
I would be happy to fix if I knew what was causing the problem. Any ideas?
 
0
•••
<td class="vbmenu_control">

vbulletin_menu.js

which says :

// naughty safari

So there is something in that JS which is not working with safari.

Downloading safari and will check :) If something fixable is found then surely I will post here :)
 
0
•••
Thanks guys! :) I love this forum! :red:
 
0
•••
Any one of this two plugins installed?

Pith Helmet and Safaristand

I read that some 3rd party enhancers are giving this trouble with many vBulletin boards.
 
0
•••
-RJ- said:
I would be happy to fix if I knew what was causing the problem. Any ideas?

Great to know, I posted a thread about the menus not working in chrome too, the problem is huge.

The answer is simple, the way in which I fixed my menus on my forums was:

  • In the forums roots directory there is a file named 'global.php'

    Inside 'global.php' there are clear sections, the second section looks like this:

    PHP:
    // #############################################################################
    // turn off popups if they are not available to this browser
    if ($vbulletin->options['usepopups'])
    {
    	if ((is_browser('ie', 5) AND !is_browser('mac')) OR is_browser('mozilla') OR is_browser('firebird') OR is_browser('opera', 7) OR is_browser('webkit') OR is_browser('konqueror', 3.2))
    
    	{
    		// use popups
    	}
    	else
    	{
    		// don't use popups
    		$vbulletin->options['usepopups'] = 0;
    	}
    }
    
    // #############################################################################
  • Change:

    PHP:
    $vbulletin->options['usepopups'] = 0;

    To

    PHP:
    $vbulletin->options['usepopups'] = 1;

This will make the menus work in safari, chrome etc


-------------

Now payment - A copy of your np bank / exchange RJ :p :hehe:


Happy Xmas everyone! :santa:
 
0
•••
Andrew, you rock! Change has been made. How is it now?
 
0
•••
Just perfect RJ...

Now I can use chrome just as well as firefox & firefox is becoming for me extinct so it is just as well.
 
0
•••
Chrome is working now !!! NP Is Great !!!
 
0
•••
Works in Safari now :tu:

Thanks RJ :bingo:
 
0
•••
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back