As I said before getting reacquainted with punbb again.  Can't seem to find the header in .css files.  Anyone point me in the right direction real quick? Thx!

**Update**  We'll it's working now.  I guess I just had to wait for the servers to update.

I made a beautiful punbb forum a while back ago (Thanks to the help of you guys here!), but now I want to move it(change the url), so jumped back into config.php & changed the base url.  No problem there, but seems I forgot a few steps b/c now my style sheet isn't showing up.

Check out http://www.dnaimagery.com/forum  I actually have the base url in config.php set to http://forums.dnaimagery.com, but just says "forbidden" if you go to that domain.

What steps am I missing here? Just have to change one line of code right?  Another thing that's odd is you can't log in.  Takes you to an error code now.

So, I've customized my forum pretty much how I want with all your guys help.  Thanks so much, but now that I'm actually getting traffic to the forums, now it goes down and this error pops up.  I'm not sure how to fix it.

http://i198.photobucket.com/albums/aa181/eosloung/godaddyerror.jpg
So I followed the instructions from Godaddy to add the forum debug line to the config file.  I reuploaded it and now I get this page.

http://i198.photobucket.com/albums/aa181/eosloung/error2.jpg
Now this pops up and I have no idea what to do.

If I try to goto http://forums.sbnightlife.com I get a blank page with no error page now.

Anyone have a clue?

/* Status indicators
----------------------------------------------------------------*/
.brd .main-content .main-item .icon {
    border-width: 0;
    height: 16px;
    width: 16px;
    }
   
.brd .main-content .main-item .icon {   
    background:url(img/komentar.gif);
    }

**Edit**
Right once I posted it I noticed that I had img/komentar.gif and not /img/komentar.gif

All fixed now!  One more roadblock down...how many more to come? gahhh...This is fun though.

Okay, cool.  Working, except for one of them...As you can see the red icon pops up, but then below there is no icon.  Where is that icon located?

http://i198.photobucket.com/albums/aa181/eosloung/Capture44.jpg

Nope, that just made them disappear (Moved them out of the square?)

My friend says she sees them, but only on certain pages...

8

(11 replies, posted in PunBB show off)

faax, very impressive, but how did you change the sticki note icon?

I went here
/* Status indicators
----------------------------------------------------------------*/
.brd .main-content .sticky .icon {
    border-color: #D7E5F3 #C3CFDC #9FB3C7 #90A2B4;
    }



and put in

.brd .main-content .sticky .icon {
background-image:url('/img/sticki.gif');
}

but it doesn't work.

9

(2 replies, posted in PunBB 1.3 troubleshooting)

First they have to sign up, then you click on userlist, click on their name, and then goto administration and add them to the group moderators.

Keydog, do you have a punbb forum? I would like to see it.  You seem to be very knowledgable about it.  I really appreciate the help.

On to the subject at hand,
http://forums.sbnightlife.com/viewforum.php?id=22

It doesn't show on the surface (cache situation?), but when you right click it and say "view image" it shows the correct sticky icon.  Odd or is it working?

.brd .main-content .sticky .icon {
background-image:url('http://www.dnaimagery.com/sbnightlife/forum/img/sticki.gif');
}

Is that correct? b/c for some reason it's not showing.

http://forums.sbnightlife.com/viewforum.php?id=22

Thanks for all your help.

Hey guys, you've all been helping me out a lot getting my forum together.

I got to the next roadblock which is those little icons in front of threads.  Wondering where I can config them.  I've got icons ready to drop in.

http://i198.photobucket.com/albums/aa181/eosloung/Capture22.jpg

13

(7 replies, posted in PunBB 1.3 troubleshooting)

I'm having this same problem now.

**Update**
Fixed.  Seemingly, by itself.

Thanks you guys.  It was actually a server-side problem and godaddy fixed it.  I knew I wasn't that slow...:rolleyes:

Base Url/Config.php works now.

Utchin wrote:

I am not used to your set up so it would be best if you asked your service provider on how to fix this. It might take awhile to take action.

I'll give them a ring & see what I can come up with.  Thanks for responding.  I'll try mod rewrite if the godaddy (service provider) is unhelpful.

I created the subdomain which is forums.sbnightlife.com and I pointed it to read from the folder sbnightlife/forum (Where all the files for punbb are)

http://i198.photobucket.com/albums/aa181/eosloung/Capture444.jpg

If you actually visit the forums.sbnightlife.com, you get a "server not found" message.

Right now, I have base url pointing to forums.sbnightlife.com

What I would like to do is.  When you come to the forum the url that is in the address bar is http://forums.sbnightlife.com or even http://www.sbnightlife.com/forum would be acceptable.

I am running this on a linux server and currently it shows the entire root, so in the address bar it comes up as http://dnaimagery.com//sbnightlife/forum/index.php

I searched on the forums and what I tried is to go into config.php and change the base url, but that didn't work.  It just strips my forum of it's CSS and leaves it barebones minimum.

Anyone know how to make the change?  Help is appreciated as we are almost done & would love to show off the forum here once it is complete.

Thanks.  Problem solved.  Easy once you know where to put them.

I've downloaded the .zip files, but not sure if I need to add the code to a file or do I just upload the files to my server?