Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter nyshocka

    (@nyshocka)

    Well here is an idea.. I was thinking of for all plugins. And maybe this goes to the WordPress Gods…

    Perhaps a function to disable a plugin on a page.. Just a thought. I was thinking how I could manipulate your plugin no to filter the post content via the theme pages….

    Thread Starter nyshocka

    (@nyshocka)

    There is no WP Codex function for determining if the browser is a pda. the WP-PDA plugin creates an option array of all possible Mobile Browsers, then determines the users browser and determines if they are a mobile user or not.

    Few ways I could think of doing this
    1) Frames. Yuck I know, they are not 100% search friendly. But with some .htaccess trickery you could manipulate the frame to show up regardless of the page called.
    Thinking behind it..
    If a page is loaded not inside a Frame.. redirect to a PHP page that dynamically rebuilds the frames with 1 frame the MP3 player and the other the page desired. This needs severe testing testing because what if you accidentally load the frame page within the frame page????

    2) Pop up Window. Pretty self explanatory.. of course you run into the possibility of the user disabling pop ups. Which leads to the VERY user friendly option of “Click Here To Listen To Us”. It loads a pop up, a user knows about it, where it is.. and can keep it open.

    3) Redesign WordPress to be 100% ajax!

    -Tesh

Viewing 3 replies - 1 through 3 (of 3 total)