0
Welcome Guest! Login
0 items Join Now

Newsfeed module rendering

    • RuiGato's Avatar
    • RuiGato
    • Sr. Rocketeer
    • Posts: 209
    • Thanks: 0

    Newsfeed module rendering

    Posted 17 years 9 months ago
    • Hi there!

      wen i create a newsfeed module via admin>modules>new>insert rss link

      it renders something like:
      <div class="moduletable2">
      <h3>Module title</h3>
      <table class="moduletable" cellpadding="0" cellspacing="0">
      <tbody><tr>
      <td>
      <ul class="newsfeed">
      <li class="newsfeed">
      <strong>
      <a href="http://www.feedtarget.com" target="_blank">title</a>
      </strong>
      </li>
      </ul>
      </td>
      </tr>
      </tbody></table>
      </div>
      I would like to remove the table and Strong tag can somebody tell were to find this?
      I search in the modules but didnt find..

      I would like it to output something like latest news:
      <div class="moduletable2">
      <h3>Module title</h3>
      <ul class="latestnews">
      <li class="latestnews">
      <a href="urltarget/" class="latestnews">Title</a>
      </li>
      </ul>
      </div>


      Any help would be aprecisted..

      Rui Gato
    • twitter.com/ruigato
    • RuiGato's Avatar
    • RuiGato
    • Sr. Rocketeer
    • Posts: 209
    • Thanks: 0

    Re: Newsfeed module rendering

    Posted 17 years 9 months ago

Time to create page: 0.044 seconds