I'll join everyone else and post my site out here for perusal.  Any good or bad criticism is greatly appreciated.

NGL (main site)

NGL Forums

Comments are welcome!

Thanks guys.  I'm guessing we really don't want those sprites to be bigger than 15x15 or something like that.  Seems to make sense at least.

hhmm...what kind of a post is the .iredirect going to refer too?

The others are easy to figure out as to what they are for and I can code that in to the css without any issues....I just don't understand what the redirect forums is.

It looks like it is just done through css...but is there a way to mod it so that you can put little sprites in there instead?

The colored boxes are cool, but is there any documentation on how to change them to little pictures and your own sprites or something?

aHAH!  FOund it.  CLose the topic...man that took WAY too long.

Just to add further note, every reference I find with something that pertains to the css or that part of any div that comes in to play, shows that the color should be changed properly.  I can't find it for the life of as to what is causing this on any of the 3 css files.

I'm still testing a few things on my new board and I have come across something...odd to say the least.

Here is the link:

http://ngl.gamersides.com/forums/viewtopic.php?pid=6#p6

See that white box thing under there where there are quotes or what not? I can't find what is causing it in the css or anything. It's messed up.  Can anyone help?

EDIT:  I seem to have found where it is coming from...or what I think it is.  Seems to be from the postleft div.

DIV.postleft, DIV.postfootleft, DIV.blockpost LABEL {BACKGROUND-COLOR: #333C59}

But as you can see, I've already changed the color for that div. It does it for everything, except for that blank spot.

Paul wrote:

All the css files apart from your default style from the styles directory. You can also remove the unwanted colour scheme css files from the styles/imports directory apart from the one you need. Do not remove base.css.

Thanks.  That did the trick perfectly...I was hesitant to go removing files without questioning things first smile

quaker wrote:

i got a simpler way remove all the style but one!

been know to leave
evil giggles behind..

Q

I was wondering that...but exactly which files should I remove?  Just the css files?

Is it possible to make it so that users can't change styles at all?  I changed the css files for the base installation  color scheme and I like it. I don't want users to be able to change it, but I can't find a way to turn it off so they can't.

Anyone have an idea?  Is it possible to change the profile.php and tell it not too around line 1373?

// Only display the style selection box if there's more than one style available
        if (count($styles) == 1)
            echo "\t\t\t".'<div><input type="hidden" name="form[style]" value="'.$styles[0].'" /></div>'."\n";
        else if (count($styles) > 1)
        {
            natsort($styles);

?>
                <div class="inform">
                    <fieldset>
                        <legend><?php echo $lang_profile['Style legend'] ?></legend>
                        <div class="infldset">
                            <label><?php echo $lang_profile['Style info'] ?><br />

                            <select name="form[style]">
<?php

            while (list(, $temp) = @each($styles))
            {
                if ($user['style'] == $temp)
                    echo "\t\t\t\t\t\t\t\t".'<option value="'.$temp.'" selected="selected">'.str_replace('_', ' ', $temp).'</option>'."\n";
                else
                    echo "\t\t\t\t\t\t\t\t".'<option value="'.$temp.'">'.str_replace('_', ' ', $temp).'</option>'."\n";
            }

162

(6 replies, posted in PunBB 1.2 bug reports)

Connorhd wrote:

There is a mod to change the way it works, and 1.3 is due yesturday tongue There is no date for it.

hhmm....one more question.  If I get the mod to change the way it works and then 1.3 comes out in a few weeks or something. I'm assuming that mod probably won't work or need updating. I'm also guessing it's not hard to pull the mod out if I wanted too.  Correct?

163

(6 replies, posted in PunBB 1.2 bug reports)

Connorhd wrote:

Posts are marked as read per visit, new posts are simply any post since you last went on the forum, this is changing for punbb 1.3

Thanks for the info.  That really makes me want 1.3 to come out soon as I really like this setup, but that little bit right there will irritate me to no end.  Probably no estimated time for 1.3 I am guessing?  If it's not too far away, then I might just suck it up and use punbb until then.

164

(6 replies, posted in PunBB 1.2 bug reports)

Ok.  I don't get it.  It's doing the same thing here as well.  Is that just something with these forums that it doesn't mark them as read until you click on it?  Is there any way to change that?

165

(6 replies, posted in PunBB 1.2 bug reports)

I have been using phpBB for a while now and was looking to try something different.  Something that is a bit more secure.  I was directed to PunBB and I am very pleased.  I've installed it in a test directory and just playing around with it to see what I think and I like.  I like it alot so far.  Of course, I have some reading and learning to do to add more smilies and make some other changes, but I have ran in to one issue and this worries me a little bit.

I created a thread and posted on it by myself about 5 times. But everytime I leave the thread and go back to the index, it still tells me that there are new posts in that thread. I go and read it again and come back to the Index and it's the same.  Still says I have new posts. If I click the button that says Mark All Posts as Read, then it marks it correctly. But once I post somewhere again, it forever tells me that there is new posts even though I have read them before.

Any help as to what may have happened or am I doing something?  Any help would be much appreciated.