1
VyseVilifous
Reviews Module

I'm looking for a reviews module that will let me separate reviews into different categories (anime/manga/etc.), and list all the items in that category (titles only) in alphabetical order. Whenever a user clicks on the title of the review, they are brought to the review page.
I also want to be able to enter a score for that review.

Kinda laid out like this:
http://www.anime-ni.co.uk/anime_review.php
Only with a score (out of 10) in place of the age ratings and publisher. (And no mention of DVD at the start).

Also, this is totally optional, but if there is an option to let people also set their own score to the product so that it can tally up an average user score AND show my definitive score, that'd be fabby! ^_^

myReviews seems to be missing a lot of the things I need, so if anyone knows of a current module that does all or most of the things I need, then many thanks! ^_^



2
VyseVilifous
Re: Custom theme error, left and right colums disappear

I had to delete some old files and re-upload things, but I eventually got it working.
Thanks for your help! ^_^



3
VyseVilifous
Custom theme error, left and right colums disappear

I'm trying to code a custom skin (not a very good one I admit, but I digress) but whenever I upload the theme.html file, it seems to work okay, except the left and right columns don't show up (though any data from the main center column is there, i haven't tried any of those center subcolumns yet).

I did that thing where you combine all the files to one html file (I saw it used on the 7dana-rose skin that I like and tried to do it with this).

Here is the code for the page:

<html>
<
head>
<
title>Website Title To Go Here Baka-kins</title>
</
head>
<
body bgcolor="#FFFFFF" text="#000000" background="<{$xoops_imageurl}>bg.gif">
<
div align="center">
  <
center>
  <
table border="0" width="800" cellspacing="0" cellpadding="0">
    <
tr>
      <
td width="800" colspan="3"><img border="0" src="<{$xoops_imageurl}>topbanner.gif" width="800" height="100"></td>
    </
tr>
  </
center>
  <
tr>
    <
td width="800" colspan="3" bgcolor="#993366">
      <
p align="right"><font face="Verdana" color="#FFFFFF" size="1"><b><{$smarty.now|date_format:"%A. %B %e. %Y"}></b></font></td>
  </
tr>
  <
tr>
    <
font face="Verdana" size="2"><td id="leftcolumn" width="150" bgcolor="#993366" valign="top">
       <!-- 
Start left blocks loop --> 
<{foreach 
item=block from=$xoops_lblocks}> 
            <
div class="<{cycle values="blockTitle"}>"><{$block.title}></div
            <
div class="blockContent"><{$block.content}></div
             <
p>
            <{/foreach}> 
            <!-- 
End left blocks loop -->       
      </
td>
    <
center>
    <
td id="centercolumn" width="500" bgcolor="#993366" valign="top">
       <!-- 
Display center blocks if any --> 
<{if 
$xoops_showcblock == 1}> 
            <
table cellspacing="0"
              <
tr
                <
td id="centerCcolumn" colspan="2"> <!-- Start center-center blocks loop --> 
<{foreach 
item=block from=$xoops_ccblocks}> 
                  <
table align="center" cellpadding="0" cellspacing="2"
                    <
tr
                      <
td> <div class="blockTitle"><{$block.title}></div
                        <
div class="blockContent"><{$block.content}></div></td
                    </
tr
                  </
table
<{/foreach}> 
                  <!-- 
End center-center blocks loop --> </td
              </
tr
              <
tr
                <
td id="centerLcolumn"> <!-- Start center-left blocks loop --> 
<{foreach 
item=block from=$xoops_clblocks}> 
                  <
table align="center" cellpadding="3" cellspacing="2"
                    <
tr
                      <
td> <div class="blockTitle"><{$block.title}></div
                        <
div class="blockContent"><{$block.content}></div></td
                    </
tr
                  </
table
<{/foreach}> 
                  <!-- 
End center-left blocks loop --> </td
                <
td id="centerRcolumn"> <!-- Start center-right blocks loop --> 
<{foreach 
item=block from=$xoops_crblocks}> 
                  <
table align="center" cellpadding="3" cellspacing="2"
                    <
tr
                      <
td> <div class="blockTitle"><{$block.title}></div
                        <
div class="blockContent"><{$block.content}></div></td
                    </
tr
                  </
table
<{/foreach}> 
                  <!-- 
End center-right blocks loop --> </td
              </
tr
            </
table
<{/if}> 
            <!-- 
End display center blocks --> 
            <
div id="content"> <{$xoops_contents}> </div
      </
td>
    </
center>
    <
td id="rightcolumn" width="150" bgcolor="#993366" align="right" valign="top">
       <!-- 
Start right blocks loop --> 
<{foreach 
item=block from=$xoops_rblocks}> 
            <
div class="<{cycle values="blockTitle,blockTitle"}>"><{$block.title}></div
            <
div class="blockContent"><{$block.content}></div
            <
p>
            <{/foreach}> 
            <!-- 
End right blocks loop --> 
      </
td>
  </
tr></font>
  </
table>
</
div>
</
body>
</
html>


Many thanks to anyone to can help! Sorry that the code is a bit messy. A cross between a WYSIWYG editor (nuuu don't laugh) and putting the HTML in that I need.

(Oh by the way, whenever I switch to a well made skin, including the 7dana-rose one, the left and right columns show up fine, so it's not that they're disabled or anything).




TopTop



Login

Who's Online

183 user(s) are online (119 user(s) are browsing Support Forums)


Members: 0


Guests: 183


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits