Portal Themes, PHPnuke Themes and PostNuke themes Themes Home Page Profile Free Nuke theme Downloads Nuke theme Support Forums Nuke Themes Store
spacer image spacer image
Featured
Call of Duty 4 Nuke Theme

Call of Duty 4 Nuke Theme

Call of Duty 4 PHPNuke Theme, Call of Duty 4 PostNuke Theme, Call of Duty 4 Evo Theme, Call of Duty ...

$19.95
Enter Store ]
spacer image
Main Menu
spacer image
Site Status
spacer image Welcome Guest
Join us!
spacer image
spacer imagespacer imagespacer image
spacer image
Registration is free and gives full access to site
spacer image
spacer image Register
spacer image Login:
User:

spacer image
Password:

spacer image
Remember me
spacer image
spacer imageMembers:
Last: Today New:0
Last: Yesterday:2
Last: Total:6983
Last: Last:
xgoochx
Members: Online
Members: Members:0
Guests: Guests:11
Total: Total:11
spacer image Online Members
No online members
spacer image
Past News
Older articles
spacer image


Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
MoranOffline
Post subject: PT20X and forum cells  PostPosted: Jan 28, 2006 - 07:39 PM



Joined: Jan 28, 2006
Posts: 7

Status: Offline
Hey guys, I modded the PT20X theme and it looks great!

The only issue I'm having is when you go to forums they're "floating" i.e. there's no cells around each new post/topic etc. Where can I find that code to edit so they're available/visible? I went through the default.css file but couldn't find it. Some help would be appreciated.

Thanks
 
 View user's profile Send private message  
Reply with quote
marsOffline
Post subject:   PostPosted: Jan 28, 2006 - 07:58 PM
Site Admin


Joined: Aug 15, 2004
Posts: 3972

Status: Offline
If it is PNphpBB2 then there should be a css file named PT20X.css in modules/PHphpBB2/Templates/PNTheme/styles
 
 View user's profile Send private message  
Reply with quote
MoranOffline
Post subject:   PostPosted: Jan 28, 2006 - 11:13 PM



Joined: Jan 28, 2006
Posts: 7

Status: Offline
yes there is...but as i believe i asked..my .css is a little spotty where in this:
Code:
body {
   font-family: Tahoma;
   font-size: 11px;
   color: #888888;
   scrollbar-face-color: #222222;
   scrollbar-shadow-color: #333333;
   scrollbar-highlight-color:#333333;
   scrollbar-3dlight-color: #111111;
   scrollbar-darkshadow-color: #111111;
   scrollbar-track-color: #111111;
   scrollbar-arrow-color: #111111;
   background-image: url(../images/pt20_01.gif);
   margin: 1px;
}

td, tr, table {
   font-family: Tahoma;
   font-size: 11px;
   color: #888888;
   border: 1
}

a:link, a:active, a:visited {
   color: #876C37;
   text-decoration: none;
}

a:hover {
   color: #D99B23;
   text-decoration: underline;
}

input, select, textarea {
   background-image: url('images/form-background.gif');
   background-color: #121212;
   border: 1px solid #000000;
   font-size: 10px;
   font-family: Tahoma;
   color: #888888;
   font-weight: bold
}

.table-highlight {
   border-bottom: 1px #222222 solid;
}

.table2 {
   border-right: 1px #000000 dotted;
}

.table3 {
   border-bottom: 1px #000000 dotted;
}

.title {
   font-size: 11px;
   font-family: Tahoma;
   color: #AC851C;
}

.title2 {
   font-size: 11px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
; padding-bottom: 12px; font-weight: bold
}.leftbody {  padding-left: 10px}
.lefttop {  padding-right: 10px}
.topmenu {  padding-bottom: 10px}
.footermid {
   background-image: url(../images/pt20_31.gif);
}
.mainleft {
   background-image: url(../images/pt20_26.gif);
}
.mainright {
   background-image: url(../images/pt20_28.gif);
}
.summleft {
   background-image: url(../images/pt20summ_04.gif);
}
.summmidd {
   background-color: #2F3238;
}
.summright {
   background-image: url(../images/pt20summ_06.gif);
}
.summbottom {
   background-image: url(../images/pt20summ_08.gif);
}
.summtop {
   background-image: url(../images/pt20summ_02.gif);
}
img {
   border: 0px;
}
.lefttop {
   background-image: url(../images/pt20left_02.gif);
   font-weight: bold;
}
.leftleft {
   background-image: url(../images/pt20summ_04.gif);
}
.leftright {
   background-image: url(../images/pt20left_06.gif);
}
.leftbottom {
   background-image: url(../images/pt20left_08.gif);
}
.righttop {
   background-image: url(../images/pt20right_02.gif);
   font-weight: bold;
}
.rightleft {
   background-image: url(../images/pt20right_04.gif);
}
.rightright {

   background-image: url(../images/pt20right_06.gif);
}
.rightbottom {


   background-image: url(../images/pt20right_08.gif);
}
.centop {
   background-image: url(../images/pt20center_02.gif);
   padding-top: 7px;
}
.cenleft {
   background-image: url(../images/pt20center_04.gif);
}
.cenright {

   background-image: url(../images/pt20center_06.gif);
}
.cenbottom {


   background-image: url(../images/pt20center_08.gif);
}
.welcome {
   padding-bottom: 30px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-weight: bold;
   color: #FE931D;
   background-image: url(../images/pt20header_17.gif);
}


would the code be to add the cell borders to show?
 
 View user's profile Send private message  
Reply with quote
marsOffline
Post subject:   PostPosted: Jan 28, 2006 - 11:16 PM
Site Admin


Joined: Aug 15, 2004
Posts: 3972

Status: Offline
That is the THEME css
The forum css is in modules/PNphpBB2/Templates/PNTheme/styles
 
 View user's profile Send private message  
Reply with quote
MoranOffline
Post subject:   PostPosted: Jan 28, 2006 - 11:30 PM



Joined: Jan 28, 2006
Posts: 7

Status: Offline
doh my bad sorry....this is the right quote:
Code:
/* $Id: default.css,v 1.2 2004/09/24 00:18:00 carls Exp $ */
/* Based on the original Style Sheet for the PNTheme v2 Theme for phpBB version 2+
Edited by Daz - http://www.forumimages.com
Updated for use on PNphpBB2 by Carls */

/* General text */
.gensmall
{
font-size:11px;

}

.genmed
{
font-size:10px;
}

/* titles for the topics:could specify viewed link colour too */
.topictitle
{
font-size:11px;
font-weight:bold;
text-align:left;

}

a.topictitle:visited
{
color:#5493b4;
}

a.topictitle:hover

{
color:#dd6900;
}

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name
{
font-size:11px;
font-weight: bold;
}

/* Begin moving tword phpbb 2.2 style data */
p.breadcrumbs
{
margin: 1px;
float: left;
font-weight: bold;
white-space: normal;
}

p.datetime
{
margin: 1px;
float: right;
white-space: nowrap;
}

/* Added for Mozilla - still need to look at the black background problem though */
iframe
{
border:1;
}

hr{border: 1px solid #ffffff;border-top-width:1px;height:0px}

/* Form elements */
form
{
display:inline;
}

input
{
margin-bottom:2px;
margin-top:2px;
text-indent:2px;
}

input,textarea,select
{
border-color:#000000;
color:#000000;
font-size:11px;
}


/* Fancy form styles for IE */
input,textarea,select,input.button
{
border-width:1px;
font:normal 11px Verdana,Arial,Helvetica,sans-serif;
}

/* The buttons used for bbCode styling in message post */
input.button
{
background:#fafafa;
color:#000000;
}

input.catbutton
{
background:#fafafa;
color:#000000;
font-size:10px;
}

/* None-bold submit button */
input.liteoption
{
background: #fafafa;
color:#000000;
}

/* The main submit button option */
input.mainoption
{
background:#fafafa;
color:#000000;
font-weight:bold;
}

/* The text input fields background colour */
input.post,textarea.post,select
{
background: #ffffff;
color:#000000;
}

/* Category gradients*/
td.cat
{
font-weight:bold;
letter-spacing:1px;
color:#000000;
background-color:#ffffff;
background: url(../cellpics/light_blue/cellpic1.jpg);
height:27px;
}
td.catRupt
{
font-weight:bold;
letter-spacing:1px;
color:#000000;
background-color:#ffffff;
background: url(../cellpics/light_blue/cellpic1.jpg);
height:27px;
}

/* Main table cell colours and backgrounds */
td.row1
{
background:#eaedf4;
color:#000000;
}

td.row2
{
background:#d9e2ec;
color:#000000;
}

td.row3
{
background:#cad9ea;
color:#000000;
}

td.spacerow
{
background:#cad9ea;
color:#000000;
}

/* This is for the table cell above the Topics,Post & Last posts on the index.php */
td.rowpic
{
background-color:#ffffff;
background:url(../cellpics/light_blue/cellpic2.jpg);
background-repeat: repeat-y;

}

/* Attach mod specific */
td.attachrow
{
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
color: ;
border-color: ;
}

td.attachheader
{
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
color: ;
border-color: ;
background-color: ;
}

table.attachtable
{
font: normal 12px Verdana, Arial, Helvetica, sans-serif;
color: ;
border-color: ;
border-collapse: collapse;
}

/* Header cells */
th.thc, th
{
background-color:#eeeeee;
background:url(../cellpics/light_blue/cellpic3.jpg);
font-size:11px;
color:#000000;
font-weight:bold;
white-space:nowrap;
text-align:center;
height:27px;
vertical-align: middle;
}

th.thc a:link, th.thc a:active, th.thc a:visited, th a:link, th a:active, th a:visited
{
color: #000000;
}

th.thc a:hover, th a:hover
{
color: #dd6900;
}

/* Header cells */
th.thl
{
background-color:#eeeeee;
background:url(../cellpics/light_blue/cellpic3.jpg);
font-size:11px;
color:#000000;
font-weight:bold;
white-space:nowrap;
text-align:left;
height:27px;
vertical-align: middle;
}

th.thl a:link, th.thl a:active, th.thl a:visited
{
color: #000000;
}

th.thl a:hover
{
color: #dd6900;
}

/* This is for the error messages that pop up */
.errorline
{
background:#add8e6;
color:#000000;
border:1px solid #006699;
text-align:left;
}

/* This is the border line & background colour round the entire page */
.bodyline
{
background:#ffffff;
color:#000000;
border:1px solid #98aab1;
text-align:left;
}

/* This is the outline round the main forum tables */
.forumline
{
background:#ffffff;
color:#000000;
border:1px solid #006699;
text-align:left;
}

/* This is the line in the posting page which shows the rollover
help line. This is actually a text box,but if set to be the same
colour as the background no one will know;)*/
.helpline
{
background:#d9e2ec;
border-style:none;
color:#000000;
text-align:left;
}

/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1
{
font:bold 20px/120% "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
text-decoration:none;
text-align:left;
}

/*logo size in header*/
.mainlogo
{
font:bold 24px/120% "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
text-decoration:none;
text-align:left;
}

.logosmall
{
font:bold 8px/100% "Tr;ebuchet MS",Verdana,Arial,Helvetica,sans-serif;
text-decoration:none;
text-align:left;
}

.mainheader
{
font:bold 16px/100%;
background: #eeeeee;
text-align:left;
}

.authheader
{
background:#eeeeee;
font-size:10px;
text-align:left;
}

/* Used for the navigation text,(Page 1,2,3 etc) and the navigation bar when in a forum */
.nav
{
font-weight: bold;
color : #000000;
text-align:left;
}

a.nav
{
text-decoration: none;
font-weight: bold;
color : #000000;
text-align:left;
}

a.nav:hover
{
text-decoration: underline;
color : #dd6900;
}

.postbody
{
font:12px/125% Verdana,Arial,Helvetica,sans-serif;
text-align:left;
}

/* Location,number of posts,post date etc */
.postdetails
{
color:#000000;
font-size:10px;
text-align:left;
}

.subtitle,h2
{
color:#000000;
font:bold 18px/180% "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
text-decoration:none;
text-align:left;
}

/* This is the gradient background at the top of the page */
/* Not currently used in PNphpBB */
.topbkg
{
background:url(../cellpics/light_blue/cellpic_bkg.jpg);
background-repeat: repeat-x;
}

/* Quote blocks
.quote
{
background:#ffffff;
border:1px solid #ffffff;
color:#000000;
font:11px/125% Verdana,Arial,Helvetica,sans-serif;
text-align:left;
}
*/

/* Code blocks
.codetitle
{
background: #ffffff;
border:1px solid #ffffff;
padding:5px;
width:90%;
font-weight:bold;
text-align:left;
margin-top:10px;
text-align:left;
}
*/

/* Pagination */
.pi_current
{
background-color: #eeeeee;
border: 1px solid #ffffff;
padding:1px 3px 1px 3px;
color: #000;
font-size:10px;
font-weight:normal;
margin-right:1px;
}

.pi_link
{
background-color: #ffffff;
border: 1px solid #ffffff;
padding:1px 3px 1px 3px;
color: #000;
font-size:10px;
font-weight:normal;
margin-right:1px;
}

.pi_firstlast
{
background-color: #ffffff;
border: 1px solid #ffffff;
padding:1px 3px 1px 3px;
color: #000;
font-size:10px;
font-weight:bold;
margin-right:1px;
}

.pi_plain
{
background-color: #ffffff;
border: 1px solid #ffffff;
padding:1px 3px 1px 3px;
color: #000;
font-size:10px;
font-weight:normal;
margin-right:1px;
}

.pi_current a:active,
.pi_current a:visited,
.pi_current a:link,
.pi_link a:active,
.pi_link a:visited,
.pi_link a:link,
.pi_firstlast a:active,
.pi_firstlast a:visited,
.pi_firstlast a:link
{
text-decoration:none;
color: #000;
font-size:10px;
font-weight:normal;
}

/* Inline images */
.inlineimg
{
vertical-align: middle;
}

.navbar
{
background: #ffffff;
padding:3px;
text-align:center;
white-space:nowrap;
border-top: 2px solid #eeeeee;
border-bottom: 2px solid #eeeeee;
}

/* FI DivExpand - Daz - ForumImages.com - START */
/* Code */
.codetitle,.code
{
border:1px solid #ffffff;
padding:2px 2px 3px 3px
}

.codetitle
{
background: #ffffff;
text-indent:2px;
font-weight:bold;
margin:10px 20px 0 20px;
}

.code
{
background:#ffffff;
border-top-width:0;
color:#060;
font: 12px Courier,'Courier New',sans-serif;
overflow:auto;
height:40px;
margin:0 20px 0 20px;
}

/* Quote blocks */
.quotetitle,.quote
{
border: 1px solid #ffffff;
padding:2px 2px 3px 3px;
}

.quotetitle
{
background:#ffffff;
text-indent:2px;
font-weight:bold;
margin:10px 20px 0 20px;
}

.quote
{
background:#ffffff;
border-top-width:0;
color:#444;
overflow:auto;
height:40px;
margin:0 20px 10px 20px;
}
/* FI DivExpand - Daz - ForumImages.com - END */
 
 View user's profile Send private message  
Reply with quote
marsOffline
Post subject:   PostPosted: Jan 29, 2006 - 01:18 AM
Site Admin


Joined: Aug 15, 2004
Posts: 3972

Status: Offline
row1, row2 and row3 are the ones you want to add borders to.
 
 View user's profile Send private message  
Reply with quote
MoranOffline
Post subject:   PostPosted: Jan 29, 2006 - 02:49 AM



Joined: Jan 28, 2006
Posts: 7

Status: Offline
Quote:
td.row1
{
background:#eaedf4;
color:#000000;
border:1px solid #FFFFFF;
}

td.row2
{
background:#d9e2ec;
color:#000000;
border:1px solid #FFFFFF;
}

td.row3
{
background:#cad9ea;
color:#000000;
border:1px solid #FFFFFF;
}


is what I have..still not working, what am I missing? BTW thanks for the help mars..means a lot.
 
 View user's profile Send private message  
Reply with quote
marsOffline
Post subject:   PostPosted: Jan 29, 2006 - 03:28 AM
Site Admin


Joined: Aug 15, 2004
Posts: 3972

Status: Offline
Can you post a link to the site so I can see what is going on?
 
 View user's profile Send private message  
Reply with quote
MoranOffline
Post subject:   PostPosted: Jan 29, 2006 - 05:25 PM



Joined: Jan 28, 2006
Posts: 7

Status: Offline
Sure it's www.royalcouncil.org
username: mars
pw: test

you'll have to change the default theme to pt20x and then go to the forums so you can see what I'm talking about with them "floating"
 
 View user's profile Send private message  
Reply with quote
marsOffline
Post subject:   PostPosted: Jan 29, 2006 - 05:32 PM
Site Admin


Joined: Aug 15, 2004
Posts: 3972

Status: Offline
The forum stylesheet isn't being called.
You need to copy the modules/PNphpBB2/Xanthia/function.pnphpbbstylesheet.php
To modules/Xanthia/plugins

Then in the theme templates add the following to the headers
<!--[pnphpbbstylesheet]-->
 
 View user's profile Send private message  
Reply with quote
MoranOffline
Post subject:   PostPosted: Jan 29, 2006 - 05:33 PM



Joined: Jan 28, 2006
Posts: 7

Status: Offline
Care to elaborate for me, which headers?
 
 View user's profile Send private message  
Reply with quote
marsOffline
Post subject:   PostPosted: Jan 29, 2006 - 05:42 PM
Site Admin


Joined: Aug 15, 2004
Posts: 3972

Status: Offline
themes/PT20X/templates/modules/home.htm
themes/PT20X/templates/modules/pnphpbb.htm
themes/PT20X/templates/master.htm

Should do it.
 
 View user's profile Send private message  
Reply with quote
MoranOffline
Post subject:   PostPosted: Jan 29, 2006 - 05:48 PM



Joined: Jan 28, 2006
Posts: 7

Status: Offline
Hmmm still no cell borders
 
 View user's profile Send private message  
Reply with quote
marsOffline
Post subject:   PostPosted: Jan 29, 2006 - 05:56 PM
Site Admin


Joined: Aug 15, 2004
Posts: 3972

Status: Offline
It still isn't loading it.
Might have to reload the templates in the theme and delete the cache in Xanthia.
 
 View user's profile Send private message  
Reply with quote
Display posts from previous:     
Jump to:  
All times are GMT - 5 Hours
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2006 The PNphpBB Group
Credits
spacer image spacer image
Problem Mortgage | Loans | Loans | Mortgage Calculator | Loans

Welcome to www.PortalThemes.com, Your #1 Source for

Zikula Themes

,

PHP-Nuke themes

,

MD-Pro Themes

,

Nuke Evolution Themes

,

Platinum Nuke Themes

,

Xanthia Themes

,

AutoThemes and

Joomla Templates
World of Warcraft and Blizzard Entertainment are all trademarks or registered trademarks of Blizzard Entertainment in the United States and/or other countries. These terms and all related materials, logos, and images are copyright Blizzard Entertainment. This site is in no way associated with or endorsed by Blizzard Entertainment
SiteMap SiteMap 2 SiteMap 3