Jamroom Logo Jamroom 5 Core
is now Open Source!
User Support Forum Archive (Read Only)
Third Party Products and Support:
Review
midwest



Joined: 20 Aug 2006
Posts: 139
Location: St.Louis Mo

Posted: 11/06/06 23:50 
the template file "review.tpl" does not exist or is not readable from the themes/ I get this error But the file is there

Back to top
Paul
Jamroom Team


Joined: 20 Aug 2003
Posts: 5341
Location: Nottingham, UK

Posted: 11/07/06 02:23 
Which theme?
What error?
Show us a link to the problem page.


_________________
Paul Asher
Jamroom Network Team Member: http://www.jamroom.net
Priority Support: http://www.jamroom.net/Support_Center
Back to top
midwest



Joined: 20 Aug 2006
Posts: 139
Location: St.Louis Mo

Posted: 11/07/06 03:57 
http://www.hoodzone.com/comment.php?mode=view_comments&band_id=129&type=band&template=review.tpl
Im using that one template that mochrome i think Its called

Back to top
Paul
Jamroom Team


Joined: 20 Aug 2003
Posts: 5341
Location: Nottingham, UK

Posted: 11/07/06 04:45 
Is review.tpl actually in your server /themes/Monochrome folder?
If not, check that its in the zip you downloaded and if so, re-upload it to your server.
Pa


_________________
Paul Asher
Jamroom Network Team Member: http://www.jamroom.net
Priority Support: http://www.jamroom.net/Support_Center
Back to top
midwest



Joined: 20 Aug 2006
Posts: 139
Location: St.Louis Mo

Posted: 11/07/06 05:47 
It is there but dont work i dont get it lol

Back to top
indiear



Joined: 06 Nov 2005
Posts: 489

Posted: 11/07/06 12:48 
yes, the error you are getting is not right to begin with. it says


Quote:
the template file "review.tpl" does not exist or is not readable from the themes/


but it should have the name of the theme folder behind that "/"

ie

"not readable from the themes/Monochrome"

did you maintain the folder structure when uploading? make sure that the structure was not changed, you did not rename the folders and that the theme folder was uploaded to themes and the skins content was uploaded to the skins. I know that sounds basic, but you never know Smile

also, switch back to the cobalt and see if you still have the same issue using the cobalt.

take the review.tpl from cobalt and copy it into the Monochrome theme folder.

make sure this is what your folder structure looks like:

jamroom_url/skins/Monochrome
jamroom_url/themes/Monochrome

but it looks right to me, as far as your structure, and the review tpl is there:

http://www.hoodzone.com/themes/Monochrome/review.tpl

and the coding looks right.

here, i downloaded the theme/monochrome again from the demo site. if it works there then the coding is right.

here is a new zip, download it and replace everything in the theme/monochrome with this new zip content and see if this does anything for you Smile

http://www.brainwaveradio.com/Monochrome.zip

Back to top
Brian
Jamroom Team


Joined: 09 Jul 2003
Posts: 37583
Location: Seattle, WA

Posted: 11/07/06 13:40 
The profile theme tempaltes need to make sure that it is passing in the proper template information so Jamroom knows where to look:

tpl_dir="theme"
theme="Monochrome"

Hope this helps!

- Brian


_________________
Make sure and check out:
* The Jamroom FAQ
* The Jamroom Documentation
Back to top
midwest



Joined: 20 Aug 2006
Posts: 139
Location: St.Louis Mo

Posted: 11/07/06 14:09 

bigguy:
The profile theme tempaltes need to make sure that it is passing in the proper template information so Jamroom knows where to look:

tpl_dir="theme"
theme="Monochrome"

Hope this helps!

- Brian
<div class="body-1" style="padding: 0px;">
{jr_ranking mode="spotlight" band_id=$BAND_ID song_id=$TYPE_ID tpl_dir="theme" theme="Monochrome"}
</div>
<div class="spacer-side"></div>

{elseif $COMMENT_TYPE == 'video'}

<div class="body-1" style="padding: 0px;">
{jr_ranking mode="video_spotlight" band_id=$BAND_ID video_id=$TYPE_ID tpl_dir="theme" theme="Monochrome

thats what it is

Back to top
smith.kyle
CodeSmith


Joined: 27 Apr 2006
Posts: 22009
Location: Southern California

Posted: 11/07/06 14:22 

midwest:

bigguy:
The profile theme tempaltes need to make sure that it is passing in the proper template information so Jamroom knows where to look:

tpl_dir="theme"
theme="Monochrome"

Hope this helps!

- Brian
<div class="body-1" style="padding: 0px;">
{jr_ranking mode="spotlight" band_id=$BAND_ID song_id=$TYPE_ID tpl_dir="theme" theme="Monochrome"}
</div>
<div class="spacer-side"></div>

{elseif $COMMENT_TYPE == 'video'}

<div class="body-1" style="padding: 0px;">
{jr_ranking mode="video_spotlight" band_id=$BAND_ID video_id=$TYPE_ID tpl_dir="theme" theme="Monochrome

thats what it is


i dont know if it was just a typo, but there is no closing } on the last {jr_ranking}

Back to top
indiear



Joined: 06 Nov 2005
Posts: 489

Posted: 11/07/06 14:45 

Quote:
<div class="body-1" style="padding: 0px;">
{jr_ranking mode="spotlight" band_id=$BAND_ID song_id=$TYPE_ID tpl_dir="theme" theme="Monochrome"}
</div>
<div class="spacer-side"></div>

{elseif $COMMENT_TYPE == 'video'}

<div class="body-1" style="padding: 0px;">
{jr_ranking mode="video_spotlight" band_id=$BAND_ID video_id=$TYPE_ID tpl_dir="theme" theme="Monochrome


the above has to do with spotlight and not comment.

again Smile

1.download from the link above and overwrite your theme/Monochrome folder and regenerate your artist themes.

if that does not work:

2. change your skin and artist themes back to Cobalt and see if the error persists.

Back to top
midwest



Joined: 20 Aug 2006
Posts: 139
Location: St.Louis Mo

Posted: 11/07/06 14:46 
I replaced the files with yours now i get this error.
the template file "review.tpl" does not exist or is not readable from the themes/4 directory
Rolling Eyes

Back to top
indiear



Joined: 06 Nov 2005
Posts: 489

Posted: 11/07/06 14:50 

Quote:
2. change your skin and artist themes back to Cobalt and see if the error persists.


Back to top
midwest



Joined: 20 Aug 2006
Posts: 139
Location: St.Louis Mo

Posted: 11/07/06 23:40 
I did that still the same

Back to top
indiear



Joined: 06 Nov 2005
Posts: 489

Posted: 11/08/06 06:46 
this will need to be added to your comments url



Code
tpl_dir=theme&theme=Monochrome&template=review.tpl


i see that song comments are working on your site, but artist comments are not.

I will also make these changes in the monochrome template to make the links a little more secure than leaving it up to jr to determine the theme and skin directory being used.

Back to top
midwest



Joined: 20 Aug 2006
Posts: 139
Location: St.Louis Mo

Posted: 11/08/06 22:12 
Where do i do that? i did it here just as a test http://www.hoodzone.com/comment.php?mode=view_comments&band_id=103&type=band&tpl_dir=theme&theme=Monochrome&template=review.tpl
but gives a error can i just add it in a file?

Back to top
Display posts from previous:   
User Support Forum Archive (Read Only)
Third Party Products and Support

12Next >
 
Solutions
• Social Media Platform
• Social Networking Software
• Musician Website Manager
• Community Builder
Products
• Jamroom Core
• Jamroom Addons
• Jamroom Modules
• Jamroom Marketplace
Support
• Support Forum
• Documentation
• Support Center
• Contact Support
Community
• Community Forum
• Member Sites
• Developers
Company
• About Us
• Contact Us
• Privacy Policy
©2003 - 2010 Talldude Networks, LLC.