janic
Junior Member

Posts: 5
Registered: 27/2/2006
Member Is Offline
|
posted on 1/1/2010 at 19:51 |
|
|
[In Progress] Viewthread_Post Issue
Hi everyone! My problem began when I wanted to add a <br /> between the theme image and the karma line. I added the <br /> and then the
template no longer worked (the threads wouldn't load). I went back and removed the <br /> and the problem persisted. I've tried loading
unaltered viewthread_post.php files and viewthread_post templates and the problem is unchanged. I've attached a copy of my template if anyone can
help. I have no clue how to resolve this! Thank you all so much in advance!
Attachment: viewthread_post.rtf (2.00 KiB)
This file has been downloaded 25 times
|
|
|
Adam
Super Administrator
       
Posts: 2710
Registered: 19/9/2005
Location: Birmingham, England
Member Is Offline
Mood: Tired
|
posted on 2/1/2010 at 15:56 |
|
|
Can you copy your viewthread_post template to a text document, and not a rich text format?
If your template contains rtf formating it will not load.
XMB Services Owner
Have you backed up your DB Today? You may regret not doing it one day.
Have I helped You?
 |
|
|
Adam
Super Administrator
       
Posts: 2710
Registered: 19/9/2005
Location: Birmingham, England
Member Is Offline
Mood: Tired
|
posted on 2/1/2010 at 15:57 |
|
|
Try copying / pasting the code below to your template:
| Code: | <tr bgcolor="$thisbg">
<td rowspan="3" align="center" valign="top" class="tablerow" style="width: 18%;">
<font class="mediumtxt"><strong>$post[author]</strong></font>$genderimg
<br />
<div class="smalltxt"><a name="pid$post[pid]"></a>
$showtitle
$stars
<br />
$rank[avatar]
</div>
$avatar
</div><br />
<table cellspacing="1" cellpadding="5" border="1" width="95%" bordercolor="$THEME[bordercolor]" style="border-collapse: collapse"
align="center">
<tr><td bgcolor="$THEME[catcolor]" width ="100%"><font family="Verdana" size="2px"color="$THEME[headertext]"><center>Member Info:</center></font></td></tr>
<tr><td bgcolor="$THEME[altbg2]" bordercolor="$THEME[bordercolor]" class="mediumtxt" width="95%">
$onlinenow<br/>
$lang[textposts] $post[postnum]
$maritaltxt
$solarsign
$money
<br />
$membertheme
<img src="./images/themes/$post[theme].jpg">
$karma
<br />
<br />
$mood$moodicons
</div>
</td>
</td></tr></table><br />
<td valign="top" class="tablerow" style="height: 30px; width: 82%;">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td class="smalltxt" valign="top">$post[icon] $poston</td>
<td class="smalltxt" align="right" valign="top">$edit$repquote$reportlink</td>
</tr>
</table></td>
</tr>
<tr bgcolor="$thisbg">
<td class="tablerow" valign="top" style="height: 80px; width: 82%" >
<font class="subject">
<strong>$post[subject]</strong>
</font>
<br />
<br />
<font class="mediumtxt">$post[message]</td>
</tr>
<tr bgcolor="$thisbg">
<td class="tablerow" valign="bottom" style="height: 20px; width: 82%;">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td class="smalltxt">
$profile$email$site$search$u2u$aim$icq$msn$yahoo
</td>
<td align="right">$ip</td>
</tr>
</table></td>
</tr>
|
XMB Services Owner
Have you backed up your DB Today? You may regret not doing it one day.
Have I helped You?
 |
|
|
janic
Junior Member

Posts: 5
Registered: 27/2/2006
Member Is Offline
|
posted on 3/1/2010 at 02:09 |
|
|
Hi Adam, thank you so much for taking a look at this. Unfortunately, I wasn't sure how active this board was and eventually posted my problem on
XMBG. We then discovered it's more of a glitch w/ the edit template function and not the template itself as I ran into the same problem w/ other
templates I was sure were properly written anytime I would edit them. I've decided to simply upgrade my board as the version I have (1.9.7) is
apparently very glitchy. Thanks again for taking a look though!  |
|
|
janic
Junior Member

Posts: 5
Registered: 27/2/2006
Member Is Offline
|
posted on 3/1/2010 at 02:09 |
|
|
Hi Adam, thank you so much for taking a look at this. Unfortunately, I wasn't sure how active this board was and eventually posted my problem on
XMBG. We then discovered it's more of a glitch w/ the edit template function and not the template itself as I ran into the same problem w/ other
templates I was sure were properly written anytime I would edit them. I've decided to simply upgrade my board as the version I have (1.9.7) is
apparently very glitchy. Thanks again for taking a look though!  |
|
|
Adam
Super Administrator
       
Posts: 2710
Registered: 19/9/2005
Location: Birmingham, England
Member Is Offline
Mood: Tired
|
posted on 3/1/2010 at 22:33 |
|
|
No Problem.
XMB Services Owner
Have you backed up your DB Today? You may regret not doing it one day.
Have I helped You?
 |
|
|