Pagina 1 din 1

Eroare tema

Scris: 01-Ian-2009, 15:21:02
de chaosmedia
Tema este : http://demo.phpbb3styles.net/SoftBlueV3

si uitati ce eroare are ....

Imagine


Stie cineva cum sa o rezolv?

Scris: 01-Ian-2009, 15:47:22
de Muzet
Caută în viewforum_body.html:

Cod: Selectaţi tot

<td class="row1" width="50" align="center"><p class="topicdetails">{topicrow.REPLIES}</p></td>
Mai jos ai linia:

Cod: Selectaţi tot

<td class="row3" width="130" align="center"><p class="topicauthor">{topicrow.TOPIC_AUTHOR_FULL}</p></td>
Pune linia de mai jos, cea cu row3 deasupra celei cu row1, astfel încât o să ai:

Cod: Selectaţi tot

<td class="row3" width="130" align="center"><p class="topicauthor">{topicrow.TOPIC_AUTHOR_FULL}</p></td>
<td class="row1" width="50" align="center"><p class="topicdetails">{topicrow.REPLIES}</p></td>
Să nu uiţi să dai refresh. Să îmi spui dacă a funcţionat.

Scris: 01-Ian-2009, 18:59:04
de chaosmedia
Nu , am schimbat am dat refresh si degeaba

<td class="row3" width="130" align="center"><p class="topicauthor">{topicrow.TOPIC_AUTHOR_FULL}</p></td>
<td class="row1" width="50" align="center"><p class="topicdetails">{topicrow.REPLIES}</p></td>
<td class="row1" width="50" align="center"><p class="topicdetails">{topicrow.VIEWS}</p></td>
<td class="row3" width="140" align="center">

Scris: 01-Ian-2009, 19:10:12
de Muzet
Caută:

Cod: Selectaţi tot

<th>&nbsp;{L_AUTHOR}&nbsp;</th>
<th>&nbsp;{L_REPLIES}&nbsp;</th>
Înlocuieşte cu:

Cod: Selectaţi tot

<th>&nbsp;{L_REPLIES}&nbsp;</th>
<th>&nbsp;{L_AUTHOR}&nbsp;</th>

Scris: 02-Ian-2009, 19:30:23
de chaosmedia
gata a mers :)

merci mult