76

(6 replies, posted in PunBB 1.2 show off)

dera wrote:

PunBB is cool smile

Inter is not tongue

77

(3 replies, posted in PunBB 1.2 troubleshooting)

Man, you're priceless big_smile

78

(3 replies, posted in PunBB 1.2 troubleshooting)

Enable the debug mode and paste the full error.
Also, what changes have made to the code?

79

(4 replies, posted in PunBB 1.2 bug reports)

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).

80

(7 replies, posted in PunBB 1.2 troubleshooting)

Yes, sorry, I meant natively supported. I believe it's a no, hence I'll edit the code.

Thanks for confirming.

81

(7 replies, posted in PunBB 1.2 troubleshooting)

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).

83

(15 replies, posted in PunBB 1.2 discussion)

Paul wrote:

Unfortunately, like IE6, it seems to be alive and kicking.

Look at the bright side Paul, IE for Mac is dead and buried. wink

84

(10 replies, posted in Programming)

pedrotuga wrote:

defenatly the manual. php.net
my choice

Same here.

Paul wrote:

I just ask Rickard.

I wonder what's Rickard's favorite CSS tutorial / manual then tongue

85

(15 replies, posted in PunBB 1.2 discussion)

On the contrary this website indicates that PHP4 is alive and well (and I'd say that's a reliable source).

86

(13 replies, posted in General discussion)

Do you mean this by any chance?

87

(4 replies, posted in Programming)

If it doesn't work just ignore that, it wasn't actually a change, I though that would have worked.

Awesome. yikes

89

(10 replies, posted in Programming)

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.

90

(4 replies, posted in Programming)

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>';

}

91

(5 replies, posted in PunBB 1.2 show off)

Good to see that italians use PunBB too, nice looking forum.

92

(10 replies, posted in Programming)

How would a baseball database look like? I know little of that game.

93

(3 replies, posted in PunBB 1.2 troubleshooting)

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.

98

(3 replies, posted in PunBB 1.2 discussion)

See if this works for you.

99

(1 replies, posted in PunBB 1.2 troubleshooting)

What modifications have you applied? can you post the viewtopic.php source? What OS does the server run?

100

(2 replies, posted in PunBB 1.2 discussion)

You meant quiet?