A park page? Explain please
501 2008-12-07 15:07
Re: need a little help ... for my show off (12 replies, posted in PunBB 1.2 show off)
502 2008-12-07 00:42
Re: need a little help ... for my show off (12 replies, posted in PunBB 1.2 show off)
If you have some time, I'd appreciate it if you could give me some tips on this theme I'm working on: http://garciat.us.to/blue2/
Thanks!
503 2008-12-06 21:46
Re: need a little help ... for my show off (12 replies, posted in PunBB 1.2 show off)
If you look really close, you can see a 1px difference here:
504 2008-12-06 21:04
Re: Bug? No pun_htmlencode on forum_desc in index.php (6 replies, posted in PunBB 1.3 troubleshooting)
It's something on the CSS:
.brd br, .brd hr, .brd .hr, .brd .hidden {
display: none;
}
on Lines 22-24 on 'style/Oxygen/Oxygen.css'.
505 2008-12-06 20:51
Re: Using extensions to replace core code? (5 replies, posted in PunBB 1.3 extensions)
It's just like a simple array. Replace what you want to replace.
506 2008-12-06 12:26
Re: [pun_quote bug] Reply to post broken (14 replies, posted in PunBB 1.3 extensions)
What if he's quoting parts of the posts? He needs to click the link multiple times to do so. And, yes, users should be noticed that the quote has been added to their message. Moving back to the message box, like you said, is a good idea, but it could get annoying for some people.
507 2008-12-06 12:20
Re: need a little help ... for my show off (12 replies, posted in PunBB 1.2 show off)
It looks really good. I guess he needs that white space otherwise the rusty background will look weird.
508 2008-12-06 02:12
Re: [pun_quote bug] Reply to post broken (14 replies, posted in PunBB 1.3 extensions)
Do you have a middle mouse button? Try clicking the quick quote link with it, it'll open the old quote page.
509 2008-12-05 15:58
Re: [pun_quote bug] Reply to post broken (14 replies, posted in PunBB 1.3 extensions)
I see the reply links are gone, cool
510 2008-12-05 09:37
Re: [Release] MP3 Player Extension (17 replies, posted in PunBB 1.3 extensions)
That's nice.
511 2008-12-05 09:36
Re: What is something that it NOT very fun to do naked? (12 replies, posted in Fun)
Meet your girlfriend's parents?
512 2008-12-05 09:34
Re: [pun_quote bug] Reply to post broken (14 replies, posted in PunBB 1.3 extensions)
No, really, what's the point of the reply link.
513 2008-12-04 20:46
Re: How To Manually Add Users (3 replies, posted in PunBB 1.3 troubleshooting)
This is the function used by PunBB to generate it.
function random_key($len, $readable = false, $hash = false)
{
$key = '';
if ($hash)
$key = substr(sha1(uniqid(rand(), true)), 0, $len);
else if ($readable)
{
$chars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789';
for ($i = 0; $i < $len; ++$i)
$key .= substr($chars, (mt_rand() % strlen($chars)), 1);
}
else
for ($i = 0; $i < $len; ++$i)
$key .= chr(mt_rand(33, 126));
return $key;
}
Just do something like
echo random_key(12);
and use that.
514 2008-12-04 15:58
Re: [Release] Easy Google Analytics (14 replies, posted in PunBB 1.3 extensions)
It seems you didn't upload the lang folder from the extension.
515 2008-12-03 22:19
Re: How To Manually Add Users (3 replies, posted in PunBB 1.3 troubleshooting)
Yes, you can add a user directly to the DB.
516 2008-12-03 16:01
Re: update dont doing (1 replies, posted in PunBB 1.3 troubleshooting)
The style and language seem to work. If it's not working for you, change your default style and language from your profile.
517 2008-12-03 01:32
Re: [Mod] ColorCaptcha (10 replies, posted in PunBB 1.3 additions)
Exactly what I said? I actually meant that you should edit the 'Captcha info' string (and 'Invalid text', accordingly) in the $lang_pun_antispam array with the string I provided, and then use the sprintf() function to "pass" on the variable to the string when it is needed.
For example, if you open up 'lang/English/index.php', you'll notice that the first value says:
Moderated by %s
Why "%s"? Because on line 193 of 'index.php' the sprintf() is used to replace it with the mod's username. I haven't really tried sprintf() with a $_SESSION variable, but it should definitely work.
518 2008-12-02 20:42
Re: Simplified Registration & Login [CSS] (7 replies, posted in PunBB 1.3 additions)
Perhaps you could make the
Do you need to register or obtain a new password before you login?
message look like the
Important! An e-mail will be sent to the specified address with instructions on how to change your password.
message instead of hiding it.
519 2008-12-02 02:02
Re: Simplified Registration & Login [CSS] (7 replies, posted in PunBB 1.3 additions)
The messages on top of each form look out of place. Apart from that, looks good.
520 2008-12-02 01:59
Re: [Mod] ColorCaptcha (10 replies, posted in PunBB 1.3 additions)
Can't you do something like
$lang_pun_antispam['Captcha info'] = 'Please enter <i>only</i> the <b><font color="%1$s">%1$s</font></b> character(s) in the image.';
then, when the string is needed
sprintf($lang_pun_antispam['Captcha info'], $_SESSION['use_color']);
521 2008-12-02 01:52
Re: [extension request] Adsense after the first post (23 replies, posted in PunBB 1.3 extensions)
I'm sorry, it's not in my plans.
522 2008-11-30 23:06
Re: [Release] Oxygen_WS Style (9 replies, posted in PunBB 1.3 additions)
Looks better that way.
523 2008-11-30 18:53
Re: [Mod] ColorCaptcha (10 replies, posted in PunBB 1.3 additions)
You could make it more random by adding other colors (only 2 will be used on a single image), randomizing the color needed for the input (it's always red), adding some letters, and maybe using a longer string.
524 2008-11-30 18:43
Re: [Release] Oxygen_WS Style (9 replies, posted in PunBB 1.3 additions)
Looks good... the footer could be improved, though... maybe placing the copyright and quickjump outside of the blue box?
525 2008-11-29 17:55
Re: How to remove the (Moderated by) text? (7 replies, posted in PunBB 1.3 troubleshooting)
You don't have to remove it. Replace that line number with the text I gave.