Forum Activity for @paul

paul
@paul
04/05/14 07:48:12AM
4,335 posts

Latest profile youtube added used in a profile


Design and Skin Customization

jrYouTube_embed does need the youtube id to work. Your code isn't providing it.
paul
@paul
04/05/14 07:44:54AM
4,335 posts

jrCoreChainedSelect


Jamroom Developers

I'm actually just testing a Worldwide Country/State/City library I've just built for import to jrChainedSelect. If it works I'll make it available somewhere, but beware, there appears to be approximately 130,000 cities in the world so its a big file and takes a time to import.
Point me to the docs you refer to and I'll make sure they're up to date.
Thanks
Pa
paul
@paul
04/05/14 07:02:14AM
4,335 posts

Latest profile youtube added used in a profile


Design and Skin Customization

You've missed the {foreach from=$_items item="item"} loop out of the template -
{if isset($_items)}
{foreach from=$_items item="item"}
<div style="display: inline-block; width:100%">
    {jrYouTube_embed profile_id=$_profile_id item_id=$item._item_id type="iframe" width="100%" auto_play=true}
</div>
{/foreach}
{/if}

Alternatively, just put the embed call straight in the header template -

{jrYouTube_embed profile_id=$_profile_id item_id=x type="iframe" width="100%" auto_play=true}

where 'x' is the item_id of the youtube.
Pa
paul
@paul
04/04/14 03:00:43PM
4,335 posts

Using Jamroom on other sites.


Off Topic

Is games just a module to list, rate, comment on games? If so, Aparna again.
paul
@paul
04/04/14 02:28:17PM
4,335 posts

jrCoreChainedSelect


Jamroom Developers

I'm trying to build a country/state/city csv file from what we have that can be imported into the jrChainedSelect module.
Not sure if its possible yet, and it could end up pretty big. I have 148634 cities registered in the files!!
paul
@paul
04/04/14 02:03:44PM
4,335 posts

jrCoreChainedSelect


Jamroom Developers

Actually, that might be doable from what we have in those files. Let me check it out.
paul
@paul
04/04/14 01:43:59PM
4,335 posts

Using Jamroom on other sites.


Off Topic

Looking at MovieRush I'd say that you just need to load up JR5, enable the video modules, pick a stock skin and off you go.
EarthRush maybe has a couple of features that JR5 doesn't have atm (chat, ads) but it would still be a good starting point. The Aparna module could create an ads module for you, then build your own chat module (it would likely be a good seller as well).
paul
@paul
04/04/14 11:37:34AM
4,335 posts

jrCoreChainedSelect


Jamroom Developers

http://paulasher.com/Misc/CountryStateCity.zip
Three SQL files to create country, state and city tables, with indexes and city lat/long
paul
@paul
04/04/14 09:20:35AM
4,335 posts

Bulk upload files


Using Jamroom

Create a new album with the same name as the existing album.
hth
Pa
paul
@paul
04/04/14 08:29:20AM
4,335 posts

jrCoreChainedSelect


Jamroom Developers

I downloaded and used a free Country/State/City with LatLong library a couple of years ago. Still have it somewhere if you want me to dig it out. I converted it to three linked DB tables so could export those?
Not sure what the licensing situation was for it but I do recall it had a few errors and only a vague idea of what Australia was all about ;-)
  400