Updated to 1.2.4.
527 2008-11-28 13:23
Re: [Release] Sitemap Generator (76 replies, posted in PunBB 1.3 extensions)
Updated to 1.2.3.
528 2008-11-28 02:52
Re: custom header (2 replies, posted in PunBB 1.3 discussion)
On 'include/template/main.tpl' and 'include/template/admin.tpl', replace:
<!-- forum_title -->
<!-- forum_desc -->
with whatever you want on your header.
Note: Your title and description will disappear.
529 2008-11-28 02:45
Re: [Release] Sitemap Generator (76 replies, posted in PunBB 1.3 extensions)
Updated to 1.2.2.
Everyone please update to this version. 1.2 was critically flawed.
530 2008-11-27 21:23
Re: [Release] Sitemap Generator (76 replies, posted in PunBB 1.3 extensions)
Your site is using PHP 4.4.9. Tell your host to change it to PHP5, or do it yourself from something like cPanel or Webmin.
531 2008-11-27 20:25
Re: [Release] Sitemap Generator (76 replies, posted in PunBB 1.3 extensions)
mixcelebs can I have your site's URL please.
532 2008-11-27 18:15
Re: punbb1.3 integration compatible with old stuff 1.2.8 (1 replies, posted in PunBB 1.3 additions)
There are probably small differences... why not just try and fix it if something's wrong?
533 2008-11-27 17:30
Re: Will it be a Norwegian Lanugage pack? (1 replies, posted in PunBB 1.3 additions)
534 2008-11-27 17:29
Re: [Release] Sitemap Generator (76 replies, posted in PunBB 1.3 extensions)
It's needed to created the XML for the sitemap.
535 2008-11-27 16:54
Re: [Release] Sitemap Generator (76 replies, posted in PunBB 1.3 extensions)
Oh... you need the SimpleXML class for the extension to work. Contact your hosting provider.
536 2008-11-27 15:58
Re: [Release] Sitemap Generator (76 replies, posted in PunBB 1.3 extensions)
Try using this functions.php.
537 2008-11-27 14:02
Re: [Release] Sitemap Generator (76 replies, posted in PunBB 1.3 extensions)
I'm sorry, I meant line 129:
$xml = arrayToXML($array, 'urlset', $atts);
to:
$xml = arrayToXML($array, 'urlset', $atts, false);
Remember, on 'extensions/sitemap/functions.php'.
538 2008-11-27 12:51
Re: Leaving out www whilst viewing forum root shows me as logged out (5 replies, posted in PunBB 1.3 troubleshooting)
Doesn't that redirect to a non-WWW page?
539 2008-11-27 01:25
Re: [Release] Sitemap Generator (76 replies, posted in PunBB 1.3 extensions)
Change Line 129 on 'extensions/sitemap/functions.php' to:
$xml = arrayToXML($array, 'urlset', $atts, false);
540 2008-11-26 22:55
Re: [Release] Sitemap Generator (76 replies, posted in PunBB 1.3 extensions)
Updated to 1.2.
541 2008-11-26 22:41
Re: database size (4 replies, posted in PunBB 1.3 bug reports)
Probably not normal... but, if your forum's working, don't mind it.
542 2008-11-26 21:20
Re: CSS bug on forum index (13 replies, posted in PunBB 1.3 troubleshooting)
Found the solution: replace Lines 868-877 on 'matt.css' with:
.brd .main-content .main-item .item-subject,
.brd .main-content .main-item li {
float: left;
border-left-style: solid;
border-left-width: 1px;
margin: 0 -2px -21.7em 0;
position: relative;
padding-top: 0.6em;
padding-bottom: 22.4em;
}
543 2008-11-26 21:09
Re: CSS bug on forum index (13 replies, posted in PunBB 1.3 troubleshooting)
It's not the bold test. Try setting a higher resolution, then slowly shrink the browser window. You'll see what I mean.
544 2008-11-26 21:07
Re: [Release] Sitemap Generator (76 replies, posted in PunBB 1.3 extensions)
Quick question, does it auto update everytime a new post is made or does it need to be rebuilt manually?
It updates automatically after every post creation, post edit, post delete, forum delete, forum edit, and forum permissions change.
545 2008-11-26 19:34
Re: PunBB 1.3.1 (16 replies, posted in News)
So, this update contains only the hotfixes?
Those are the most significant changes, but there are lots of other changes.
546 2008-11-26 19:29
Re: [Release] Akismet Spam Protection (31 replies, posted in PunBB 1.3 extensions)
Could you try the extension on a fresh PunBB install?
547 2008-11-26 18:39
Re: CSS bug on forum index (13 replies, posted in PunBB 1.3 troubleshooting)
Well... your resolution is squishing that long forum description. Try shortening it?
548 2008-11-26 18:37
Re: [Release] Sitemap Generator (76 replies, posted in PunBB 1.3 extensions)
It seems like your PHP does not have the DOM functions.
Try changing Line 103 to:
$xml = arrayToXML($array, 'urlset', $atts, false);
Let me know if that fixed it.
549 2008-11-26 18:33
Re: open links and images in new window (9 replies, posted in PunBB 1.3 discussion)
Replace Line 609 on 'include/parser.php' with:
return '<a href="'.$full_url.'" target="_blank">'.$link.'</a>';
and Line 627:
$img_tag = '<a href="'.$url.'" target="_blank"><'.$lang_common['Image link'].'></a>';
550 2008-11-26 15:11
Re: [Release] Akismet Spam Protection (31 replies, posted in PunBB 1.3 extensions)
It's go to be something with your CSS files.