Well, you have a text-align: center defined for the body in your css. You might try adding text-align:left to the DIV.postmsg.
2 2006-03-16 12:59
Re: Lost password (4 replies, posted in PunBB 1.2 troubleshooting)
Most hosts will have phpMyAdmin accessible through cpanel. In the pun_users table you can edit the email address for your account.
3 2006-03-13 16:58
Re: User list: not reading $_GET vars (4 replies, posted in PunBB 1.2 troubleshooting)
Just reporting back in case this can be of help to someone else ... since it seemed that something in header.php was causing the $_GET vars to be "lost", I moved lines 44-47 to appear below the require statement for header.php.
Now all is functioning as norrmal.
4 2006-03-13 14:28
Re: User list: not reading $_GET vars (4 replies, posted in PunBB 1.2 troubleshooting)
No, I did not edit userlist.php. I believe the problem has something to do with header.php (and perhaps the include/user/header_forum.php file that is pulled in ... which adds the site's main header).
At any rate, I've uploaded 2 gifs.
When I log in and attempt to view the userlist, I see the following:
http://www.9kisses.com/travel/forum/initial.gif
Okay, the only member listed is me, even though the forum has 42 members.
If I try adding * in place of my username, I see:
http://www.9kisses.com/travel/forum/after.gif
5 2006-03-12 21:08
Topic: User list: not reading $_GET vars (4 replies, posted in PunBB 1.2 troubleshooting)
Experiencing an odd problem when trying to view/use userlist.php.
Even though the displayed URL shows the form variables that were changed (userlist.php?username=*&show_group=-1... etc.), the page viewed after clicking Submit defaults to the original variable values (the name of the logged in user) and returns the original result (a single link for their info).
Any clues as to what has happened here?
I have integrated the forum into another pre-existing site and have adjusted the forum login process to be triggered when the user logs in to the main part of the site, but I don't think that should be causing a conflict here.
If anyone can point me in a direction to pursue, I'd be thankful.
Denise
6 2006-01-30 15:58
Re: Forum Not Displaying - Page Blank! (29 replies, posted in PunBB 1.2 troubleshooting)
Well, I'm glad to have found this thread -- I was experiencing the "board footer" problem mentioned above and turning off the quickjump returned everything to normal.
7 2006-01-11 23:53
Re: Remove padding in main.tpl for my header (3 replies, posted in PunBB 1.2 troubleshooting)
Great ... that worked. Thanks.
Odd that I didn't need to do that on my other pages, just for the forum. In any event, glad to get that fixed!
8 2006-01-11 22:43
Topic: Remove padding in main.tpl for my header (3 replies, posted in PunBB 1.2 troubleshooting)
I'm trying to incorporate my site's header into main.tpl. One of the DIV's involved in the header holds a table with 2 images, each image in it's own cell. Ordinarily these images appear with no space between them. (see http://www.9kisses.com/test/index.php)
However, something in the css of the forum is causing padding to be added to each element of my table so the images are spaced apart. (see http://www.9kisses.com/test/forum/index.php)
Can someone kindly point me in the right direction to correct this?
Thanks,
Denise