1,101

(14 replies, posted in PunBB 1.2 troubleshooting)

http://thesaurus.reference.com/search?c … mp;q=check smile

confirm/confirmed

1,102

(300 replies, posted in PunBB 1.2 discussion)

About vCard ...
I just notied that "vBulletin Version 3.0.0 Release Candidate 4" has it, at least on forum.racesimcentral.com. At least the possibility to export a vCard (one can click the profile of a user and download a vCard)

this is the info from mine

BEGIN:VCARD
VERSION:2.1
N:;Frank H
FN:Frank H
EMAIL;PREF;INTERNET:frank_h@racesimcentral.com
BDAY:1979-03-14
URL:http://warthog.campus.luth.se/Frank/
REV:2004-03-14T21:15:44Z
END:VCARD

if you have a unix server, it's probably called my.cnf

is it your own server, or are you using a service provided by someone else?


Edit: If you have phpmysqladmin or similar, try running this "SHOW VARIABLES LIKE 'max_allowed_packet'" ... I think that's the value that shows the query max size


Edit2: gone a couple of days ... I guess it solved it wink

hmm... Location doesn't stop the script ... should be:

if ($cookie['is_guest'] && $pun_config['p_guests_read'] == '0')
{
        header('Location: login.php');
        exit;
}

IIRC I saw alot of those added between 1.1.1 and 1.1.2 that I jsut upgraded through hdiff wink

Nice, works beautifully (and I also added it in edit.php) big_smile

Ah, you found what I thought of smile

Dunno if it's possible to get another type of load values, but you're perhaps satisfied as it is now? smile

try testing if the 'admin_reports.php' page works, ... if that one works the checks made for admins probably isn't the cause, but perhaps the 'statistics' instead.

ok thanks

nice (better than those buttons I had done) smile

is it 1.1.2 compatible?

no problems big_smile
I'm just glad it's sorted out ... smile
and sometimes it's bugs (like last time) ... heh... so it's just good to figure it out what's the cause, instead of giving up wink

and yep, without the enctype, the recieved form doesn't know that there are files shipped with the form (as it's sent as multipart ... I guess separate from the rest of the form data, somehow... wink)


and yep ... in 50 steps ... it's easy to miss one step smile

don't know if PunPoll alters edit.php, but if it does, recheck so that everything in the Attachment mod is there (and that you use the corrections that I posted in the other thread(linked from the release post IIRC))

I guess it's something there, as I managed to do it in the clean 1.1.1 (and that the diffference between 1.1.2 and 1.1.1 is something that shouldn't affect the mod.

1,112

(29 replies, posted in PunBB 1.2 troubleshooting)

a silly question, but hav eyou restarted apache since you changed it in the conf file?
(just to rule out a simple mistake) smile

Edit:saw that you had written that you had above... I think ... but it's always to be sure wink

have now tested to edit a registered users post, and uploading the dwf file you sent me, without any problems at all...

do you have any other mods, that can be in conflict?

well it worked for me to edit a post as admin ...

but the system is soon up again ... so I'll test it then... (I think I only have some minor httpd.conf to do now)

will look on it as soon as I get the server up and running again ... (probably during sunday sometime)

yep ... that's the files I meant ...

hmm... I think it's an odd thing though, would you like to send a simple dwf file, so I can check the 'clean install' if it is an issue with my code, or if it's something other...  (preferably a small one, think the mail account is choked ... lol) ... my email adress is visible below smile

(sry for replying so late, but I'm moving from Redhat to Debian on my server today ... so prio has been on that ... heh, but now I'm scp:ing over some files, so I could find time to open a cold one and relax a few minutes wink)

I edited a registered users post now (first deleted the attachment, so it wouldn't have any 'link' to an attachment.

Then Edited it with the admin account, and added a jpg into it ... no problems.

was it you that I sent the 'clean attachment mod' to (zipped)?

oh, and mime is a way to identify a filetype, so it's possible to know what type of file it is...  (check attach.php and you'll see how it looks.)
I use the mimes for the icons also ... I might switch to file extentions later ... (or, probably will)

First of all, administrators bypass all sort of checks (except max hardcoded size), so you should be able to attach any files you want, and I also edited a guest post and added an jpg into that ... (on a clean testforum)

Are you sure the file just wasn't too big? (and thus shrunk in size when zippign it)

if you look in the 'include/attach.php'  and a few lines down you see an array called $attach_always_deny
that's the only files it will deny from normal users.

Make sure the file wasn't too big (it doesn't put out an error message if the file is too large)... be sure to watch the bytes, and not the MB
(as it is 1024 bytes in a kB etc.)... right click the file and view the properties ... and compare with the set limit on the forum (from the admin interface)

They are not on auto ignore, so you don't need to alter any php files. (unless you want to add mime for them, if the browser fail to set them)



But you should be able to control this in the admin interface.

Go to the Forums page, and for the forum you want to allow those files, klick the link 'Forum Attachment Rules'

there you find a field called "Allowed fileextentions"

there you just write what file extentions you want to allow (if it's empty it will allow all files, that is not on auto ignore hardcoded, in attach.php)

so, if you already have
txt jpg jpeg gif png
there ... just add so it becomes
txt jpg jpeg gif png dwg dxf dwg

if it's empty, it should allow the files ....

1,121

(20 replies, posted in Feature requests)

ok ... I though you meant the viewed size ... so it makes a 5 mile long page, not the actual filesize wink
but true, it does add up, and take time to generate...

1,122

(8 replies, posted in PunBB 1.2 troubleshooting)

Remember that some people use the 'prune' option, to delete old topics to save space etc.

A persons postcount would then be lowered, and that isn't nice imho.

And if you're an admin/moderator, you can go and lower his post count manually...

1,123

(20 replies, posted in Feature requests)

hmm ... a multi select list is imho possible to have, no matter number of subscriptions ... it's always the same size. Just unselect those that one doesn't want, and press submit ... voila ... wink

(although the 'rendering' of that could take some time if we're talking many subscriptions)

1,124

(9 replies, posted in PunBB 1.2 bug reports)

it doesn't search for short words, or for stopwords (really common words, they're defined in the language files called XX_stopwords.txt (where XX is the lang pack you're using)

in that file, you can find the word "many" ... thus that is ignored ...

1,125

(39 replies, posted in General discussion)

and mouse gestures ... it's a must wink