i have couple of questions. First of all, featured categories don't showing on user frontend. I hope that I'm correct put {Featured Categories} and correct setup properties for "featured categories" zone.
Hi,
Please use {featured categories} instead of {Featured Categories} and also check if you have included these categories on your Categories Manager (iJoomla News Portal).
Another question and my problem is date on "more news" zone. If you look code you can see that I'm put date_time but date dont showing on page.
You don´t need to include "date time" tag on more new zone. Just edit the "more news" zone and set "Show Date/Time" as Yes.
And final question/problem is allvideos plugin to showing embeded videos in content. For example in some content item just put this code {youtube}KzietI2qEAc&hl{/youtube} and video with this ID code will be played on this article. Trought news portal I just get this code and video don0't showing. Has anyone try to put some video on news portal frontpage?
I just checked this extension and youtube tag it doesn´t work there. Anyway, you can publish your videos on a module position, for example User1, and set the "Module Position #1" to show User1 position.
That´s how is done here.
I suggest you to use this code and from there start with the modifications.
<table border="0" cellspacing="5" cellpadding="0" width="100%" height="228" style="border-collapse: separate">
<tbody>
<tr valign="top">
<td colspan="2">{date_time}</td>
</tr>
<tr valign="top">
<td width="50%">{top}{leading}{rss1}{rss2}{rss3}</td>
<td width="50%">{more news}{most popular}{featured article #1}{featured article #2}{featured article #3}</td>
</tr>
<tr valign="top">
<td>{module_position4}</td>
<td>{module_position1}</td>
</tr>
<tr valign="top">
<td>{module_position5}</td>
<td>{module_position2}</td>
</tr>
<tr valign="top">
<td>{module_position6}</td>
<td>{module_position3}</td>
</tr>
<tr valign="top">
<td colspan="2">{featured sections}</td>
</tr>
<tr valign="top">
<td colspan="2">{featured categories}</td>
</tr>
</tbody>
</table>
Best regards,