Welcome to NeoOffice Forums
NeoOffice
 
Official online support site for NeoOffice and NeoOffice Mobile

Trinity
· Home
· News
· Private Messages
· Stories Archive
· Your Account


RSS Feeds
· Headlines
· Forum Posts
· NeoOffice Releases
· Beta Releases
· NeoOffice Mobile


Twitter Feeds
· @NeoOffice


Download NeoOffice
· Get NeoOffice
· Get the Latest Patch
· Language Packs
· User Guide
· User Guide Volume 2


Other Websites
· NeoOffice.org
· NeoWiki


Who's Online
There are currently, 157 guest(s) and 1 member(s) that are online.

You are Anonymous user. You can register for free by clicking here


Languages
Select Interface Language:



  
trinity.neooffice.org :: View topic - Trinity now supports attachments
 Forum FAQForum FAQ   SearchSearch   UsergroupsUsergroups   ProfileProfile   Private MessagesPrivate Messages   Log inLog in 

Trinity now supports attachments
Users who have paid US$100.00 within the last year can post
Goto page 1, 2  Next
 
Post new topic   Reply to topic    trinity.neooffice.org Forum Index -> Server Outages and Problems
View previous topic :: View next topic  
Author Message
pluby
The Architect
The Architect


Joined: Jun 16, 2003
Posts: 10959
Location: California, USA

PostPosted: Fri Feb 06, 2009 10:31 pm    Post subject: Trinity now supports attachments Reply with quote

It has always been very annoying that we have users could not attach files to their posts and we have had to force them to use a third party upload service or create a Bugzilla account and file a bug.

Since we completed the recent upgrade to the latest phpNuke version (phpNuke is the software that we use for this site), I was able to add the phpBB Attachments module to our phpNuke installation. So now logged in users can attach one or more images, documents, crash logs, etc. to each forum post.

To ensure that Google and other search engines do not index people's attachments, any attachments that are posted on this site will not be visible to anonymous users. To see any attachments, you must log into this site first.

My hope is that by adding this functionality, we can reduce our need for Bugzilla and consolidate more of our support into one single site. So please let us know if you see any problems with the new attachments feature.

Patrick
Back to top
View user's profile Send private message Visit poster's website
yoxi
Cipher


Joined: Sep 07, 2004
Posts: 1799
Location: Dawlish, Devon

PostPosted: Sat Feb 07, 2009 2:14 am    Post subject: Reply with quote

Smart - a sticky in the Support section on how to attach files would save a few messages too Smile
Back to top
View user's profile Send private message
yoxi
Cipher


Joined: Sep 07, 2004
Posts: 1799
Location: Dawlish, Devon

PostPosted: Sat Feb 07, 2009 2:27 am    Post subject: Reply with quote

I've just added an explanatory Sticky about this to the Support forum - feel free to edit it or whatever if you think it isn't clear enough or I've missed something out.

The only thing obviously not working yet is that the Allowed Extensions and Sizes link goes nowhere.

I also think the dividing horizontal line could be heavier to make a sharper distinction between the end of the message and the attachment section, but that's just personal taste.

I also think it would look better left-justified rather than centred, given that the message text itself is left-justified.
Back to top
View user's profile Send private message
pluby
The Architect
The Architect


Joined: Jun 16, 2003
Posts: 10959
Location: California, USA

PostPosted: Sat Feb 07, 2009 9:52 am    Post subject: Reply with quote

yoxi wrote:
I've just added an explanatory Sticky about this to the Support forum - feel free to edit it or whatever if you think it isn't clear enough or I've missed something out.


Thanks for doing that. I added one additional sentence to remind people that all attachments are public so don't post any confidential data.

yoxi wrote:
The only thing obviously not working yet is that the Allowed Extensions and Sizes link goes nowhere.


I found the source of the broken link in their code and corrected the link so this should be working now.

Patrick
Back to top
View user's profile Send private message Visit poster's website
yoxi
Cipher


Joined: Sep 07, 2004
Posts: 1799
Location: Dawlish, Devon

PostPosted: Sat Feb 07, 2009 10:35 am    Post subject: Reply with quote

The system works well - I fell foul of trying to add an attachment before typing any message, and it doesn't like that. I've tweaked my text a little too, as I hadn't noticed that after you attach a file, it shows up listed below the Add an Attachment section.

I don't recognise most of the plain text file extensions!
Back to top
View user's profile Send private message
pluby
The Architect
The Architect


Joined: Jun 16, 2003
Posts: 10959
Location: California, USA

PostPosted: Sat Feb 07, 2009 11:12 am    Post subject: Reply with quote

yoxi wrote:
I don't recognise most of the plain text file extensions!


Don't worry about that. The key extension is "*" which is the catch all for any unmatched extensions. Most of the extensions are merely a hardcoded list in the Attachments extension software that we used.

Patrick
Back to top
View user's profile Send private message Visit poster's website
pluby
The Architect
The Architect


Joined: Jun 16, 2003
Posts: 10959
Location: California, USA

PostPosted: Sat Feb 07, 2009 11:25 am    Post subject: Reply with quote

pluby wrote:
Don't worry about that. The key extension is "*" which is the catch all for any unmatched extensions. Most of the extensions are merely a hardcoded list in the Attachments extension software that we used.


I found that most of the file extensions are actually in a database table so I trimmed out all of the extraneous entries in that table so that "*" covers all documents.

Patrick
Back to top
View user's profile Send private message Visit poster's website
sardisson
Town Crier
Town Crier


Joined: Feb 01, 2004
Posts: 4574

PostPosted: Sat Feb 07, 2009 11:43 am    Post subject: Reply with quote

Nice work, gentlemen!

Smokey

_________________
"[...] whether the duck drinks hot chocolate or coffee is irrelevant." -- ovvldc and sardisson in the NeoWiki
Back to top
View user's profile Send private message Visit poster's website
yoxi
Cipher


Joined: Sep 07, 2004
Posts: 1799
Location: Dawlish, Devon

PostPosted: Sat Feb 07, 2009 1:16 pm    Post subject: Reply with quote

pluby wrote:
pluby wrote:
Don't worry about that. The key extension is "*" which is the catch all for any unmatched extensions. Most of the extensions are merely a hardcoded list in the Attachments extension software that we used.


I found that most of the file extensions are actually in a database table so I trimmed out all of the extraneous entries in that table so that "*" covers all documents.

Patrick

Hmm... so the file types thing is redundant, really? Just relevant for letting people know the size limit is 5Mb?
Back to top
View user's profile Send private message
pluby
The Architect
The Architect


Joined: Jun 16, 2003
Posts: 10959
Location: California, USA

PostPosted: Sat Feb 07, 2009 1:57 pm    Post subject: Reply with quote

yoxi wrote:
Hmm... so the file types thing is redundant, really? Just relevant for letting people know the size limit is 5Mb?


Pretty much. I think the authors of the code wanted to enable the ability to set different size limits on different file extensions and disable certain file extensions altogether. The "*" wildcard extension is really a hack that I was able to hack into their code as I felt that given that the number of virus or malware attachments has been virtually zero in Bugzilla, it was OK to let people post whatever file extensions they think are OK for, like in Bugzilla, we do not allow any inline display of attachments other than the few extensions listed as images.

Patrick
Back to top
View user's profile Send private message Visit poster's website
Samwise
Captain Naiobi


Joined: Apr 25, 2006
Posts: 2315
Location: Montpellier, France

PostPosted: Sun Feb 08, 2009 3:16 pm    Post subject: Reply with quote

Not sure whether it's caused by this new feature, but since I saw Oscar's post about the feature, I keep seeing this:





I only see it next to the title of these two same topics, and I wonder what's causing this?
Back to top
View user's profile Send private message
pluby
The Architect
The Architect


Joined: Jun 16, 2003
Posts: 10959
Location: California, USA

PostPosted: Sun Feb 08, 2009 5:12 pm    Post subject: Reply with quote

I found some HTML errors. I had added comments using PHP syntax where I should have used HTML syntax and maybe that was causing your browser to show question mark images.

If clear your web browser's cache and reload the page, do the question marks still appear?

Patrick
Back to top
View user's profile Send private message Visit poster's website
James3359
The Merovingian


Joined: Jul 05, 2005
Posts: 644
Location: North West England

PostPosted: Mon Feb 09, 2009 4:15 am    Post subject: Reply with quote

I am seeing this on thread titles where there is an attachment. I have emptied cache and refreshed pages, but it remains the same. (iBook 1.33 GHz 512 MB PowerPC G4, OS X 10.4.11 Safari 3.2.1)
Back to top
View user's profile Send private message
yoxi
Cipher


Joined: Sep 07, 2004
Posts: 1799
Location: Dawlish, Devon

PostPosted: Mon Feb 09, 2009 6:29 am    Post subject: Reply with quote

I get this ? behaviour in Safari (v3.2.1), but not at all in Firefox (v3.0.6). It appears to be:
Code:
<img src="images/icon_clip.gif" alt="" border="0" />

not displaying at all in FF, and displaying as a ? in Safari.
Back to top
View user's profile Send private message
pluby
The Architect
The Architect


Joined: Jun 16, 2003
Posts: 10959
Location: California, USA

PostPosted: Mon Feb 09, 2009 9:50 am    Post subject: Reply with quote

yoxi wrote:
I get this ? behaviour in Safari (v3.2.1), but not at all in Firefox (v3.0.6). It appears to be:
Code:
<img>

not displaying at all in FF, and displaying as a ? in Safari.


Ahah! That explains it. I found where the default images folder is set in the administration pages and have updated it. If you reload the pages, this should now work.

Patrick
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    trinity.neooffice.org Forum Index -> Server Outages and Problems All times are GMT - 7 Hours
Goto page 1, 2  Next
Page 1 of 2

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum

Powered by phpBB © 2001, 2005 phpBB Group

All logos and trademarks in this site are property of their respective owner. The comments are property of their posters, all the rest © Planamesa Inc.
NeoOffice is a registered trademark of Planamesa Inc. and may not be used without permission.
PHP-Nuke Copyright © 2005 by Francisco Burzi. This is free software, and you may redistribute it under the GPL. PHP-Nuke comes with absolutely no warranty, for details, see the license.
Page Generation: 0.04 Seconds