
hannacode Insert any HTML tag with attributes, using Hanna Code
By
Jonathan Lahijani, in Tutorials
-
Recently Browsing 0 members
No registered users viewing this page.
-
Similar Content
-
By Greg Lumley
Hi, this has me stumped, please help. 😳
I'm using a field 'page_body' in a page-template as well as a blog-template.
HannaCodeDialogue is enabled for the field page_body.
HannaCode works perfectly in Pages but not in Posts.
The dropdown is visible in the pages edit template but not in the posts edit template.
If I manually put the code into the Posts Template i.e. : [[YouTubeVideo videoName="my_vid"]] it simply displays the tag.
I'm quite sure this is a config error of some sort but for the life of me, I can't find it.
Thank you.
Greg.
-
By msavard
I have a situation where I have links to a bunch of forms on my site. Every year the links to the forms change slightly, adding the current year to the end. So it is something like http://www/somewhere.com/form1/2017. Next year it will be the same thing but with 2018 in the URL.
I was hoping HannaCode could help me out here by letting me create a snippet that would read the year from a settings page and insert that at the end of any links I specify. So in the CKEditor I create a link, add [[cyr]] (my HannaCode snippet that pulls back the year from the settings page and I verified that it is indeed working properly) to the end and instead of pulling in the year it is just encoding the [[cyr]] into the URL. I was expecting
http://www.somewhere.com/form1/2017 and I'm getting
http://www.somewhere.com/form1/%5b%5bcyr%5d%5d .
Is HannaCode not able to work with raw HTML this way? Is there some other way to do what I'm trying to accomplish? I really don't want to go around the site updating 100 links when a new year comes around.
All the links are to forms on an external site in case that helps...
Thanks.
-
By spacemonkey95
Hi all,
I've got a Table field on one of my pages. The first column requires the use of Hanna Code so I can add custom icons to the table cell. As per the settings for that particular field, I've set the textformatter option as TextformatterHannaCode (as the screenshot will show, for this particular field it's not possible to just select text formatters from a select dropdown. Instead I have to type in the value).
Now, if I manually type in my HannaCode label (e.g. [[icons_copy]] ) then it will output correctly onto the page, but I need to also have the HannaCode selection menu which normally shows up in CKEditor when right-clicking in the textarea field. Does anyone know how I can achieve this? Do I need to apply a different setting in the Settings area as shown in the screenshot?
-
By tsdtsdtsd
Hi,
the HannaCode snippets are currently stored in site/assets/cache/...
I was wondering if this is the right place for them. Usually people tend to skip cache/* folders in backups and repositories (.gitignore etc). This could lead to serious data loss if one isn't aware of the fact where the snippets are stored.
What do you think?
Cheers
-
By Peter Knight
I'm moving a client site to PW.
They've been using Dreamweaver for years and want to continue to use Dreamweaver for some elements of their site.
One of these elements is a pretty complex order form (webform.php)
I was considering the following
A normal PW page called order would have a body field. Within this, I'd call a HannaCode called [[get-webform]] within the code of the hanna code, I'd call that webform.php as an include That'd mean the client can FTP up any changes to include/webform.php and therefore bypass PW a little for this particular element.
I know an alternative would be to include the webform.php directly in the template but was wondering if above approach might work too?
I've actually tried it already and am getting no output from the HC.
Warning: include(/includes/webform.php): failed to open stream: No such file or directory in /var/www/vhosts/site.com/httpdocs/site/assets/cache/HannaCode/webform.php on line 3 Warning: include(): Failed opening '/includes/webform' for inclusion (include_path='.:') in /var/www/vhosts/site.com/httpdocs/site/assets/cache/HannaCode/webform.php on line 3 webform.php does exist on the server and my other includes work just fine. Some of those other includes contain PHP selectors etc.
-