UseBB Community

UseBB support, discussion and development

Attachments

Post Reply

Page: 1

Author Post
Member
Registered: May 2005
Posts: 5
Location: United States
I am somewhat new to posting here and I may have missed it and I looked a bit but did not see it. is there any plans for adding attachments as a standard feature?

I would like to suggest the following.

Uploadable attachments via server (Not database)
Multi attachment support per forum settings
priv/user controls for attachment uploading
Global controls of allowed amount per user or pr user based
Extension controls. (much more secure)
Member
Registered: Jul 2005
Posts: 187
Location: Stockholm
I also believe in this kind of thing you could have a thing to turn this off in config also but i think it's fun with post atachements an such :)
Member
Registered: Aug 2005
Posts: 9
Lol, was just about to suggest the same.. I'd LOVE to have a feature like this!
Member
Registered: May 2005
Posts: 26
Yes, me to. :)
Member
Registered: Jul 2005
Posts: 187
Location: Stockholm
Could this be a feature in UseBB light ( UseBB 1.0 and below ) i think it's a kind of light feature :P
Member
Registered: Mar 2005
Posts: 184
Location: Hungary
Also, when attaching an image, a thumbnail should appear, like in IPB.
_______________
Long Live Rock n' Roll!
Member
Registered: Jul 2005
Posts: 187
Location: Stockholm
Well maybe you don't attach an image ;P .. Well i mean like it should appear sometinhg like a
<hr width="100%"/><a href="post attachement">Attachment [mb_size]</a><hr width="100%"/>


i guess some of you guys understand what i mean :P
Member
Registered: Aug 2005
Posts: 9
ero-sennin wrote
Well maybe you don't attach an image ;P .. Well i mean like it should appear sometinhg like a
<hr width="100%"/><a href="post attachement">Attachment [mb_size]</a><hr width="100%"/>


i guess some of you guys understand what i mean :P


That's how I'd like it to be indeed, even when posting an Image, that thumbnail isn't necessary I think.. Just a 'Attachemnt' Link with a little paperclip icon would do just fine =)
Developer
Registered: Apr 2004
Posts: 2230
Location: Belgium
Personally I don't know how it would fit in a light discussion board. It's also a bit late to implement such a big feature. :s

Maybe after 1.0 before the release of 2.0 (can be a long time).
Member
Registered: Aug 2005
Posts: 9
Aww, Too bad :'( That's quite the only feature I'm still missing in UseBB
Member
Registered: Mar 2005
Posts: 184
Location: Hungary
Maybe it would be better to get a file upload engine and then files could be kept organized.
_______________
Long Live Rock n' Roll!
Developer
Registered: Apr 2004
Posts: 2230
Location: Belgium
Maybe a mod could me made for this, and use the ACP module capacity in 0.7 for admins to control the attachments...
Member
Registered: Aug 2005
Posts: 9
Dietrich wrote
Maybe a mod could me made for this, and use the ACP module capacity in 0.7 for admins to control the attachments...


Indeed, let's hope some good php coder knows how t make a MOD for this... The only thing I know is how to upload and move a file via PHP :P
Member
Registered: Jul 2005
Posts: 187
Location: Stockholm
Dietrich wrote
Personally I don't know how it would fit in a light discussion board. It's also a bit late to implement such a big feature. :s

Maybe after 1.0 before the release of 2.0 (can be a long time).


ok you're it's not a light feature but it's a good one! :) .. :P Well i guess we'll have to search for a real modder :P
Member
Registered: Sep 2005
Posts: 10
Location: Netherlands
It could be handy to program one with the ACP modules. The only problem i've got it that it generates 'open_basedir restriction' in effect errors on shared hosting (like mine). It'll take some time but i'm willing to code ;) Anyone wants to help who can also code in php?
Member
Registered: Nov 2005
Posts: 5
John Briggs is my old account. Forgot that data. anyhoot, I was suggesting for future releases. Not current build. maybe the next what is it? 2.0
Member
Registered: Jul 2005
Posts: 7
Location: New Zealand
This is really the only thing stopping me from using UseBB. I might take a look and see how much work would be involved.

Edit- Took a look at sources/post_reply.php and it's almost unreadable. I'm waiting for UseBB 2 before I touch any code which will hopefully be a little more structured rather than nested ifs. :P
« Last edit by Michael_C on Sat Dec 03, 2005 8:37 am. »
Member
Registered: Dec 2005
Posts: 5
I believe that everything will be fine.

I loved UseBB and hopping to use it for long time
Developer
Registered: Apr 2004
Posts: 2230
Location: Belgium
Michael_C wrote
This is really the only thing stopping me from using UseBB. I might take a look and see how much work would be involved.

Edit- Took a look at sources/post_reply.php and it's almost unreadable. I'm waiting for UseBB 2 before I touch any code which will hopefully be a little more structured rather than nested ifs. :P
I don't see many other ways to code sequentional without nested IF's.
Member
Registered: May 2005
Posts: 386
Location: US WA. St.
Same feelings I have about PM's, do without.
_______________
My board started January 03, 2012 and is powered by UseBB.
- wimc message board
Member
Registered: Feb 2006
Posts: 20
Location: Belarus, Minsk
Attachment files to post (or images)
« Last edit by Dietrich on Wed Feb 22, 2006 11:07 pm. »
Developer
Registered: Apr 2004
Posts: 2230
Location: Belgium
http://www.usebb.net/community/topic-501.html
Member
Registered: Feb 2006
Posts: 20
Location: Belarus, Minsk
sorry :)
Member
Registered: Feb 2006
Posts: 14
Dietrich wrote
Personally I don't know how it would fit in a light discussion board. It's also a bit late to implement such a big feature. :s

Maybe after 1.0 before the release of 2.0 (can be a long time).


Attachments can easily be implemented if you will save attachments as UUENCODE or MIME or something else just into the post body. In this case there is no security issues for the board, because you do not upload files to the file system, so they can not be opened thru the webserver script engine.

PS: or even make separate table in MySQL with attachments. You will need "post ID", "filename" and "filebody" and you can have more than one attachment per post. It would me much easier to do search for attachments in this case.
« Last edit by boba on Wed Mar 01, 2006 5:02 pm. »
Developer
Registered: Apr 2004
Posts: 2230
Location: Belgium
Attachments are coming in 2.0, 1.0 is closed to new features.

Post Reply

Page: 1

UseBB Community is powered by UseBB 1 Forum Software