次のコードで少しイライラする時間を過ごしており、誰かが私を助けてくれるかどうか疑問に思っていました.
Joomla の記事に次のテキストがあり、奇妙な結果が得られます。
私は Jumi を使用していくつかの php コードを呼び出しています。デスクトップ ビューでは、呼び出されたコードが機能します。ただし、モバイル コード セクションでは、mobilejoomlaが jumi の実行を妨げているようです。
これはかなり奇妙に思えます。回避策を見た人はいますか?何か不足していますか?
{jumi [functions.php]}
{desktop}
This JUMI output text shows
{jumi [index.php]}
This writing shows
{/desktop}
{mobile}
This JUMI output text shows
{jumi [mobile_index.php]}
This writing does NOT show
{/mobile}
基本的に、モバイル ビュー ページとデスクトップ ページで同じコンテンツを使用したくありません。
次の操作を行っても {Mobile} ビューには何も表示されないため、コードは確実に機能します。
{jumi [functions.php]}
{desktop}
Show some text
{/desktop}
{mobile}
This JUMI output text shows
{jumi [index.php]}
This writing does NOT show
{/mobile}
さまざまなコンテンツの種類 doco. http://www.mobilejoomla.com/documentation/14-extensions/110-mobile-content-extension.html
前もって感謝します。スティーブ