Skip to Content Skip to Menu

Quoting of messages makes messages too long

15 years 11 months ago #79039 by schmatzler
Whenever someone replies to a message from another user, the old message is quoted and shown under the new reply.

After a while of chatting the whole thing is getting longer and longer. So the users either have to delete old stuff from the message quotation (what can be terrible when doing it on and on again) or scroll a loooong way downwards to the answer box.

I know, that I can limit the characters and shorten the quote to 2/3 of its size before, but then I have the problem, that others are complaining about "Hey, I want to write a lot of sentecnes to my friend, burt I can't!)

So is it either possible to set the text field for the reply ABOVE the message or (not that cool, but maybe easier) disable the quoting of messages, that someone got before? B)

I hope, there's a solution for it, it's a little bit annoying to limit it or to scroll the whole day ^.^

Please Log in or Create an account to join the conversation.

15 years 10 months ago #80615 by schmatzler
Replied by schmatzler on topic Re:Quoting of messages makes messages too long
I've now set HTML anchors in the code.

A good solution ;)

Please Log in or Create an account to join the conversation.

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
15 years 10 months ago #80617 by slabbi
Sounds like a good idea, will add this feature to uddeIM 1.5 (not the upcoming 1.5).

uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer

Please Log in or Create an account to join the conversation.

15 years 10 months ago #80655 by schmatzler
Replied by schmatzler on topic Re:Quoting of messages makes messages too long
As of unknown reason I cannot post code here.

So I'll copy my post into an attachment.

Attachment code-1930f0e46a8f0dcbe220b7b4c4df8c70.txt not found



Post edited by: schmatzler, at: 2008/11/26 14:08
Attachments:

Please Log in or Create an account to join the conversation.

15 years 10 months ago #81260 by schmatzler
Replied by schmatzler on topic Re:Quoting of messages makes messages too long
I noticed, that my code posted above does not work with Joomla SEF.

So I modified it this way:

Instead of

[code:1]echo '<A href="#showform">»Go to textarea</A><p></p>';[/code:1]

I now use:

[code:1]echo '<A href='.uddeIMsefRelToAbs('"index.php?option=com_uddeim&task=show&Itemid='.$item_id.'&messageid='.$displaymessage->id.'#showform">go to textarea</A><p></p>');[/code:1]

I think, this should also work without SEF activated ;) Now I can jump to the textarea again.

Please Log in or Create an account to join the conversation.

Moderators: beatnantslabbikrileon
Powered by Kunena Forum