<?xml version="1.0" ?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>Support Forum | Agapetry</title>
	<link>http://agapetry.net/forum/role-scoper/conflict-with-qtranslate</link>
	<description><![CDATA[Carefully calculated acts of unselfish love.  Wordpress-powered website development with grit and flair.]]></description>
	<generator>Simple:Press Forum Version 3.1.4</generator>
	<atom:link href="http://agapetry.net/forum?role-scoper&#038;conflict-with-qtranslate&#038;xfeed=topic" rel="self" type="application/rss+xml" />
<item>
	<title>Mishkin on Conflict with qTranslate</title>
	<link>http://agapetry.net/forum/role-scoper/conflict-with-qtranslate/page-2/post-1736/#p1736</link>
	<category>Role Scoper Support</category>
	<guid isPermaLink="true">http://agapetry.net/forum/role-scoper/conflict-with-qtranslate/page-2/post-1736/#p1736</guid>
	<description><![CDATA[<p>Kevin, I just updated Role Scoper to version 1.0.7 but it still don&#39;t solve&#160;my problem. As I said before it only occurs on our live site so I can&#39;t fully troubleshoot the problem. I will try to recreate it on the development site later tonight..</p>
]]></description>
	<pubDate>Tue, 11 Aug 2009 05:25:52 -0600</pubDate>
</item>
<item>
	<title>Kevin on Conflict with qTranslate</title>
	<link>http://agapetry.net/forum/role-scoper/conflict-with-qtranslate/page-2/post-1733/#p1733</link>
	<category>Role Scoper Support</category>
	<guid isPermaLink="true">http://agapetry.net/forum/role-scoper/conflict-with-qtranslate/page-2/post-1733/#p1733</guid>
	<description><![CDATA[<blockquote><p>Kevin said:</p><p>Okay, I took a closer look at this and realized that by forcing Role Scoper's get_pages filter to execute earlier, it can stay cached and still be processed correctly by QTranslate.</p></blockquote><hr />
<p>
Actually, moving the RS filters earlier caused other problems.  In <a href="http://agapetry.net/downloads/role-scoper_current" target="_blank">Role Scoper 1.0.7</a>, I've made the disabling of page and category cache automatic if QTranslate is active.</p>
<p>
If you're concerned about performance, you can re-enable those caches by editing qtranslate_hooks.php to change the get_pages and get_terms filter priority from 0 to 2.  Then <strong>(after modifying the QTranslate code)</strong> add the following line to wp-config.php:
</p>
<div class="sfcode">
define( 'SCOPER_QTRANSLATE_COMPAT', true );
</div>
]]></description>
	<pubDate>Mon, 10 Aug 2009 14:01:29 -0600</pubDate>
</item>
<item>
	<title>Kevin on Conflict with qTranslate</title>
	<link>http://agapetry.net/forum/role-scoper/conflict-with-qtranslate/page-2/post-1729/#p1729</link>
	<category>Role Scoper Support</category>
	<guid isPermaLink="true">http://agapetry.net/forum/role-scoper/conflict-with-qtranslate/page-2/post-1729/#p1729</guid>
	<description><![CDATA[<blockquote><p>Mishkin said:</p><p>Yes, it's the page parent dropdown on the right side when editing a page. I'm using WP 2.8.2, qTranslate 2.4.1 and the Role Scoper 1.0.5-alpha3.</p><p>Strangely this is happening on our development site, just the live one.</p></blockquote><hr />
<p>Mishkin, I suspect the <a href="http://agapetry.net/downloads/role-scoper_dev" target="_blank">change I just made</a> will correct your symptom too.  QTranslate and Role Scoper had get_pages filters at the same priority level, meaning their execution order depended on which plugin was installed first.  Now I'm forcing Role Scoper's to execute earlier.</p>
]]></description>
	<pubDate>Mon, 10 Aug 2009 08:48:28 -0600</pubDate>
</item>
<item>
	<title>Kevin on Conflict with qTranslate</title>
	<link>http://agapetry.net/forum/role-scoper/conflict-with-qtranslate/page-2/post-1728/#p1728</link>
	<category>Role Scoper Support</category>
	<guid isPermaLink="true">http://agapetry.net/forum/role-scoper/conflict-with-qtranslate/page-2/post-1728/#p1728</guid>
	<description><![CDATA[<p>Okay, I took a closer look at this and realized that by forcing Role Scoper's get_pages filter to execute earlier, it can stay cached and still be processed correctly by QTranslate.</p>
<p>Please try the updated <a href="http://agapetry.net/downloads/role-scoper_dev" target="_blank">Role Scoper Development Snapshot</a> and let me know how it looks.  The defines I mentioned above are no longer needed (and not currently applied).
</p>
]]></description>
	<pubDate>Mon, 10 Aug 2009 08:44:48 -0600</pubDate>
</item>
<item>
	<title>rpaskowitz on Conflict with qTranslate</title>
	<link>http://agapetry.net/forum/role-scoper/conflict-with-qtranslate/page-2/post-1721/#p1721</link>
	<category>Role Scoper Support</category>
	<guid isPermaLink="true">http://agapetry.net/forum/role-scoper/conflict-with-qtranslate/page-2/post-1721/#p1721</guid>
	<description><![CDATA[<p>Is this an added performance hit due to using role-scoper?</p>
<p>Regularly, without caching and with qTranslate, each title would go through the __() function to display only the proper language, which is to be expected.</p>
<p>Not having this part cached isn&#39;t a problem for me.</p>
<p>I imagine the cache created for role-scoper runs the text through __() in advance which is why front-end users were only seeing one language. How does role-scoper use this cache on the front-end?</p>
<p>If having the page titles cached is something useful, regardless of qTranslate, it may be worthwhile having the cache contain the "<code>&#60;!--:en--&#62;english text&#60;!--:--&#62;</code><code>&#60;!--:fr--&#62;french text&#60;!--:--&#62;</code><code>"</code> style strings (do not run through gettext), so that the familiar gettext hit still occurs, but any performance impact of role-scoper can still be avoided.</p>
<p>I think I&#39;m just having a tough time picturing what the cache is used for, granted I&#39;ve only looked at very little of the code.</p>
<p>Thanks.</p>
]]></description>
	<pubDate>Sat, 08 Aug 2009 18:12:58 -0600</pubDate>
</item>
<item>
	<title>Kevin on Conflict with qTranslate</title>
	<link>http://agapetry.net/forum/role-scoper/conflict-with-qtranslate/page-2/post-1720/#p1720</link>
	<category>Role Scoper Support</category>
	<guid isPermaLink="true">http://agapetry.net/forum/role-scoper/conflict-with-qtranslate/page-2/post-1720/#p1720</guid>
	<description><![CDATA[<blockquote><p>rpaskowitz said:</p><p>Thanks for the help Kevin. Now running 1.0.6.1 (also upgraded WP and qTranslate earlier today), and with the defines, my page titles appear translated as expected.</p><p>Will the performance impact caused by disabling the caching be limited to times when viewing the list within the admin interface?</p></blockquote><hr />
<p>Any performance hit would be seen on the front end too (except for anonymous reader if WP-Super Cache is caching the entire http request).</p>
]]></description>
	<pubDate>Sat, 08 Aug 2009 18:02:53 -0600</pubDate>
</item>
<item>
	<title>rpaskowitz on Conflict with qTranslate</title>
	<link>http://agapetry.net/forum/role-scoper/conflict-with-qtranslate/page-2/post-1719/#p1719</link>
	<category>Role Scoper Support</category>
	<guid isPermaLink="true">http://agapetry.net/forum/role-scoper/conflict-with-qtranslate/page-2/post-1719/#p1719</guid>
	<description><![CDATA[<p>Thanks for the help Kevin. Now running 1.0.6.1 (also upgraded WP and qTranslate earlier today), and with the defines, my page titles appear translated as expected.</p>
<p>Will the performance impact caused by disabling the caching be limited to times when viewing the list within the admin interface?</p>
]]></description>
	<pubDate>Sat, 08 Aug 2009 17:59:13 -0600</pubDate>
</item>
<item>
	<title>Kevin on Conflict with qTranslate</title>
	<link>http://agapetry.net/forum/role-scoper/conflict-with-qtranslate/page-2/post-1718/#p1718</link>
	<category>Role Scoper Support</category>
	<guid isPermaLink="true">http://agapetry.net/forum/role-scoper/conflict-with-qtranslate/page-2/post-1718/#p1718</guid>
	<description><![CDATA[I forgot to mention, you will also need to flush your entire cache once to get rid of the currently stored cache entries.
]]></description>
	<pubDate>Sat, 08 Aug 2009 17:52:09 -0600</pubDate>
</item>
<item>
	<title>Kevin on Conflict with qTranslate</title>
	<link>http://agapetry.net/forum/role-scoper/conflict-with-qtranslate/page-2/post-1717/#p1717</link>
	<category>Role Scoper Support</category>
	<guid isPermaLink="true">http://agapetry.net/forum/role-scoper/conflict-with-qtranslate/page-2/post-1717/#p1717</guid>
	<description><![CDATA[<blockquote><p>rpaskowitz said:</p><p>the page titles returned by wp_list_pages() seem to be in whatever language was currently selected when Role Scoper options were last changes.</p></blockquote><hr />
<p>
That's because of the internal caching Role Scoper does to enhance performance.</p>
<p>Try the updated <a href="http://agapetry.net/downloads/role-scoper_dev" target="_blank">Role Scoper Development Snapshot</a>.  As of this posting, this is the only change from 1.0.6.  Caching of page listings will be disabled if you add the following line to your wp-config.php:</p>
<div class="sfcode">
define( 'SCOPER_NO_PAGES_CACHE', true );
</div>
<p>
Likewise for the category listing if you add this line:
</p>
<div class="sfcode">
define( 'SCOPER_NO_TERMS_CACHE', true );
</div>
]]></description>
	<pubDate>Sat, 08 Aug 2009 17:50:02 -0600</pubDate>
</item>
<item>
	<title>rpaskowitz on Conflict with qTranslate</title>
	<link>http://agapetry.net/forum/role-scoper/conflict-with-qtranslate/page-2/post-1713/#p1713</link>
	<category>Role Scoper Support</category>
	<guid isPermaLink="true">http://agapetry.net/forum/role-scoper/conflict-with-qtranslate/page-2/post-1713/#p1713</guid>
	<description><![CDATA[<p>I&#39;m running Role Scoper 1.0.6 on WP 2.8.1 with qTranslate 2.4 (latest for WP 2.8.1), and am having an issue with page name translation from the front-end of my site.</p>
<br />
<p>It&#39;s happening in a few places, but the easiest example is that the page titles returned by wp_list_pages() seem to be in whatever language was currently selected when Role Scoper options were last changes. Apart from page titles, all other content seems to be translated.</p>
]]></description>
	<pubDate>Sat, 08 Aug 2009 12:21:25 -0600</pubDate>
</item>
<item>
	<title>Mishkin on Conflict with qTranslate</title>
	<link>http://agapetry.net/forum/role-scoper/conflict-with-qtranslate/page-2/post-1678/#p1678</link>
	<category>Role Scoper Support</category>
	<guid isPermaLink="true">http://agapetry.net/forum/role-scoper/conflict-with-qtranslate/page-2/post-1678/#p1678</guid>
	<description><![CDATA[<p>Back when it was posted but I redownloaded it just now and it didn&#39;t solve the problem.</p>
]]></description>
	<pubDate>Sat, 01 Aug 2009 06:52:54 -0600</pubDate>
</item>
<item>
	<title>Kevin on Conflict with qTranslate</title>
	<link>http://agapetry.net/forum/role-scoper/conflict-with-qtranslate/page-1/post-1677/#p1677</link>
	<category>Role Scoper Support</category>
	<guid isPermaLink="true">http://agapetry.net/forum/role-scoper/conflict-with-qtranslate/page-1/post-1677/#p1677</guid>
	<description><![CDATA[<blockquote><p>Mishkin said:</p><p>Version&#160;of the plugin says alpha3 in WordPress admin. I downloaded it using the link suggested in post #10.</p></blockquote><hr />
<p>Just recently or back when post 10 was made?</p>
]]></description>
	<pubDate>Sat, 01 Aug 2009 06:48:25 -0600</pubDate>
</item>
<item>
	<title>Mishkin on Conflict with qTranslate</title>
	<link>http://agapetry.net/forum/role-scoper/conflict-with-qtranslate/page-1/post-1675/#p1675</link>
	<category>Role Scoper Support</category>
	<guid isPermaLink="true">http://agapetry.net/forum/role-scoper/conflict-with-qtranslate/page-1/post-1675/#p1675</guid>
	<description><![CDATA[<p>Version&#160;of the plugin says alpha3 in WordPress admin. I downloaded it using the link suggested in post #10.</p>
]]></description>
	<pubDate>Sat, 01 Aug 2009 06:37:17 -0600</pubDate>
</item>
<item>
	<title>Mishkin on Conflict with qTranslate</title>
	<link>http://agapetry.net/forum/role-scoper/conflict-with-qtranslate/page-1/post-1674/#p1674</link>
	<category>Role Scoper Support</category>
	<guid isPermaLink="true">http://agapetry.net/forum/role-scoper/conflict-with-qtranslate/page-1/post-1674/#p1674</guid>
	<description><![CDATA[<p>It shouldn&#39;t be any difference at all. They are both running on the same server with their database cloned, same plugins and same theme.</p>
<p>Only things is the live site is running on main domain while the other one on the subdomain dev.</p>
]]></description>
	<pubDate>Sat, 01 Aug 2009 06:31:40 -0600</pubDate>
</item>
<item>
	<title>Kevin on Conflict with qTranslate</title>
	<link>http://agapetry.net/forum/role-scoper/conflict-with-qtranslate/page-1/post-1673/#p1673</link>
	<category>Role Scoper Support</category>
	<guid isPermaLink="true">http://agapetry.net/forum/role-scoper/conflict-with-qtranslate/page-1/post-1673/#p1673</guid>
	<description><![CDATA[<blockquote><p>Mishkin said:</p><p>Yes, it's the page parent dropdown on the right side when editing a page. I'm using WP 2.8.2, qTranslate 2.4.1 and the Role Scoper 1.0.5-alpha3.</p><p>Strangely this is happening on our development site, just the live one.</p></blockquote><hr />
<p>
Do you mean beta3 (the one currently linked as the <a href="http://agapetry.net/downloads/role-scoper_dev" target="_blank">dev snapshot</a>)?</p>
]]></description>
	<pubDate>Sat, 01 Aug 2009 06:30:09 -0600</pubDate>
</item>
</channel>
</rss>