FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Plugins and Code Hacks » Quick Reply  () 2 Votes
Show: Today's Messages :: Unread Messages :: Polls :: Message Navigator
| Unsubscribe from topic | Remove from bookmarks 
Switch to threaded view of this topic Create a new topic Submit Reply
Re: Quick Reply [message #159582 is a reply to message #159580] Thu, 11 June 2009 13:52 Go to previous messageGo to next message
naudefj is currently offline  naudefj   South Africa
Messages: 3771
Registered: December 2004
Karma: 28
Senior Member
Administrator
Core Developer
add to buddy list
ignore all messages by this user
Edit msg.tmpl and remove the "display: none;" from this line:

<div id="quickReply" style="display: none; width:100%;">

Message by nozafc is ignored  [reveal message]  [reveal all messages by nozafc]  [stop ignoring this user] Go to previous messageGo to next message
Message by nozafc is ignored  [reveal message]  [reveal all messages by nozafc]  [stop ignoring this user] Go to previous messageGo to next message
Re: Quick Reply [message #159589 is a reply to message #159585] Fri, 12 June 2009 02:08 Go to previous messageGo to next message
naudefj is currently offline  naudefj   South Africa
Messages: 3771
Registered: December 2004
Karma: 28
Senior Member
Administrator
Core Developer
add to buddy list
ignore all messages by this user
I've uploaded a new zip file with a fix.
Message by nozafc is ignored  [reveal message]  [reveal all messages by nozafc]  [stop ignoring this user] Go to previous messageGo to next message
Re: Quick Reply [message #160116 is a reply to message #159604] Mon, 27 July 2009 12:39 Go to previous messageGo to next message
naudefj is currently offline  naudefj   South Africa
Messages: 3771
Registered: December 2004
Karma: 28
Senior Member
Administrator
Core Developer
add to buddy list
ignore all messages by this user

Quick Reply Defaults[ 5 votes ]
1.
2.
3.
 

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.
Message by The Witcher is ignored  [reveal message]  [reveal all messages by The Witcher]  [stop ignoring this user] Go to previous messageGo to next message
Message by The Witcher is ignored  [reveal message]  [reveal all messages by The Witcher]  [stop ignoring this user] Go to previous messageGo to next message
Re: Quick Reply [message #160121 is a reply to message #160120] Tue, 28 July 2009 06:48 Go to previous messageGo to next message
naudefj is currently offline  naudefj   South Africa
Messages: 3771
Registered: December 2004
Karma: 28
Senior Member
Administrator
Core Developer
add to buddy list
ignore all messages by this user
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 [message #160123 is a reply to message #160121] Tue, 28 July 2009 07:56 Go to previous messageGo to next message
The Witcher is currently offline  The Witcher   United States
Messages: 675
Registered: May 2009
Location: USA
Karma: 3
Senior Member
add to buddy list
stop ignoring messages by this user
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? index.php?t=getfile&id=5677&private=0


"I'm a Witcher, I solve human problems; not always using a sword!"
Re: Quick Reply [message #160124 is a reply to message #160123] Tue, 28 July 2009 08:39 Go to previous messageGo to next message
JamesS is currently offline  JamesS   United States
Messages: 275
Registered: July 2002
Location: Atlanta, GA
Karma: 0
Senior Member
add to buddy list
ignore all messages by this user
Naudefj built upon my original patch (and I'm happy he did so Smile). 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.
Message by The Witcher is ignored  [reveal message]  [reveal all messages by The Witcher]  [stop ignoring this user] Go to previous messageGo to next message
Re: Quick Reply [message #160129 is a reply to message #160126] Tue, 28 July 2009 11:16 Go to previous messageGo to next message
naudefj is currently offline  naudefj   South Africa
Messages: 3771
Registered: December 2004
Karma: 28
Senior Member
Administrator
Core Developer
add to buddy list
ignore all messages by this user
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.
Message by The Witcher is ignored  [reveal message]  [reveal all messages by The Witcher]  [stop ignoring this user] Go to previous messageGo to next message
Re: Quick Reply [message #160137 is a reply to message #160135] Tue, 28 July 2009 15:34 Go to previous messageGo to next message
naudefj is currently offline  naudefj   South Africa
Messages: 3771
Registered: December 2004
Karma: 28
Senior Member
Administrator
Core Developer
add to buddy list
ignore all messages by this user
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.
Message by The Witcher is ignored  [reveal message]  [reveal all messages by The Witcher]  [stop ignoring this user] Go to previous message
Quick Reply
Formatting Tools:   
Pages (2): [ «    1  2]  Switch to threaded view of this topic Create a new topic
Previous Topic: Youtube Plugin Change
Next Topic: Zshare Embedding Plugin
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Thu Sep 12 16:08:22 EDT 2024

Total time taken to generate the page: 0.05332 seconds