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



Joined: 28 Jun 2008
Posts: 599

Posted: 09/20/11 10:38 

pitrager:
It's looking pretty cool. I was talking to one of my friends in a band last night who was checking it out. He brought up a point. Search box's are cool but seldom used when searching for unsigned artist.

He suggested searching by genre and location like a check box or drop down menu would be much more effective for fans.


the search box will work for genre too. Just try typing a genre and it should pull all the songs/artists pertaining to the genre. i will add on for location in next update.

Back to top
Dazed



Joined: 22 Mar 2006
Posts: 4147

Posted: 10/02/11 14:42 
Hey Elixir - I think you have a decent jump on the app. I installed it but I am seeing a few issues I need clarification on.

1. I do not have the ssl installed yet but I can see the app on FB.
2. Videos - Videos are not playing. When I click on a video it comes up but the video_name is for someone else.
3. This app appears to be site specific and not user specific. Are their plans to make this artist only on their page?
4. Where will this appear when adding the app? It seems to go on the wall page which only I see not the user home page where everyone can access.
5. Artist Search is not working 100%. Some Artists do not come up when you look for them but appear by song name.

Back to top
elixir



Joined: 28 Jun 2008
Posts: 599

Posted: 10/03/11 08:55 
i will look into it when your website is back online

Back to top
whodaniel



Joined: 26 Jun 2006
Posts: 627

Posted: 10/03/11 23:22 
SSL Solutions for customized Fan Page Tabs: http://securemyfanpage.com

Back to top
Dazed



Joined: 22 Mar 2006
Posts: 4147

Posted: 10/08/11 20:00 
The one thing I noticed is that this module breaks the fb_like buttons on my index page. if I disable it, they return. I have the app disabled for now but if you can look into this, it would be appreciated.

{jr_fblike layout="standard" font="tahoma" colorscheme="dark" url="`$JAMROOM_URL`/ranking.php?mode=blog&message_id=`$MESSAGE_ID`&row_template=row.tpl"}

Back to top
hiwayman



Joined: 21 Feb 2010
Posts: 199

Posted: 10/13/11 01:18 
I'm running the paYTSeamless module, most of the videos on my site are embedded YT videos which aren't playing in the player.
Any idea would be appreciated.

Thanks
Gavin

Back to top
Dazed



Joined: 22 Mar 2006
Posts: 4147

Posted: 10/28/11 16:27 
Hey Elixir - No response on this thread for awhile and my version is shelfware at the moment. You may want to pull this out of the marketplace until it is a little more stable. I know it is "beta" but since it interferes with the JR Facebook app, it really is not usable. If you are not going to put out any corrections for this, would you mind refunding my purchase? I have never asked for a refund before on any product but with no communication, I am afraid this is going to turn out like FamBoom.

Thanks!

Back to top
elixir



Joined: 28 Jun 2008
Posts: 599

Posted: 10/28/11 17:27 

Code
The one thing I noticed is that this module breaks the fb_like buttons on my index page. if I disable it, they return. I have the app disabled for now but if you can look into this, it would be appreciated.

{jr_fblike layout="standard" font="tahoma" colorscheme="dark" url="`$JAMROOM_URL`/ranking.php?mode=blog&message_id=`$MESSAGE_ID`&row_template=row.tpl"}


I don't have the jrFacebook app so I have never tested along with jrFacebook app. The app should be completely independent of each other. I am little surprise, how its interfering with each other. Can you send me the link so that I can look into it. Sorry of the delay. I had overlooked this message.


_________________
Custom Jamroom Modules
Facebook App : http://www.jamroom.net/index.php?m=td_market&o=browse&item_id=254
Album Ranking : http://www.jamroom.net/index.php?m=td_market&o=browse&item_id=277
Back to top
Dazed



Joined: 22 Mar 2006
Posts: 4147

Posted: 10/28/11 17:48 
Hey Elixir!

Unfortunately I do not think a link is going to help you. Maybe Brian can send you a copy for testing purposes?

Basically I have this under my blogs so anyone can post it to Facebook. Enabling your app kills them all in any skin template. The theme templates I believe were ok.

Back to top
elixir



Joined: 28 Jun 2008
Posts: 599

Posted: 10/28/11 19:31 
i am quite surprised how the module is conflicting with jrFacebook. We have used the latest facebook api scripts and completely independent of any jamroom templates. the facebook api's are loaded only when you point your url to http://yoursite.com/index.php?module=facebookApp&t=index
Otherwise activating the module does nothing other than defining three global variables.
I will really have to look in to details to know for sure. But at least send me the link. I would like to see how {jr_fblike} renders the like button.


_________________
Custom Jamroom Modules
Facebook App : http://www.jamroom.net/index.php?m=td_market&o=browse&item_id=254
Album Ranking : http://www.jamroom.net/index.php?m=td_market&o=browse&item_id=277
Back to top
mybandpro



Joined: 29 Aug 2011
Posts: 4

Posted: 11/10/11 08:21 
Hello, First of all I really like your app. I am having a slight issue I was hoping you could help me with. In non SSL the app works great. when some one looks at the app (At least mine) in SSL the Ajax seems to stop working. I just got my SSL the other day. Do I need to modify any code to get the SSL and AJAx to work I am completlly new with SSL.
Thanks,
Sean

Back to top
elixir



Joined: 28 Jun 2008
Posts: 599

Posted: 11/10/11 22:05 

mybandpro:
Hello, First of all I really like your app. I am having a slight issue I was hoping you could help me with. In non SSL the app works great. when some one looks at the app (At least mine) in SSL the Ajax seems to stop working. I just got my SSL the other day. Do I need to modify any code to get the SSL and AJAx to work I am completlly new with SSL.
Thanks,
Sean


I am having issues with SSL on my server so I haven't been able to check it with SSL. It has something to do with the sub domain.
www.yoursite.com is not as same as yoursite.com

Have you uncommented the proper option on your .htaccess file. Let me know if that solves it. I will look into more detail once I get my SSL



Code
# Uncomment if you are using the Nova or JamTube skins and settings.cfg.php uses a WWW url
#RewriteCond %{HTTP_HOST} !^www\.
#RewriteRule (.*) http://www.%{HTTP_HOST}/$1 [R=301,L]
#
# Uncomment if you are using the Nova or JamTube skins and settings.cfg.php uses a NON WWW url
#RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC]
#RewriteRule ^(.*)$ http://%1/$1 [R=301,L]



_________________
Custom Jamroom Modules
Facebook App : http://www.jamroom.net/index.php?m=td_market&o=browse&item_id=254
Album Ranking : http://www.jamroom.net/index.php?m=td_market&o=browse&item_id=277
Back to top
iLoveHouseMusic



Joined: 21 Apr 2009
Posts: 1482
Location: San Francisco CA

Posted: 11/28/11 17:15 
Just got the newer version of the FacebookApp installed. Was running beta.

Nice work!

Suggestion - When you search, a results shadow box pops up, and then you select an audio. Can the shadowbox close on click?

I dont have the fbConnect module installed on my site, but there is a 1.1.5 version that JR just released...

Back to top
amigosdemusica



Joined: 28 Sep 2008
Posts: 6

Posted: 12/08/11 07:50 
hello

when i browse to my jamroom app ( http://apps.facebook.com/selectioncontest/ ) and login i get this message

(Message for Developers Only:
To fix this error, please set your Connect URL in the application settings editor. Once it has been set, users will be redirect to that URL instead of this page after logging in. )

my Url settings are:

Canvas URL: http://www.allebandjes.nl/index.php?module=facebookApp&t=welcome

Secure Canvas URL: https://www.allebandjes.nl/index.php?module=facebookApp&t=welcome

Canvas Page: http://apps.facebook.com/selectioncontest

i have no idea what i have to do

can someone help me ou?
thanx
hans

Back to top
elixir



Joined: 28 Jun 2008
Posts: 599

Posted: 12/08/11 14:22 
your secure connection is not working. did you buy the SSL from any site like Verisign or godaddy? If you haven't don't waste your money with verisign, buy one from godaddy and see if that works.


_________________
Custom Jamroom Modules
Facebook App : http://www.jamroom.net/index.php?m=td_market&o=browse&item_id=254
Album Ranking : http://www.jamroom.net/index.php?m=td_market&o=browse&item_id=277
Back to top
Display posts from previous:   
User Support Forum Archive (Read Only)
Third Party Products and Support

< Previous123Next >
 
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.