1
xiaoca
Re:Two column headline feed?
  • 2004/11/3 17:07

  • xiaoca

  • Just popping in

  • Posts: 6

  • Since: 2004/10/18


I was also looking for solution for my website's(Toronto Chinese Yellow Pages) headline session. I have 3 columns. After a while, i decided to dig into the code myself.

I found it it is easier to use the "headline_weight" for the logic. Here is what I have done.
1. Weight your RSS list(Sorting sequence) throught the headline administration
2. Assign the 'weight' variable in .../xoopsheadline/index.php
$xoopsTpl->append('feed_sites', array('id' => $headlines[$i]->getVar('headline_id'), 'weight' => $headlines[$i]->getVar('headline_weight'), 'name' => $headlines[$i]->getVar('headline_name')));


3. Change the custome template to have the logic, which in my case I have 3 columns.
<table border="0" cellspacing="2" cellpadding="2">
<
tr>         
      <!-- 
start site loop -->
    <{foreach 
item=site from=$feed_sites}>      
        <
td valign="top" width=33%"><img src="images/news.gif"><a href="<{$xoops_url}>/modules/xoopsheadline/index.php?id=<{$site.id}>"><font color="#0000EE"><{$site.name}></font></a></td>
     
<{if $site.weight is div by 3}>
    </
tr><tr>
    <{/if}>
      <{/foreach}>
   <!-- 
end site loop -->
</
tr>
</
table>

4. Here is the layout from my website.
RSS News Feed


------------------------------
xiao.ca
Toronto Chinese Business Directory



2
xiaoca
Re: Toronto Chinese Yellow Page
  • 2004/10/18 11:36

  • xiaoca

  • Just popping in

  • Posts: 6

  • Since: 2004/10/18


Thanks.
I don't have any problem with the Email links. I just don't like to display them.



3
xiaoca
Toronto Chinese Yellow Page
  • 2004/10/18 2:57

  • xiaoca

  • Just popping in

  • Posts: 6

  • Since: 2004/10/18


Hi All,

Any comments or suggestions would be appreciated!
www.xiao.ca

Thank you in advance!

----------------------
xiao
www.xiao.ca




TopTop



Login

Who's Online

162 user(s) are online (113 user(s) are browsing Support Forums)


Members: 0


Guests: 162


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits