Forum Activity for @the-patria-company

PatriaCo
@the-patria-company
06/15/18 06:45:09AM
349 posts

Skin Templates


Design and Skin Customization

Is it possible to call a "module template" using {jrCore_include} directly into a site-builder page using Template Code?

Currently, I have several pages using this template that I have added into the skin directory:
{jrCore_include template="t_electricians.tpl"}

However, periodically for no known reason, that tpl file is being deleted from the skin directory. This is important because I have determined, from a time investment standpoint, that it is not financially feasible to manage a custom skin with all of the updates that come out. So I need to use an out-of-the-box skin. My modifications are easy to manage and compare (within the skin template manager), but new template files that I add are being deleted. Of course, I expect this to happen when I update the skin, but these files are being deleted randomly.

So anyways, I am tired of fighting with it and just want to create a module where I can manage these additional templates. Is this possible?
updated by @the-patria-company: 09/21/18 01:02:22AM
PatriaCo
@the-patria-company
05/30/18 08:29:22PM
349 posts

Creating Open Graph tags with Meta Tag Manager in JR


Using Jamroom

Ahhh, that was the detail that I did not understand.

Therefore, the workaround that I added above is the only thing that can currently be done for pages made with site builder.

Correct?

PatriaCo:
I added this into meta.tpl in order for things to work more dynamically.

<meta property="description" content="Not all {$page_title|default:"`$default_title`"|capitalize} are created equal, let us help you find the right contractor for your project. Free professional listings and helpful tips.">
<meta name="twitter:description" content="Not all {$page_title|default:"`$default_title`"|capitalize} are created equal, let us help you find the right contractor for your project. Free professional listings and helpful tips.">
<meta property="og:description" content="Not all {$page_title|default:"`$default_title`"|capitalize} are created equal, let us help you find the right contractor for your project. Free professional listings and helpful tips.">
<meta name="twitter:title" content="{$page_title|default:"`$default_title`"|capitalize} - Quality-Trades.com - Local Contractors Near Me">
<meta property="og:title" content="{$page_title|default:"`$default_title`"|capitalize} - Quality-Trades.com - Local Contractors Near Me">
<meta property="og:url" content="{$current_url}">
PatriaCo
@the-patria-company
05/29/18 07:44:46PM
349 posts

Creating Open Graph tags with Meta Tag Manager in JR


Using Jamroom

In the example I added above, all of those variables are available to meta.tpl. One of the main reasons for bringing this up is due to the documentation: https://www.jamroom.net/the-jamroom-network/documentation/modules/2914/meta-tag-manager

The tip that I added 2years ago is no longer valid. However, I wish the meta-tag module still offered this flexibility.

Thanks :)
PatriaCo
@the-patria-company
05/29/18 07:36:40PM
349 posts

Profile Tweaks Module Connection


Jamroom Developers

Although I have selected my custom module to show as the front page on Profile Tweaks it is not doing so.

I assume this is because I am missing an attribute in my module's include.php, but I am not sure.

Is there something I need to add to allow my module's item_index to be a profile's index page?

Thanks!
updated by @the-patria-company: 08/30/18 08:24:28AM
PatriaCo
@the-patria-company
05/28/18 01:42:07PM
349 posts

Creating Open Graph tags with Meta Tag Manager in JR


Using Jamroom

Sorry for the hasty statement.

When creating a new meta tag here:

/metatag/browse

The Tag Content prints, {$var} literally as {$var}. The module is not replacing {$var} with the variable data.

HTH
PatriaCo
@the-patria-company
05/27/18 11:58:02AM
349 posts

Creating Open Graph tags with Meta Tag Manager in JR


Using Jamroom

I added this into meta.tpl in order for things to work more dynamically.

<meta property="description" content="Not all {$page_title|default:"`$default_title`"|capitalize} are created equal, let us help you find the right contractor for your project. Free professional listings and helpful tips.">
<meta name="twitter:description" content="Not all {$page_title|default:"`$default_title`"|capitalize} are created equal, let us help you find the right contractor for your project. Free professional listings and helpful tips.">
<meta property="og:description" content="Not all {$page_title|default:"`$default_title`"|capitalize} are created equal, let us help you find the right contractor for your project. Free professional listings and helpful tips.">
<meta name="twitter:title" content="{$page_title|default:"`$default_title`"|capitalize} - Quality-Trades.com - Local Contractors Near Me">
<meta property="og:title" content="{$page_title|default:"`$default_title`"|capitalize} - Quality-Trades.com - Local Contractors Near Me">
<meta property="og:url" content="{$current_url}">
PatriaCo
@the-patria-company
05/27/18 11:42:19AM
349 posts

Creating Open Graph tags with Meta Tag Manager in JR


Using Jamroom

Twitter uses: name=
But everything else needs to be: property=

This module needs to go back to the shop for an upgrade, as it can no longer use {$variables}

Here is an example SEO markup from a WP website:
<!-- This site is optimized with the Yoast SEO plugin v7.5.1 - https://yoast.com/wordpress/plugins/seo/ -->
<meta name="description" content="Not all Alabama Electricians are created equal, let us help you find the right Alabama Electrical Contractor for your project."/>
<link rel="canonical" href="https://quality-trades.com/alabama-electricians" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Alabama Electricians - QT-CD Project Management Inc" />
<meta property="og:description" content="Not all Alabama Electricians are created equal, let us help you find the right Alabama Electrical Contractor for your project." />
<meta property="og:url" content="https://quality-trades.com/alabama-electricians" />
<meta property="og:site_name" content="QT-CD Project Management Inc" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:description" content="Not all Alabama Electricians are created equal, let us help you find the right Alabama Electrical Contractor for your project." />
<meta name="twitter:title" content="Alabama Electricians - QT-CD Project Management Inc" />
<!-- / Yoast SEO plugin. -->

updated by @the-patria-company: 05/27/18 11:43:55AM
PatriaCo
@the-patria-company
05/08/18 08:39:03PM
349 posts

List of Pages Created using Site Builder


Using Jamroom

How can I make a list of pages created using site builder? Can I somehow access the menu editor list?

I have several pages built with similar themes that I would like to group and display on a page in a list.

Example: Coffee Shop Music - (several locations)
Outdoor Venue - (several locations)

I am grouping several profiles per page by location, but now I want to make a page that lists the pages by category.

Thanks!
updated by @the-patria-company: 08/08/18 08:22:48AM
PatriaCo
@the-patria-company
01/16/18 08:08:08AM
349 posts

Multiple Sub-domain Access to One JR Database?


Using Jamroom

I haven't found a way to give a member (who is paying for "domain profile" services) enough control over a skin's design to satisfy them. I was thinking that the number of options available in each skin's front page would be enough to help meet the need.

Again, the thought is to give them the equivalent of a "profile skin" to go with there "profile domain" but keep them with our community database.

updated by @the-patria-company: 01/16/18 08:09:56AM
PatriaCo
@the-patria-company
01/08/18 06:18:45PM
349 posts

Multiple Sub-domain Access to One JR Database?


Using Jamroom

Ultimately, it is all about the index page and the way it introduces the skin. So much is won or lost in gaining new members, based upon the few seconds that you have their attention, during that first impression (that first page). Being able to market based on interest (videos, music, blogs) is HUGE. JR is just so broad, it is impossible to market all the benefits, with just one landing page. Managing these from directories is fine, and I really want to stay on JRhosting.
  10