Results 1 to 3 of 3

Thread: Adding Official Review to Rows

  1. #1
    Join Date
    Jul 2002
    Location
    New York, NY
    Posts
    20

    Default Adding Official Review to Rows

    Hello Guys,

    I'm trying to fiddle with the code (using IndexU v5.4.0) and I'd like to include any official review within the Rows.html... In looking at the detail.html code that produces the official review, I tried including that within the Rows.html template, to no avail...

    Code:
    <!-- official review -->
              <%if $ofc_review%>
              <b>Official Review</b><br />
              <%$ofc_review%>
              <%/if%>
    
              <!-- show review -->
              <%if $num_review gt '0'%>
              <%/if%>
    That looks to be the code but not sure. Any input on how I could show the official review within the rows template?

    Thanks a bunch.

    Josh
    http://actorpoint.com - Real Actors Building A Real Community.

  2. #2
    Join Date
    Nov 2004
    Posts
    1,822

    Default

    its not available to the browse page, you would need to hack browse.php, basically you need to :

    query the database ot get the information >
    assign the information to the template

    im not so sure how it will work because you have multiple sites to get the review for so the code would need ot be in a loop. fairly complicated hack.
    Main IndexU sites : | Campsite Directory | Tourist Guide | Places2B | AfterDirectory <-- Half price submission using coupon DP50 (from just $11 premium, and $10 basic permanent )

  3. #3
    Join Date
    Jul 2002
    Location
    New York, NY
    Posts
    20

    Default

    Hi there,

    Hmm, ok then, no big deal... I guess I'll pass on that then! Thanks for the heads up.

    Josh
    http://actorpoint.com - Real Actors Building A Real Community.

Similar Threads

  1. Adding HTML between n rows
    By beto in forum v5.x
    Replies: 3
    Last Post: 01-17-2007, 05:19 AM
  2. category rows
    By troller in forum Blocks and Modification
    Replies: 8
    Last Post: 06-17-2006, 12:11 AM
  3. Official review to show in browse pages
    By vittle in forum v5.x
    Replies: 0
    Last Post: 12-06-2005, 06:03 AM
  4. review rows tag?
    By persut in forum v5.x
    Replies: 7
    Last Post: 12-26-2003, 02:46 PM
  5. Adding fields to the review table
    By esm in forum v5.x
    Replies: 8
    Last Post: 07-08-2003, 08:33 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •