76

(7 replies, posted in PunBB 1.3 troubleshooting)

$jchat_query = array(
    'SELECT'    => 'g.g_id, g.g_title',
    'FROM'        => 'groups as g'
);
$jchat_result = $forum_db->query_build($jchat_query) or error(__FILE__, __LINE__);
$jchat_query_rows = $forum_db->fetch_row($jchat_query);

$rows = $forum_db->num_rows($jchat_result);
echo $rows; // returns the number of rows

while ($data = $forum_db->fetch_assoc($jchat_result))
{
    echo '<p>g_id = '.$data['g_id'].' and g_title = '.$data['g_title'].'</p> ';
}

Have you installed any extensions? And if so try to disable a extension and look if the problem is away. If not try another extension.

you not always get the latest version look at my previous post, there you see that the link goes to Version 1.6.0.3 so you get that version. If they update to a new version say 1.6.0.4 then you have to alter you extension so that the link goes to the correct version.

If you load it from google's api directory then it would not cost anyone any disk-space and if you use it the your datalimit is not going to be bigger.

For small sites it does not matter perhaps but for big sites it would.

Yes it does, but if you have a problem and the mods want a list of extensions that is installed with this extension you can generate 3 kinds of lists, in code tags in bbcode and just plain. It also tells you if the extension is enabled or not something you cannot see if you just do drag and copy/paste in the forum.

Just made my extension that I had for fluxbb to work correctly with Punbb.

This extension can be usefull if you get an error and the mods want to know what extension you have loaded on your forum.

Go to the download section to download the extension.

82

(1 replies, posted in PunBB 1.3 extensions)

I made this one for fluxbb but now you can also download one for punbb.
It loads it from google's api directory.
Developers can use this one as an dependency.

There is one extension hook in this extension(xn_jquery) that you can use to put in your script rules that use jquery.

Download is at http://kierownik.nl

why not load the javascript from google's api directory. http://code.google.com/intl/nl/apis/ajaxlibs/

$forum_head['prototype'] = '<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/prototype/1.6.0.3/prototype.js"></script>';

84

(37 replies, posted in PunBB 1.3 extensions)

do not know, I have not made it for Punbb 1.3.2 but in that time for the beta. But it is not a good extension so I would advise you not to use it.

It looks like your database is in two collations. Check your database thru phpmyadmin or something and check if everyting is utf-8.

What extensions you installed use the hook "fn_check_username_dupe_qr_check_username_dupe" look in there manifext.xml and then in <hook id='fn_check_username_dupe_qr_check_username_dupe">.

did you upload evertyting? It should work!!!

88

(7 replies, posted in PunBB 1.2 troubleshooting)

Do the database have the right write permissions?!? maby chmod 777.

I think that cannot be done with a patch because the version number needs to be updated in the database and the patches are done by hand. It could be added to the patches that is says that after you are done you run that plugin and change the version number by hand.

http://punbb.informer.com/download/hdiff/ for the whole list or http://punbb.informer.com/download/hdif … .2.17.html

download http://punbb.informer.com/download/plug … hanger.zip install it and then you can change the version number.

offcource not, otherwise I would have called it something else smilewink

That it does not install can be wright, I am going to change it after everything goes online for sure and not for beta versions.

maby later when I am all finished with my kgallery for fluxbb.
Maby I will make kgallery also for punbb if the differences are not so great.

This can happen because it is made for an revision that is much older.

95

(3 replies, posted in PunBB 1.3 troubleshooting)

You should not edt that file, you can edit the files in the folder url to what you want the link to look like.

do not know wink roll

97

(3 replies, posted in PunBB 1.2 troubleshooting)

did you copy all the files to your server. Check again.

It is possible, yes.

search for function handle_img_tag in include/parser.php

That is a whole modification. You have to have something in the database that holds the url, just like punbb 1.3 beta.
I think!