No account yet?
Home arrow Forum
Advertisement
Welcome to El-Tech forum system. please post any question or remark regarding our company services, website or open source projects releases.
El-Tech Forums  


El BlogView module
Date: 2007/03/31 22:57 By: admin Status: Admin  
Karma: 0  
Admin

Posts: 19
graph
Hello all,


if you have any comments/questions/suggestions please publish it under this forum.
i will do my best to answer quickly.

Regards,
Itamar Elharar

Post edited by: admin, at: 2007/04/01 17:28
Click here to see the profile of this user The administrator has disabled public write access.

Re:El BlogView module
Date: 2007/05/03 08:26 By: lkiversen Status: User  
Karma: 0  
Fresh Boarder

Posts: 1
graphgraph
First of all a great module!

After I have put it at a site I get my news a couple of times under each other - what is wrong with my site or the module?

Look at www.emaus.dk
Click here to see the profile of this user The administrator has disabled public write access.

Re:El BlogView module
Date: 2007/05/03 22:45 By: admin Status: Admin  
Karma: 0  
Admin

Posts: 19
graph
hello lkiversen,

please try to download the new version from the website and reintall the module in the site.
if thats wont help we will find an answer.

regards,
Itamar
Click here to see the profile of this user The administrator has disabled public write access.

Re:El BlogView module
Date: 2007/12/07 06:29 By: koolie Status: User  
Karma: 0  
Fresh Boarder

Posts: 1
graphgraph
I'm not certain if this is the "fix" but it worked for me. At the very end of mod_blogview.php, I added a "break;". That stopped my content from repeating. Hope this works for you too.
Code:

<?php      <tr>         <td class="blogview<?php echo $moduleclass_sfx; ?>">             <div class="blogview<?php echo $moduleclass_sfx; ?>"><a href="<?php echo $link; ?>" class="latestnews<?php echo $moduleclass_sfx; ?>">             <h2 class="blogview<?php echo $moduleclass_sfx; ?>"><?php echo $row->title?></h2>             </a>             <?php HTML_content::show( $row, $params, $access, 0 ); ?>             </div>             <? if ($i<count($rows)-1) echo '<hr>'?>         </td>     </tr>         <?     $i++; } ?> </table> <?php break; /** koolie added this **/  }  ?>



ignore the "smiley that somehow gets rendered in the code, just add the break.
Click here to see the profile of this user The administrator has disabled public write access.

Re:El BlogView module
Date: 2008/02/04 17:19 By: joshuaarcher Status: User  
Karma: 0  
Fresh Boarder

Posts: 2
graphgraph
I've made corrections to the code so that it functions correctly and does not duplicate items. I'll include the file below.
Click here to see the profile of this user The administrator has disabled public write access.

Re:El BlogView module
Date: 2008/02/04 17:28 By: joshuaarcher Status: User  
Karma: 0  
Fresh Boarder

Posts: 2
graphgraph
oops, here's the file.
File Attachment:
File name: mod_blogview-b8b250e27cb9ffbe6942618e014bbe51.zip
File size:3624 bytes
Click here to see the profile of this user The administrator has disabled public write access.

El-Tech Elharar Techonology, Israel