Thats it, thanks a lot.
2 2005-11-21 21:36
Re: Image margin (5 replies, posted in PunBB 1.2 troubleshooting)
Has no one an idea? I would be very grateful for at least one.
3 2005-11-20 19:48
Topic: Image margin (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?
4 2005-11-13 16:23
Re: Integrate punbb completely & independently (1 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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.
5 2005-11-13 13:38
Topic: Integrate punbb completely & independently (1 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Hi. After integrating punbb this way "myheader - punbb - myfooter" I want more . 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.
6 2005-11-12 23:13
Re: User integration (5 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Of course, you are right.
7 2005-11-12 20:18
Re: User integration (5 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Seems, all (most?) of the rows of table users are mirrored to the $pun_user-Array. I love you for that . If a User isn't logged in, is the username always "Guest"? Is this language dependant?
8 2005-11-12 20:10
Re: User integration (5 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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?
9 2005-11-12 18:46
Re: User integration (5 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I'm looking for the same ... the other way around . I integrated punbb in my website too, a small selfcoded portal. In this portal users are not allowed to do everything . 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.