Main
Index
Search
Posts
Who's
Online
Log
In

Home: Discontinued/Classic Products: Article Manager 2:
Database Editor > Field Editor Checkbox Question

 

 


Kimber
User

Dec 9, 2009, 6:44 AM

Post #1 of 6 (3305 views)
Shortcut
Database Editor > Field Editor Checkbox Question Can't Post

Hello,



I offer free printables and several of the have the same instructions. I wanted to add a check box (or what ever works) where when adding a printable to my web site instead of having to put my instruction in the content box each time I add a new printable that I would be able to check a box which would add the article (instructions) but when I went to add a check box the description is a small box.



After adding the content I need to add I would have in my create article check a boxes for the correct instructions:



Examples:



If I add stationery then I could check the box stationery article and that article would show on the finished web page.



If I add a gift card wrapper then I could check the box gift card wrapper instructions and that article would show on the finished web page.



Can this be done? If so, how?



Thank you

Kimberly


ross
Staff / Moderator


Dec 9, 2009, 2:57 PM

Post #2 of 6 (3299 views)
Shortcut
Re: [Kimber] Database Editor > Field Editor Checkbox Question [In reply to] Can't Post

Hi Kimberly

Thanks for posting!

There are a bunch of ways to do this :). Do you currently have your items categorized (ie: all the stationary articles are in the Stationary category). If so, you can add a new field to your category editor and have that content appear automatically.

If you have them all in one big category, you can use the checkbox or maybe even a drop down menu and then on your template do something like this:

if value of checkbox is "Stationary"
display all this text

if value of checkbox is "Something Else"
display this other bit of text

And so forth. How does that sound? Let me know about the categories and we'll go from there. Thanks!
-----------------------------------------------------------
Cheers,
Ross Fairbairn - Product Specialist
support@interactivetools.com

Hire me!  Save time by getting our experts to help with your project.
Template changes, advanced features, full integration, whatever you
need. Whether you need one hour or fifty, get it done fast with
Priority Consulting: http://www.interactivetools.com/consulting/



Kimber
User

Dec 9, 2009, 3:25 PM

Post #3 of 6 (3295 views)
Shortcut
Re: [ross] Database Editor > Field Editor Checkbox Question [In reply to] Can't Post

Hi Ross

I really want to do the checkbox because many printables fall in several catigories.

I know how to go into the database to make the checkbox or list but where do I put my article. The List items or values box is very small and it really can't be format the article in the small box unless I use html in one long string of codes.

Suggestions?
Kimberly


Kimber
User

Dec 10, 2009, 5:27 AM

Post #4 of 6 (3290 views)
Shortcut
Re: [ross] Database Editor > Field Editor Checkbox Question [In reply to] Can't Post

I tired setting up a simple check box doing the below codes but the text showed on ever article plus the word no. Thoughts?

<!-- templateIf : $article.personalizing$ ne "" -->$article.personalizing$<br>*** TIP: You can type your letter using Microsoft Word, or other word processing software, along with setting font type, size, and color, and then copy and paste the text from the word processor into the personalization area of the free stationery. This lets you control the look of your letter.<br><br><!-- /templateIf -->


and

<!-- templateIf : $article.personalizing$ ne "" --><br>*** TIP: You can type your letter using Microsoft Word, or other word processing software, along with setting font type, size, and color, and then copy and paste the text from the word processor into the personalization area of the free stationery. This lets you control the look of your letter.<br><br>$article.personalizing$<!-- /templateIf -->

I attached a screenshot of my checkbox settings.
Kimberly


(This post was edited by Kimber on Dec 10, 2009, 5:33 AM)
Attachments: example.jpg (44.0 KB)


Donna
Staff / Moderator


Dec 11, 2009, 10:06 AM

Post #5 of 6 (3283 views)
Shortcut
Re: [Kimber] Database Editor > Field Editor Checkbox Question [In reply to] Can't Post

Hi Kimber,

Since a checkbox shows either "Yes" or "No", it's always got a value, and your templateIf is only set to show if there's no value at all. So, change that to:

<!-- templateIf : $article.personalizing$ eq "Yes" -->

...then it'll only show when the checkbox is actually checked.

I hope this helps!

Donna

--
support@interactivetools.com


Kimber
User

Dec 15, 2009, 8:48 AM

Post #6 of 6 (3271 views)
Shortcut
Re: [Donna] Database Editor > Field Editor Checkbox Question [In reply to] Can't Post

That works great! Big time saver

Thanks
Kimberly