Kayako logo
How do I? Questions about how to do specific things in SupportSuite, eSupport and LiveResponse. Not for reporting problems.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
smartohana Offline
Member
 
Posts: 38
Join Date: Nov 2007
Display ONLY latest news on Index page - 10-01-2008, 02:48 AM

How do I show the latest news articles in the Navbar, but not show the News widget in the main index area?

If my News settings are: Display News Widget - No
it doesn't matter if I set: Display Latest News on Index Page (Navigation Bar) - Yes.

It seems like the only solution is Display News Widget - Yes, and modify the index template. But I'm not sure how to make it skip displaying the News widget.

Any thoughts?
   
Reply With Quote
  (#2) Old
smartohana Offline
Member
 
Posts: 38
Join Date: Nov 2007
10-01-2008, 03:14 AM

Figured it out... the brute force way. Added 1st and last line to index template. key = 2 is the news widget.

Code:
<{if $key ne 2}>
    <!-- BEGIN WIDGET: <{$item[title]}> -->
            <td width="50%"><table cellspacing="3" cellpadding="1" width="100%" border="0">
              <tbody>
                <tr>
                  <td valign="top" width="15" nowrap><a href="<{$item[link]}>"><img src="<{$item[icon]}>" border="0"></a></td>
                  <td width="98%" align="left" valign="top"><a href="<{$item[link]}>" id="moduletitle"><strong><{$item[title]}></strong></a><br />
                    <span class="smalltext"><{$item[description]}></span></td>
                </tr>
              </tbody>
            </table></td>
            <!-- END WIDGET: <{$item[title]}> -->
 <{/if}> 
   
Reply With Quote
  (#3) Old
craigbrass Offline
Senior Member
 
Posts: 5,712
Join Date: Jun 2005
Location: Cumbria, UK
10-01-2008, 08:55 AM

Thanks for sharing that. I am sure it will come in handy for other users.


Craig Brass - Kayako Forum Squatter (Note: I am NOT a staff member)

Icon Headquarters - Its Elixir - Web2Messenger
   
Reply With Quote
Reply

Tags
display, index, latest

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Display news on non-esupport page. MarcelC SupportSuite, eSupport and LiveResponse 0 07-08-2006 01:26 AM
Customising the index page HostEBiz SupportSuite, eSupport and LiveResponse 2 25-04-2006 01:16 AM



Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vBulletin Skin developed by: vBStyles.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46