Support Forum

Advanced Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
general-topic
Admin "quick button"
Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Aug 1, 2011 - 10:36 pm

we had intended to strip out the fixed option... but messed it up... now, the plan is to support it, so yeah a ticket is open to fix it...

Avatar
Lee H
Coastal New England (USA)
Member
Free Members
sp_UserOfflineSmall Offline
Aug 1, 2011 - 11:02 pm

A quick "proof of concept" to check if wp-admin-bar is showing, and bump the SP admin bar down a notch if fixed.

sp-admin-queue-tag.php

//    if ($spThisUser->sfbarfix) { 
//        $out.= "<div id='spAdminQueueFixed' class='$tagClass'>"; 
//    } else { 
//        $out.= "<div id='spAdminQueue' class='$tagClass'>"; 
//    }

    if ($spThisUser->sfbarfix) {
        if (is_admin_bar_showing()) {
            $wp_adminbar_style = " style='top:30px;'";
            // Or something snazzy that's not inline
        } 
        $out.= "<div id='spAdminQueueFixed' class='$tagClass'" . $wp_adminbar_style . ">"; 
    } else { 
        $out.= "<div id='spAdminQueue' class='$tagClass'>"; 
    }

Seems to work.

Good to see ya Steve!

Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Aug 2, 2011 - 7:29 am

The issue is logged. We were planning to remove the fixed at top option. Is this something you regularly use?

andy-signature.png
YELLOW
SWORDFISH
Avatar
Lee H
Coastal New England (USA)
Member
Free Members
sp_UserOfflineSmall Offline
Aug 2, 2011 - 8:04 am

Yellow Swordfish said:

The issue is logged. We were planning to remove the fixed at top option. Is this something you regularly use?

Meh... I could take it or leave it.

My preference is NOT to have anything fixed and taking up precious screen real estate. Heck, I don't even like the wp-admin-bar. I just have it on because I thought I should as I was making a WP-theme and it's on by default for most people. I've learned to ignore it.

Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online:
Guest(s) 1
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Mr Papa: 19448
Ike: 2086
Brandon: 864
kvr28: 804
jim: 643
FidoSysop: 577
Conrad_Farlow: 531
fiddlerman: 358
Stefano Prete: 325
Member Stats:
Guest Posters: 616
Members: 17343
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10117
Posts: 79590