Fixed, had to get notepad++ but was worth it, thanks.

Thing is I do not know exactly what I'm modifying with the file yikes

First i have no clue what *.* is

second


An error was encountered
File: /home/vanaheim/public_html/forum/install_mod.php
Line: 76

PunBB reported: Unable to add columns to table

Database reported: Duplicate column name 'g_pm' (Errno: 1060)

use this code

0 = <a href=http://whatever.com>Name for link</a>

0 would put it before index and 7 would put it after logout

must use http when doing it though

5

(6 replies, posted in PunBB 1.2 troubleshooting)

quaker wrote:

do you have a  style.css and a style_cs.css ?
one is inside the style folder and the other one is inside the import
folder?

style/
style/imports/


i know that the above style is from ur site but a actually link would be better to help with me . so i can help U fix the issue.
Q

http://malcolm.vanaheimgfx.com/Montesquieu_cs.css
http://malcolm.vanaheimgfx.com/Montesquieu.css

6

(6 replies, posted in PunBB 1.2 troubleshooting)

quaker wrote:

do u have alink so that i can look at ur css see what is the issue?


Q

Host the file and link it here or link to my forum?

7

(6 replies, posted in PunBB 1.2 troubleshooting)

I tried that and now the skin is just black and white (it's a blue/grey/white scheme) and still no banner >.<

8

(6 replies, posted in PunBB 1.2 troubleshooting)

So I'm using spinkbb to make skins but i would like to intergrate a banner, I tried and failed miserably the skin did not work at all.

Here's my code
What Am I doing wrong

(note: Im not good at CSS at all)

/* *************************** SpinkBB ****************** */
/*              SKIN GENERE PAR SPINKBB                   */
/*    http://www.jsand.net/spinkbb                        */
/* ********************************** SpinkBB *********** */

/****************************************************************/
/* 1. BACKGROUND AND TEXT COLOURS */
/****************************************************************/

/* 1.1 Default background colour and text colour */

BODY {BACKGROUND-COLOR: #72CFF3}

.pun {COLOR: #FCFCFC}

DIV.box, .pun BLOCKQUOTE, DIV.codebox, #adminconsole FIELDSET TH, .rowodd, .roweven {BACKGROUND-COLOR: #4C4D4F}
#adminconsole TD, #adminconsole TH {BORDER-COLOR: #4C4D4F}

/* 1. 2 Darker background colours */

TD.tc2, TD.tc3, TD.tcmod, #postpreview, #viewprofile DD, DIV.forminfo,
#adminconsole FIELDSET TD, DIV.blockmenu DIV.box, #adstats DD {BACKGROUND-COLOR: #4C4D4F}

/* 1.3 Main headers and navigation bar background and text colour */

.pun H2, #brdmenu {BACKGROUND-COLOR: #4C4D4F; COLOR: #FCFCFC}

/* 1.4 Table header rows */

.pun TH {BACKGROUND-COLOR: #72CFF3}

/* 1.5 Fieldset legend text colour */

.pun LEGEND {COLOR: #FFFFF3}

/* 1.6 Highlighted text for various items */

.pun DIV.blockmenu LI.isactive A, #posterror LI STRONG {COLOR: #333}

/****************************************************************/
/* 2. POST BACKGROUNDS AND TEXT */
/****************************************************************/

/* 2.1 This is the setup for posts. */

DIV.blockpost DIV.box, DIV.postright, DIV.postfootright {BACKGROUND-COLOR: #4C4D4F}
DIV.postright, DIV.postfootright {BORDER-LEFT-COLOR: #4C4D4F}
DIV.postleft, DIV.postfootleft, DIV.blockpost LABEL {BACKGROUND-COLOR: #4C4D4F}

/* 2.2 Background for post headers and text colour for post numbers in viewtopic */

DIV.blockpost H2 {BACKGROUND-COLOR: #4C4D4F}
DIV.blockpost H2 SPAN.conr {COLOR: #72CFF3}

/* 2.3 This is the line above the signature in posts. Colour and background should be the same */

.pun HR {BACKGROUND-COLOR: #333; COLOR: #333}

/****************************************************************/
/* 3. BORDER COLOURS */
/****************************************************************/

/* 3.1 All external borders */

DIV.box {BORDER-COLOR: #4C4D4F}

/* 3.2 Makes the top border of posts match the colour used for post headers */

DIV.blockpost DIV.box {BORDER-COLOR: #4C4D4F #4C4D4F #4C4D4F}

/* 3.3 Table internal borders. By default TH is same as background so border is invisible */

.pun TD {BORDER-COLOR: #72CFF3}
.pun TH {BORDER-COLOR: #72CFF3}

/* 3.4 Creates the inset border for quote boxes, code boxes and form info boxes */

.pun BLOCKQUOTE, DIV.codebox, DIV.forminfo, DIV.blockpost LABEL {BORDER-COLOR: #ACA899 #FFF #FFF #ACA899}

/* 3.5 Gecko's default fieldset borders are really nasty so this gives them a colour
without interferring with IE's rather nice default */

.pun DIV>FIELDSET {BORDER-COLOR: #ACA899}

/****************************************************************/
/* 4. LINK COLOURS */
/****************************************************************/

/* 4.1 This is the default for all links */

.pun A:link, .pun A:visited {COLOR: #FFFFF3}
.pun A:hover {COLOR: #72CFF3}

/* 4.2 This is the colour for links in header rows and the navigation bar */

.pun H2 A:link, .pun H2 A:visited, #brdmenu A:link, #brdmenu A:visited {COLOR: #72CFF3}
.pun H2 A:hover, #brdmenu A:hover {COLOR: #FFFFFF}

/* 4.3 This is for closed topics and "hot" links */

LI.postreport A:link, LI.postreport A:visited, TR.iclosed TD.tcl A:link, TR.iclosed TD.tcl A:visited {COLOR: #888}
LI.postreport A:hover, TR.iclosed TD.tcl A:hover {COLOR: #AAA}
LI.maintenancelink A:link, LI.maintenancelink A:visited {COLOR: #B42000}
LI.maintenancelink A:hover {COLOR: #B42000}

/****************************************************************/
/* 5. POST STATUS INDICATORS */
/****************************************************************/

/* These are the post status indicators which appear at the left of some tables. 
.inew = new posts, .iredirect = redirect forums, .iclosed = closed topics and
.isticky = sticky topics. The default is "icon". By default only .inew is different.*/

DIV.icon {BORDER-COLOR: #52474E #30252C #20141B #30252C}
TR.iredirect DIV.icon {BORDER-COLOR: #4C4D4F #4C4D4F #4C4D4F #4C4D4F}
DIV.inew {BORDER-COLOR: #72CFF3 #50ADD1 #409CC0 #50ADD1}

/*****
header
*****/ 

/* header logo */
.pun H1 
{
/* your logo and position */
background-image: url(http://malcolm.vanaheimgfx.com/montesquieu.png);
background-color: #4C4D4F;
background-repeat: no-repeat;
background-position: right; /* you set your logo position here */
display: block;
height: 200px; /* logo height in here add width: size px if u need*/
margin: -6px -6px -3px -6px;
}


/*header title*/
.pun H1 span
{
/* your font style */
color: #72CFF3;
font-size: 0px; /* title size */
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
text-transform: none ; /* transform text: uppercase, capitalise */
text-decoration: underline; /* decoration: none, overline */
 
/* position for your text (board title) with the logo */
position: absolute; 
top: 40px; 
left: 90px; 
}

Please I need help, as I suck at coding.