Blackberry specific Mobile Redirect plugin? [closed]

There isn’t one that I know off, however if you wanted to write a script to solve your problem then: In Javascript: <script type=”text/javascript”> var userBrowser = navigator.userAgent; var url = “http://forblackberryusers.yoursite.com/”; if (userBrowser.indexOf(“BlackBerry”) >= 0) { if (userBrowser.indexOf(“WebKit”) >= 0) { window.location = url; } } </script> or alternatively you could be smart and … Read more

Newsletter Plugin That Allows Multiple Lists? [closed]

I believe that you can solve this with any plugin… By Code Using Wysija example: if ( is_page( array( 42,’about-me’,’Contact’ ) ) ) { $widgetdata=array ( ‘widget_id’ => ‘wysija-nl-php-1’,//form identifier important when many subscription forms on the same page ‘title’ => ‘Subscribe to our Newsletter’,//title of widget ‘instruction’ => ‘To subscribe to our dandy newsletter … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)