Damon Cook
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] User Agent Groups Settingsno I did not try sub-domain, and it would of been my preference, but I don’t have the option to create a sub-domain on my client’s service. I don’t see why sub-directory wouldn’t work though?
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] User Agent Groups Settingswell, as an update I’ve found a work-around that works for me, but it might be worthwhile to still get some feedback if it helps us snag a bug if there is one. My solution was to make my /mobile/ sub-directory into a WP theme, which I can then set the User Agent Group Theme option to direct to and not have to use the User Agent Group Redirect option. This seems to work nicely.
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] User Agent Groups Settingsto continue this conversation… I’ve gone through similar steps in testing mobile plugins (mainly Wp-touch and their compatibility with W3 Total Cache and found that not using WP-Touch at all is easier, however I don’t want to use Carrington Mobile, but want to use my own site…basically redirect users to a subdirectory site mysite.com/mobile/ I find that when I use the “Redirect Users to…” field in the User Agent area of the W3 Total Cache plugin to try and redirect users to mysite.com/mobile/ I get a “Safari cannot open this page because too many redirects occur.” on my iPhone. Suggestions?
Here are my rewrite conditions in my .htaccess file generated by W3 Total Cache:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_USER_AGENT} (240x320|2\.0\ mmp|alcatel|amoi|asus|au\-mic|audiovox|avantgo|benq|bird|blackberry|blazer|cdm|cellphone|danger|ddipocket|docomo|dopod|elaine/3\.0|ericsson|eudoraweb|fly|haier|hiptop|hp\.ipaq|htc|huawei|i\-mobile|iemobile|j\-phone|kddi|konka|kwc|kyocera/wx310k|lenovo|lg|lg/u990|lge\ vx|midp|midp\-2\.0|mmef20|mmp|mobilephone|mot\-v|motorola|netfront|newgen|newt|nintendo\ ds|nintendo\ wii|nitro|nokia|novarra|o2|openweb|opera\ mobi|opera\.mobi|palm|panasonic|pantech|pdxgw|pg|philips|phone|playstation\ portable|portalmmm|ppc|proxinet|psp|pt|qtek|sagem|samsung|sanyo|sch|sec|sendo|sgh|sharp|sharp\-tq\-gx10|small|smartphone|softbank|sonyericsson|sph|symbian|symbian\ os|symbianos|toshiba|treo|ts21i\-10|up\.browser|up\.link|uts|vertu|vodafone|wap|willcome|windows\ ce|windows\.ce|winwap|xda|zte) [NC]
RewriteRule .* - [E=W3TC_UA:_low]
RewriteCond %{HTTPS} =on
RewriteRule .* - [E=W3TC_SSL:_ssl]
RewriteCond %{SERVER_PORT} =443
RewriteRule .* - [E=W3TC_SSL:_ssl]
RewriteCond %{HTTP:Accept-Encoding} gzip
RewriteRule .* - [E=W3TC_ENC:.gzip]
RewriteCond %{HTTP_USER_AGENT} (acer\\\ s100|android|archos5|blackberry9500|blackberry9530|blackberry9550|cupcake|docomo\\\ ht\\\-03a|dream|htc\\\ hero|htc\\\ magic|htc_dream|htc_magic|incognito|ipad|iphone|ipod|lg\\\-gw620|liquid\\\ build|maemo|mot\\\-mb200|mot\\\-mb300|nexus\\\ one|opera\\\ mini|samsung\\\-s8000|series60\.\*webkit|series60/5\\\.0|sonyericssone10|sonyericssonu20|sonyericssonx10|t\\\-mobile\\\ mytouch\\\ 3g|t\\\-mobile\\\ opal|tattoo|webmate|webos) [NC]
RewriteRule .* /mobile/ [R,L]
RewriteCond %{REQUEST_METHOD} !=POST
RewriteCond %{QUERY_STRING} =""
RewriteCond %{REQUEST_URI} \/$
RewriteCond %{REQUEST_URI} !(\/wp-admin\/|\/xmlrpc.php|\/wp-(app|cron|login|register|mail)\.php|wp-.*\.php|index\.php) [NC,OR]
RewriteCond %{REQUEST_URI} (wp\-comments\-popup\.php|wp\-links\-opml\.php|wp\-locations\.php) [NC]
RewriteCond %{HTTP_COOKIE} !(comment_author|wp\-postpass|wordpress_\[a\-f0\-9\]\+|wordpress_logged_in) [NC]
RewriteCond "mysite.com/www/wp-content/w3tc/pgcache/$1/_index%{ENV:W3TC_UA}%{ENV:W3TC_SSL}.html%{ENV:W3TC_ENC}" -f
RewriteRule (.*) "/wp-content/w3tc/pgcache/$1/_index%{ENV:W3TC_UA}%{ENV:W3TC_SSL}.html%{ENV:W3TC_ENC}" [L]
</IfModule>
Forum: Networking WordPress
In reply to: 2 separate Multisite instances sharing same db and users tablestill awaiting some ideas please?
Forum: Networking WordPress
In reply to: How to get screwed by upgrading to 3.0@andrea_r is right and this has been covered frequently throughout the forums and codex. Here is a post that might help: https://www.ads-software.com/support/topic/411812?replies=22
it was a few posts below yours in the forum. By default MAMP puts the port number in the url for site, i.e. https://localhost:80/mysite WordPress does not like this, therefore you must modify your hosts file to something like localhost.localdomain, or whatever you prefer.Forum: Networking WordPress
In reply to: 2 separate Multisite instances sharing same db and users tableit would be awesome if there was a way to share cookies too? So if user is logged into: https://mysite.rules.net/MSinstance1/ and visits https://mysite.rules.net/MSinstance2/ they don’t have to login again. I know, I know this is a convoluted way of doing things, as I should just use one MS instance, but prefer not to ??
Forum: Plugins
In reply to: [Plugin: EasySMS] Parse Error: Syntax Error, unexpected $endoops! open php.ini and find the line that is not commented out ?? for short_open_tag and change from off to on. duh!
Forum: Plugins
In reply to: [Plugin: EasySMS] Parse Error: Syntax Error, unexpected $endI’m getting the same error message, and I tried the php.ini fix, but didn’t work (and yes I restarted Apache after making .ini changes).
I’m on WPMU 2.9.2
Suggestions?Forum: Plugins
In reply to: [Plugin: BuddyPress Groupblog] Its broken …I just tried bp-groupblog 1.3.1 on WPMU 2.9.1 and BP 1.1.3 and it is not working. I would love this functionality. any idea when a fix might come?
I added the following two lines of code on lines #38-39 and #50-51 in the plugin and it seems to work fine for me:
$wp_roles->role_objects['author']->add_cap( 'unfiltered_html' ); $wp_roles->role_objects['contributor']->add_cap( 'unfiltered_html' );
Forum: Installing WordPress
In reply to: Lost display of custom field in upgrade to 2.7dummy me…it was conflicting with Wp-Sticky plugin. resolved