Forum Activity for @the-patria-company

PatriaCo
@the-patria-company
07/03/16 06:39:45PM
349 posts

Profile Notes Function


Genosis

Can someone please help me track down this function? (directory and file please)

jrGenCore_profile_notes

Thanks :)
updated by @the-patria-company: 10/03/16 09:30:17AM
PatriaCo
@the-patria-company
06/29/16 02:27:00PM
349 posts

Multi-Skin Coding for Modules


Jamroom Developers

OK, I just had a brain storm that I need to pass by you guys. Hopefully, @nate can jump in on this thread.

What do you think about coding some css flexibility into the modules like:
<div class="{blog_container}">
  <div class="{blog_item}">
So, that we can give the skin more control over the modules. In my multi-skin environment, it is nearly impossible to customize the module templates so that they look correct across all skins.

I am going to start working on this, but any advice, or potential issues, or just a "heads-up" would be greatly appreciated.

Hope this leads to another great thing for Jamroom. :)
updated by @the-patria-company: 10/08/16 09:29:07AM
PatriaCo
@the-patria-company
06/22/16 08:30:11AM
349 posts

Google Tag Manager


Suggestions

That did it!! THANK YOU!! :)
PatriaCo
@the-patria-company
06/22/16 06:37:44AM
349 posts

Google Tag Manager


Suggestions

The GTM# is the unique id.

<!-- Google Tag Manager -->
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-53DPX2"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-53DPX2');</script>
<!-- End Google Tag Manager -->
PatriaCo
@the-patria-company
06/22/16 06:34:46AM
349 posts

New Account Invitations - Power Users


Using Jamroom

#1. The way that Genosis allows you to create a profile for a relative and then invite them to create an account is pure genius!

Is there a similar opportunity for Power Users (ie. a Label) to set up a profile for one of their bands and then invite them to create an account and interact with fans?
updated by @the-patria-company: 09/20/16 11:37:26PM
PatriaCo
@the-patria-company
06/21/16 04:40:47PM
349 posts

Google Tag Manager


Suggestions

Has anyone looked into this yet? It seems unavoidable and sets a new level for staying competitive in the SEO space.

https://developers.google.com/tag-manager/
https://developers.google.com/tag-manager/devguide

Currently, the "out-of-the-box" code that Google Tag Manager supplies causes a 500 error, so it would need some love from you guys to make it work.

Thanks :)
updated by @the-patria-company: 10/03/16 09:52:19AM
PatriaCo
@the-patria-company
06/20/16 05:44:24PM
349 posts

Jamroom Hosting with CometChat v.6


Jamroom Hosting

Hey Guys,

What is the best option to use for caching on the Jamroom Servers?

Please see screenshot for options.

Thanks! :)
Screenshot 2016-06-20 19.41.27.png Screenshot 2016-06-20 19.41.27.png - 35KB

updated by @the-patria-company: 09/20/16 02:44:06PM
PatriaCo
@the-patria-company
06/19/16 11:33:21AM
349 posts

jrCore_format_string :: issues


Jamroom Developers

I am trying to put some final touches on my timeline template, but I am running into issues with the format_string options creating conflicts. I am testing all of these on Timeline>item_list.tpl>line 88 (I have a grid format so output size is a factor).

Here is a list of combinations and the associated problems in the timeline list:

jrCore_format_string:$item.profile_quota_id|jrAction_convert_hash_tags|jrCore_string_to_url|jrCore_strip_html|truncate:170}

Truncates properly, but no @ or # tag links and will show long url addresses instead of item title in action description, when url address is pasted into share action (when sharing a link).

jrCore_format_string:$item.profile_quota_id|jrAction_convert_hash_tags|jrCore_strip_html|truncate:170}

Truncates properly, but no individual hyper-links, but entire description links to action detail.

jrCore_format_string:$item.profile_quota_id|jrAction_convert_hash_tags|truncate:170}

Does not work... Breaks page

jrCore_format_string:$item.profile_quota_id|jrAction_convert_hash_tags|jrCore_clickable_urls|truncate:170}

Does not work... Breaks page

jrCore_format_string:$item.profile_quota_id|jrAction_convert_hash_tags|jrCore_string_to_url|truncate:170}

Does not work... Breaks page

I think the issue is with the truncate, but I am not sure.

Ultimately, I would like to modify a version of jrCore_clickable_urls to make the links pop-out into a lightbox viewer/player... but I need to get the truncate issue fixed first. So that individual links, like the @ and # tags, are working properly.

Thanks any help on this. :)
updated by @the-patria-company: 09/25/16 02:56:19AM
PatriaCo
@the-patria-company
06/19/16 10:39:20AM
349 posts

"Liked: a Timeline Post" - needs some love


Jamroom Developers

AWESOME!!

I have made a few mods to the timeline template, if you want to take a look at our timeline grid layout.

I am willing to share the code, it could be a nice option for your great new skins.

https://assemble-together.org/clear/timeline
  25