PunBB is cool
Inter is not
You are not logged in. Please login or register.
PunBB Forums → Posts by Strofanto
PunBB is cool
Inter is not
Man, you're priceless
Enable the debug mode and paste the full error.
Also, what changes have made to the code?
I believe it's a bug since the is_valid_email() function in include/email.php checks for apostrophe characters (or at least I think so, I'm not the best programmer around).
Yes, sorry, I meant natively supported. I believe it's a no, hence I'll edit the code.
Thanks for confirming.
Is there anyway to hide usergroups (in the userlist) to users and moderators?
Userlist can be hidden to guest from the admin panel.
Go to yourhost.tld/admin_groups.php?edit_group=3 and remove access to the userlist, for the profiles you need to modify the source and that would be a modification (we're in the Troubleshooting section right now).
Unfortunately, like IE6, it seems to be alive and kicking.
Look at the bright side Paul, IE for Mac is dead and buried.
defenatly the manual. php.net
my choice
Same here.
I just ask Rickard.
I wonder what's Rickard's favorite CSS tutorial / manual then
On the contrary this website indicates that PHP4 is alive and well (and I'd say that's a reliable source).
Do you mean this by any chance?
If it doesn't work just ignore that, it wasn't actually a change, I though that would have worked.
Awesome.
Yep I got it, but one would need to know how the game works in order to make reports. I mean, I know there are 9 innings, but I don't know how many substitutions are allowed, and other aspects of the game that you would probably include in your report. I don't think it should be any hard though, yet it all depends on what you want to include in the report, therefore what kind of data to store in the db.
Try this:
$player = $db->result($db->query('SELECT p.first_name, p.last_name, w.text FROM '.$db->prefix.'potw AS w INNER JOIN '.$db->prefix.'players AS p ON p.id=w.player_id WHERE w.recent=1'));
while($playeroftheweek = @mysqli_fetch_array($player))
{
$tpl_temp = '<div id="playeroftheweek">'."\n\t\t\t".'<h5>PLAYER OF THE WEEK</h5><h6>'.$playeroftheweek['first_name'].' '.$playeroftheweek['last_name'].'</h6><p id="player">'.$playeroftheweek['text'].'</p>'."\n\t\t".'</div>';
}
Good to see that italians use PunBB too, nice looking forum.
How would a baseball database look like? I know little of that game.
Make sure your avatar directory has the correct CHMOD, otherwise talk to your host.
Try clearing the cache subfolder.
No you can only put plain text links (AFAIK at least). You need to edit the source manually. I'd try header.php or index.php, not sure where you want it exactly.
Can't you add it as extra navigation item?
If so, go to admin panel, options -> additional items menu
X = <a href="./search.php">Advanced Search</a>
Where X is where you want to put it.
Among the default ones I like Oxygen better but I use my own styles.
See if this works for you.
What modifications have you applied? can you post the viewtopic.php source? What OS does the server run?
You meant quiet?
PunBB Forums → Posts by Strofanto
Powered by PunBB, supported by Informer Technologies, Inc.