Jamroom Logo Jamroom 5 Core
is now Open Source!
User Support Forum Archive (Read Only)
User Site Design, Integration and Customization:
how do i put charts on html file? plz help
kilixx



Joined: 13 Mar 2005
Posts: 16

Posted: 03/15/05 07:14 
hey people i know this gonna sound funny and probably most of yall are cracking up laughing reading this.
but i want to know how you add charts top40 for example on your html so that when you load www.domain.com/charts.html you have the top40 charts in the middle of the page.
i have a menu on the left banner system on the top just need the charts on the middle till the righthandside of the temple on charts.html.

also is the a forum showing the links to say newest songs,artists just signed up,top10 etc etc


thanx Smile

Back to top
djmerlyn
Jamroom Ustad


Joined: 18 Dec 2003
Posts: 13497
Location: Behind You

Posted: 03/15/05 11:23 
http://jamroom.net/docs/doku.php?id=guides:using_charts&s=top+40

Check out in the middle under "Usage"

Cheers!


_________________
Pro JR Hosting, now 50% off!
-100% Guaranteed

"more server and network power than any host, dedicated to your jamroom site"
Back to top
kilixx



Joined: 13 Mar 2005
Posts: 16

Posted: 03/15/05 15:28 
dude i tryed dont work :S.
also when i try the link it says it cant find template :S
why cant they just put up a basic template so we can understand Sad

londraflow@hotmail.com my msn can some1 please help me Sad

Back to top
djmerlyn
Jamroom Ustad


Joined: 18 Dec 2003
Posts: 13497
Location: Behind You

Posted: 03/15/05 16:29 
Well, those codes need to go in either a PHP file or .SHTML file.

Using the guide, try to set something up...then when it doesn't work, show us what you did and we can help you more. Otherwise, you may want to look into hiring a designer?

A top 40 is just the way you call the link, but then you will need some skill to "embed" it into your own pages...unless you make use of the templates like on my site below.

Cheers!


_________________
Pro JR Hosting, now 50% off!
-100% Guaranteed

"more server and network power than any host, dedicated to your jamroom site"
Back to top
kilixx



Joined: 13 Mar 2005
Posts: 16

Posted: 03/16/05 12:21 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>
</head>

<body>
<tr><td><?php
include("http://www.yer6rap.net/yer6base/ranking.php?mode=band&order=3&show=10&row_template=artist_row.tpl");
?></td>

</tr>
</table>

</body>
</html>



i tryed what u sed but im getting a plank page i was trying to view the charts in a table i created Sad man im getting frustrated Sad

Back to top
Douglas
Jamroom Team


Joined: 08 Oct 2004
Posts: 6639
Location: Tornado Alley!

Posted: 03/16/05 12:49 

kilixx:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>
</head>

<body>
<table>
<tr><td><?php
include("http://www.yer6rap.net/yer6base/ranking.php?mode=band&order=3&show=10&row_template=artist_row.tpl");
?></td>

</tr>
</table>

</body>
</html>



i tryed what u sed but im getting a plank page i was trying to view the charts in a table i created Sad man im getting frustrated Sad


Looks like you either missed a table tag or you forgot to add it to your post. Wink I added it in red.


_________________
Douglas Hackney
Jamroom Network Team Member: http://www.jamroom.net
Priority Support: http://www.jamroom.net/Support_Center
Back to top
kilixx



Joined: 13 Mar 2005
Posts: 16

Posted: 03/16/05 18:01 
anyway Smile tnx or correcting that i missed it but it still aint working anyhow? whats all this thing about footers am i missing them in the code is that why im getting a blank page.

Back to top
kilixx



Joined: 13 Mar 2005
Posts: 16

Posted: 03/16/05 18:03 
can someone please write a html on here that shows the charts on it plzzzz.

Back to top
djmerlyn
Jamroom Ustad


Joined: 18 Dec 2003
Posts: 13497
Location: Behind You

Posted: 03/16/05 18:05 
Well, my guess is that you did not put that into a PHP file?

Is that a regular html file? If so, change it to .php and try it again.


_________________
Pro JR Hosting, now 50% off!
-100% Guaranteed

"more server and network power than any host, dedicated to your jamroom site"
Back to top
Brian
Jamroom Team


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

Posted: 03/16/05 18:22 
add this to a file:


Code

<?php
http://yoursite.com/jamroom/newchart.php?order=1&chart_days=1&pagebreak=100&pagenum=1&header_template=chart_1_header.tpl&row_template=chart_1_row.tpl&topspot_template=chart_1_row_topspot.tpl&topten_template=chart_1_row_topten.tpl&footer_template=common_footer.tpl
?>


and save it as "test.php" in your root directory then call it from your browser.

Note that this is covered in the docs here:

http://www.jamroom.net/docs/doku.php?id=guides:using_charts#usage

Hope this helps!

- Brian


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



Joined: 13 Mar 2005
Posts: 16

Posted: 03/16/05 18:37 
i tryed it dont work.



Last edited by kilixx on 03/16/05 18:43; edited 1 time in total
Back to top
kilixx



Joined: 13 Mar 2005
Posts: 16

Posted: 03/16/05 18:41 
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>
</head>

<body>
<?php include("http://www.yer6rap.net/yer6base/newchart.php?order=1&chart_days=1&pagebreak=100&pagenum=1&header_template=chart_1_header.tpl&row_template=chart_1_row.tpl&topspot_template=chart_1_row_topspot.tpl&topten_template=chart_1_row_topten.tpl&footer_template=common_footer.tpl");?>
</body>
</html>


ok this calls up perfectly u didnt type the include so i added to try and it works yiiihaa now need to put them in a table or something Smile ps you can but this simple html on the documentation for newbies like me Smile if i had this before damn never ever touched php Smile thanx Smile

Back to top
djmerlyn
Jamroom Ustad


Joined: 18 Dec 2003
Posts: 13497
Location: Behind You

Posted: 03/16/05 18:44 

Quote:
<?php include("http://yoursite.com/jamroom/newchart.php?order=1&pagebreak=50&pagenum=1&header_template=artist_header.tpl&row_template=artist_row.tpl&footer_template=artist_footer.tpl"); ?>


http://www.jamroom.net/docs/doku.php?id=guides:using_charts#usage

Looks like you got it now Wink

Cheers!


_________________
Pro JR Hosting, now 50% off!
-100% Guaranteed

"more server and network power than any host, dedicated to your jamroom site"
Back to top
kilixx



Joined: 13 Mar 2005
Posts: 16

Posted: 03/16/05 18:46 
yeah thanx guys it would be great if you guys could like put these codes up all done ready making it easier for really bad newbies like me Very Happy
eg like 1 html for each calling it up the rest i can do Smile
thanx

Back to top
jackdaris



Joined: 16 Oct 2004
Posts: 371
Location: Star Ship Enterprise 2693

Posted: 03/17/05 23:26 

kilixx:
yeah thanx guys it would be great if you guys could like put these codes up all done ready making it easier for really bad newbies like me Very Happy
eg like 1 html for each calling it up the rest i can do Smile
thanx

kilixx, You're the best. thanks

Back to top
Display posts from previous:   
User Support Forum Archive (Read Only)
User Site Design, Integration and Customization

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.