iJoomla Forum

iJoomla Magazine => Troubleshooting => Topic started by: gg01 on March 14, 2008, 09:35:24 AM



Title: How to create Vertical Zones with list of Articles by category
Post by: gg01 on March 14, 2008, 09:35:24 AM
Each vertical zone would display links to articles by category (in the attached example, the categories are Resort Life, People & Style).

Could I incorporate a thumbnail in each zone? 

It looks like http://www.hightidemagazine.com/index.php has figured out how to do this but has not incorporated images.  I understand they could have done this by editing the query that generates the list for the upcoming articles module.  Does anyone know how to rework the code to accomplish this?

I thought this was a standard feature option of iJoomla so I mocked up a website proposal with this feature incorporated.  Guess I got ahead of myself.  Any help would be appreciated!

Kara


Title: Re: How to create Vertical Zones with list of Articles by category
Post by: RicardoCorai on March 14, 2008, 05:47:30 PM
Hi Kara,
Hightidemagazine.com doesn´t use iJoomla Magazine. They could be using an special module cloned several times in order to get what you see in the frontpage.
Anyway, you can do something like this using iJoomla News Portal.
If you have any doubts about this please let me know.
Best regards,


Title: Re: How to create Vertical Zones with list of Articles by category
Post by: gg01 on March 14, 2008, 10:21:59 PM
Thank you for your quick reply Ricardo.

I am sorry for the misunderstanding but High Tide Magazine appears several times in your iJoomla Magazine client list ... it has confused several of us into thinking we can do things with iJoomla Magazine that we can't. 

So, if I modify a module, can it be placed in a Vertical or Horizontal zone?  I know you can put a banner at the top by placing a Load Mos tag in the Issue's description ... anything like that with Articles?

Thanks!

Kara


Title: Re: How to create Vertical Zones with list of Articles by category
Post by: RicardoCorai on March 17, 2008, 11:41:39 AM
Quote
I am sorry for the misunderstanding but High Tide Magazine appears several times in your iJoomla Magazine client list ... it has confused several of us into thinking we can do things with iJoomla Magazine that we can't.
Hi Kara,
There are some clients who had been using iJoomla extensions in the past but aren´t using those extensions now. I will try to fix this. Sorry about the confusion.
Quote
So, if I modify a module, can it be placed in a Vertical or Horizontal zone?
No at this point.
Maybe you can add a module between these zones using something like this:
Code:
<style type="text/css" media="screen">
@import url( {LAYOUT_PATH}/css/{CSS} );
</style>

<div class="common">
<div class="pdg">
{MAGAZINE_NAME}
        {MAGAZINE_DESC}
        {EDITION_NAME}
        {EDITION_DESC}


</div>
</div>
<table width='100%'><tr><td>{EDITION_IMAGE}</td></tr></table>
<div class='common'>
{ZONE_1}
</div>

<br clear="all">

<div class="common">
ADD YOUR CODE HERE
</div>

<br clear="all">

<div class="common">

        {ZONE_2}

</div>
Best regards,


Title: Re: How to create Vertical Zones with list of Articles by category
Post by: gg01 on March 20, 2008, 01:33:57 PM
Sadly, I know what needs to be done to accomplish this ... but not how to do it. 
You are suggesting I create another HTML layout (added thru the HTML Layouts manager) that has the above code.  For each vertical zone I would add the code for the module that would create what I want.  I think modifying the mod_current_articles.php file would be easiest but I don't know my PHP enough to know how to modify it to not just list the articles in an issue but also the articles by category (__magazine_categories).  Each zone would need a different category specified to appear in that zone.  And from there, well ... neeoewm (that's the sound of code going over my head). 

If anyone has the expertise to accomplish this, let me know.  I'd love to add this functionality to my client's website and am willing to pay.  Until then, it's back to the PHP Bible for me (joy!).

Once again, thank you Ricardo!  You are always so helpful.

- Kara


Title: Re: How to create Vertical Zones with list of Articles by category
Post by: angek on March 25, 2008, 09:40:00 PM
Hi Kara,

I believe I may have a solution for you. Please check your PMs