 | |  | | | ReviewPost Bug Reports Let us know about any post installation problems you are having with ReviewPost. |
September 6th, 2005, 05:20 AM
|
#1 (permalink)
| | Member Verified Customer
Join Date: Sep 2003 Location: W.Yorkshire UK
Posts: 94
| Recent Reviews Error(FIXED)
I'm getting an error with my recent reviews table on the review section frontpage. http://www.totalformat.com/reviews/
It doesn't show the latest review, but has an empty comment at the bottom of the table?
|
| |
September 6th, 2005, 09:17 AM
|
#2 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,695
|
Yes I see will need to spend some time on this as it makes no sense
|
| |
September 14th, 2005, 08:12 PM
|
#3 (permalink)
| | Member Verified Customer
Join Date: Sep 2003 Location: W.Yorkshire UK
Posts: 94
|
Have you been able to look into this one yet by any chance?
|
| |
September 14th, 2005, 08:57 PM
|
#4 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,695
|
In reviewspal.tmpl find this
for ( $x=1; $x < $cmtfound; $x++ ) {
change to this
for ( $x=0; $x < $cmtfound; $x++ ) {
|
| |
September 16th, 2005, 11:36 AM
|
#5 (permalink)
| | Member Verified Customer
Join Date: Sep 2003 Location: W.Yorkshire UK
Posts: 94
| Quote: |
Originally Posted by omegatron In reviewspal.tmpl find this
for ( $x=1; $x < $cmtfound; $x++ ) {
change to this
for ( $x=0; $x < $cmtfound; $x++ ) { | Hmmm, that doesn't seem to have made any difference, nothing seems to have changed.
|
| |
September 16th, 2005, 12:08 PM
|
#6 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,695
|
Works fine and cleared my issue on this. There are two templates one for vb3 integrations and one for others. Did you do the right one?
|
| |
September 16th, 2005, 12:47 PM
|
#7 (permalink)
| | Member Verified Customer
Join Date: Sep 2003 Location: W.Yorkshire UK
Posts: 94
| Quote: |
Originally Posted by omegatron Works fine and cleared my issue on this. There are two templates one for vb3 integrations and one for others. Did you do the right one? | Aah haa, now we are talking.
I've never used the enhanced version until I did that last upgrade, so didn't know there were two versions of the templates.... Silly me, I should check these things and know about them really.
Anyway, works great now, thanks again. |
| |
September 20th, 2005, 05:03 PM
|
#8 (permalink)
| | Junior Member Verified Customer
Join Date: Aug 2005
Posts: 9
| Quote: |
Originally Posted by omegatron Works fine and cleared my issue on this. There are two templates one for vb3 integrations and one for others. Did you do the right one? | Hi omegatron
I solved that changing the template inside vb3enhaced but with a few change in the code to find.
I had changed this:
for ( $x=1; $x <= $cmtfound; $x++ ) {
to this:
for ( $x=0; $x < $cmtfound; $x++ ) {
reviewspal.tmlp is a bit different on vb3enhaced |
| |
September 20th, 2005, 05:23 PM
|
#9 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,695
|
The download already has this inside
|
| |
September 20th, 2005, 05:29 PM
|
#10 (permalink)
| | Junior Member Verified Customer
Join Date: Aug 2005
Posts: 9
| Quote: |
Originally Posted by omegatron The download already has this inside | I download reviewpost the last friday (september 16th) and i needed do the change ...
|
| |
September 20th, 2005, 05:36 PM
|
#11 (permalink)
| | Member Verified Customer
Join Date: Sep 2003 Location: W.Yorkshire UK
Posts: 94
| Quote: |
Originally Posted by Acido I download reviewpost the last friday (september 16th) and i needed do the change ... | One of the things i've found, is that sometimes, no matter what I do, it doesn't over write the old files. I have to actually delete the files on the server and upload the new ones that way.
Bizarre really???
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 03:44 PM. | |