1
djayko
i can't edit the recent-news-template
  • 2006/5/11 11:19

  • djayko

  • Just popping in

  • Posts: 7

  • Since: 2006/5/11


Hi,

i`d like to edit the recent-news-block in NEWS 1.44.
Which file is used for the layout-tags?

this file at the last lines?
--> modules/news/templates/blocks/news_block_top.html???

I´ve tried it and changed the html-code.
But nothing happens. Are the template-codes stored in the mysql-database?
If so, how could it changed?

Best regards
Ayko

2
Bassman
Re: i can't edit the recent-news-template
  • 2006/5/11 11:31

  • Bassman

  • Friend of XOOPS

  • Posts: 1272

  • Since: 2003/5/23


You can't edit the default set, you have to clone the default set and edit the cloned set. Look for the template manager in your Admin area.

3
djayko
Re: i can't edit the recent-news-template
  • 2006/5/18 6:44

  • djayko

  • Just popping in

  • Posts: 7

  • Since: 2006/5/11


Ok, i`ve clone it and changed the default to my cloned template.
And now i try to change the file news_block_new.html with the template-manager in the templateview. But nothing happens.
So i delete the full content of this template. BUT NOTHING happens.

What`s wrong??

4
stefan88
Re: i can't edit the recent-news-template
  • 2006/5/18 6:52

  • stefan88

  • Community Support Member

  • Posts: 1086

  • Since: 2004/9/20


You need to empty the "templates_c" folder - delete all files EXCEPT for "index.html"

In admin -> preferences -> general settings set "Update module template .html files from themes/your theme/templates directory" to YES

..

5
djayko
Re: i can't edit the recent-news-template
  • 2006/5/24 21:24

  • djayko

  • Just popping in

  • Posts: 7

  • Since: 2006/5/11


Hi,
i`ve done all what you say, but nothing.

here ist the templat-code from the template-manager:
<{if $block.displayview==2}>

<
style type="text/css">
#fullSupport {
    
padding1.5em;
    
background: <{$block.color2}>;
    
min-height300px;
}

<{if 
$block.tabskin==1}>            <{* Bar Style *}>
#tabNavigation {
    
background#F90;
    
border-bottom1px solid #000;
    
border-top1px solid #000;
    
list-stylenone outside none;
    
colorinherit;
    
margin0;
    
padding0
}

html #tabNavigation/* */ {
    
padding4px 0 4px 0
}

html>body #tabNavigation {
    
margin0;
    
padding4px 0 4px 0
}

#tabNavigation li {
    
displayinline;
    
line-height1em
}

#tabNavigation a, #tabNavigation a:link, #tabNavigation a:visited {
    
background: <{$block.color4}>;
    
border-bottom1px solid #000;
    
border-right1px solid #000;
    
color#FFF;
    
cursorpointer;
    
height1em;
    
margin: -1px 0 -1px 0;
    
padding3px 6px 3px 6px;
    
text-decorationnone
}

html #tabNavigation a/* */, html #tabNavigation a:link/* */, html #tabNavigation a:visited/* */ {
    
border-bottomnone;
    
heightauto;
    
margin0
}

html>body #tabNavigation a, html>body #tabNavigation a:link, html>body #tabNavigation a:visited {
    
border-bottomnone;
    
padding4px 6px 4px 6px
}

head+body #tabNavigation a, head+body #tabNavigation a:link, head+body #tabNavigation a:visited {
    
padding3px 6px 3px 6px
}

#tabNavigation a:hover {
    
background: <{$block.color5}>;
    
colorinherit
}

#tabNavigation a:active {
    
background#CCC;
    
border-right1px solid #000;
    
colorinherit
}

#tabNavigation .selectedTab a, #tabNavigation .selectedTab a:link, #tabNavigation .selectedTab a:visited, #tabNavigation .selectedTab a:hover {
    
background: <{$block.color3}>;
    
border-bottomnone;
    
border-right1px solid #000;
    
border-top1px solid #000;
    
color#000;
    
cursortext;
    
padding3px 5px 4px 5px
}

html>body #tabNavigation .selectedTab a, html>body #tabNavigation .selectedTab a:link, html>body #tabNavigation .selectedTab a:visited {
    
padding4px 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 {
    
padding3px 5px 4px 5px
}

.
fixTabsIE {
    
visibilityhidden
}
<{elseif 
$block.tabskin==2}>        <{* Beveled *}>
#tabNavigation {
    
border-bottom1px solid #000;
    
list-stylenone outside none;
    
margin0;
    
padding0
}

html #tabNavigation/* */ {
    
padding4px 0 2px 0
}

html>body #tabNavigation {
    
padding3px 0 1px 0
}

head+body #tabNavigation {
    
padding4px 0 2px 0
}

#tabNavigation li {
    
border-left1px solid #000;
    
border-right1px solid #000;
    
border-top1px solid #000;
    
displayinline;
    
height1em;
    
margin0 0 0 3px;
    
padding0;
    
z-index1000
}

html #tabNavigation li/* */ {
    
heightauto
}

html>body #tabNavigation li {
    
heightauto;
    
margin-5px 0 -3px;
    
padding3px 5px 2px 5px
}

html>body ul[id]#tabNavigation li {
    
margin0 0 0 3px;
    
padding3px 0 2px 0
}

#tabNavigation a, #tabNavigation a:link, #tabNavigation a:visited {
    
background: <{$block.color4}>;
    
border-left1px solid #CCC;
    
border-right1px solid #CCC;
    
border-top1px solid #CCC;
    
color#FFF;
    
height1em;
    
padding2px 4px 2px 4px;
    
text-decorationnone
}

html #tabNavigation a/* */, html #tabNavigation a:link/* */, html #tabNavigation a:visited/* */ {
    
heightauto
}

#tabNavigation a:hover {
    
background: <{$block.color5}>;
    
border-left1px solid #888;
    
border-right1px solid #888;
    
border-top1px solid #888;
    
color#FFF
}

#tabNavigation a:active {
    
background#C60;
    
border-left1px solid #E80;
    
border-right1px solid #E80;
    
border-top1px solid #E80;
    
color#FFF
}

html>body #tabNavigation li.selectedTab {
    
margin-5px 0 -3px;
    
padding3px 5px 2px 5px
}

html>body ul[id]#tabNavigation li.selectedTab {
    
margin0 0 0 3px;
    
padding3px 0 2px 0
}

#tabNavigation .selectedTab a, #tabNavigation .selectedTab a:link, #tabNavigation .selectedTab a:visited, #tabNavigation .selectedTab a:hover {
    
background: <{$block.color3}>;
    
border-left1px solid #FC3;
    
border-right1px solid #FC3;
    
border-top1px solid #FC3;
    
color#FFF;
    
margin: -2px 0 0 0;
    
padding3px 4px 3px 4px;
    
positionrelative;
    
top2px
}

html #tabNavigation .selectedTab a/* */, html #tabNavigation .selectedTab a:link/* */, html #tabNavigation .selectedTab a:visited/* */, html #tabNavigation .selectedTab a:hover/* */ {
    
margin: -1px 0 0 0;
    
top1px
}

html>body #tabNavigation .selectedTab a, html>body #tabNavigation .selectedTab a:link, html>body #tabNavigation .selectedTab a:visited, html>body #tabNavigation .selectedTab a:hover {
    
padding2px 4px 2px 4px;
    
top0
}

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;
    
padding2px 4px 4px 4px;
    
top0
}

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 {
    
padding3px 4px 3px 4px;
    
top1px
}

.
fixTabsIE {
    
visibilityhidden
}
<{elseif 
$block.tabskin==3}>        <{* Classic *}>
ulli {
    list-
styledisc;
    
margin0 10px 0 10px
}

#tabNavigation {
    
background#789;
    
colorinherit;
    list-
stylenone outside none;
    
margin0;
    
padding0
}

html #tabNavigation/* */ {
    
padding6px 0 6px 1px
}

html>body #tabNavigation {
    
margin0;
    
padding6px 0 6px 1px;
}

#tabNavigation li {
    
displayinline;
    
line-height1em;
    
margin0;
    
padding0
}

#tabNavigation a, #tabNavigation a:link, #tabNavigation a:visited {
    
backgroundurl(<{$block.imagesurl}>unselectedEnd.gif) <{$block.color4}> no-repeat scroll top right;
    
color#FFF;
    
cursorpointer;
    
height1em;
    
padding5px 21px 5px 2px;
    
text-decorationnone;
    
z-index1000
}

html #tabNavigation a/* */, html #tabNavigation a:link/* */, html #tabNavigation a:visited/* */ {
    
heightauto;
    
margin0;
    
padding5px 21px 5px 2px
}

#tabNavigation a:hover {
    
backgroundurl(<{$block.imagesurl}>unselectedEnd.gif) <{$block.color5}> no-repeat scroll top right;
    
color#FFF;
    
text-decorationunderline
}

#tabNavigation a:active {
    
backgroundurl(<{$block.imagesurl}>unselectedEnd.gif#789 no-repeat scroll top right;
    
color#567;
    
text-decorationnone
}

#tabNavigation li.selectedTab {
    
backgroundurl(<{$block.imagesurl}>selectedStart.gif#FFF no-repeat scroll top left;
    
colorinherit;
    
margin0 0 0 -22px;
    
padding0 0 0 23px
}

html>body #tabNavigation li.selectedTab {
    
backgroundurl(<{$block.imagesurl}>selectedStart.gif#FFF no-repeat scroll top left;
    
colorinherit;
    
margin0 0 0 -22px;
    
padding5px 1px 5px 22px
}

html>body ul[id]#tabNavigation li.selectedTab {
    
backgroundurl(<{$block.imagesurl}>selectedStart.gif#FFF no-repeat scroll top left;
    
colorinherit;
    
margin0 0 0 -22px;
    
padding5px 0 5px 23px
}

#tabNavigation .selectedTab a, #tabNavigation .selectedTab a:link, #tabNavigation .selectedTab a:visited, #tabNavigation .selectedTab a:hover {
    
backgroundtransparent url(<{$block.imagesurl}>selectedEnd.gifno-repeat scroll top right;
    
border-bottomnone;
    
color#000;
    
cursortext;
    
padding5px 21px 5px 2px;
    
text-decorationnone
}

html #tabNavigation .selectedTab a/* */, html #tabNavigation .selectedTab a:link/* */, html #tabNavigation .selectedTab a:visited/* */, html #tabNavigation .selectedTab a:hover/* */ {
    
padding5px 21px 5px 1px
}

#tabNavigation .fixTabsIE a, #tabNavigation .fixTabsIE a:link, #tabNavigation .fixTabsIE a:visited, #tabNavigation .fixTabsIE a:hover {
    
displaynone;
}
<{elseif 
$block.tabskin==4}>        <{* Folders *}>
#tabNavigation {
    
border-bottom1px solid #C60;
    
list-stylenone outside none;
    
margin0;
    
padding0 0 0 20px
}

html #tabNavigation/* */ {
    
margin0;
    
padding3px 0 3px 20px
}

html>body #tabNavigation {
    
margin0;
    
padding0 0 1px 20px
}

head+body #tabNavigation {
    
padding0 0 3px 20px
}

html>body ul[id#tabNavigation {
    
padding0 0 0 20px
}

#tabNavigation li,  #subNavigation li {
    
displayinline;
    list-
stylenone outside none
}

#tabNavigation .preloadUnselected {
    
backgroundtransparent url(<{$block.imagesurl}>unselected.gif);
}

#tabNavigation .preloadSelected {
    
backgroundtransparent url(<{$block.imagesurl}>selected.gif);
}

#tabNavigation .preloadHover {
    
backgroundtransparent url(<{$block.imagesurl}>hover.gif);
}

#tabNavigation .preloadActive {
    
backgroundtransparent url(<{$block.imagesurl}>active.gif);
}

html>body #tabNavigation li {
    
backgroundtransparent url(<{$block.imagesurl}>unselected.gifno-repeat top left;
    
border-right1px solid #666;
    
displayblock;
    
floatleft;
    
height1em;
    
margin3px 5px 3px -15px;
    
padding3px 5px 5px 27px
}

head:first-child+body #tabNavigation li {
    
backgroundnone;
    
border-rightnone;
    
displayinline;
    
floatnone;
    
margin0;
    
padding0
}

#tabNavigation a, #tabNavigation a:link, #tabNavigation a:visited {
    
backgroundtransparent url(<{$block.imagesurl}>unselected.gifno-repeat top left;
    
border-right1px solid #666;
    
color#FFF;
    
displayinline;
    
height1em;
    
margin0 0 0 -15px;
    
padding3px 5px 3px 27px;
    
text-decorationnone
}

html>body #tabNavigation a, html>body #tabNavigation a:link, html>body #tabNavigation a:visited {
    
border-rightnone;
    
margin0;
    
padding0
}

head:first-child+body #tabNavigation a, head:first-child+body #tabNavigation a:link, head:first-child+body #tabNavigation a:visited {
    
border-right1px solid #666;
    
margin0 0 0 -15px;
    
padding3px 5px 3px 27px;
    
positionrelative;
    
z-index50
}

#tabNavigation a:hover {
    
backgroundtransparent url(<{$block.imagesurl}>hover.gifno-repeat top left;
    
border-right1px solid #333;
    
color#FFF;
    
text-decorationnone
}

html>body #tabNavigation a:hover {
    
border-rightnone;
    
text-decorationunderline
}

head:first-child+body #tabNavigation a:hover {
    
border-right1px solid #333;
    
padding4px 5px 3px 27px;
    
positionrelative;
    
text-decorationnone;
    
z-index5000
}

#tabNavigation a:active {
    
backgroundtransparent url(<{$block.imagesurl}>active.gifno-repeat top left;
    
color#FFF;
    
text-decorationnone
}

html>body #tabNavigation a:active {
    
text-decorationunderline
}

head:first-child+body #tabNavigation a:active {
    
text-decorationnone
}

html>body #tabNavigation li.selectedTab {
    
backgroundtransparent url(<{$block.imagesurl}>selected.gifno-repeat top left;
    
border-right1px solid #C60;
    
displayblock;
    
floatleft;
    
height1em;
    
margin3px 5px 5px -15px;
    
padding3px 5px 5px 27px
}

head:first-child+body #tabNavigation li.selectedTab {
    
backgroundnone;
    
border-rightnone;
    
displayinline;
    
floatnone;
    
margin0;
    
padding0
}

#tabNavigation .selectedTab a, #tabNavigation .selectedTab a:link, #tabNavigation .selectedTab a:visited {
    
backgroundtransparent url(<{$block.imagesurl}>selected.gifno-repeat top left;
    
border-right1px solid #C60;
    
color#FFF;
    
cursortext;
    
displayinline;
    
height1em;
    
margin0 0 0 -15px;
    
padding3px 5px 3px 27px
}

html>body #tabNavigation .selectedTab a, html>body #tabNavigation .selectedTab a:link, html>body #tabNavigation .selectedTab a:visited {
    
border-rightnone;
    
margin0;
    
padding0
}

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 {
    
backgroundtransparent url(<{$block.imagesurl}>selected.gifno-repeat top left;
    
border-right1px solid #C60;
    
margin0 0 0 -15px;
    
padding3px 5px 3px 27px;
    
positionrelative;
    
z-index10000
}

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 {
    
padding4px 5px 5px 27px
}

.
fixTabsIE {
    
visibilityhidden
}
<{elseif 
$block.tabskin==5}>        <{* MacOs *}>
#tabNavigation {
    
background#CCC;
    
border-bottom1px solid #999;
    
border-top1px solid #FFF;
    
colorinherit;
    list-
stylenone outside none;
    
margin0;
    
padding0;
}

html #tabNavigation/* */ {
    
padding4px 0 4px 0
}

html>body #tabNavigation {
    
margin0;
    
padding4px 0 4px 0
}

#tabNavigation li {
    
displayinline;
    
line-height1em
}

#tabNavigation a, #tabNavigation a:link, #tabNavigation a:visited {
    
backgroundinherit;
    
border-bottom1px solid #999;
    
border-left1px solid #FFF;
    
border-right1px solid #999;
    
border-top1px solid #FFF;
    
color#000;
    
cursorpointer;
    
height1em;
    
margin: -1px 0 -1px 0;
    
padding3px 6px 3px 6px;
    
text-decorationnone;
    
white-spacenormal;
}

html #tabNavigation a/* */, html #tabNavigation a:link/* */, html #tabNavigation a:visited/* */ {
    
heightauto;
    
margin0
}

html>body #tabNavigation a, html>body #tabNavigation a:link, html>body #tabNavigation a:visited {
    
padding4px 6px 4px 6px
}

head+body #tabNavigation a, head+body #tabNavigation a:link, head+body #tabNavigation a:visited {
    
padding3px 6px 3px 6px
}

#tabNavigation a:hover {
    
background: <{$block.color5}>;
    
border-bottom1px solid #666;
    
border-left1px solid #CCC;
    
border-right1px solid #666;
    
border-top1px solid #CCC;
    
colorinherit
}

#tabNavigation a:active {
    
background#CCC;
    
border-bottom1px solid #FFF;
    
border-left1px solid #999;
    
border-right1px solid #FFF;
    
border-top1px solid #999;
    
colorinherit
}

#tabNavigation .selectedTab a, #tabNavigation .selectedTab a:link, #tabNavigation .selectedTab a:visited, #tabNavigation .selectedTab a:hover {
    
background: <{$block.color3}>;
    
border-bottom1px solid #999;
    
border-left1px solid #FFF;
    
border-right1px solid #999;
    
border-top1px solid #FFF;
    
color#000;
    
cursortext;
    
font-weightbold
}

#tabNavigation .fixTabsIE a, #tabNavigation .fixTabsIE a:link, #tabNavigation .fixTabsIE a:visited {
    
visibilityhidden
}

html #tabNavigation .fixTabsIE a/* */, html #tabNavigation .fixTabsIE a:link/* */, html #tabNavigation .fixTabsIE a:visited/* */ {
    
background#CCC;
    
border-bottomnone;
    
border-left1px solid #FFF;
    
border-rightnone;
    
border-topnone;
    
colorinherit;
    
cursortext;
    
margin0;
    
padding3px 6px 3px 6px;
    
visibilityvisible
}
<{elseif 
$block.tabskin==6}>        <{* Plain *}>
#tabNavigation {
    
border-bottom1px solid #000;
    
fontnormal 11px VerdanaGenevaArialHelveticasans-serif;
    
margin0;
    
padding0 0 18px 0;
}

ul#tabNavigation li {
    
displayinline;
    list-
style-imagenone;
    list-
style-positionoutside;
    list-
style-typenone;
}

ul#tabNavigation a, ul#tabNavigation a:link, ul#tabNavigation a:visited {
    
background: <{$block.color4}>;
    
border1px solid #000;
    
color#000;
    
floatleft;
    
margin0 0 0 5px;
    
padding2px 6px 2px 6px;
    
text-decorationnone
}

ul#tabNavigation a:hover, ul#tabNavigation a:focus {
    
background: <{$block.color5}>;
    
color#FFF;
}

ul#tabNavigation a:active {
    
background#FFF;
    
border-bottomnone;
    
border-left1px solid #000;
    
border-right1px solid #000;
    
border-top1px solid #000;
    
color#00F;
    
padding2px 6px 3px 6px
}

ul#tabNavigation li.selectedTab a, ul#tabNavigation li.selectedTab a:link, ul#tabNavigation li.selectedTab a:visited {
    
background: <{$block.color3}>;
    
border-bottomnone;
    
border-left1px solid #000;
    
border-right1px solid #000;
    
border-top1px solid #000;
    
color#000;
    
cursortext;
    
margin0 0 0 5px;
    
padding2px 6px 3px 6px
}

ul#tabNavigation li.fixTabsIE {
    
displaynone;
    
visibilityhidden
}
<{elseif 
$block.tabskin==7}>        <{* Rounded *}>
#tabNavigation {
    
background#FFF;
    
border-bottom1px solid #000;
    
colorinherit;
    list-
stylenone outside none;
    
margin1px 0 0 0;
    
padding0;
}

html #tabNavigation/* */ {
    
padding4px 0 4px 0
}

html>body #tabNavigation {
    
margin0;
    
padding4px 0 4px 0
}

#tabNavigation li {
    
backgroundurl(<{$block.imagesurl}>unselected_left.gif#C60 no-repeat scroll top left;
    
colorinherit;
    
displayinline;
    
line-height1em;
    
margin0 0 0 2px;
    
padding0
}

html>body #tabNavigation li {
    
margin0 0 0 -6px;
    
padding3px 0 3px 8px
}

html>body ul[id]#tabNavigation li {
    
margin0 0 0 2px;
    
padding3px 0 3px 0
}

#tabNavigation a, #tabNavigation a:link, #tabNavigation a:visited {
    
backgroundtransparent url(<{$block.imagesurl}>unselected_right.gifno-repeat scroll top right;
    
border-bottom1px solid #000;
    
color#FFF;
    
cursorpointer;
    
height1em;
    
margin: -1px 0 -1px 0;
    
padding3px 8px 3px 8px;
    
text-decorationnone
}

html #tabNavigation a/* */, html #tabNavigation a:link/* */, html #tabNavigation a:visited/* */ {
    
border-bottomnone;
    
heightauto;
    
margin0 0 0 4px;
    
padding3px 8px 3px 4px
}

#tabNavigation a:hover {
    
backgroundtransparent url(<{$block.imagesurl}>unselected_right.gifno-repeat scroll top right;
    
color#FFF;
    
text-decorationunderline
}

#tabNavigation a:active {
    
backgroundtransparent url(<{$block.imagesurl}>unselected_right.gifno-repeat scroll top right;
    
color#000;
    
text-decorationunderline
}

#tabNavigation li.selectedTab {
    
backgroundtransparent url(<{$block.imagesurl}>selected_left_F90.gifno-repeat scroll top left;
    
colorinherit;
    
padding0
}

html>body #tabNavigation li.selectedTab {
    
margin0 0 0 -6px;
    
padding4px 0 4px 8px
}

html>body ul[id]#tabNavigation li.selectedTab {
    
margin0 0 0 2px;
    
padding4px 0 4px 0
}

#tabNavigation .selectedTab a, #tabNavigation .selectedTab a:link, #tabNavigation .selectedTab a:visited, #tabNavigation .selectedTab a:hover {
    
backgroundtransparent url(<{$block.imagesurl}>selected_right_F90.gifno-repeat scroll top right;
    
border-bottomnone;
    
color#000;
    
cursortext;
    
padding4px 8px 4px 8px;
    
text-decorationnone
}

html #tabNavigation .selectedTab a/* */, html #tabNavigation .selectedTab a:link/* */, html #tabNavigation .selectedTab a:visited/* */, html #tabNavigation .selectedTab a:hover/* */ {
    
padding4px 8px 4px 4px
}

.
fixTabsIE {
    
visibilityhidden
}
<{elseif 
$block.tabskin==8}>        <{* ZDnet *}>
#tabNavigation {
    
list-stylenone outside none;
    
margin0;
    
padding4px 0 3px 0
}

@
media all {
    
#tabNavigation {
        
text-aligncenter
    
}
}

#tabNavigation li {
    
background#000;
    
displayinline;
    
line-height1em;
    
margin0 4px 0 4px;
    
padding0;
    
positionrelative;
    
top10px
}

html #tabNavigation li/* */ {
    
line-height1.2em;
    
top6px
}

html>body #tabNavigation li {
    
margin0 2px 0 4px;
    
padding4px 0 4px 0
}

#tabNavigation a, #tabNavigation a:link, #tabNavigation a:visited {
    
background: <{$block.color4}>;
    
border1px solid #FFF;
    
bottom2px;
    
color#FFF;
    
cursorpointer;
    
displayinline;
    
height1em;
    
margin0 4px 0 0;
    
padding3px 5px 3px 5px;
    
positionrelative;
    
right2px;
    
text-decorationnone
}

html #tabNavigation a/* */, html #tabNavigation a:link/* */, html #tabNavigation a:visited/* */ {
    
heightauto;
    
margin-4px 0 0
}

html>body #tabNavigation a, html>body #tabNavigation a:link, html>body #tabNavigation a:visited {
    
margin0
}

#tabNavigation a:hover {
    
background: <{$block.color5}>;
    
border1px solid #FFF;
    
bottom1px;
    
color#FFF;
    
padding3px 5px 3px 5px;
    
positionrelative;
    
right1px
}

#tabNavigation a:active {
    
background#666;
    
border1px solid #FFF;
    
bottom0;
    
color#FFF;
    
padding3px 5px 3px 5px;
    
positionrelative;
    
right0
}

#tabNavigation li.selectedTab {
    
background: <{$block.color3}>;
    
displayinline;
    
margin0 4px 0 4px;
    
positionrelative;
    
top4px
}

#tabNavigation .selectedTab a, #tabNavigation .selectedTab a:link, #tabNavigation .selectedTab a:visited, #tabNavigation .selectedTab a:hover {
    
background#F90;
    
border-bottomnone;
    
border-left1px solid #000;
    
border-right1px solid #000;
    
border-top1px solid #000;
    
bottom0;
    
color#FFF;
    
cursortext;
    
margin0 5px 0 0;
    
padding3px 5px 0 5px;
    
positionrelative;
    
right0
}

html #tabNavigation .selectedTab a/* */, html #tabNavigation .selectedTab a:link/* */, html #tabNavigation .selectedTab a:visited/* */, html #tabNavigation .selectedTab a:hover/* */ {
    
margin-2px 0 0
}

.
fixTabsIE {
    
visibilityhidden
}
<{/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><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>
            <
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}>
                        <
br /><br><br><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}>


an thats my homepage-news-block:
http://www.afro-cosmic.eu

where is my error in changing it?

bye
Ayko

6
ecolips
Re: i can't edit the recent-news-template
  • 2006/5/26 20:48

  • ecolips

  • Just popping in

  • Posts: 88

  • Since: 2005/5/18


you have to update the modul from modul administration... all you need is this to see the changes.. nothingg more to do.. just update it

7
Quest
Re: i can't edit the recent-news-template
  • 2006/5/26 21:00

  • Quest

  • Friend of XOOPS

  • Posts: 1034

  • Since: 2005/11/19


As Bassman said you should clone the default set. After you clone the default set go to your admininstration/system/preferences/general settings.
First: Make sure the "Update module template .html files from themes/your theme/templates directory?" is set to YES.
Second: Scroll down further and make sure "Default Template Set" is set to the cloned template (one you just made and named).
Scroll down and click "GO"

Let us know how it goes.

Quest

8
djayko
Re: i can't edit the recent-news-template
  • 2006/6/8 10:25

  • djayko

  • Just popping in

  • Posts: 7

  • Since: 2006/5/11


I didn`t know what i´ve done.

- I´ve cleared the template_c - dir.
- cloned the default template-set
- changing the news_block_top.html in template-editor in xoops

And now it´s allright.

Login

Who's Online

151 user(s) are online (105 user(s) are browsing Support Forums)


Members: 0


Guests: 151


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits