我在Joomla模板的頂部放置了代碼,但位置未被識別。Joomla jdoc包含未被識別
<jdoc:include type="modules" name="topbanner" style="xhtml" />
有什麼我需要做的,以獲得這個位置顯示在模塊下?
我在Joomla模板的頂部放置了代碼,但位置未被識別。Joomla jdoc包含未被識別
<jdoc:include type="modules" name="topbanner" style="xhtml" />
有什麼我需要做的,以獲得這個位置顯示在模塊下?
請確保您有建立在templateDetails.xml
上述位置如果您還沒有創建位置請做這樣的
<position>topbanner</position>
嗨,我已經做到了這一點,但它仍然沒有出現 –
你是否在模塊中嘗試這個...我認爲它只能在模板文件中工作 –
我把這個放在模板index.php文件中位置也是添加到xml文件 –
嘗試沒有「風格」的說法,否則檢查如果jdoc:include不在不會輸出jdoc:include的PHP IF/ELSE語句中。最後,我會嘗試在index.php結尾的jdoc(僅用於troobleshooting)。另外不要忘記禁用瀏覽器緩存。 PS:如果這些工作都不能發佈你的index.php代碼...? – HamZa