What is the code you are using ?
if you echo $pun_user you won't get anything you have to get the correct array of $pun_user[]

227

(13 replies, posted in PunBB 1.2 troubleshooting)

vin100

Once you have installed the Smilies Manager, you will have to add smilies as there are none by default

229

(13 replies, posted in PunBB 1.2 troubleshooting)

yes, /include/cache_puntoolbar.php is necessary for the mod to work

230

(9 replies, posted in General discussion)

1- set the password you want to be the default to your account
2- use phpMyAdmin to get the hash in the database (password field in the pun_user database)
3- save the hash somewhere
4- reset your account password to what your usual password
5- when validating manually an account, replace the content of the password field by the hash you saved and provide the user with the default password you used to create the hash

Coppermine bridge works just fine (check the link in my signature) but integrating a common design is a pain as Coppermine structure is transitionnal and a bit messy

232

(9 replies, posted in General discussion)

depends of the default password you want to set

233

(9 replies, posted in General discussion)

I have this problem aswell.
Hotmail users sometimes don't receive the confirmation email
AOL users never receive it

I have found no workaround yet, just asked the users to use another email domain in the disclaimer and activate the accounts manually when requested by email.
To activate the account manually, I change the group to 4 and change activate_string and activate_key to NULL then change the password to the hash of a default password.

234

(4 replies, posted in PunBB 1.2 troubleshooting)

you have added ') in line 90 and  94 as said in the error message

chmod your forums folder to allow the script to write in it

Looks like the mail content is hashed, have you installed mods ?

verify that cookies are allowed in IE

I would say it is the body background.

239

(30 replies, posted in PunBB 1.2 discussion)

you have to add a test on the email that check if it finishes by .ru and returns true if it does.

That is what I first thought, but the posts number will easily show there is something wrong, how can a board have 3000 users and only 2 posts hmm
I really do not see any advantage in it.
And if it is to appear in the top of Punres listing, it is stupid has it does not rely on this part of the forum

try with localhost as your DB server

I don't see the point of doing this as when go to the users list, you will always see the real number of users

243

(8 replies, posted in PunBB 1.2 troubleshooting)

you have left a < in the code where you should have removed it or you have it twice, search for << in your files.

johnnyj wrote:

Hello all I am obviously new to this forum but this is one of the only ones which has an active and current threads for youtube video bbcode mods. I don't know if any of you could help me but I am using phpbb and I need to find a mod that works in order for me to embed youtube video. all of the mods I found in other forums were posted 1 even two years ago and no updates? even at the phpbb styles forum. crazy huh? anyway any help or advice would be greatly appreciated. Thanks all!

There is no need to make updates if it works fine, the YouTube link has not changed.

245

(98 replies, posted in News)

lament wrote:

Patch isn't on the server..

The document name you requested (/download/patch/punbb-1.2.14_to_1.2.15.patch) could not be found on this server. However, we found documents with names similar to the one you requested

roll Have you read Rickard's post ?

Rickard wrote:

At the moment, neither the changelog nor the patch/hdiff files are done. I'll sort that out when I get back from work.

To get your images, try using the absolute path, not the relative one.
As an exemple : <img src="images/menu1_04.gif" alt=""  />
If the path is http://www.yourdomain.tld/images/menu1_04.gif try with <img src="/images/menu1_04.gif" alt=""  />

The yellow part is <pun_footer>

yes it is how it works whichever link you click on, your browser loads a whole new page. If it appears that the new page uses the same structure/template as the previous one, it looks like only the content has been changed but in fact, it is the whole page. That is why you just have to modify PunBB template to have the same effect as your website other pages. You do not have to include the punBB page, moreover, it will unvalid your page HTML structure

248

(5 replies, posted in PunBB 1.2 show off)

yes, I have to work it out but Coppermine structure is a bit messy and not xhtml 1.0 strict compliant sad

You are going the wrong way Bastien, you just have to copy and paste your css template in the /include/template/main.tpl file of PunBB.
You should get this file look like something as follows with the correct pathes

<!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>
    <link rel="shortcut icon" href="gif/w3c-xhtml.gif" type="image/x-icon" />    
    <link rel="stylesheet" type="text/css" media="screen" href="css/index.css" />    
</head>
<body>
<pun_include "php/logo.php">    

<ul id="nav">
<li><a href="index.php?section=home"><img src="images/menu1_01.gif" alt="home" /></a></li>

<li><a href="#"><img src="images/menu1_02.gif" alt="plugins" /></a>

<ul>
<li><a href="index.php?section=multislide">AMA - MultiSlide<img src="images/pdf.gif" alt="" /></a></li>
<li><a href="index.php?section=1dsnap">AMA - 1D_Snap</a></li>
<li><a href="index.php?section=placeaxis">AMA - PlaceAxis</a></li>
<li><a href="index.php?section=splitedges">AMA - Split Edges</a></li>            
</ul>

</li>
    
<li><a href="#"><img src="images/menu1_03.gif" alt="video training"  /></a>

<ul>
<li><a href="index.php?section=tutorials">Final Render 2 - architectural interior and exterior</a></li>
<li><a href="index.php?section=tutorials">Coming soon be patient</a></li>                        
</ul>

</li>    

<li><a href="index.php?section=forum"><img src="images/menu1_04.gif" alt=""  /></a></li>
<li><a href="index.php?section=contact"><img src="images/menu1_05.gif" alt="" /></a></li>

</ul>                    

<div id="punwrap">
<div id="pun<pun_page>" class="pun">

<div id="brdheader" class="block">
    <div class="box">
        <pun_navlinks>
        <pun_status>
    </div>
</div>

<pun_announcement>

<pun_main>

<pun_footer>

</div>
</div>
            <div id="footer"><span id="copyright">Copyrights 2007 xxx.Net</span>
                
    <span id="valid"><a href="index.php?section=sitemap">sitemap</a>
    <a href="http://validator.w3.org/check?uri=referer" >xhtml</a>                   
    <a href="http://jigsaw.w3.org/css-validator/" >css</a>
</span>
</div>
</body>
</html>

250

(5 replies, posted in PunBB 1.2 show off)

thank you smile
I am not pleased with the current color scheme, I use another skin myself with a white background as I think it is nicer but most of the users prefer dark background. The banner may change at some point as I think it is a bit messy.