1

(5 replies, posted in PunBB 1.2 troubleshooting)

Thats it, thanks a lot.

2

(5 replies, posted in PunBB 1.2 troubleshooting)

Has no one an idea? I would be very grateful for at least one.

3

(5 replies, posted in PunBB 1.2 troubleshooting)

Hi,

I extended the base.css file by the few following lines:

.news_image {
  display : block;
  float : left;
  margin : 10px;
  border : 1px solid #000000;
}

Then I used it within a <div class="inbox">foobar</div> block on <img class="news_image" src="'.PUN_ROOT.'/img/smilies/cool.png" alt="" />.

The problem is, that neither the margin nor the border is shown by the browser. Any ideas about what could be wrong?

One idea flying around in my head is to include my scripts directly into the templates via pun_include. But I would like to use different main templates depending on which page is called, forum or some other functionality. Which punbb-script loads the main.tpl? Win search s.cks, I get no results.

Hi. After integrating punbb this way "myheader - punbb - myfooter" I want more smile . Next step for me is to integrate / embed punbb more independently. For example within its own div block or even within a single table cell.

Any hints how to start? Thanks in advance for your help.

Of course, you are right.

Seems, all (most?) of the rows of table users are mirrored to the $pun_user-Array. I love you for that wink . If a User isn't logged in, is the username always "Guest"? Is this language dependant?

Okay, started with using $pun_user. Is there a complete list of the []-fields somewhere out there or do I have to check the code for them?

I'm looking for the same ... the other way around wink . I integrated punbb in my website too, a small selfcoded portal. In this portal users are not allowed to do everything wink . I mean, users are, but guests not. So how can I check in my code whether a user is locked in to the punbb or not? Any concrete functions to use? Thanks a lot for your help and hints.