Vivvo CMS Support Forum Home | Free Trial | Online Demo | Docs and Manuals | Order Now   

Go Back   Vivvo CMS Support Forums > Vivvo 4 > News and Product Updates

News and Product Updates To be sure you don't miss out on important product update or patch, we recommend subscribing to this forum. We always post important messages here, so if you subscribe, you'll get an email whenever a new item is posted.

Reply
 
Thread Tools Display Modes
Old 12-11-2010, 11:27 PM   #11
bobster65
Vivvo Veteran
 
Join Date: Aug 2008
Location: Big Sky Country
Posts: 579
Rep Power: 5
bobster65 is on a distinguished road
Default

Quote:
Originally Posted by askmediy View Post
Humm, could you elaborate a little more on that for me please. Thank you
This is something you will want to become familiar with: http://wiki.vivvo.net/devdoc

Use the vte if statement(s) for evaluating the article object. You can evaluate the article to test for specific article ID's by checking the ID parameter of the Articles Object as below..

This example would check to see if the article being envoked is ID # 12345. If it is, it will execute the code within the if statement.. if not, it won't. Simple as that. You can place as many of these as you want to and they will only display for the article ID you want..



Code:
<vte:if test="{article.id} = '12345' ">
     <vte:include file="{VIVVO_TEMPLATE_DIR}box/plugin_trivia.tpl" search_tid="3" />    
</vte:if>

This would be an example for displaying different trivia on different articles.

Code:
<vte:if test="{article.id} = '12345' ">
     <vte:include file="{VIVVO_TEMPLATE_DIR}box/plugin_trivia.tpl" search_tid="1" />    
</vte:if>

<vte:if test="{article.id} = '13348' ">
     <vte:include file="{VIVVO_TEMPLATE_DIR}box/plugin_trivia.tpl" search_tid="5" />    
</vte:if>

<vte:if test="{article.id} = '1242' ">
     <vte:include file="{VIVVO_TEMPLATE_DIR}box/plugin_trivia.tpl" search_tid="6" />    
</vte:if>

<vte:if test="{article.id} = '775' ">
     <vte:include file="{VIVVO_TEMPLATE_DIR}box/plugin_trivia.tpl" search_tid="11" />    
</vte:if>
bobster65 is offline   Reply With Quote
Old 12-12-2010, 01:07 AM   #12
askmediy
Senior Vivvo User
 
askmediy's Avatar
 
Join Date: Dec 2010
Location: New York
Posts: 190
Rep Power: 3
askmediy is on a distinguished road
Default

Man oh man, you're the best. Thank you so so much. I even learned a lot. You are my king. What ever I could do for you just ask away. Thank you so so much. Sure glad I bought this script. Much better then Interspires wp. Or at leas the help is. Thanks again.
askmediy is offline   Reply With Quote
Old 04-11-2012, 08:37 PM   #13
Bartek55
New Vivvo User
 
Join Date: Apr 2012
Posts: 5
Rep Power: 0
Bartek55 is on a distinguished road
Default

Hi, I have a question.
After installing the plugin and setting up a Quiz.

How does admin can see results of the Quiz ?
Bartek55 is offline   Reply With Quote
Old 06-02-2012, 08:04 PM   #14
Abbas
New Vivvo User
 
Join Date: Aug 2008
Posts: 4
Rep Power: 0
Abbas is on a distinguished road
Default

+1
Would love that functionality.

Quote:
Originally Posted by phew View Post
A great way to extend this module is to add a possibility for a sweepstake. In which users can only participate once.

For example, a user fills out the answer to a question and the answer is stored in the database (or e-mailed to the form owner). The user can only fill out this form once. The sweepstake only runs during a defined period (for a week, or a month). The system or the form owner chooses the winner after this period has passed.
Abbas is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Order now:

Order your copy of Vivvo now and get:
bullet Six months free upgrades
bullet Free support
bullet Full source code
bullet Immediate download
bullet Starting at only $295.00
Order now

Support HelpDesk:

You can submit a trouble ticket in the support area at any time, using your client area email and password.

Vivvo CMS Resource Center:

The Vivvo CMS Resource Center is your window to a variety of resources that showcase Vivvo's features and technologies. So whether you're brand new to Vivvo or a seasoned user, you can find the information you need right here!

Latest Additions:

Contact us:

Business hours
Mon-Fri 9:00AM - 6:00PM GMT+1
(Europe)
Telephone Sales
381 11 311-50-20
Email inquiries
sales@vivvo.net
(Sales inquiries)
support@vivvo.net
(Support inquiries)

All times are GMT +1. The time now is 05:35 AM.
Contact Us - Vivvo Home - Archive - Privacy Statement - Top

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.