Download and install Notepad++ then go to Format > Encode in UTF-8 (once you have opened your file).
327 2009-01-02 23:31
Re: [pun_quote] Quote includes signature code (9 replies, posted in PunBB 1.3 extensions)
Nope, but it should work...
328 2009-01-02 21:08
Re: [pun_quote] Quote includes signature code (9 replies, posted in PunBB 1.3 extensions)
This one works on FF and IE6: http://snipplr.com/view/10831/punquote-scriptsjs-fixed/
329 2009-01-02 20:48
Re: [pun_quote] Quote includes signature code (9 replies, posted in PunBB 1.3 extensions)
I tried it on my test forum and it did work.
Edit: Works only on Firefox.
330 2009-01-02 15:52
Re: [release] show latest registrations (6 replies, posted in PunBB 1.3 extensions)
forum_link() is a must.
331 2009-01-02 15:43
Re: Made A Custom Theme Using Oxygen_WS (6 replies, posted in PunBB 1.3 troubleshooting)
Maybe you're using spaces in the name? I don't know if that's an issue, but it could be.
332 2009-01-02 15:26
Re: Made A Custom Theme Using Oxygen_WS (6 replies, posted in PunBB 1.3 troubleshooting)
To change the name:
The style's folder name and "manifest" PHP file must be the same.
The contents of the style's manifest must correctly point to your CSS files.
333 2009-01-02 15:20
Re: How to turn off brd crumbs EITHER at top or bottom (12 replies, posted in PunBB 1.3 discussion)
Here's a better way:
#brd-crumbs-top{
visibility: hidden;
margin: 0;
line-height: 0px;
}
It'll leave a small gap.
334 2009-01-02 01:43
Re: [pun_quote] Quote includes signature code (9 replies, posted in PunBB 1.3 extensions)
This can be fixed by adding:
post = post.replace(/<p class\=\"lastedit\">(.*?)<\/p>/,'');
post = post.replace(/<div class\=\"sig-content\">(.*?)<\/div>/,'');
between Line 97 and 98 on 'pun_quote/scripts.js'.
335 2009-01-02 01:13
Re: [pun_quote] Quote includes signature code (9 replies, posted in PunBB 1.3 extensions)
This will happen with any post that has a signature.
It's a pun_quote bug.
336 2009-01-02 01:08
Re: [request] ALLOW HTML IN SOME FORUMS (17 replies, posted in PunBB 1.3 extensions)
PunBB is a fast and lightweight PHP-powered discussion board. It is released under the GNU General Public License. Its primary goals are to be faster, smaller and less graphically intensive as compared to other discussion boards. PunBB has fewer features than many other discussion boards, but is generally faster and outputs smaller, semantically correct XHTML-compliant pages.
Anyways, http://punbb.informer.com/forums/viewtopic.php?id=7398
For 1.3:
$pattern[] = "/\[swf url=([^ ]+) width=([0-9]*) height=([0-9]*)\]/";
$replace[] = "\n\t\t\t\t\t<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0\" width=\"\$2\" height=\"\$3\">\n\t\t\t\t\t <param name=\"movie\" value=\"\$1\" />\n\t\t\t\t\t <param name=\"quality\" value=\"high\" />\n\t\t\t\t\t <param name=\"loop\" value=\"false\" />\n\t\t\t\t\t <embed src=\"\$1\" quality=\"high\" pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application/x-shockwave-flash\" width=\"\$2\" height=\"\$3\" loop=\"false\"></embed>\n\t\t\t\t\t</object>\n\t\t\t\t\t";
on include/parser.php, line 706.
337 2009-01-02 00:41
Re: [request] ALLOW HTML IN SOME FORUMS (17 replies, posted in PunBB 1.3 extensions)
What kind of HTML?
338 2009-01-01 21:31
Re: [Release] ChatLite v0.5.1 (javascript chat on forum index) (164 replies, posted in PunBB 1.3 extensions)
Yep, it's a something you have to get used to.
339 2009-01-01 20:34
Re: Were are the styles? (5 replies, posted in PunBB 1.3 troubleshooting)
Yes, this one, but I think it's in beta: http://punbb.informer.com/trac/changese … format=zip
340 2009-01-01 20:29
Re: Can't create new styles in 1.3.2 Whats up wit dat! (2 replies, posted in PunBB 1.3 troubleshooting)
Styles need a PHP file named by the style's ID with the style links in it. Example:
<link rel="stylesheet" type="text/css" media="screen" href="<?php echo $base_url.'/style/'.$forum_user['style'] ?>/mycss.css" />
So, if your style is called "mystyle", you will have to create "mystyle.php" and place it on the style's folder.
341 2009-01-01 20:24
Re: [Release] ChatLite v0.5.1 (javascript chat on forum index) (164 replies, posted in PunBB 1.3 extensions)
I like to think: nice code is happy code. But... ok.
342 2009-01-01 18:55
Re: smilies size across help.php, parser.php and pun_bbcode/bar.php (6 replies, posted in PunBB 1.3 troubleshooting)
What extension? Also, help.php has no hooks anywhere near the smilies section.
Edit: Nvm, there is a way:
<hook id="he_new_section">
if ($section == 'smilies')
{
$temp = forum_trim(ob_get_contents());
ob_end_clean();
echo str_replace('width="15" height="15" ', '', $temp);
}
</hook>
343 2009-01-01 17:28
Re: URL file-access is disabled in the server configuration in (12 replies, posted in PunBB 1.3 troubleshooting)
If you have access to php.ini, set "allow_url_fopen" to "On" (both without quotes).
344 2009-01-01 17:11
Re: Ajax framework (31 replies, posted in Feature requests)
Cereal lol...
Seriously, that's a good idea.
345 2009-01-01 15:13
Re: FluxBB 1.2.20 -> PunBB (6 replies, posted in PunBB 1.2 discussion)
I'd backup my database and files, though.
346 2009-01-01 14:41
Re: FluxBB 1.2.20 -> PunBB (6 replies, posted in PunBB 1.2 discussion)
I made a FluxBB 1.2.21 installation and then simply replaced its files with the ones from PunBB 1.2.21 - everything worked ok.
So, I suggest you upgrade to FluxBB 1.2.21, then simply replace the files.
347 2009-01-01 14:33
Re: FluxBB 1.2.20 -> PunBB (6 replies, posted in PunBB 1.2 discussion)
The two probably run on the same database scheme...
348 2009-01-01 14:08
Re: URL file-access is disabled in the server configuration in (12 replies, posted in PunBB 1.3 troubleshooting)
Try adding
ini_set('allow_url_fopen', 'On');
at the beginning of the script.
349 2009-01-01 14:01
Re: Can i set password on Forum or Categories ?? (4 replies, posted in General discussion)
Nope, you can't. This is a great idea for an extension, though.
350 2009-01-01 14:00
Re: How to turn off brd crumbs EITHER at top or bottom (12 replies, posted in PunBB 1.3 discussion)
For CSS it would be:
#brd-crumbs-top{ /* or -end for the bottom one */
visibility:hidden;
}