Quote:
Originally Posted by theArchitect
Here are the template errors: - journal_entrybits - Parse error: parse error, unexpected ';' in \forum\includes\adminfunctions_template.php(3056) : eval()'d code on line 32
- journal_journalbits - Parse error: parse error, unexpected ';' in \forum\includes\adminfunctions_template.php(3056) : eval()'d code on line 24
- journal_showentrypage - Parse error: parse error, unexpected ';' in \forum\includes\adminfunctions_template.php(3056) : eval()'d code on line 47
Thankyou for your support.
|
try replacing journal_journalbits with this
HTML Code:
<tr>
<td class="$bgclass"><if condition="$shownewentryicon[$journalid]"><img src="$stylevar[imgdir_statusicon]/journal_new.gif" border="0" alt="This Journal contains new entries." /><else /><if condition="$journal[status]==1"><img src="$stylevar[imgdir_statusicon]/journal_lock.gif" border="0" alt="This Journal is Locked!" /><else /><img src="$stylevar[imgdir_statusicon]/journal_old.gif" border="0" alt="This Journal does not contain new entries." /></if></if></td>
<td class="$bgclass" width="100%"><div style="float: right"><img src="$stylevar[imgdir_rating]/rating_$rating.gif" /></div><a href="journal.php?do=showjournal&j=$journal[journal_id]"><if condition="$journal[journalname]">$journal[journalname]<else />$journal[journalist]'s Journal</if></a><if condition="$viewing[$journalid]>0"><span class="smallfont">($viewing[$journalid] viewing)</span></if><if condition="$show[privatelock]"><img src="$stylevar[imgdir_statusicon]/wol_lockedout.gif" alt="This Journal is Private" /></if><br /><div class="smallfont">$journal[journaldesc]</td>
<td class="$bgclass" align="center" nowrap="nowrap">$journal[journalviews]</td>
<td class="$bgclass" align="center" nowrap="nowrap">$journal[entrycount]</td>
<td class="$bgclass" align="center" nowrap="nowrap">$journal[commentcount]</td>
<td class="$bgclass" nowrap="nowrap">
<if condition="$journal[entrycount]>0">
<div class="smallfont" align="$stylevar[left]">
<div style="clear:both">
<a href="journal.php?do=showentry&e=$journal[lastentry_id]" title="Go To Last Entry"><strong>$journal[lastentry]</strong></a>
</div>
<div align="$stylevar[right]">
$lastedate<span class="time"> $lastetime
<a href="journal.php?do=showentry&e=$journal[lastentry_id]"><img class="inlineimg" src="$stylevar[imgdir_button]/lastpost.gif" alt="Go To Last Entry" border="0" /></a>
</div>
</div>
<else />
<div class="smallfont" align="center">No Entries</div>
</if>
</td>
</tr>
i searched in journal_entrybits but i could not even find a ";" so....