Search found 1145 matches

by Acyd Burn
Sat Dec 29, 2001 7:43 pm
Forum: 2.0.x Support Forum
Topic: File Attachement Mod for phpBB2 CVS
Replies: 32
Views: 4819

Hi, if you want to display images rather than display the link, use this function: // begin upload mod func function file_upload($filename, $file, $type) { global $userdata, $phpbb_root_path, $lang; // this variables should be placed to config-table // 0 = no limit $size = "262144"; //if y...
by Acyd Burn
Sat Dec 29, 2001 6:49 pm
Forum: 2.0.x Support Forum
Topic: File Attachement Mod for phpBB2 CVS
Replies: 32
Views: 4819

ok, i have done some updates to the upload function. new code: // begin upload hack func function file_upload($filename, $file, $type) { global $userdata, $phpbb_root_path, $lang; // this variables should be placed to config-table // 0 = no limit $size = "262144"; //if you want size limite...
by Acyd Burn
Thu Dec 27, 2001 5:21 pm
Forum: 2.0.x Support Forum
Topic: after upgrade to phpBB2, problems with private forum!
Replies: 9
Views: 605

hmm...strange.

Try to change it from MOD to PRIVATE, just an idea. :)

but in my point of view it's better to have only mods acces to the mod-forum. :wink:
by Acyd Burn
Wed Dec 26, 2001 11:21 am
Forum: 2.0.x Support Forum
Topic: RC-1 now available
Replies: 52
Views: 7280

If you want to fix it by yourself review Bugreport #496675 at sourceforge:

http://sourceforge.net/tracker/?func=de ... up_id=7885

I think bartvb would fix it by himself in near future. ;)
by Acyd Burn
Fri Dec 07, 2001 6:49 pm
Forum: 2.0.x Support Forum
Topic: File Attachement Mod for phpBB2 CVS
Replies: 32
Views: 4819

File Attachement Mod for phpBB2 CVS

This Mod adds Attachement Functionality to phpBB2. (SubSilver-Template) Changed Files: /posting.php /language/lang_english/lang_main.php /templates/SubSilver/posting_body.tpl Added Files: /images/smiles/icon_disk.gif This File must be added to the smilies (:file:) http://www.opentools.de/board/image...

Go to advanced search