Hi,

Is it possible to change the text color that appears in the posts without changing other text colors? I have been playing around with the css file but so far I have only succeded in changing the post text to the correct color but it also changed the text color in other places making that text difficult to see. Any ideas or solutions would be deeply appreciated - Thank you!

Works perfect - Thanks!

I turned off the feature in my admin panel that shows wther a user is online, however when I click on a topic on the left hand side it still shows whther the use is online or offline in their post. How do i remove this?

Thanks so much - the support here is awesome

Chris

Hi,

The box that contains "Register, Login" etc - I have figured out how to remove the links in function.php but how do I remove the entire box?

Now I have a blank box with no links in it - Does anyone know how to remove it? when I try to mess with the code I just get a blank white screen. THanks for the help!!!

Chris

I want to entirely delete the box that contains "newest registered user, number of topics etc". What file do I open up to delete this box?

THanks!!

If this has been adressed please accept my apologies. I could not find the answers I was looking for by search.

How can I change the links like Register - Login - User List on the top nav bar. What file do I open?

Chris

8

(5 replies, posted in PunBB 1.2 troubleshooting)

Wow! I love quick and easy solutions!!!!! Your awesome Sjon - Thanks!

9

(5 replies, posted in PunBB 1.2 troubleshooting)

I just did some research and if I tried using php or asp I would have to end each file in that extension changing it from the .html

This would require alot of rewriting in several different programs so I have to figure out how to do it in ssi. Anyone have any ideas?

Chris

10

(5 replies, posted in PunBB 1.2 troubleshooting)

Hey - thanks for the response. I am not very familiar with PHP so do you mind if I ask you a few questions...

Would I have to rename all the files that used this tag to a .php extension?
Is it possible to include this php tag in an html file?
In file_location how does it want me to specify the location if the file is located in another folder. ie. url, virtual path etc...

Thanks!

Chris

11

(5 replies, posted in PunBB 1.2 troubleshooting)

Hi,

I have an SSI command that I use to pull p a top header on every page of my site. I would like this header added to the forum with the same ssi tag - however it does not appear that Punbb supports ssi? Has anyone run into this problem?

Chris

Wow That Did it! Thanks Steven!

When I pulled up your page I noticed that all of your posts show the same image as you mentioned. (three brown circles in the shape of a triangle).

My only problem with this code is that it does not show the "new topic" icon if you are not logged in. In my case it only shows what I have in the first line of DIV.icon if you are not logged in. Even if there is a new post. It works if I am logged in but not if I am logged out. Does this have something to do with the code?

DIV.icon {background-image: url(http://peo3.com/exc.gif) }
TR.iredirect DIV.icon {background-image: none }
TR.iclosed DIV.icon {background-image: none }
TR.isticky DIV.icon {background-image: none }
TR.inew DIV.icon {background-image: url(http://peo3.com/newexc.gif) }


DIV.icon {
    FLOAT: left;
    MARGIN-TOP: 0.3em;
    MARGIN-LEFT: 0.1em;
    DISPLAY: block;
    BORDER-WIDTH: none;
    WIDTH: 22px;
    HEIGHT : 20px;
}


Chris

Hey Steven thanks so much for the help.

I feel like I am close but not quite there. Let me show you what I am doind and perhaps you could offer a suggestion..

I tried this

DIV.icon {
    FLOAT: left;
    MARGIN-TOP: 0.1em;
    MARGIN-LEFT: 0.2em;
    DISPLAY: background-image;
    BORDER-WIDTH: 0.6em 0.6em 0.6em 0.6em;
    BORDER-STYLE: solid
}

I thought that would work with your code but I have not made any progress. Any ideas?

Chris

Thanks. I just installed it. THis is an awesome mod. Question: I was hoping that this mod would allow visitors to add pictures to different places in their post instead of by default placing all images in an "uploaded images" box at the bottom of their post. Is this possible?

Hey Steven,

I replaced the part of my stylesheet css.cs with your code but when I do - all I get is a black box.  I am simply replacing this /forum/img/folder_new.gif with the direct URL to the image I want to use on my site. Is the code missing anything? It doesnt seem to work for me.

Chris

Hi - will this be made available for PUNBB 1.2.9? I tried to instal it, but on the installation screen it said it would only work on 1.2.6 - 1.2.7 - 1.2.8

Are there any other solutions for adding an image to a post other than this script?

Wow! That did it Thanks!!!

I am going through the files trying to figure out how to place my own unique image to the left of each Forum. Presently there is a small grey box... Do you by chance know where this is located? Thanks. - Chris

Hi,

I just installed PUNbb. I have been customizing the look/feel but have hit a bump in the road.

I would like to delete the table that shows "Newest Registered User, Guests Online etcc...". I could not find this file in main.tpl and when I deleted the footer it did not affect that particular table.

Also I want to delete the Title and Description which I did in main.tpl but when I did it still leaves a gray blank table above the nav links - anyone know how I can get rid of that?

Thanks!

Chris