|
popolvuh
|
 |
« Reply #45 on: February 27, 2007, 10:52:42 PM » |
|
Hello there!
Everybody knows that these mambots have content elements for use in joom!fish, like jreviews?
Thanks!
|
|
|
|
|
Logged
|
|
|
|
Alejandro
Global Moderator
Administrator
Hero Member
   
Offline
Posts: 8440
|
 |
« Reply #46 on: February 27, 2007, 10:57:13 PM » |
|
Edited: my mistake I thought you had created a new post!  But you should really ask the mambot developer about this.
|
|
|
|
« Last Edit: February 27, 2007, 10:58:55 PM by jReviews »
|
Logged
|
|
|
|
|
lonniev
|
 |
« Reply #47 on: March 06, 2007, 08:20:48 PM » |
|
I really like sloane's clean "Lord of the Rings" tabbed review template. Can I have a copy?
Also, I'm just getting started with jReview and have yet to figure out how to do the templating for it. Where does one store the template file for the List-of-Reviews and for the Per-Review views?
|
|
|
|
|
Logged
|
Lonnie VanZandt
|
|
|
|
|
Alejandro
Global Moderator
Administrator
Hero Member
   
Offline
Posts: 8440
|
 |
« Reply #49 on: August 16, 2007, 05:02:18 PM » |
|
You need to place the tabs in jreviewcontent.html
please don't submit a post and a ticket, one is enough.
|
|
|
|
|
Logged
|
|
|
|
Sportsbrite
Newbie
Offline
Posts: 9
|
 |
« Reply #50 on: August 17, 2007, 06:31:19 AM » |
|
Alejandro please have a look at the above you can see I have published the tabs in a good manner no I want to have User review and editor sections displayed under the tabs listed Review users and editors tab in com_content.
Thank you and sorry for duplicate posts
|
|
|
|
|
Logged
|
|
|
|
Alejandro
Global Moderator
Administrator
Hero Member
   
Offline
Posts: 8440
|
 |
« Reply #51 on: August 17, 2007, 08:40:05 AM » |
|
You didn't put the tabs in jreviewcontent.html, but that's ok. Now you need to move (read cut/paste) from jreviewcontent.html these lines and put them where you want: <div id="author_review_header"><patTemplate:link src="author_review_header" /></div>
<div id="author_review_detail"><patTemplate:link src="author_review_detail" /></div>
<patTemplate:link src="author_review_form" />
<div id="user_reviews_page"><patTemplate:link src="user_reviews_page" /></div>
|
|
|
|
|
Logged
|
|
|
|
Sportsbrite
Newbie
Offline
Posts: 9
|
 |
« Reply #52 on: August 17, 2007, 05:42:37 PM » |
|
To be sure can I place these codes in com_content. I tried that but the page won't load it then only shows the Title and besides that nothing.
Does it has to do something wether you use the Moo or regular tamplate
|
|
|
|
|
Logged
|
|
|
|
|
|
Sportsbrite
Newbie
Offline
Posts: 9
|
 |
« Reply #54 on: August 18, 2007, 02:44:22 AM » |
|
Dear Alejandro
Thank you for your Quick support. Pleaqse have a look I have made the changes but the com_content except the title doesn't show.
Again thank you what did you think of the use of tabs with your great component.
I am also having torubles with modules that won't show in specific area'such as a category or link from sections navigation
When I am finished I will publish the code in this forum
|
|
|
|
« Last Edit: August 18, 2007, 01:31:44 PM by Sportsbrite »
|
Logged
|
|
|
|
Alejandro
Global Moderator
Administrator
Hero Member
   
Offline
Posts: 8440
|
 |
« Reply #55 on: August 18, 2007, 06:31:39 PM » |
|
You don't see anything because you wiped out everything from jreviewcontent.html (except credits), not just the lines I mentioned before. You need to keep this one!
<patTemplate:link src="com_content" />
|
|
|
|
|
Logged
|
|
|
|
Alejandro
Global Moderator
Administrator
Hero Member
   
Offline
Posts: 8440
|
 |
« Reply #56 on: August 18, 2007, 08:07:44 PM » |
|
Please create a new post for the module issue and describe in detail what you want to do and what it's doing now.
|
|
|
|
|
Logged
|
|
|
|
|
crystalitc
|
 |
« Reply #57 on: October 19, 2007, 04:52:40 AM » |
|
Hi, Thanks for all your contributions. I have some of the tabes working. If I add more it does not show in the front. <patTemplate:tmpl name="com_content" visibility="show" varscope="jreviewcontent" unusedvars="strip">
<!-- com_content.html --> <div id="jr_com_content">
<patTemplate:tmpl name="cc1" type="simplecondition" requiredvars="customfields" varscope="jreviewcontent">
<br/> {tab=Information} <table width="650" border="0"> <tr> <td width="611" align="left" valign="top"> <patTemplate:link src="com_content_introimage" />{CUSTOMFIELDS}</td> <td width="29"> </td> </tr> <tr> <td align="left" valign="top">{INTROTEXT}<br/>{FULLTEXT}</td> <td align="left" valign="top"></td> </tr> </table>
</patTemplate:tmpl> {tab=Gallery}
<patTemplate:link src="com_content_images" />
<patTemplate:tmpl name="tab" type="simplecondition" requiredvars="JR_RESTAURANTEMENU,JR_RESTAURANTWINEMENU" useGlobals="true"> {tab=Menus} {slide=Food Menus} {JR_RESTAURANTEMENU} {/slide} {slide=Wine Menus} {JR_RESTAURANTWINEMENU} {/slide}
<patTemplate:tmpl name="tab1" type="simplecondition" requiredvars="JR_RESTAURANTSPECIALS,JR_RESTAURANTCOUPONS" useGlobals="true"> {tab=Specials} {slide=Specials} {JR_RESTAURANTSPECIALS} {/slide} {slide=Coupons} {JR_RESTAURANTCOUPONS} {/slide}
<patTemplate:tmpl name="tab2" type="simplecondition" requiredvars="JR_HOTELSPECIALOFFERS,JR_ACCOMMODATIONCOUPONS" useGlobals="true"> {tab=Specials 1} {slide=Specials 1} {JR_HOTELSPECIALOFFERS} {/slide} {slide=Coupons 1} {JR_ACCOMMODATIONCOUPONS} {/slide}
{/tabs} </patTemplate:tmpl> </patTemplate:tmpl> </patTemplate:tmpl> </patTemplate:tmpl> </div> </patTemplate:tmpl> It works here for a restaurant listing: http://www.travelshopireland.com/resturant-directory/kerry-restaurants/mozart%27s-bistro-tralee.html It is displaying the "tab1" pat template code - Specials and coupons It does not show for a hote listing l - the "tab2" pat template code. It should show on the hotel listing. http://www.travelshopireland.com/featured-accommodation/bed-and-breakfast/ballykisteen-lodge-tipperary-monard.htmlIt is identical (Tab1and tab2) - why does it work for one and not the other? Any Ideas? Glenn
|
|
|
|
|
Logged
|
|
|
|
Alejandro
Global Moderator
Administrator
Hero Member
   
Offline
Posts: 8440
|
 |
« Reply #58 on: October 19, 2007, 07:11:21 AM » |
|
Try changing useGlobals="true" with varscope="jreviewcontent". There is a bug in patTemplate, it seems, that does not evaluate the global variables correctly for the template conditions. Also try simply removing the conditions to see if that's the case.
|
|
|
|
|
Logged
|
|
|
|
|
crystalitc
|
 |
« Reply #59 on: October 20, 2007, 03:36:53 AM » |
|
Hi,
I have tried everything not showing the hotel ones?
Proberbly something simple.
Regards Glenn
|
|
|
|
|
Logged
|
|
|
|
|