Page 1 of 1

[solved]How to Edit Topic Review?

PostPosted: Wed Jun 07, 2006 4:05 pm
Author: fords8
Not sure what I did, but when I reply to a post on my forums, at the bottom, where the topic review is, it does not show right.

Here is a pic:

[flash=,:27ovl3um]http://www.chaacc.com/Sitepics/topicreview.JPG[/flash:27ovl3um]

I read on these forums somewhere how to change this in the admin panel, but for the life of me, I can not find it.

Thanks!

Re: How to Edit Topic Review?

PostPosted: Wed Jun 07, 2006 4:25 pm
Author: Unregistered
hmmm looks like the iframe's width is changed..

open: posting_topic_review.tpl

find
Code: Select all
{U_REVIEW_TOPIC}


inline replace
Code: Select all
<td><iframe>



so it should look like
Code: Select all
<tr><td><iframe><END><table><tr>


hope this wil fix your problem..

Re: How to Edit Topic Review?

PostPosted: Wed Jun 07, 2006 5:07 pm
Author: fords8
Code: Select all
<tr><td><iframe><END><table><tr>


Here is what mine says. I tryed what you have posted, but then the topic review says it can not display page down there.

Re: How to Edit Topic Review?

PostPosted: Wed Jun 07, 2006 6:39 pm
Author: Unregistered
can u post ur posting_topic_review.tpl here.. maybe we can have a look then..

Re: How to Edit Topic Review?

PostPosted: Wed Jun 07, 2006 6:50 pm
Author: fords8
Whole file!

[code]<script><!--  message = new Array();<BEGIN>message[{postrow.U_POST_ID}] = "
{postrow.POSTER_NAME}";p="{postrow.U_POST_ID} wrote:n{postrow.PLAIN_MESSAGE}n
";<END>  function addquote(post_id) {       window.parent.document.post.message.value += message[post_id];     window.parent.document.post.message.focus();     return;}  //--></script><br><BEGIN></TD><tr><td>{L_TOPIC_REVIEW}</td></tr><tr><td><iframe><END><table><tr><th>{L_AUTHOR}</th><th>{L_MESSAGE}</th></tr><BEGIN><tr><td><span><a></a>{postrow.POSTER_NAME}</span><br><img></td><td><table><tr><td><img><span>{L_POSTED}]

Re: How to Edit Topic Review?

PostPosted: Thu Jun 08, 2006 9:09 am
Author: fords8
Fixed!

Please lock or delete this thread!

PostPosted: Thu Jun 08, 2006 9:13 am
Author: Jason Sanborn
Could you include your fix here and add [FIXED] to the Subject, that way someone else that might have the problem can find the solution. Thanks. <img>

Re: How to Edit Topic Review?

PostPosted: Thu Jun 08, 2006 11:12 am
Author: found it
Hi

It was a template issue.....I made a small code error on the file......

:mrgreen:

locked at authors request.... :mrgreen: