11
stefan88
Re: How do you edit the template for recent news 1.4?
  • 2005/8/21 22:14

  • stefan88

  • Community Support Member

  • Posts: 1086

  • Since: 2004/9/20


As I see it you should be able to do that in news_item.html and maybe with some changes in your theme style.css file.

I would also recommend to clone the template set, set it as default and edit the cloned one online.
..

12
hightyde
Re: How do you edit the template for recent news 1.4?
  • 2005/8/22 1:49

  • hightyde

  • Just popping in

  • Posts: 86

  • Since: 2003/7/11


Quote:

wizanda wrote:

I have 1 template set, default.

I thought you can't edit the default template set?

I think you have to clone the default template set, then you can go ahead and edit it. (But make sure you specify the new template set in admin -> preferences -> general preferences.)

Good luck.

13
wizanda
Re: How do you edit the template for recent news 1.4?
  • 2005/8/22 6:27

  • wizanda

  • Home away from home

  • Posts: 1585

  • Since: 2004/3/21


LoL

I was going to ask a question on php programming, yet HELP!!!

What is going on with this forum?

Is it just me, am I getting more complicated?

Yes you can edit the default template files, all you need to do is edit the html and when you update the module, all changes will be made.

Except for news as it fetchs it, from the css file ???

Herve if you look at this or your forum please help?

How do I edited it, to remove the date of the recent news block and center it>??

Please!

14
Shine
Re: How do you edit the template for recent news 1.4?
  • 2005/8/22 7:27

  • Shine

  • Just can't stay away

  • Posts: 822

  • Since: 2002/7/22


Have you taken a look at the newsmodule file:
templates/blocks/news_block_top.html
This where the recent newsblock is held, at least within the 1.31 news version.

Grtz., Shine

15
wizanda
Re: How do you edit the template for recent news 1.4?
  • 2005/8/22 7:33

  • wizanda

  • Home away from home

  • Posts: 1585

  • Since: 2004/3/21


Yes that is what I have edited, I didn't want to post code as it makes the page go wide yet here

le="color: #000000"><?php <center> <ul> <{foreach item=news from=$block.stories}> <li><a href="<{$xoops_url}>/modules/news/article.php?storyid=<{$news.id}>"><{$news.title}></a></li> <{/foreach}> </ul> </center>


This what is in the template folder, and this is what you get if you download it from the site and so what is used



le="color: #000000"><?php <{if $block.displayview==2}> <style type="text/css"> #fullSupport { padding: 1.5em; background: <{$block.color2}>; min-height: 300px; } <{if $block.tabskin==1}> <{* Bar Style *}> #tabNavigation { background: #F90; border-bottom: 1px solid #000; border-top: 1px solid #000; list-style: none outside none; color: inherit; margin: 0; padding: 0 } html #tabNavigation/* */ { padding: 4px 0 4px 0 } html>body #tabNavigation { margin: 0; padding: 4px 0 4px 0 } #tabNavigation li { display: inline; line-height: 1em } #tabNavigation a, #tabNavigation a:link, #tabNavigation a:visited { background: <{$block.color4}>; border-bottom: 1px solid #000; border-right: 1px solid #000; color: #FFF; cursor: pointer; height: 1em; margin: -1px 0 -1px 0; padding: 3px 6px 3px 6px; text-decoration: none } html #tabNavigation a/* */, html #tabNavigation a:link/* */, html #tabNavigation a:visited/* */ { border-bottom: none; height: auto; margin: 0 } html>body #tabNavigation a, html>body #tabNavigation a:link, html>body #tabNavigation a:visited { border-bottom: none; padding: 4px 6px 4px 6px } head+body #tabNavigation a, head+body #tabNavigation a:link, head+body #tabNavigation a:visited { padding: 3px 6px 3px 6px } #tabNavigation a:hover { background: <{$block.color5}>; color: inherit } #tabNavigation a:active { background: #CCC; border-right: 1px solid #000; color: inherit } #tabNavigation .selectedTab a, #tabNavigation .selectedTab a:link, #tabNavigation .selectedTab a:visited, #tabNavigation .selectedTab a:hover { background: <{$block.color3}>; border-bottom: none; border-right: 1px solid #000; border-top: 1px solid #000; color: #000; cursor: text; padding: 3px 5px 4px 5px } html>body #tabNavigation .selectedTab a, html>body #tabNavigation .selectedTab a:link, html>body #tabNavigation .selectedTab a:visited { padding: 4px 5px 5px 5px } head+body #tabNavigation .selectedTab a, head+body #tabNavigation .selectedTab a:link, head+body #tabNavigation .selectedTab a:visited, head+body #tabNavigation .selectedTab a:hover { padding: 3px 5px 4px 5px } .fixTabsIE { visibility: hidden } <{elseif $block.tabskin==2}> <{* Beveled *}> #tabNavigation { border-bottom: 1px solid #000; list-style: none outside none; margin: 0; padding: 0 } html #tabNavigation/* */ { padding: 4px 0 2px 0 } html>body #tabNavigation { padding: 3px 0 1px 0 } head+body #tabNavigation { padding: 4px 0 2px 0 } #tabNavigation li { border-left: 1px solid #000; border-right: 1px solid #000; border-top: 1px solid #000; display: inline; height: 1em; margin: 0 0 0 3px; padding: 0; z-index: 1000 } html #tabNavigation li/* */ { height: auto } html>body #tabNavigation li { height: auto; margin: 0 -5px 0 -3px; padding: 3px 5px 2px 5px } html>body ul[id]#tabNavigation li { margin: 0 0 0 3px; padding: 3px 0 2px 0 } #tabNavigation a, #tabNavigation a:link, #tabNavigation a:visited { background: <{$block.color4}>; border-left: 1px solid #CCC; border-right: 1px solid #CCC; border-top: 1px solid #CCC; color: #FFF; height: 1em; padding: 2px 4px 2px 4px; text-decoration: none } html #tabNavigation a/* */, html #tabNavigation a:link/* */, html #tabNavigation a:visited/* */ { height: auto } #tabNavigation a:hover { background: <{$block.color5}>; border-left: 1px solid #888; border-right: 1px solid #888; border-top: 1px solid #888; color: #FFF } #tabNavigation a:active { background: #C60; border-left: 1px solid #E80; border-right: 1px solid #E80; border-top: 1px solid #E80; color: #FFF } html>body #tabNavigation li.selectedTab { margin: 0 -5px 0 -3px; padding: 3px 5px 2px 5px } html>body ul[id]#tabNavigation li.selectedTab { margin: 0 0 0 3px; padding: 3px 0 2px 0 } #tabNavigation .selectedTab a, #tabNavigation .selectedTab a:link, #tabNavigation .selectedTab a:visited, #tabNavigation .selectedTab a:hover { background: <{$block.color3}>; border-left: 1px solid #FC3; border-right: 1px solid #FC3; border-top: 1px solid #FC3; color: #FFF; margin: -2px 0 0 0; padding: 3px 4px 3px 4px; position: relative; top: 2px } html #tabNavigation .selectedTab a/* */, html #tabNavigation .selectedTab a:link/* */, html #tabNavigation .selectedTab a:visited/* */, html #tabNavigation .selectedTab a:hover/* */ { margin: -1px 0 0 0; top: 1px } html>body #tabNavigation .selectedTab a, html>body #tabNavigation .selectedTab a:link, html>body #tabNavigation .selectedTab a:visited, html>body #tabNavigation .selectedTab a:hover { padding: 2px 4px 2px 4px; top: 0 } head:first-child+body #tabNavigation .selectedTab a, head:first-child+body #tabNavigation .selectedTab a:link, head:first-child+body #tabNavigation .selectedTab a:visited, head:first-child+body #tabNavigation .selectedTab a:hover { margin: -1px 0 0 0; padding: 2px 4px 4px 4px; top: 0 } head:first-child+body ul[id]#tabNavigation .selectedTab a, head:first-child+body ul[id]#tabNavigation .selectedTab a:link, head:first-child+body ul[id]#tabNavigation .selectedTab a:visited, head:first-child+body ul[id]#tabNavigation .selectedTab a:hover { padding: 3px 4px 3px 4px; top: 1px } .fixTabsIE { visibility: hidden } <{elseif $block.tabskin==3}> <{* Classic *}> ul, li { list-style: disc; margin: 0 10px 0 10px } #tabNavigation { background: #789; color: inherit; list-style: none outside none; margin: 0; padding: 0 } html #tabNavigation/* */ { padding: 6px 0 6px 1px } html>body #tabNavigation { margin: 0; padding: 6px 0 6px 1px; } #tabNavigation li { display: inline; line-height: 1em; margin: 0; padding: 0 } #tabNavigation a, #tabNavigation a:link, #tabNavigation a:visited { background: url(<{$block.imagesurl}>unselectedEnd.gif) <{$block.color4}> no-repeat scroll top right; color: #FFF; cursor: pointer; height: 1em; padding: 5px 21px 5px 2px; text-decoration: none; z-index: 1000 } html #tabNavigation a/* */, html #tabNavigation a:link/* */, html #tabNavigation a:visited/* */ { height: auto; margin: 0; padding: 5px 21px 5px 2px } #tabNavigation a:hover { background: url(<{$block.imagesurl}>unselectedEnd.gif) <{$block.color5}> no-repeat scroll top right; color: #FFF; text-decoration: underline } #tabNavigation a:active { background: url(<{$block.imagesurl}>unselectedEnd.gif) #789 no-repeat scroll top right; color: #567; text-decoration: none } #tabNavigation li.selectedTab { background: url(<{$block.imagesurl}>selectedStart.gif) #FFF no-repeat scroll top left; color: inherit; margin: 0 0 0 -22px; padding: 0 0 0 23px } html>body #tabNavigation li.selectedTab { background: url(<{$block.imagesurl}>selectedStart.gif) #FFF no-repeat scroll top left; color: inherit; margin: 0 0 0 -22px; padding: 5px 1px 5px 22px } html>body ul[id]#tabNavigation li.selectedTab { background: url(<{$block.imagesurl}>selectedStart.gif) #FFF no-repeat scroll top left; color: inherit; margin: 0 0 0 -22px; padding: 5px 0 5px 23px } #tabNavigation .selectedTab a, #tabNavigation .selectedTab a:link, #tabNavigation .selectedTab a:visited, #tabNavigation .selectedTab a:hover { background: transparent url(<{$block.imagesurl}>selectedEnd.gif) no-repeat scroll top right; border-bottom: none; color: #000; cursor: text; padding: 5px 21px 5px 2px; text-decoration: none } html #tabNavigation .selectedTab a/* */, html #tabNavigation .selectedTab a:link/* */, html #tabNavigation .selectedTab a:visited/* */, html #tabNavigation .selectedTab a:hover/* */ { padding: 5px 21px 5px 1px } #tabNavigation .fixTabsIE a, #tabNavigation .fixTabsIE a:link, #tabNavigation .fixTabsIE a:visited, #tabNavigation .fixTabsIE a:hover { display: none; } <{elseif $block.tabskin==4}> <{* Folders *}> #tabNavigation { border-bottom: 1px solid #C60; list-style: none outside none; margin: 0; padding: 0 0 0 20px } html #tabNavigation/* */ { margin: 0; padding: 3px 0 3px 20px } html>body #tabNavigation { margin: 0; padding: 0 0 1px 20px } head+body #tabNavigation { padding: 0 0 3px 20px } html>body ul[id] #tabNavigation { padding: 0 0 0 20px } #tabNavigation li, #subNavigation li { display: inline; list-style: none outside none } #tabNavigation .preloadUnselected { background: transparent url(<{$block.imagesurl}>unselected.gif); } #tabNavigation .preloadSelected { background: transparent url(<{$block.imagesurl}>selected.gif); } #tabNavigation .preloadHover { background: transparent url(<{$block.imagesurl}>hover.gif); } #tabNavigation .preloadActive { background: transparent url(<{$block.imagesurl}>active.gif); } html>body #tabNavigation li { background: transparent url(<{$block.imagesurl}>unselected.gif) no-repeat top left; border-right: 1px solid #666; display: block; float: left; height: 1em; margin: 3px 5px 3px -15px; padding: 3px 5px 5px 27px } head:first-child+body #tabNavigation li { background: none; border-right: none; display: inline; float: none; margin: 0; padding: 0 } #tabNavigation a, #tabNavigation a:link, #tabNavigation a:visited { background: transparent url(<{$block.imagesurl}>unselected.gif) no-repeat top left; border-right: 1px solid #666; color: #FFF; display: inline; height: 1em; margin: 0 0 0 -15px; padding: 3px 5px 3px 27px; text-decoration: none } html>body #tabNavigation a, html>body #tabNavigation a:link, html>body #tabNavigation a:visited { border-right: none; margin: 0; padding: 0 } head:first-child+body #tabNavigation a, head:first-child+body #tabNavigation a:link, head:first-child+body #tabNavigation a:visited { border-right: 1px solid #666; margin: 0 0 0 -15px; padding: 3px 5px 3px 27px; position: relative; z-index: 50 } #tabNavigation a:hover { background: transparent url(<{$block.imagesurl}>hover.gif) no-repeat top left; border-right: 1px solid #333; color: #FFF; text-decoration: none } html>body #tabNavigation a:hover { border-right: none; text-decoration: underline } head:first-child+body #tabNavigation a:hover { border-right: 1px solid #333; padding: 4px 5px 3px 27px; position: relative; text-decoration: none; z-index: 5000 } #tabNavigation a:active { background: transparent url(<{$block.imagesurl}>active.gif) no-repeat top left; color: #FFF; text-decoration: none } html>body #tabNavigation a:active { text-decoration: underline } head:first-child+body #tabNavigation a:active { text-decoration: none } html>body #tabNavigation li.selectedTab { background: transparent url(<{$block.imagesurl}>selected.gif) no-repeat top left; border-right: 1px solid #C60; display: block; float: left; height: 1em; margin: 3px 5px 5px -15px; padding: 3px 5px 5px 27px } head:first-child+body #tabNavigation li.selectedTab { background: none; border-right: none; display: inline; float: none; margin: 0; padding: 0 } #tabNavigation .selectedTab a, #tabNavigation .selectedTab a:link, #tabNavigation .selectedTab a:visited { background: transparent url(<{$block.imagesurl}>selected.gif) no-repeat top left; border-right: 1px solid #C60; color: #FFF; cursor: text; display: inline; height: 1em; margin: 0 0 0 -15px; padding: 3px 5px 3px 27px } html>body #tabNavigation .selectedTab a, html>body #tabNavigation .selectedTab a:link, html>body #tabNavigation .selectedTab a:visited { border-right: none; margin: 0; padding: 0 } head:first-child+body #tabNavigation .selectedTab a, head:first-child+body #tabNavigation .selectedTab a:link, head:first-child+body #tabNavigation .selectedTab a:visited, head:first-child+body #tabNavigation .selectedTab a:hover { background: transparent url(<{$block.imagesurl}>selected.gif) no-repeat top left; border-right: 1px solid #C60; margin: 0 0 0 -15px; padding: 3px 5px 3px 27px; position: relative; z-index: 10000 } html head:first-child+body #tabNavigation .selectedTab a, html head:first-child+body #tabNavigation .selectedTab a:link, html head:first-child+body #tabNavigation .selectedTab a:visited, html head:first-child+body #tabNavigation .selectedTab a:hover { padding: 4px 5px 5px 27px } .fixTabsIE { visibility: hidden } <{elseif $block.tabskin==5}> <{* MacOs *}> #tabNavigation { background: #CCC; border-bottom: 1px solid #999; border-top: 1px solid #FFF; color: inherit; list-style: none outside none; margin: 0; padding: 0; } html #tabNavigation/* */ { padding: 4px 0 4px 0 } html>body #tabNavigation { margin: 0; padding: 4px 0 4px 0 } #tabNavigation li { display: inline; line-height: 1em } #tabNavigation a, #tabNavigation a:link, #tabNavigation a:visited { background: inherit; border-bottom: 1px solid #999; border-left: 1px solid #FFF; border-right: 1px solid #999; border-top: 1px solid #FFF; color: #000; cursor: pointer; height: 1em; margin: -1px 0 -1px 0; padding: 3px 6px 3px 6px; text-decoration: none; white-space: normal; } html #tabNavigation a/* */, html #tabNavigation a:link/* */, html #tabNavigation a:visited/* */ { height: auto; margin: 0 } html>body #tabNavigation a, html>body #tabNavigation a:link, html>body #tabNavigation a:visited { padding: 4px 6px 4px 6px } head+body #tabNavigation a, head+body #tabNavigation a:link, head+body #tabNavigation a:visited { padding: 3px 6px 3px 6px } #tabNavigation a:hover { background: <{$block.color5}>; border-bottom: 1px solid #666; border-left: 1px solid #CCC; border-right: 1px solid #666; border-top: 1px solid #CCC; color: inherit } #tabNavigation a:active { background: #CCC; border-bottom: 1px solid #FFF; border-left: 1px solid #999; border-right: 1px solid #FFF; border-top: 1px solid #999; color: inherit } #tabNavigation .selectedTab a, #tabNavigation .selectedTab a:link, #tabNavigation .selectedTab a:visited, #tabNavigation .selectedTab a:hover { background: <{$block.color3}>; border-bottom: 1px solid #999; border-left: 1px solid #FFF; border-right: 1px solid #999; border-top: 1px solid #FFF; color: #000; cursor: text; font-weight: bold } #tabNavigation .fixTabsIE a, #tabNavigation .fixTabsIE a:link, #tabNavigation .fixTabsIE a:visited { visibility: hidden } html #tabNavigation .fixTabsIE a/* */, html #tabNavigation .fixTabsIE a:link/* */, html #tabNavigation .fixTabsIE a:visited/* */ { background: #CCC; border-bottom: none; border-left: 1px solid #FFF; border-right: none; border-top: none; color: inherit; cursor: text; margin: 0; padding: 3px 6px 3px 6px; visibility: visible } <{elseif $block.tabskin==6}> <{* Plain *}> #tabNavigation { border-bottom: 1px solid #000; font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif; margin: 0; padding: 0 0 18px 0; } ul#tabNavigation li { display: inline; list-style-image: none; list-style-position: outside; list-style-type: none; } ul#tabNavigation a, ul#tabNavigation a:link, ul#tabNavigation a:visited { background: <{$block.color4}>; border: 1px solid #000; color: #000; float: left; margin: 0 0 0 5px; padding: 2px 6px 2px 6px; text-decoration: none } ul#tabNavigation a:hover, ul#tabNavigation a:focus { background: <{$block.color5}>; color: #FFF; } ul#tabNavigation a:active { background: #FFF; border-bottom: none; border-left: 1px solid #000; border-right: 1px solid #000; border-top: 1px solid #000; color: #00F; padding: 2px 6px 3px 6px } ul#tabNavigation li.selectedTab a, ul#tabNavigation li.selectedTab a:link, ul#tabNavigation li.selectedTab a:visited { background: <{$block.color3}>; border-bottom: none; border-left: 1px solid #000; border-right: 1px solid #000; border-top: 1px solid #000; color: #000; cursor: text; margin: 0 0 0 5px; padding: 2px 6px 3px 6px } ul#tabNavigation li.fixTabsIE { display: none; visibility: hidden } <{elseif $block.tabskin==7}> <{* Rounded *}> #tabNavigation { background: #FFF; border-bottom: 1px solid #000; color: inherit; list-style: none outside none; margin: 1px 0 0 0; padding: 0; } html #tabNavigation/* */ { padding: 4px 0 4px 0 } html>body #tabNavigation { margin: 0; padding: 4px 0 4px 0 } #tabNavigation li { background: url(<{$block.imagesurl}>unselected_left.gif) #C60 no-repeat scroll top left; color: inherit; display: inline; line-height: 1em; margin: 0 0 0 2px; padding: 0 } html>body #tabNavigation li { margin: 0 0 0 -6px; padding: 3px 0 3px 8px } html>body ul[id]#tabNavigation li { margin: 0 0 0 2px; padding: 3px 0 3px 0 } #tabNavigation a, #tabNavigation a:link, #tabNavigation a:visited { background: transparent url(<{$block.imagesurl}>unselected_right.gif) no-repeat scroll top right; border-bottom: 1px solid #000; color: #FFF; cursor: pointer; height: 1em; margin: -1px 0 -1px 0; padding: 3px 8px 3px 8px; text-decoration: none } html #tabNavigation a/* */, html #tabNavigation a:link/* */, html #tabNavigation a:visited/* */ { border-bottom: none; height: auto; margin: 0 0 0 4px; padding: 3px 8px 3px 4px } #tabNavigation a:hover { background: transparent url(<{$block.imagesurl}>unselected_right.gif) no-repeat scroll top right; color: #FFF; text-decoration: underline } #tabNavigation a:active { background: transparent url(<{$block.imagesurl}>unselected_right.gif) no-repeat scroll top right; color: #000; text-decoration: underline } #tabNavigation li.selectedTab { background: transparent url(<{$block.imagesurl}>selected_left_F90.gif) no-repeat scroll top left; color: inherit; padding: 0 } html>body #tabNavigation li.selectedTab { margin: 0 0 0 -6px; padding: 4px 0 4px 8px } html>body ul[id]#tabNavigation li.selectedTab { margin: 0 0 0 2px; padding: 4px 0 4px 0 } #tabNavigation .selectedTab a, #tabNavigation .selectedTab a:link, #tabNavigation .selectedTab a:visited, #tabNavigation .selectedTab a:hover { background: transparent url(<{$block.imagesurl}>selected_right_F90.gif) no-repeat scroll top right; border-bottom: none; color: #000; cursor: text; padding: 4px 8px 4px 8px; text-decoration: none } html #tabNavigation .selectedTab a/* */, html #tabNavigation .selectedTab a:link/* */, html #tabNavigation .selectedTab a:visited/* */, html #tabNavigation .selectedTab a:hover/* */ { padding: 4px 8px 4px 4px } .fixTabsIE { visibility: hidden } <{elseif $block.tabskin==8}> <{* ZDnet *}> #tabNavigation { list-style: none outside none; margin: 0; padding: 4px 0 3px 0 } @media all { #tabNavigation { text-align: center } } #tabNavigation li { background: #000; display: inline; line-height: 1em; margin: 0 4px 0 4px; padding: 0; position: relative; top: 10px } html #tabNavigation li/* */ { line-height: 1.2em; top: 6px } html>body #tabNavigation li { margin: 0 2px 0 4px; padding: 4px 0 4px 0 } #tabNavigation a, #tabNavigation a:link, #tabNavigation a:visited { background: <{$block.color4}>; border: 1px solid #FFF; bottom: 2px; color: #FFF; cursor: pointer; display: inline; height: 1em; margin: 0 4px 0 0; padding: 3px 5px 3px 5px; position: relative; right: 2px; text-decoration: none } html #tabNavigation a/* */, html #tabNavigation a:link/* */, html #tabNavigation a:visited/* */ { height: auto; margin: 0 -4px 0 0 } html>body #tabNavigation a, html>body #tabNavigation a:link, html>body #tabNavigation a:visited { margin: 0 } #tabNavigation a:hover { background: <{$block.color5}>; border: 1px solid #FFF; bottom: 1px; color: #FFF; padding: 3px 5px 3px 5px; position: relative; right: 1px } #tabNavigation a:active { background: #666; border: 1px solid #FFF; bottom: 0; color: #FFF; padding: 3px 5px 3px 5px; position: relative; right: 0 } #tabNavigation li.selectedTab { background: <{$block.color3}>; display: inline; margin: 0 4px 0 4px; position: relative; top: 4px } #tabNavigation .selectedTab a, #tabNavigation .selectedTab a:link, #tabNavigation .selectedTab a:visited, #tabNavigation .selectedTab a:hover { background: #F90; border-bottom: none; border-left: 1px solid #000; border-right: 1px solid #000; border-top: 1px solid #000; bottom: 0; color: #FFF; cursor: text; margin: 0 5px 0 0; padding: 3px 5px 0 5px; position: relative; right: 0 } html #tabNavigation .selectedTab a/* */, html #tabNavigation .selectedTab a:link/* */, html #tabNavigation .selectedTab a:visited/* */, html #tabNavigation .selectedTab a:hover/* */ { margin: 0 -2px 0 0 } .fixTabsIE { visibility: hidden } <{/if}> </style> <ul id="tabNavigation"> <{foreach item=onetab from=$block.tabs}> <{if $block.current_tab == $onetab.id}> <li class="selectedTab"><a href='#'><{$onetab.title}></a></li> <{else}> <li><a href="<{$block.url}>NewsTab=<{$onetab.id}>"><{$onetab.title}></a></li> <{/if}> <{/foreach}> <li class="fixTabsIE"><a href="javascript:void(0);">&nbsp;</a></li> </ul> <{if $block.current_is_spotlight}> <div style="border-top: 1px solid rgb(0, 0, 0); background: <{$block.color1}> none repeat scroll 0%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial;"><{$block.spotlight.author}> <{$block.lang_on}> <{$block.spotlight.date}> <{if $block.use_rating}> - <{$block.spotlight.rating}>/10 (<{$block.spotlight.number_votes}>)<{/if}>, <{$block.spotlight.hits}> <{$block.lang_reads}><br /></div> <{else}> <div style="border-top: 1px solid rgb(0, 0, 0); background: <{$block.color1}> none repeat scroll 0%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial;"> <{foreach item=onesummary from=$block.smallheader}> <{$onesummary}>&nbsp; <{/foreach}> <br /></div> <{/if}> <div id="fullSupport"> <{if $block.current_is_spotlight && $block.tabs.id==0}> <table border='0'> <tr> <td colspan='2'> <table border='0'> <tr><td><img src='<{$block.spotlight.topic_image}>' border='0' alt='' /></td><td align='left'><{$block.spotlight.topic_description}></td></tr> </table> <div class="itemBody"><ul><li><{$block.spotlight.title_with_link}></li></ul></div></td> </tr> <tr> <td><{$block.spotlight.image}>&nbsp;</td><td><p class="note"><{$block.spotlight.text}></p></td> </tr> </table> <br /><center><hr width='85%'></center> <ul> <{foreach item=onenews from=$block.spotlight.news}> <li><{$onenews.date}> - <{$onenews.title_with_link}></li> <{/foreach}> </ul> <{else}> <table border='0'> <tr><td><img src='<{$block.topic_image}>' border='0' alt='' /></td><td align='left'><{$block.topic_description}></td></tr> </table> <{foreach item=onenews from=$block.news}> <div class="itemBody"><ul><li><{$onenews.title}></li></ul><span class="itemStats">&nbsp;&nbsp;<{$onenews.author}> <{$block.lang_on}> <{$onenews.date}> - <{if $block.use_rating}> <{$onenews.rating}>/10 (<{$onenews.number_votes}>)<{/if}>, <{$onenews.hits}> <{$block.lang_reads}></span></div> <p class="note"><{$onenews.text}></p> <{/foreach}> <{/if}> </div> <{else}> <table> <{if $block.spotlight}> <tr> <td><table> <tr> <td colspan='2'> <table border='0'> <tr><td><img src='<{$block.spotlight.topic_image}>' border='0' alt=''></td><td align='left'><{$block.spotlight.topic_description}></td></tr> </table> <font color="#FF6600"><b><{$block.spotlight.title}></b></font> <{$block.spotlight.author}> <{if $block.sort=='counter'}> (<{$block.spotlight.hits}>) <{elseif $block.sort=='published'}> (<{$block.spotlight.date}>) <{else}> (<{$block.spotlight.rating}>) <{/if}> </td> </tr> <tr> <td><{$block.spotlight.image}></td><td><{$block.spotlight.text}></td> </tr> <tr> <td colspan='2'> <{if $block.spotlight.read_more}> <hr width='98%' /> <div align='right'><a href="<{$xoops_url}>/modules/news/article.php?storyid=<{$block.spotlight.id}>"><{$block.lang_read_more}></a> &nbsp;&nbsp;&nbsp;</div> <hr width='98%' /> <{/if}> </td> </tr> </table></td> </tr> <{/if}> <tr> <td> <ul> <{foreach item=news from=$block.stories}> <{if $news.id != $block.spotlight.id}> <li> <{if $block.sort=='counter'}> [<{$news.hits}>] <{elseif $block.sort=='published'}> [<{$news.date}>] <{else}> [<{$news.rating}>] <{/if}> <a href="<{$xoops_url}>/modules/news/article.php?storyid=<{$news.id}>" <{$news.infotips}>><{$news.title}></a> <br /><{$news.teaser}></li> <{/if}> <{/foreach}> </ul> </td> </tr> </table> <{/if}>

16
jdseymour
Re: How do you edit the template for recent news 1.4?

Well, my news_block_top.html, within the templates folder of the archive, looks like the second set of code in your post.

You may also want to look at news_top.php in the blocks folder. Still do not quite understand as your first code looks quite different from the code of the template.

17
wizanda
Re: How do you edit the template for recent news 1.4?
  • 2005/8/22 8:40

  • wizanda

  • Home away from home

  • Posts: 1585

  • Since: 2004/3/21


Oh that makes more sense now, the top one is due to the fact I removed the date and added center.

So why does the site say the template,is news_block_new.html, yet really it is news_block_top.html??

18
jdseymour
Re: How do you edit the template for recent news 1.4?

Even if I click on edit template from the blocks administration edit options page it shows for me as news_block_top.html. I see no reference to news_block_new.html.

Lots of entries because of the tabbed feature of the block. And I do not even have a news_block_new.html listed in my templates administration page.

19
wizanda
Re: How do you edit the template for recent news 1.4?
  • 2005/8/22 8:55

  • wizanda

  • Home away from home

  • Posts: 1585

  • Since: 2004/3/21


I don't understand this then on mine it shows,

File name news_block_new.html

when you choose edit from the blocks menu??

20
jdseymour
Re: How do you edit the template for recent news 1.4?

Well just for information, mine was a clean install of news 1.4. Maybe news_block_new was an older template? Not overwritten in the upgrade because no file of the same name uploaded? I also am confused.

Who's Online

238 user(s) are online (176 user(s) are browsing Support Forums)


Members: 0


Guests: 238


more...

Donat-O-Meter

Stats
Goal: $15.00
Due Date: Jul 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $15.00
Make donations with PayPal!

Latest GitHub Commits