I'm using the latest version of firefox, windows XP, and my user agent is:joebert wrote:damienhbg, what browser/OS are you using ?
If you can copy & paste the string shown for "your User Agent" from here that would be great.
And just to make sure, you downloaded the latest stable version from the first post in this thread, and not a DEV version hosted at Google Code, correct ?
Are you sure ?Firefox/2.0.0.16
then my stuff is really screwed up cuz i just checked for updates n it says no new updates for firefox available! my computer is losing its mind! loljoebert wrote:Are you sure ?Firefox/2.0.0.16
I believe the current release is at 3.
http://www.mozilla.com/en-US/firefox/
Code: Select all
'make_normal' => array('f_announce', 'f_sticky')
Code: Select all
,
'masspm' => 'u_masspm'
Code: Select all
'make_normal' => array('f_announce', 'f_sticky')
Code: Select all
'masspm' => 'u_masspm'
Code: Select all
$user_quickmod_actions = array(
'lock' => 'f_user_lock',
'make_sticky' => 'f_sticky',
'make_announce' => 'f_announce',
'make_global' => 'f_announce',
'make_normal' => array('f_announce', 'f_sticky')
);
Code: Select all
$user_quickmod_actions = array(
'lock' => 'f_user_lock',
'make_sticky' => 'f_sticky',
'make_announce' => 'f_announce',
'make_global' => 'f_announce',
'make_normal' => array('f_announce', 'f_sticky'),
'masspm' => 'u_masspm'
);