sachma kannst du mir dabei mal helfen ich möchte gerne meine news vom forum auf meiner seite anzeigen klappt auch alles wunderbar allerdings habe ich das Problem das er das ein bissel nach Rechts anzeigt wie kann ich das ändern das er es auch ganz links anzeigt?
Hier zum anschauen
http://board.stagate.info/ssi.php?m=posts&a=forumtopics&forum=2&order=date&start=0&show=10&export=html"
ich habe alles mögliche versucht doch weiss ich leider nicht weiter
so sieht die datei die ich bearbeite von innen aus
Alles anzeigen
vieleicht kannst du mir da helfen
wenn ich das wegmache dann ist es ganz rechts allerdings hat er oben dann wieder was neues stehen was dort nicht hinsoll unbedingt
<table width="100%" cellspacing="0">
Mit Freundlichen Grüssen
Sascha
Hier zum anschauen
http://board.stagate.info/ssi.php?m=posts&a=forumtopics&forum=2&order=date&start=0&show=10&export=html"
ich habe alles mögliche versucht doch weiss ich leider nicht weiter
so sieht die datei die ich bearbeite von innen aus
Quellcode
- <?php /* Smarty version 2.6.3, created on 2005-12-27 14:24:02
- compiled from forumtopics.tpl */ ?>
- <?php require_once(SMARTY_DIR . 'core' . DIRECTORY_SEPARATOR . 'core.load_plugins.php');
- smarty_core_load_plugins(array('plugins' => array(array('modifier', 'makedate', 'forumtopics.tpl', 0, false),array('function', 'makeavatar', 'forumtopics.tpl', 13, false),)), $this); ?>
- <?php unset($this->_sections['i']);
- $this->_sections['i']['loop'] = is_array($_loop=$this->_tpl_vars['topics']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
- $this->_sections['i']['name'] = 'i';
- $this->_sections['i']['show'] = true;
- $this->_sections['i']['max'] = $this->_sections['i']['loop'];
- $this->_sections['i']['step'] = 1;
- $this->_sections['i']['start'] = $this->_sections['i']['step'] > 0 ? 0 : $this->_sections['i']['loop']-1;
- if ($this->_sections['i']['show']) {
- $this->_sections['i']['total'] = $this->_sections['i']['loop'];
- if ($this->_sections['i']['total'] == 0)
- $this->_sections['i']['show'] = false;
- } else
- $this->_sections['i']['total'] = 0;
- if ($this->_sections['i']['show']):
- for ($this->_sections['i']['index'] = $this->_sections['i']['start'], $this->_sections['i']['iteration'] = 1;
- $this->_sections['i']['iteration'] <= $this->_sections['i']['total'];
- $this->_sections['i']['index'] += $this->_sections['i']['step'], $this->_sections['i']['iteration']++):
- $this->_sections['i']['rownum'] = $this->_sections['i']['iteration'];
- $this->_sections['i']['index_prev'] = $this->_sections['i']['index'] - $this->_sections['i']['step'];
- $this->_sections['i']['index_next'] = $this->_sections['i']['index'] + $this->_sections['i']['step'];
- $this->_sections['i']['first'] = ($this->_sections['i']['iteration'] == 1);
- $this->_sections['i']['last']
- ?>
- <table width="100%" cellspacing="0">
- <th style="text-align: left; background-color: #ffffff; color:#ffffff; font-weight:bold; padding: 5px; font-family: Verdana; font-size: 10pt; width: 70px;"><a href="<?php echo $this->_tpl_vars['boardurl']; ?>
- ?showuser=<?php echo $this->_tpl_vars['topics'][$this->_sections['i']['index']]['starter_id']; ?>
- "><?php echo $this->_tpl_vars[''][$this->_sections['i']['index']]['starter_name']; ?>
- </a></th>
- <th style="text-align: left; background-color: #ffffff; color:#ffffff; font-weight:bold; padding: 5px; font-family: Verdana; font-size: 10pt;"><a href="<?php echo $this->_tpl_vars['boardurl']; ?>
- ?showtopic=<?php echo $this->_tpl_vars['topics'][$this->_sections['i']['index']]['tid']; ?>
- "><?php echo $this->_tpl_vars['topics'][$this->_sections['i']['index']]['title']; ?>
- </a>
- (<?php echo $this->_tpl_vars['lang']['posts_started_at']; ?>
- <?php echo ((is_array($_tmp=$this->_tpl_vars['topics'][$this->_sections['i']['index']]['post_date'])) ? $this->_run_mod_handler('makedate', true, $_tmp, 'post_date') : makedate($_tmp, 'post_date')); ?>
- )
- </th></tr>
- <tr>
- <td style="text-align: center; background-color: #ffffff; color:#ffffffC; font-weight:bold; padding: 5px; font-family: Verdana; font-size: 10pt; width: 70px;">
- </td>
- <td style="background-color: #ffffff; font-family: Verdana; font-size: 10pt; padding: 5px;">
- <?php echo $this->_tpl_vars['topics'][$this->_sections['i']['index']]['post']; ?>
- <br /><br />
- <?php echo $this->_tpl_vars['lang']['posts_comments']; ?>
- <strong><?php echo $this->_tpl_vars['topics'][$this->_sections['i']['index']]['posts']; ?>
- </strong> :: <?php echo $this->_tpl_vars['lang']['posts_views']; ?>
- <strong><?php echo $this->_tpl_vars['topics'][$this->_sections['i']['index']]['views']; ?>
- </strong> :: <a href="<?php echo $this->_tpl_vars['boardurl']; ?>
- ?showtopic=<?php echo $this->_tpl_vars['topics'][$this->_sections['i']['index']]['tid']; ?>
- ">
- </a>
- <?php if ($this->_tpl_vars['topics'][$this->_sections['i']['index']]['posts']): ?>
- :: <?php echo $this->_tpl_vars['lang']['posts_last_comments']; ?>
- <strong><a href="<?php echo $this->_tpl_vars['topics'][$this->_sections['i']['index']]['last_poster_profile_link']; ?>
- "><?php echo $this->_tpl_vars['topics'][$this->_sections['i']['index']]['last_poster_name']; ?>
- </a></strong> at <strong><?php echo ((is_array($_tmp=$this->_tpl_vars['topics'][$this->_sections['i']['index']]['last_post'])) ? $this->_run_mod_handler('makedate', true, $_tmp, 'last_post') : makedate($_tmp, 'last_post')); ?>
- </strong>
- <?php endif; ?>
- </td></tr>
- </table>
- <br />
- <?php endfor; endif; ?>
vieleicht kannst du mir da helfen
wenn ich das wegmache dann ist es ganz rechts allerdings hat er oben dann wieder was neues stehen was dort nicht hinsoll unbedingt
<table width="100%" cellspacing="0">
Mit Freundlichen Grüssen
Sascha