If you only add it in index.php, it will not count visits other than on the index page.
151 2007-08-18 12:19
Re: Visit counter very simple and easy (6 replies, posted in General discussion)
152 2007-08-18 11:20
Re: Visit counter very simple and easy (6 replies, posted in General discussion)
it is in footer.php
153 2007-08-16 15:36
Re: CSS Generator for PunBB (4 replies, posted in PunBB 1.2 modifications, plugins and integrations)
There already is a CSS generator for PunBB : http://www.jsand.net/spinkbb/?lang=en
154 2007-08-16 07:41
Re: Can not click on image (4 replies, posted in PunBB 1.2 troubleshooting)
replace
$img_tag = '<img class="postimg" src="'.$url.'" alt="'.htmlspecialchars($url).'"'.$style.' />';
by
$img_tag = '<a href="'.$url.'"><img class="postimg" src="'.$url.'" alt="'.htmlspecialchars($url).'"'.$style.' /></a>';
155 2007-08-15 18:07
Re: Can not click on image (4 replies, posted in PunBB 1.2 troubleshooting)
edit parser.php to replace <img src="link_to_image.jpg" alt="" /> by <a href="link/to/image.jpg"><img src="link/to/image.jpg" alt="" /></a>
156 2007-08-13 15:55
Re: Change the Bar Colour (1 replies, posted in PunBB 1.2 modifications, plugins and integrations)
157 2007-08-11 18:57
Re: Changing way how is displayed text on forum rules (8 replies, posted in PunBB 1.2 modifications, plugins and integrations)
write your rules in html.
for exemple, use <br /> to create a new line
158 2007-08-10 20:16
Re: troubles flux rss (5 replies, posted in PunBB 1.2 troubleshooting)
efectivement la traduction nest pas terrible.
voila en fait jai un forum punbb,jai installé le bouton rss qui a chaque section il y a un bouton rss,des que je clic dessus une page souvre et la jai un script ce qui prouvre que le flux fonctionne mais il est en xlm mais punbb ne le lie pas et lorsque je le fait avec firefox avec une page dinamic le flux est vide pas de 10 derniers topic,donc je pense quil manque une manip a faire merci de votre aide
For english speaking members:
I have installed a RSS button for each forum, when I click on it a page open but it is a xml file and punbb does not display it and when I do it with firefox with a dynamic page the flow is empty there is not the last 10 topics, so I think I missed something thanks for your help
Even in french it is not really clear.
159 2007-08-10 20:11
Re: troubles flux rss (5 replies, posted in PunBB 1.2 troubleshooting)
Donnes le lien vers ton forum que l'on puisse jeter un coup d'oeil. Il y a un forum de support en Francais : www.punbb.fr
***
Give a link to your forum for us to check. There is a french support board at www.punbb.fr
160 2007-08-08 10:52
Re: Adding a link in profile Menu (2 replies, posted in Feature requests)
search for function generate_profile_menu in include/functions.php
161 2007-08-07 21:36
Re: ntvdm.exe dissent working (1 replies, posted in General discussion)
there is no exe file in punBB, have a look here
162 2007-08-07 21:34
Re: Trying to center an image but it won't validate (4 replies, posted in Programming)
try
#container { text-align: center }
in you css
****edit:typo****
163 2007-08-07 13:10
Re: Adding image to header (4 replies, posted in PunBB 1.2 troubleshooting)
the image tag is <img src="" alt="" />
164 2007-08-06 22:24
Re: Moderator permissions on administrator posts (2 replies, posted in PunBB 1.2 discussion)
Thanks that is what I thought
165 2007-08-06 21:30
Topic: Moderator permissions on administrator posts (2 replies, posted in PunBB 1.2 discussion)
Moderators can delete posts created by administrators.
I do not think it is a bug and I do not have any problem with it but I am just curious why it has been done that way. Some would expect administrators posts to only be editable or deletable by administrators.
166 2007-08-06 19:48
Topic: Header CSS problem with IE7 (0 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I have modified the header to add an ad banner.
It works fine in Firefox but in IE7 I have an issue with the display.
My CSS knowledge is not very good and I can not figure how to fix it.
I would be very grateful if some one could help me find a workaround
I first thought it was the javascript that was not clean so I tried to replace the javascript by a <img src="mybanner.jpg" alt="banner" /> but it does the same
I tried to declare the div after <pun_title> but it does not solve the issue.
The page is at http://www.tuningtour.org/forums/
Here is the main.tpl:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html dir="<pun_content_direction>">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<pun_char_encoding>" />
<pun_head>
<pun_include "meta.php">
</head>
<body>
<div id="punwrap">
<div id="pun<pun_page>" class="pun">
<div id="brdheader" class="block">
<div class="box">
<pun_desc>
<div id="brdtitle" class="inbox">
<div id="pub"><script type="text/javascript" src="http://www.wipub.com/ban_468.php?id_affilie=21000"></script></div>
<pun_title>
</div>
<pun_navlinks>
<pun_status>
</div>
</div>
<pun_announcement>
<pun_main>
<pun_footer>
</div>
</div>
</body>
</html>
and the CSS file:
#brdtitle h1 span {
display: block;
background-image: url(/img/banner.jpg);
background-position: 0 0;
background-repeat: no-repeat;
height: 116px; /* Hauteur de l'image */
width: 994px; /* largeur de l'image */
text-indent: -200%;
margin-top: -6px;
margin-left: -6px;
margin-right: -6px;
margin-bottom: -3px;
}
#pub {
background-image: url(/img/publicite.png);
background-position: 0 0;
background-repeat: no-repeat;
background-color: #333333;
border: 2px solid #333333;
width: 488px;
height: 60px;
float: right;
margin-top: 16px;
text-align: right;
}
167 2007-08-06 13:08
Re: How: PM Notification via Email? (9 replies, posted in PunBB 1.2 modifications, plugins and integrations)
you can try this one : http://www.punbb.fr/mods/mod.php?id=35
The email notification can be enabled/disabled from the admin panel and each user can choose to enable/diable it in its profile. A popup notification is also included that can be enabled/disabled.
168 2007-07-16 08:44
Re: Search bug that I can't figure out (6 replies, posted in PunBB 1.2 troubleshooting)
try replacing
onblur="if(this.value=="")this.value=this.defaultValue;"
by
onblur="if(this.value=='')this.value=this.defaultValue;"
169 2007-07-13 22:37
Re: Putting a search bar in the header section? (8 replies, posted in PunBB 1.2 modifications, plugins and integrations)
header.php I think
170 2007-07-13 10:20
Re: I think I am losing my mind..... (2 replies, posted in PunBB 1.2 troubleshooting)
it is not part of the default punBB skins. You should look on PunRes to find one with rounded corners
171 2007-07-12 14:53
Re: Existing layout integration problems (1 replies, posted in PunBB 1.2 modifications, plugins and integrations)
172 2007-07-12 07:56
Re: Hey (3 replies, posted in General discussion)
the software is free, the only thing you may have to pay is a host
173 2007-07-12 07:54
Re: Should I Stick With PunBB for my next project or Switch To vBulletin? (12 replies, posted in PunBB 1.2 discussion)
install the mods now, there is nothing really difficult if you follow the instructions exactly. The most common issues with mod installation is people copying/replacing entrie lines when the readme ask for only a part of it.
174 2007-07-10 08:10
Re: How to have separate login page? (5 replies, posted in PunBB 1.2 troubleshooting)
The plugin is in the Download page
To disable registration: Administration > Options
175 2007-07-06 18:04
Re: Unified converter! (InvPB, miniBB, PhpBB, vBulletin & YabbSE) (105 replies, posted in PunBB 1.2 discussion)
after installing Mega Pun, empty all the tables and import only the data of you punbb database