Fork me on GitHub

msTestimonials - How to display 3 at the same time  Bottom

  • Hi:

    I have tried Invalid Response forums but seems to be not working. Anyway I want to display the latest 3 Testimonials. I found that changing $max = 3 display the three Testimonials _BUT_ the problem is the information is displayed together.

    I want to be able to do a BR beetwen each testimonial, rating, name etc. My question is how I can separate the information with a row. Have verified with SERVICE in user_main.tpl but I think the issue deals more with pnuser.php since $SERVICE shows all the 3 testimonials...

    So I need Invalid Response help here.

    Thanks!

    :)
  • In the mean time there appears to be a probme with the _delete_ function _IF_ I change max to other value than 1. Delete only deletes one record at a time. Hmm.

    Later :(
  • I don't know if you mean the random block or the core view... but the logic will still be the same...

    Data is gathered and passed on as varibles.. like <--[$SERVICE]--> etc

    if you just increase the number of data in each query and pass it to the same variable it will just contain more data.... so you will need to split the data... this you need to do by looping the output data.... here is an sample

    Code

    <table>
    <!--[section name=num loop=$service]-->
    <tr><td><!--[$service[num]]---></td>>/tr>
    <!--[/section]-->
    </table>


    I have not looked at the code so I cannot tell for certain exactly how, but this should lead you on the way...

    StormS
  • 0 users

This list is based on users active over the last 60 minutes.