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

Go Back   Vivvo CMS Support Forums > Vivvo 4 > Product Suggestions

Product Suggestions Do you have any suggestion for this version? Please, share it here.

View Poll Results: Is this good idea?
Yea,great! 8 61.54%
It would be useful 5 38.46%
Useless 0 0%
Bad idea 0 0%
Voters: 13. You may not vote on this poll

Reply
 
Thread Tools Display Modes
Old 02-05-2010, 03:28 PM   #1
cHeGa
Vivvo User
 
Join Date: Apr 2009
Posts: 53
Rep Power: 5
cHeGa is on a distinguished road
Default Breaking News

As this is news script primarily,it should be nice to see this addon.
Breaking news would be on top of the site red with flashing text or something like that.
cHeGa is offline   Reply With Quote
Old 02-05-2010, 04:08 PM   #2
bobster65
Vivvo Veteran
 
Join Date: Aug 2008
Location: Big Sky Country
Posts: 579
Rep Power: 5
bobster65 is on a distinguished road
Default

I am all for adding the capability into the Admin CP for Admins to create more "status" for use throughout the system. I create my own manually as I know how, but for novice users this can get a bit tricky for them. Having the ability to create a new status (like Breaking News) and then just grabbing the status ID and making a Article Box with the status search for the new ID only would be pretty easy for most Admins.
bobster65 is offline   Reply With Quote
Old 02-05-2010, 07:24 PM   #3
boccio
Managing Director
 
boccio's Avatar
 
Join Date: Sep 2005
Age: 37
Posts: 1,922
Rep Power: 10
boccio has disabled reputation
Default

I hear ya...
__________________

[ BorisKrstovic.com ]
[ Vivvo | Twitter ]

Mile voli disko, a ja belo kolumbijsko
boccio is offline   Reply With Quote
Old 02-10-2010, 03:34 AM   #4
kreativostudio
Vivvo User
 
Join Date: May 2008
Location: Oaxaca, Mexico
Posts: 85
Rep Power: 6
kreativostudio is on a distinguished road
Default

I hear ya too! very very well!
kreativostudio is offline   Reply With Quote
Old 05-19-2012, 05:38 AM   #5
columbusman
Senior Vivvo User
 
Join Date: Jul 2007
Posts: 205
Rep Power: 6
columbusman is on a distinguished road
Default

Finally after some playing, and time, I got it in an OK position for me.

Here is the code for the box to place in your header... the CSS is coded for a dark theme, meaning it shows up with white lettering on a dark background.



When you add the tag you select it will show up, when you delete the tag it will disappear. I placed this code in my HEADER.TPL so it would show across all pages.

The #460 in the code below is the "tag" that corresponds to the box, you will need to create your tag in the category option and note the number it is assigned by the system.

The "Topic_id" is the section the tag is called from, whereas the system is topic_id "1" and general tags are topic_id "0"

Code:
	<vte:box module="box_article_list">
		<vte:params>
            <vte:param name="search_topic_id" value="0" />
            <vte:param name="search_all_tag_ids" value="460" />
            <vte:param name="search_limit" value="1" />
            <vte:param name="search_sort_by" value="order_num" />
            <vte:param name="search_order" value="descending" />
            <vte:param name="cache" value="1" />
            <vte:param name="add_to_printed" value="true" />
            <vte:param name="exclude_printed" value="true" />
		</vte:params>
			<vte:template>
							<vte:foreach item = "article" from = "{article_list}">
                <vte:include file="{VIVVO_TEMPLATE_DIR}summary/breaking.tpl" />
            </vte:foreach>
            </vte:template>
</vte:box>

Here is the code to place in the summary folder... I named my Breaking.tpl

Code:
<vte:template>
	<div class="short">
		<div class="short_holder">
			<span class="ticker_category" style="color:red; font:Georgia, 'Times New Roman', Times, serif; font-size:18px">BREAKING NEWS:</span><span class="ticker_category" style="font-size:17px; font:Georgia, 'Times New Roman', Times, serif; color:#FFF;"><vte:value select="{article.get_title}" /> - <vte:value select="{article.get_summary|40}" /> <vte:if test="{article.body}">...</vte:if> <a href="{article.get_href}"> <vte:value select="{LNG_FULL_STORY}" /></a></span>

		</div>
	</div>
</vte:template>
I created a hidden category that I can keep my breaking news in, and when I don't want it to show at top, I just remove the "breaking news" tag, just as you would do with the headlines tag for articles in the headlines on homepage.

Enjoy... Rep points... please
columbusman is offline   Reply With Quote
Old 08-23-2012, 05:44 AM   #6
Timother
New Vivvo User
 
Join Date: Aug 2012
Location: new york
Posts: 5
Rep Power: 0
Timother is on a distinguished road
Default

i couldnt understand what type of breaking news it is.... can i know the breaking news.... if you are saying about putting the breaking news on the top of the page it will be really good idea
__________________
click here.
Timother 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 09:48 AM.
Contact Us - Vivvo Home - Archive - Privacy Statement - Top

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