311
antifmradio
Re: WFDownloads problems

as far as i know
you can not use files with any punchuations, marks, or spaces in the filename

What i have done is created an excell spread sheet for each item i have in my downloads section
this sheet cross referrances all my files with a specific NUMBER.zip or NUMBER.fileextention

No spaces. also no way for would be hackers and torrent users to find the files by searching



312
antifmradio
changing time stamp?

i had a different message here but i found the problem

ok so my timestamp shows as 2007/8/14 23:20

on the website

i cant find where to change this.

i wnated to change it to

Month / day / Year / 12 hour interval



313
antifmradio
Re: FaceBook Collecting Personal Data for Selling

this same applies to the following websites

FACEPARTY
YAHOO GROUPS
MSN GROUPS
E CARDS
E VITE


also as per a recent article i read about MySpace:
Anything that you upload, post, or leave behind at MySpace because theirs apon their receiving it.

The only thing they can NOT lay claim to is any music you have uploaded which is copywritten under YOUR OWN NAME,

Anything else belongs to them "Terms and Agreement"



314
antifmradio
Re: XOOPS.org group added to Last.FM/Audioscrobbler

sounds cool

i run my own online station and have heard of last fm a while ago

i havent really visited much though



315
antifmradio
Purchase your stolen copy of XOOPS for $249.97

Well looks like that old website is at it again
or rather they never stopped. This time it seems they took every single plugin available to XOOPS and created one HUGE installation with everything possable
As far as i can tell...


I dont want to link to their site but since it would help to show this better i might have to.

Goto this linkhttp://www.popscript.com/scripts/php-scripts/social-network/the-community-portal/prod_618.html

and click on the MORE IMAGES button below the screenshot.

Then go through the other pictures it shows you and well

to me these look like different XOOPS modules but you be the judge

Product Information
There is nothing like this script software anywhere on the net. Offer your own "google" type community portal with only one login for both the admin and the users of the site. No more logging into several sites of the same community.

The admin can control literally every aspect of the site including:

**User/IP Banning
**mass email users, moderators, admins
**Individual user permissions
**Individual group permissions
**Multipl groups,users,permissions
**Multiple Admins, multiple moderators
**Custom Blocks, for basic html,php
**Custom Modules, plugins
**Features a theme directory - to install more themes
**Module directory - to install more features

Plus much, much more!

Restaurant Listings -section
Business Listings - section
AutoMall - section
Classifieds - section
Classmates - section
Filehosting - section
Hotels - section
Attorneys - section
Lenders - section
Medical - section
Realty - section

Most every aspect of the site can be customized from within the web based admin panel.

There are only 5 settings that must be set for the site to work out of the box. (most of which are database settings) and all in ONE file!

Price: $249.97

* Tell a Friend


Product Code: THE033



316
antifmradio
Re: Bulk Adding downloads in WF Downloads 3.2?

thanks for the info script_fu
actually the #4 link is exactly what im looking for.

However unfortunatly it seems it would take some SERIOUS code breaking to alter it and make it understand WAV and MP3 files
instead of curretnly jpg and gif images.


I would have to setup a secondary installation for testing this one or it can really mess things up.

I have it saved.
Thanks again



317
antifmradio
Bulk Adding downloads in WF Downloads 3.2?

I have a bunch of files already online. I wanted to add them to the WF Downloads module for people to download through.
I already have them categorized and such into their own folders.

Is there a way to add them to the Downloads module other then ONE AT A TIME ? ugh!!



318
antifmradio
remving DATE from output of news block

Im using the NEWS module Version: 1.55

of corse it has its own blocks which you can display on any other page

the block outputs information like this

# [2007/12/30] Warner to sell copyright...
# [2007/12/30] 30 sites offering Illegal...
# [2007/12/29] RAVE organisers are putti...
# [2007/12/10] The DJ Guide
# [2007/12/9] Dance scene pulsates with...
# [2007/12/1] Top music acts miss out o...
# [2007/11/30] New rules to drive up iPo...
# [2007/10/20] RIAA's Next Target: ...
# [2007/9/18] Major Record Labels on th...

The only thing i am trying to remove is the DATE information that it outputs.
I have been looking at the
news_block_top.html
file

I searched for any referance to DATE in the code ( not related to the information for SPOTLIGHT NEWS)

i removed it but it still spits out the DATE.

Im wondering if this is the correct block or not to edit.


Heres te block code ( Works with NEWS version 1.55 ) if anyone wants to try to edit this one.


<{if $block.displayview==2}>        <{* Classical view *}>

<
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>
    <{* ************************************** 
Tabs creation ************************************** *}>
<
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}>
    <{* ************************************** 
Body of the current tab ************************************** *}>
<
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.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}>    <{* ************************************** 
Classical view ************************************** *}>
<
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}>



319
antifmradio
remoing module link from MENU but still having access

Is there a way to removed the link to certain modules from the main menu ( left ) but still leaving that module accessable to the users?

I have a HEAD MENU where some links reside so i dont need them in the regular main menu section



320
antifmradio
Re: Changing the height / width of blocks?

i did some poking around
seems like my blocks ( currently ) are related to the THEME settings so i had to go in there.

Again i see the same code i have been changing on my computer to no avail

theme i am using is
FIAPPLEBLUE
in that folder there are the files

theme.html
style.css
and a couple image files

now in this i can only see ONE item relatd to my LEFT blocks (im using LEFT just as an example)


This is the code


<!-- Start left blocks loop -->

<{foreach 
item=block from=$xoops_lblocks}>
<
table cellspacing="0" cellpadding="2" width="100px">
<
tr>
<
td><img src="<{$xoops_url}>/themes/<{$xoops_theme}>/images/tt12_l.gif" /></td>
<
td class="tt12_m" width="100px"></td>
<
td><img src="<{$xoops_url}>/themes/<{$xoops_theme}>/images/tt12_r.gif" /></td></tr>
<
tr><td colspan="3" class="blockTitle2" width="100px">&nbsp;<{$block.title}></td></tr>
<
tr><td colspan="3" class="blockContent" width="100%"><{$block.content}></td></tr>
<
tr><td><img src="<{$xoops_url}>/themes/<{$xoops_theme}>/images/tb12_l.gif" /></td>
<
td class="tb12_m"></td>
<
td><img src="<{$xoops_url}>/themes/<{$xoops_theme}>/images/tb12_r.gif" /></td></tr>
</
table>

<
br />
<{/foreach}>

<!-- 
End left blocks loop -->


you can see where i edited the items to call out a width of 100px
but im still getting much larger settings showing here and its all distorted


www.grooveclip.com/groove




TopTop
« 1 ... 29 30 31 (32) 33 34 35 ... 38 »



Login

Who's Online

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


Members: 0


Guests: 238


more...

Donat-O-Meter

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

Latest GitHub Commits