Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - row1

Pages: 1 ... 77 78 [79] 80 81 ... 83
1171
Resolved and Released / Re: Image links in the category view
« on: June 23, 2007, 11:07:53 PM »
I have started moving all HTML out of the php files and into pat template files.
E.g. the category listing layout can now more easily be changed by editing a file which looks like this:
Code: [Select]
<mos:tmpl name="catbody">
<!-start editing from here-->
<div align='left'>

<!--container for the category listing (may be a subcategory listing)-->
<mos:tmpl name="catTypeContainer">
<div class="{CATTYPECLASSNAME}" id="catTypeContainer">
{LISTHEADING}
<mos:tmpl name="catlist">
<div>{IMAGE}<a href="{LINKURL}">{CATNAME}</a> {CATCOUNT}</div>
<div class="{CATDESCCLASS}">{CATDESC}</div>
<div style="clear: both;"></div>
</mos:tmpl>
</div>
</mos:tmpl>

<!--container for listing reviews-->
<mos:tmpl name="catReviewContainer">
<div id="reviewlistingContainer" style='display:<mos:var name="REVIEWDISPLAY" default="none"/>'>
           <span class='reviewlistingtitle'>{REVLISTINGTITLE}</span>
<table id="categoryTable" class="categoryTable">
<tr>
            <th>{TITLE1NAME}</th>
            <th>{TITLE2NAME}</th>
            <th>{TITLE3NAME}</th>
            <th>{RATING}</th>
            <th>{REVIEWER}</th>
            <th>{DATE}</th>            
</tr>
<mos:tmpl name="catReviewRow">
<tr>
            <td>{TITLE1}</td>
            <td>{TITLE2}</td>
            <td>{TITLE3}</td>
            <td>{RATING}</td>
            <td>{REVIEWER}</td>
            <td>{DATE}</td>  
</tr>
</mos:tmpl>
</table>
            <script type='text/javascript' src='{LIVESITEURL}/components/com_simple_review/scripts/sorttable.js'></script>
            <script type='text/javascript'>sortables_init();</script>                        
</div>
<mos:var name="NOREVIEWTEXT" default=""/>
</mos:tmpl>

</div>
<!--stop editing here-->
</mos:tmpl>

1172
General / Re: Multiple Catagories?
« on: June 23, 2007, 11:01:18 PM »
If you edit a category you will see a 'Category Order' field, put your own order here.

1173
Resolved and Released / Re: Parent Category Totals
« on: June 22, 2007, 02:08:09 AM »
Fixed in beta 5 (at time of posting beta 5 is not publicly available).

1174
Resolved and Released / Re: Just look at this
« on: June 19, 2007, 01:47:29 AM »
I can't read your site, whats the problem?

1175
Resolved and Released / Re: ERROR in my site ... SOS
« on: June 14, 2007, 12:43:36 AM »
Good work on the debugging.

I will make those modules more robust and make sure they warn if they won't work on the current page.

thanks

1176
Resolved and Released / Re: Parse error
« on: June 12, 2007, 11:04:32 PM »
I don't think 1.3 will work with php5 sorry, I will have to make a fix.

1177
Resolved and Released / Re: ERROR in my site ... SOS
« on: June 12, 2007, 10:58:03 PM »
As the error message says, can you please turn debug mode on so I can see where the error is occuring.

thanks

1178
General / MOVED: Parse error
« on: June 12, 2007, 02:50:27 AM »
This topic has been moved to Bugs (http://simple-review.com/forum/index.php?board=6).

http://simple-review.com/forum/index.php?topic=44.0

1179
Resolved and Released / Re: Parse error
« on: June 12, 2007, 02:49:51 AM »
What version of php are you using?

Looks like your using wamp, I think wamp uses php5 by default.

I have not tested this component on php5, but for the final release I will make sure it works.

1180
General / Re: Integrate with AdsManager Component
« on: June 12, 2007, 02:46:40 AM »
Sorry I am not familiar with that component, so I am going to say no.

1181
Customization / Re: Need ratings off
« on: June 10, 2007, 02:12:38 AM »
If you are using version 2.0, you can edit the top displayed reviews in this file:
www\administrator\com_simple_review\addons\plugins\TopN_Display\Standard_TopN\Standard_TopN.html.php

and remove this line:
Code: [Select]
<img src='{THUMBNAIL_URL}' hspace='5' align='left'/>

1182
Customization / Re: Dynamic title tag
« on: June 10, 2007, 01:58:57 AM »
Hi,
are you adding these tags to your review:
{sr_dynamic_title_1}:{sr_dynamic_1}

1183
Implemented / Re: Blurb Size
« on: May 30, 2007, 01:22:07 AM »
As soon as I get a new wireless card so I can access the source files on my development server...

1184
General / Re: Posting Review from Frontend?
« on: May 30, 2007, 01:21:02 AM »
Hi,

I also need help on this issue. I actually have no idea how a user submits a review on the frontend. I don't see any options for it. Can someone give me a hand?  ???
there are (as of yet) no user reviews in version 2.0, only in 1.3.5.
In 1.3.5 you need to add a link to your user menu, see the config section in the admin end.

1185
Customization / Re: Image size on front page
« on: May 28, 2007, 12:12:11 AM »
Perhaps this will help:
http://simple-review.com/forum/index.php?topic=34.0

Pages: 1 ... 77 78 [79] 80 81 ... 83