526

(76 replies, posted in PunBB 1.3 extensions)

Updated to 1.2.4.

527

(76 replies, posted in PunBB 1.3 extensions)

Updated to 1.2.3.

528

(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

(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

(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

(76 replies, posted in PunBB 1.3 extensions)

mixcelebs can I have your site's URL please.

There are probably small differences... why not just try and fix it if something's wrong?

Check here http://punbb.informer.com/forums/topic/18166/languages/

534

(76 replies, posted in PunBB 1.3 extensions)

It's needed to created the XML for the sitemap.

535

(76 replies, posted in PunBB 1.3 extensions)

Oh... you need the SimpleXML class for the extension to work. Contact your hosting provider.

536

(76 replies, posted in PunBB 1.3 extensions)

Try using this functions.php.

537

(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'.

Doesn't that redirect to a non-WWW page?

539

(76 replies, posted in PunBB 1.3 extensions)

Change Line 129 on 'extensions/sitemap/functions.php' to:

    $xml = arrayToXML($array, 'urlset', $atts, false);

540

(76 replies, posted in PunBB 1.3 extensions)

Updated to 1.2.

541

(4 replies, posted in PunBB 1.3 bug reports)

Probably not normal... but, if your forum's working, don't mind it.

542

(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

(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

(76 replies, posted in PunBB 1.3 extensions)

astrojny wrote:

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

(16 replies, posted in News)

maststef wrote:

So, this update contains only the hotfixes?

Those are the most significant changes, but there are lots of other changes.

Could you try the extension on a fresh PunBB install?

547

(13 replies, posted in PunBB 1.3 troubleshooting)

Well... your resolution is squishing that long forum description. Try shortening it?

548

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

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">&lt;'.$lang_common['Image link'].'&gt;</a>';

http://i247.photobucket.com/albums/gg135/garcia-t/akismet.png

It's go to be something with your CSS files.