Re: Quick Reply |
Fri, 05 June 2009 13:49 |
|
Did you patch both files as per the README in the updated zip?
|
|
Post by nozafc is ignored |
|
Post by nozafc is ignored |
Re: Quick Reply |
Sun, 07 June 2009 03:49 |
|
Here are some translations of "Quick Reply" from various dictionary sites. Please help to verify and complete missing translations:
afrikaans = Snel antwoord
bulgarian = Бърз отговор
catalan =
chinese = 快速回复
czech = rychlá odpověď
danish = kvik-svar / hurtigsvar
dutch = Snel antwoord
english = Quick Reply
finnish = nopea vastaus
french = réponse rapide
german = Schnelle Antwort
german_formal = Schnelle Antwort
indonesian =
italian = Risposta rapida
japanese = 迅速な返事
korean = 빠른 답변
latvian =
lithuanian =
norwegian = Hurtigsvar
polish = szybka odpowiedź
portuguese = resposta rápida
portuguese_br = resposta rápida
romanian = Răspuns rapid
russian = быстрый ответ
slovak =
spanish = respuesta rápida
swedish = snabbt svar
turkish =
vietnamese =
Best regards.
Frank
|
|
|
Post by nozafc is ignored |
Re: Quick Reply |
Thu, 11 June 2009 13:52 |
|
Edit msg.tmpl and remove the "display: none;" from this line:
<div id="quickReply" style="display: none; width:100%;">
|
|
Post by nozafc is ignored |
Post by nozafc is ignored |
Re: Quick Reply |
Fri, 12 June 2009 02:08 |
|
I've uploaded a new zip file with a fix.
|
|
Post by nozafc is ignored |
Re: Quick Reply |
Mon, 27 July 2009 12:39 |
|
Quick Reply Defaults[ 5 votes ] |
1. |
Disabled by default |
1 / 20% |
2. |
Enabled by default, but collapsed |
3 / 60% |
3. |
Enabled and expanded by default |
1 / 20% |
Quick reply was committed to CVS a while back and will be included with the next release. This poll is to decide what default to set for the quick reply option: enabled or disabled by default. And, if enabled, should it be fully displayed or collapsed.
|
|
Re: Quick Reply |
Mon, 27 July 2009 21:08 |
|
I'm a bit lost on this whole quick reply issue, yet based on naudefj's image from 05 June 2009 http://cvs.prohost.org/index.php/Image:Quick_reply.jpg
I have to go with enabled by default but collapsed, otherwise it appears it would consume too much screen space. I assume that the admin would have the option of disabling or collapsing it altogether regardless of the default settings decided on?
Speaking of which is there any idea of when this new release is likely to happen?
At any rate I have downloaded the zip file and will take a look see at this varmint in action so I can get a feel for it.
|
|
Re: Quick Reply |
Tue, 28 July 2009 03:33 |
|
naudefj wrote on Fri, 05 June 2009 11:42 | Copy quick_reply.patch to your FUDdata/thm/default/tmpl/ directory an use the patch command to apply it:
$ patch -p0 <quick_reply.patch
This may also help: http://cvs.prohost.org/index.php/Applying_patches
|
I have tried, and read, and tried again and I am still lost at "and apply - $ patch -p0 <msg.tmpl.diff"
All I have managed to get is a dos window with a blinking cursor which seems to do nothing. no matter what I input.
So could someone please tell me where/how this patch command is actually applied at?
In the meantime I will attempt to do it manually.
|
|
Re: Quick Reply |
Tue, 28 July 2009 06:48 |
|
I don't use Windows and hence cannot help.
Anyway, just a word of warning: This patch was re-written for CVS. So, implement it if you need QR in FUDforum 2.8.x. However, if you want to see how it will eventually look, you need to checkout the code from CVS.
|
|
Re: Quick Reply |
Tue, 28 July 2009 07:56 |
|
naudefj wrote on Tue, 28 July 2009 05:48 | I don't use Windows and hence cannot help.
Anyway, just a word of warning: This patch was re-written for CVS. So, implement it if you need QR in FUDforum 2.8.x. However, if you want to see how it will eventually look, you need to checkout the code from CVS.
|
You pretty much lost me after "Warning": But learning more about CVS is # 1653 on my to-do list but I will expedite it some.
I have already switched over entirely to ver 2.8.1, and by this time next month I will have deleted all my files related to previous versions even backups as being obsolete.
Plus I managed to succeed in installing "Quick Reply" manually from the file you uploaded on the 12th, and I think I like it...Maybe a lot! You all did good!
Two points of note: 1st the current version uses "post_quick_reply.png" as the default image button file, will that remain in the final version? Or will "quick_ reply.gif" be used as in the current default buttons?
Let me know and I can change the colorized versions of the quick reply buttons to png and or rename them as you require.
2nd naudefj commented in the read me note included "Create "Quick Reply" buttons (the current English button needs to be improved)" but does not say what improvements are needed.
Looking at it I'm guessing the text needs to be a bit bolder, if so will this suffice? 
|
|
Re: Quick Reply |
Tue, 28 July 2009 08:39 |
|
Naudefj built upon my original patch (and I'm happy he did so ). When I wrote the add-on I figured people who understood how to install it would be able to customize it for their own use. Therefore, I did not attempt any localization (I only speak English). So the static "Quick Reply" button was a quick hack. I matched it as best I could to the other FUDForum buttons, but I'm not a graphic artist.
Personally, I think the icon on the button needs to be specific to the feature. I just used the icon from the "Post Reply" button. The text of the quick reply button also needs to match the text of the other buttons (font, font size, and capitalization). I don't think the file type matters much here. The image isn't big enough to have a noticeable size difference between png and gif.
|
|
Re: Quick Reply |
Tue, 28 July 2009 10:48 |
|
No worries mate. As far as the button was concerned I was just wondering if there was a pending file name change for the quick reply button. In my test installation I had to hatchet a quick redo of the quick reply button from .gif to .png because the .gif no longer worked so it did not match the others.
If it was named "post_quick_reply.png" as it was being developed and will be "quick_ reply.gif" when the project is finished no problem, if however the powers that be decide to keep the name as is then I can change the file names and type of the other buttons to match so they can continue to be used as a set.
We've already cobbled together a set with 16 different hues/colors for all the languages FUD supports, and I am slowly working on others as well I just want to make sure the names and file types match up with whatever is used in the next release.
I'm no graphics artist either, heck I barely managed to get the patch installed, but I like the end result, and look forward to the next release.
|
|
Re: Quick Reply |
Tue, 28 July 2009 11:16 |
|
The QR solution in CVS doesn't use any buttons. The editor can be minimized/contracted and maximized/expanded with the +/- controls you see in front of messages.
|
|
Re: Quick Reply |
Tue, 28 July 2009 14:26 |
|
Ok so that makes the whole quick reply button issue moot.
|
|
Re: Quick Reply |
Tue, 28 July 2009 15:34 |
|
The Witcher wrote on Tue, 28 July 2009 20:26 | Ok so that makes the whole quick reply button issue moot.
|
Not necessarily, users can style it any way they like. If they want a button, I'm sure they will find yours handy.
|
|
Re: Quick Reply |
Tue, 28 July 2009 17:38 |
|
True, they aren't going anywhere; I was referring to putting an emphasis on making more, but it's just as easy to make them in sets anyhow. I actually found that I kind of appreciate the quick reply function now that I had a chance to try it out and I am sure others will as well.
Funny I seem to spend more time learning about the forum than actually using it, oh well, time will come!
|
|