Jamroom Logo Jamroom 5 Core
is now Open Source!
User Support Forum Archive (Read Only)
Ultrabubble:
HELP! for DUMMY 2. edition
Thrillseeker



Joined: 07 Nov 2007
Posts: 246
Location: Germany

Posted: 11/27/07 10:52 
my english is bad
my php know how ist bad to
shoots me if I irritate
I have copied the function.jr_sefjam_cloud.php into the following list. include/plugins/smarty Right?
The Clouds shall be reported on my initial page.
Where do I insert the code?
I insert what exactly

THX

Tom

Back to top
SteveX
Ultrabubble


Joined: 30 Aug 2005
Posts: 8792
Location: Ultrabubble

Posted: 11/27/07 12:58 
You can just put this into your template:

Code
{jr_sefjam_cloud mode="artists"}


For the front page try jr_index.tpl in the skins directory.

Other parameters are listed here:
http://www.jamroom.net/phpBB2/viewtopic.php?t=17348
These will let you create many different clouds in many different styles.

More examples can be seen here:
http://www.sefjam.com/clouds_demo.php


_________________
Kulshi Mezian!

"Stranger from another planet, welcome to our hole. Just strap on your guitar and we'll play some rock and roll"

Ultrabubble create things.
Back to top
Thrillseeker



Joined: 07 Nov 2007
Posts: 246
Location: Germany

Posted: 11/27/07 13:05 
i do that. but no result...
I am really so stupid?





Code
{include file="$SKIN_DIR/index_header.tpl"}
{assign var="selected" value="ads_active"}
{include file="$SKIN_DIR/index_menu.tpl"}
{include file="$SKIN_DIR/index_home.tpl"}
{include file="$SKIN_DIR/index_footer.tpl"}
{jr_sefjam_cloud mode="artists"}


Back to top
SteveX
Ultrabubble


Joined: 30 Aug 2005
Posts: 8792
Location: Ultrabubble

Posted: 11/27/07 16:12 
That is below your footer, so it appears after your page is ended.

Try moving it up like this:

Code
{include file="$SKIN_DIR/index_header.tpl"}
{assign var="selected" value="ads_active"}
{include file="$SKIN_DIR/index_menu.tpl"}
{jr_sefjam_cloud mode="artists"}
{include file="$SKIN_DIR/index_home.tpl"}
{include file="$SKIN_DIR/index_footer.tpl"}


Or probably better to put it into your index_home.tpl


_________________
Kulshi Mezian!

"Stranger from another planet, welcome to our hole. Just strap on your guitar and we'll play some rock and roll"

Ultrabubble create things.
Back to top
Thrillseeker



Joined: 07 Nov 2007
Posts: 246
Location: Germany

Posted: 11/27/07 16:22 
Jepp all is fine. now!

Back to top
Display posts from previous:   
User Support Forum Archive (Read Only)
Ultrabubble

 
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.