Forum Activity for @the-patria-company

PatriaCo
@the-patria-company
03/29/20 11:39:42AM
349 posts

Adding myCustomModule to Search Results


Jamroom Developers

Is there documentation on the set up required to get results from my custom module to show up in the sitewide search results?

I have registered the jrSearch module feature in myCustomModule's include.php.

I have a datastore that is collecting data in a variable key $customModule_page.

I have an item_search.tpl.

What else do I need to do?

Thanks!
updated by @the-patria-company: 06/28/20 10:13:13AM
PatriaCo
@the-patria-company
03/09/20 06:45:31PM
349 posts

BASICS: SEO and Social Media Marketing for JR


Using Jamroom

Does anyone have basic questions about setting up SEO and/or Social Media Marketing for their Jamroom community website?
updated by @the-patria-company: 06/10/20 02:08:46AM
PatriaCo
@the-patria-company
03/09/20 06:45:25PM
349 posts

ADVANCED: SEO and Social Media Marketing for JR


Design and Skin Customization

Does anyone have advanced questions about setting up SEO and/or Social Media Marketing for their Jamroom community website (customization required)?
updated by @the-patria-company: 06/09/20 07:32:04AM
PatriaCo
@the-patria-company
03/06/20 10:45:33AM
349 posts

"New Like" Notification


Using Jamroom

I didn't have the Like It module turned on for that quota type. The items posted by this quota were getting likes on the timeline and thus were getting notified. I enabled the Like It module for the quota and the notification option showed up.

Thanks!
PatriaCo
@the-patria-company
03/06/20 09:31:52AM
349 posts

"New Like" Notification


Using Jamroom

Which notification is tied to the Like module? I can't find an individual notification control for it on the list.

Thanks
updated by @the-patria-company: 06/05/20 09:14:56AM
PatriaCo
@the-patria-company
03/06/20 09:17:46AM
349 posts

When you share album to FB there is no image is shown


Using Jamroom

That issue is tied directly to your og:image setting in the meta tags. It must be set to "meta property (not name). Plus it must end with a "space" "slash" "closed tag" - like this, "> " Facebook will spit out an error if you do not use the space. You can also use the debugger from Facebook to see exactly what Facebook scrapes from each of your pages.

https://developers.facebook.com/tools/debug
updated by @the-patria-company: 03/06/20 09:18:49AM
PatriaCo
@the-patria-company
03/04/20 01:49:10PM
349 posts

item_index_meta.tpl usage question


Design and Skin Customization

I do have a workaround for this, although it required duplicating the code with a conditional statement for the two scenarios stated above.

First, I added a condition in my top-level meta file for the first condition which expects the item_index_meta to inject the code. Then I added a condition for the second instance and used the {jrCore_include module="myCustomModule" template="item_index_meta.tpl"} to manually inject the template code. In the item_index_meta.tpl I had to set the first condition and use the data variables with $item. , but when the module_url is not present in the current_url (the second condition), I needed to remove the "item." from all the variable calls.

This is working for now, but if the core is ever updated to accommodate this, it would be appreciated.

Thanks!
PatriaCo
@the-patria-company
03/04/20 12:05:26PM
349 posts

item_index_meta.tpl usage question


Design and Skin Customization

QUICK NOTE: If you want to maximize your SEO start customizing the item_???_meta.tpl files. They are amazing. A big thanks to the JR team for this feature.

My question:
When I set a module as a profile quota's custom index page the item_index_meta.tpl is only called when the current_url contains the module_url. (ie https://mysite.com/profileName/moduleName) Is it possible to adjust the core to allow the item_index_meta.tpl to be called when the current_url only contains jamroom_url/profile_url (ie https://mysite.com/profileName)?

Rather than using Profile Tweaks, I have hard-coded the custom index pages for each quota; in order to avoid the redirects.

Thanks!
updated by @the-patria-company: 06/06/20 10:16:53PM
PatriaCo
@the-patria-company
02/26/20 04:18:37PM
349 posts

Location of Private Profile Code


Design and Skin Customization

OK, I figured it out. In the ACP > Profiles > Profiles > Quota Config > Show Privacy Options MUST be enabled.

If the admin sets the profile privacy of a profile manually to "Shared", but the quota is set to "Global" and does not have "show privacy options" enabled - you can still see the profile, but all the modules are empty.
updated by @the-patria-company: 02/26/20 04:19:34PM
1