Forum Activity for @ken-rich

Ken Rich
@ken-rich
06/09/16 06:56:45PM
926 posts

Packaging Module for Marketplace.


Design and Skin Customization

I ran into one problem I can't figure out. Where are the modified forms I created in my module with the form designer?

When I copied the entire sales module over to my development site they didn't seem to transfer, so where are they stored? I need to include them so whoever wants my module doesn't have to do all that work to manually recreate them.
Ken Rich
@ken-rich
06/07/16 03:38:19PM
926 posts

Not working right


GoogleMaps

Awesome. Man, I hate being the one finding stuff because then I'm questioning whether I screwed something up and end up second guessing myself - lol. Good to see I wasn't wasting your time.
Ken Rich
@ken-rich
06/06/16 06:31:38AM
926 posts

Not working right


GoogleMaps

If this is any help, the actual code that the editor is using is:

[jrEmbed module="ujGoogleMaps" mode="place" location="Corner Brook, NL, Canada" zoom="18" maptype="roadmap" width="100%" height="300" ]
Ken Rich
@ken-rich
06/06/16 06:29:02AM
926 posts

Not working right


GoogleMaps

Hi Steve,

It is a location or search that Google can actually respond to because if I go over to my events section where you installed Google Maps in the form (thanks) as soon as I start typing Corner Brook it shows Corner Brook, NL, Canada in the drop down list. I can click it. Then it will properly display the map. Same on the Google site.

Not so in my editor embed of Google Maps.
updated by @ken-rich: 06/06/16 06:30:01AM
Ken Rich
@ken-rich
06/06/16 06:22:49AM
926 posts

Not working right


GoogleMaps

Hi Steve,

I can get it to show HappyRaft too, but it is an invalid test for the problem I am reporting. It's all one word - HappyRaft.

Try displaying Corner Brook, NL, Canada - it won't work. Instead, it will take just the first word "Corner" and go to the wrong location, a corner bakery that is not even in the same country.

Not only that, the drop down list of names doesn't show when typing like it used to.

Here is what putting Corner Brook in the location yields - http://kenrich.me/page/249/test-map

My guess is, it's only using the first word. So a single word location like let's say Toronto should work, but a double word location like Corner Brook obviously doesn't.
updated by @ken-rich: 06/06/16 06:25:39AM
Ken Rich
@ken-rich
06/05/16 10:38:44AM
926 posts

Not working right


GoogleMaps

Hi Steve,

I've been through the docs and I've checked my key ay Google but I can't get it working in the editor embed.

It works in events where you set it up for me along time ago.

However, in the embed tool I see the tab, everything appears to be there but it doesn't work right.

Is there anything you can do to help me get this working?
Ken Rich
@ken-rich
06/04/16 09:14:58AM
926 posts

Not working right


GoogleMaps

When I type location or search Corner Brook, NL, Canada it only uses the first word Corner and gives me the wrong location.

There used to be a drop down list showing as you typed. So Corner Brook, NL, Canada was an option I could click but not anymore.

Also, as admin I can see Google Maps embed as an option in the editor but if I log in as a normal member the option is unavailable even though it is enabled for all quotas.

Is anyone else seeing these problems? Could it be settings?
updated by @ken-rich: 06/04/16 09:15:29AM
Ken Rich
@ken-rich
05/31/16 08:08:48PM
926 posts

Display a New Module Template?


Design and Skin Customization

douglas:
Yeah, you shouldn't have to make it a search parameter... this should work.
{jrCore_list module="xxSales" template="campaign_list.tpl" order_by="_created desc"profile_id=$_profile_id  pagebreak="10" pager="true" page=$_post.p }

Hi Douglas,
This first one gave me a syntax error which turned out to be the lack of a space between desc" and profile. After I added the space the syntax error disappeared but it showed ALL items not just mine.

Then I added user. to it and it worked. So the working code is:

{jrCore_list module="xxSales" template="campaign_list.tpl" order_by="_created desc" profile_id=$_user.profile_id  pagebreak="10" pager="true" page=$_post.p }


douglas:
Or this:
{jrCore_list module="xxSales" template="campaign_list.tpl" order_by="_created desc" search1="profile_id = `$_profile_id`" pagebreak="10" pager="true" page=$_post.p }
Also, I'm not 100% sure why you would need the search1="_item_id > 0" in the jrCore_list either.

The second code gave me a blank. So I added .user to it and the working code is:

{jrCore_list module="xxSales" template="campaign_list.tpl" order_by="_created desc" search1="profile_id = `$_user.profile_id`" pagebreak="10" pager="true" page=$_post.p }

Aside from that you are absolutely correct. Two search parameters were not necessary, in fact it can be done without any like your first example.

Oddly enough, both your versions did not require the { } brackets but if I remove them from my version it just gives a blank. Go figure - lol.
updated by @ken-rich: 05/31/16 08:10:35PM
Ken Rich
@ken-rich
05/31/16 05:24:37PM
926 posts

Packaging Module for Marketplace.


Design and Skin Customization

Hi Brian,

OK I'll zip it up in a new thread as soon as I can. Anyone can have it if that functionality is something appealing to them.

I'll make sure they understand it's on an as is where is basis - no support though I'll help where I can.

I've got to push out my monthly newsletter first.
updated by @ken-rich: 05/31/16 05:27:39PM
Ken Rich
@ken-rich
05/31/16 02:54:00PM
926 posts

Packaging Module for Marketplace.


Design and Skin Customization

I think we cross posted - lol.

Please read above and I don't care about profiting from this module. If you want to release it as a Jamroom module go ahead. You are right - I can't support it on a PHP level.

However, it is a very simple module which basically reuses what already exists to pull things together on one page. It should therefore be hard to break and easy to fix.
  10