Do you use FTP Upload to another server option (If yes, test without) ? What is your upload repertory ? Is it in 777 chmod ? Have you php errors when you post ?

Please allow guest to post image in your gallery option for i can test to up image in your gallery.

For me, i have this in gallery_post.php : Felaktig förfrågan. Länken du följde är inkorrekt eller utdaterad.

So it's not blank !!

ok i 'm waiting tomorrow and i up it with other language file. Thx for your participation.

For your bug i don't see any bug!!! Have you try to up image in your gallery ?

ha ha, it's just this fuc... IE ^^. FireFox was ok for me ^^.

I have made the correction for IE. Just download again the "new" source. And replace all the files. (But don't execute install_mod.php again)

Sorry for this desagreement wink

New version of th ChatBox, see here : http://punbb.org/forums/viewtopic.php?id=8174

OLD TOPIC TO DELETE

For install to 1.2.6, just edit install_mod.php and replace on line 12 :

$punbb_versions    = array('1.2', '1.2.1', '1.2.2', '1.2.3', '1.2.4', '1.2.5');

by

$punbb_versions    = array('1.2', '1.2.1', '1.2.2', '1.2.3', '1.2.4', '1.2.5', '1.2.6');

33

(84 replies, posted in PunBB 1.2 modifications, plugins and integrations)

It's not really a bug, but i have some "files not found" report from the chat mod (report with awstats) :

- chat/com/ms/security/PermissionID.class
- chat/english.lng
- chat/pixx-english.lng
- chat/java/awt/event/MouseWheelListener.class

the mod chat work correctly, it's just to repport this little bugs. wink

johan wrote:

is there anyway to mass upload pictures to the gallery?

Im not using the ftp provided by the gallery mod.

Nop ^^

Nop, don't change your FTP Server (use the same), but try the script on localhost or in another host. And for upload images, you can don't use FTP host if you want, just use the configuration without FTP option.

hum... i think your host disable this fonction. Try it in localhost or to another host.

I think the answer is here :

What is PunBB?

In short, PunBB is a fast and lightweight PHP powered discussion board. It is released under the GNU Public License. Its primary goal is to be a faster, smaller and less graphic alternative to otherwise excellent discussion boards such as phpBB, Invision Power Board or vBulletin. PunBB has fewer features than many other discussion boards, but is generally faster and outputs smaller pages.

And i want PBB Gallery to respect the same PunBB vision. So PBB Gallery must stay a modification who can be integrated in addition to PunBB forum

The first easy way to see recent uploaded pictures is the gallery system like forum. So if you have new uploaded picture since your last connection, you have new blue icon in the categorie or post picture.

But why not in final release admin can configure in option, to view the x last picture on gallery header.

ok i can, but the error are always here ^^ (@ is just for hide error). I want to know why i have them, and if these errors are not very importante.

hi, i want to install a wiki on my website, but i have some errors !!!!

Just see : http://www.roseon-fr.com/forums/doku.php

I have search on google to find where come from this bug, but i have not found a really good response.

Connorhd if you have an idea ?

thx for your attention

af3 wrote:

pokemon_jojo:
this is superb. I used ver1.0+ before and added popup link so that the images can be shown in a popup window instead by using onclick javascript function. WIth this 2.0beta, sicne the images are called by parsing pid=x into header(location:xx), i cant figure out how to do popup now.  also php cant do popup.

any idea?

i'm still trying.

Hum... why do want to made pop-up ?
Also, if you want to show the mini images to all visitors, but disable link to the larger/original image size just edit gallery.php and found this : (~426)

$subject = '<a href="gallery.php?pid='.$cur_img['id'].'">'.pun_htmlspecialchars($cur_img['subject']).'</a> <span class="byuser">'.$lang_common['by'].' '.pun_htmlspecialchars($cur_img['poster']).'</span>';

And replace by :

if ($pun_user['is_guest'])
   $subject = '<a href="javascript:alert(\'Please login to view the picture in its original size\')">'.pun_htmlspecialchars($cur_img['subject']).'</a> <span class="byuser">'.$lang_common['by'].' '.pun_htmlspecialchars($cur_img['poster']).'</span>';
else
   $subject = '<a href="gallery.php?pid='.$cur_img['id'].'">'.pun_htmlspecialchars($cur_img['subject']).'</a> <span class="byuser">'.$lang_common['by'].' '.pun_htmlspecialchars($cur_img['poster']).'</span>';

I think it's the better solution...;) maybe because i don't like pop-up big_smile

I don't know, but i think the beta version work really nice and i think you can install it on your forum.

Next for the Final version i will prog update mod and you will can made an upgrade from beta. So if you install PBB Gallery Beta Now you will have not to del her when you want install Final release. (Just made the update)

wink

Nop, for moment, PBB gallery have not "multi categories". Maybe in the final version why not ^^

Thanks and just for you :

Connorhd wrote:

it might be nice for it to look like punbb, you know so the gallery looks like index.php but instead of forums it has gallerys, btw any chance of png support?

Now PNG support ^^

Edit to delete

In the next version i 'll include sub-folder ^^.

For the moment, it's limited to images.

yelowpunk wrote:

The PunBB Gallery requires some sort of image manipulation, no?

Nop ! No manipulation, just a limitaion about max size (see your php.ini, but normaly 2 or 3 Mo)

hum...if you have your own server, and you get some error,  i think you have not a good version of php. But if punbb work correctly (with the avatar upload), normaly the PBB gallery, should work correctly.

Hi all, i have made a new version of PBB gallery. http://punbb.org/forums/viewtopic.php?id=7491

Some Bug for SQL prefixe are resloved. (Installation auto use your prefixe configuration)

Now for the upload bug (with MAC or Linux) !!! I don't know, because the upload script is based on the avatar upload script of PunBB ! (So if you can up avatar, normaly you can up picture in gallery !)

Maybe you have a php.ini restriction. Try all possibility. (Little image, .jpg image, .jpeg image, .gif image, Little size of image, etc...)