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[]
226 2007-04-26 15:04
Re: Get guest info from $pun_user (7 replies, posted in PunBB 1.2 modifications, plugins and integrations)
228 2007-04-25 12:28
Re: Installing Puntoolbar 1.4 (56 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Once you have installed the Smilies Manager, you will have to add smilies as there are none by default
229 2007-04-25 08:14
Re: puntoolbar (13 replies, posted in PunBB 1.2 troubleshooting)
yes, /include/cache_puntoolbar.php is necessary for the mod to work
230 2007-04-24 16:25
Re: hotmail doesn't work (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
231 2007-04-24 14:51
Re: PunBB/Miniportal- which is the best gallery? (6 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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 2007-04-24 14:49
Re: hotmail doesn't work (9 replies, posted in General discussion)
depends of the default password you want to set
233 2007-04-24 13:42
Re: hotmail doesn't work (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 2007-04-23 14:58
Re: help me pls (4 replies, posted in PunBB 1.2 troubleshooting)
you have added ') in line 90 and 94 as said in the error message
235 2007-04-20 08:10
Re: Attachment Mod 2.0.1 by Frank H (500 replies, posted in PunBB 1.2 modifications, plugins and integrations)
chmod your forums folder to allow the script to write in it
236 2007-04-16 16:22
Re: Cryptic Registration/Notification Emails (7 replies, posted in PunBB 1.2 troubleshooting)
Looks like the mail content is hashed, have you installed mods ?
237 2007-04-16 16:21
Re: Can't log in with IE, firefox is fine... (4 replies, posted in PunBB 1.2 troubleshooting)
verify that cookies are allowed in IE
238 2007-04-16 08:58
Re: Can't style under .postleft, .postfootleft (3 replies, posted in PunBB 1.2 troubleshooting)
I would say it is the body background.
239 2007-04-16 08:48
Re: Banning TLD's, like .ru? (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.
240 2007-04-13 14:47
Re: Add More Users? (25 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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
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
241 2007-04-13 08:19
Re: Error during Installation... (2 replies, posted in PunBB 1.2 troubleshooting)
try with localhost as your DB server
242 2007-04-13 08:16
Re: Add More Users? (25 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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 2007-04-12 08:08
Re: [SOLVED] < in footer (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.
244 2007-04-11 16:03
Re: YouTube Video BBCode (32 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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 2007-04-11 15:36
Re: PunBB 1.2.15 (98 replies, posted in News)
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
Have you read Rickard's post ?
At the moment, neither the changelog nor the patch/hdiff files are done. I'll sort that out when I get back from work.
246 2007-04-11 15:32
Re: Fit PunBB forum into a CSS div (24 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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>
247 2007-04-11 13:23
Re: Fit PunBB forum into a CSS div (24 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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 2007-04-11 13:12
Re: Tuning Tour (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
249 2007-04-11 08:40
Re: Fit PunBB forum into a CSS div (24 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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 2007-04-11 08:20
Re: Tuning Tour (5 replies, posted in PunBB 1.2 show off)
thank you
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.