educational

Languages: Truth About Smarty

Smarty is an extremely flexible web templating language that’s actually pretty easy to work with. Unfortunately a lot of people give up on it prematurely and never appreciate its strong points.

Flexibility makes it attractive when you’re developing software and need a template engine. As a result, a lot of popular adult site management products including NATS, the Elevated X CMS, Smart Tube Pro and several others use Smarty templates.

It’s a common misconception that to edit the templates you need to know Smarty. The truth is that you might not touch a single line of Smarty code.

It’s a common misconception that to edit the templates you need to know Smarty. The truth is that you might not touch a single line of Smarty code. What you’re really doing is editing HTML and CSS inside a Smarty template.

There are 2 places where most people get stuck.

Smarty Roadblock #1: Looking at the code inside a template and seeing just that — code. It seems overwhelming. This stops a lot of people cold.

Often someone will open a file and stare at it, waiting for something to jump out at them and make it obvious where they need to be looking. It’s like looking into the abyss.

The only things you need to be concerned with are the parts you recognize as CSS or HTML that you can edit.

Code editing tip. If you’re not doing it already, switch to using a HTML editor that highlights code in different colors. As an example, I use CuteFTP Pro and it colors HTML in blue with programming code appearing in black and comment tags in grey. This makes it easy to look past anything that’s not HTML and see only the parts of the page I want to edit. It also makes it easy to add comment tags throughout a design so you can open a file and find sections of the page instantly.

This brings us to template coding rule #1. Always make a backup copy of your template folder before you make any changes. This makes it easy to restore if something gets messed up. Plus, you’ll always have a working copy of the templates to look at for reference if needed.

Smarty roadblock No. 2. Being thrown off by external file references inside a template.

Even seasoned designers are thrown by the way things are referenced inside a template.

The main reason a template language like Smarty is used is that it breaks things up into templates and sub-templates instead of compiling everything into 1 massive file.

If you’re editing a main page, most likely the file contains references to other templates. These are either global elements shared by multiple pages or sub-templates for sections of the page you’re editing.

For the multi-page sites created by affiliate program and CMS software this is critical. It lets the developer do more and add more features. It also lets you edit different parts of a site and/or each page separately. If everything was in 1 big template it would be more difficult to find elements like the search bar, navigation, poll, etc. You’d scroll through hundreds of lines of code just to find your footer.

To remedy this, developers create files like header.tpl and footer.tpl that contain only the code used for those sections.

A Smarty include tag looks like: {include file=”template_name.tpl”}

The beauty of this is that anyone can make a template file and include it on a page. It’s a coder’s dream come true. Instead of pasting 50 lines of code into a HTML page for a top list you just put those 50 lines of code into a txt file and name it toplist.tpl. Then in your page you add a tag for the file you just made e.g. {include file=”toplist.tpl”}.

AJ Hall is a 12-year adult industry veteran and the cofounder and chief executive officer of Elevated X Inc., a provider of popular adult CMS software for the online adult entertainment industry. Hall has spoken at XBIZ trade shows and is a contributing writer for several trade publications.

Related:  

Copyright © 2024 Adnet Media. All Rights Reserved. XBIZ is a trademark of Adnet Media.
Reproduction in whole or in part in any form or medium without express written permission is prohibited.

More Articles

profile

VerifyMy Seeks to Provide Frictionless Online Safety, Compliance Solutions

Before founding VerifyMy, Ryan Shaw was simply looking for an age verification solution for his previous business. The ones he found, however, were too expensive, too difficult to integrate with, or failed to take into account the needs of either the businesses implementing them or the end users who would be required to interact with them.

Alejandro Freixes ·
opinion

How Adult Website Operators Can Cash in on the 'Interchange' Class Action

The Payment Card Interchange Fee Settlement resulted from a landmark antitrust lawsuit involving Visa, Mastercard and several major banks. The case centered around the interchange fees charged to merchants for processing credit and debit card transactions. These fees are set by card networks and are paid by merchants to the banks that issue the cards.

Jonathan Corona ·
opinion

It's Time to Rock the Vote and Make Your Voice Heard

When I worked to defeat California’s Proposition 60 in 2016, our opposition campaign was outspent nearly 10 to 1. Nevertheless, our community came together and garnered enough support and awareness to defeat that harmful, misguided piece of proposed legislation — by more than a million votes.

Siouxsie Q ·
opinion

Staying Compliant to Avoid the Takedown Shakedown

Dealing with complaints is an everyday part of doing business — and a crucial one, since not dealing with them properly can haunt your business in multiple ways. Card brand regulations require every merchant doing business online to have in place a complaint process for reporting content that may be illegal or that violates the card brand rules.

Cathy Beardsley ·
profile

WIA Profile: Patricia Ucros

Born in Bogota, Colombia, Ucros graduated from college with a degree in education. She spent three years teaching third grade, which she enjoyed a lot, before heeding her father’s advice and moving to South Florida.

Women In Adult ·
opinion

Creating Payment Redundancies to Maximize Payout Uptime

During the global CrowdStrike outage that took place toward the end of July, a flawed software update brought air travel and electronic commerce to a grinding halt worldwide. This dramatically underscores the importance of having a backup plan in place for critical infrastructure.

Jonathan Corona ·
opinion

The Need for Minimal Friction in Age Verification Technology

In the adult sector, robust age assurance, comprised of age verification and age estimation methods, is critical to ensuring legal compliance with ever-evolving regulations, safeguarding minors from inappropriate content and protecting the privacy of adults wishing to view adult content.

Gavin Worrall ·
opinion

Account-to-Account Payments: The New Banking Disruptor?

So much of our industry relies upon Visa and Mastercard to support consumer payments — and with that reliance comes increased scrutiny by both brands. From a compliance perspective, the bar keeps getting raised until it feels like we end up spending half our time making sure we are compliant rather than growing our business.

Cathy Beardsley ·
profile

WIA Profile: Samantha Beatrice

Beatrice credits the sex positivity of Montreal for ultimately inspiring her to pursue work in adult entertainment. She had many friends working in the industry, from sex workers to production teams, so it felt like a natural fit and offered an opportunity to apply her marketing and social media savvy to support people she truly believes in and wants to see succeed.

Women In Adult ·
opinion

Understanding the Latest Server Processors

Over the last decade, we mostly stopped talking about CPU performance. Recently, however, there has been a seismic and exciting change in the CPU landscape, due to innovation by a chip company called Advanced Micro Devices (AMD).

Brad Mitchell ·
Show More